Hello R users, I have difficulties when trying to make R packages. I tried to read many tutorials but still could not find out the right way. Could any one help me out please? (I'm using Windows xp.) After running package.skeleton() and edit those RD files, I don't know how to use Rtools (or CMD shell?) to build the zip file. I installed the Rtools from Murdoch's link, but it doesn't look like a software... Anyone could give me a tutorial with more details about Rtools (or CMD shell)? I've already have MikTex installed. Thanks! -- View this message in context: http://r.789695.n4.nabble.com/Questions-about-building-R-packages-tp3583510p3583510.html Sent from the R help mailing list archive at Nabble.com.
On 11-06-08 4:17 PM, Xia.Li wrote:> Hello R users, > > I have difficulties when trying to make R packages. I tried to read many > tutorials but still could not find out the right way. Could any one help me > out please? (I'm using Windows xp.)Read the "Writing R Extensions" manual, not the many misleading tutorials. (You can read my tutorial, but don't trust any of the rest of them :-). Duncan Murdoch> > After running package.skeleton() and edit those RD files, I don't know how > to use Rtools (or CMD shell?) to build the zip file. I installed the Rtools > from Murdoch's link, but it doesn't look like a software... > > Anyone could give me a tutorial with more details about Rtools (or CMD > shell)? I've already have MikTex installed. > > Thanks! > > -- > View this message in context: http://r.789695.n4.nabble.com/Questions-about-building-R-packages-tp3583510p3583510.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
here i wrote a step by step tutorial. http://stevemosher.wordpress.com/2011/06/09/making-simple-packages-in-r-on-windows/ On Wed, Jun 8, 2011 at 1:17 PM, Xia.Li <odditylee@gmail.com> wrote:> Hello R users, > > I have difficulties when trying to make R packages. I tried to read many > tutorials but still could not find out the right way. Could any one help me > out please? (I'm using Windows xp.) > > After running package.skeleton() and edit those RD files, I don't know how > to use Rtools (or CMD shell?) to build the zip file. I installed the Rtools > from Murdoch's link, but it doesn't look like a software... > > Anyone could give me a tutorial with more details about Rtools (or CMD > shell)? I've already have MikTex installed. > > Thanks! > > -- > View this message in context: > http://r.789695.n4.nabble.com/Questions-about-building-R-packages-tp3583510p3583510.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]