Hi Gabor, can you be more detail on step 01? Is that not the correct path for R.exe? But I found it there.
When I ran R CMD build MyPackage then actually got these warnings: cygwin warnings: MS-DOS style path detected: c:/Program Files/R/R-2.12.1/bin/Mypackage_1.0.tar prefered POSIX equivalent is /cygdrive/c/Program Files/R/R-2.12.1/bin/MyPackage_1.0.tar CYGWIN environment variable option "nodesfilewarning" turns off this warning............. Is this warning something to do with that error? Sorry for stretching this thread so long. However I am not really expert in programming therefore find really hard on understanding different terminology given in different documentation. Thanks, On Sun, Feb 20, 2011 at 4:35 AM, Gabor Grothendieck <ggrothendi...@gmail.com> wrote: > On Sat, Feb 19, 2011 at 5:31 PM, Nipesh Bajaj <bajaj141...@gmail.com> wrote: >> Thanks Gabor for your input. Here what I have done is that: >> >> 1. Copy 'MyPackage' folder (developed by package.skeleton) into >> 'C:\Program Files\R\R-2.12.1\bin' (I found R.exe is there) >> >> 2. In the command prompt, I changed the working directory using "CD" >> command and run 'R CMD build MyPackage' >> >> 3. I have seen that a file named 'MyPackage_1.0.tar' has been created. >> Then I pasted that file in ''C:\Program Files\R\R-2.12.1\bin' >> >> 4. Again run R CMD INSTALL MyPackage_1.0.tar.gz. However here I got >> some error saying: >> 'Error in Rd_info(db[[i]]) : Rd files must have a non-empty \title' >> > > What you have done in #1 is asking for trouble. > > You do need to get used to debugging your Rd files and you should > expect to get many warnings and errors. Read the messages carefully > and keep correcting them and rebuilding and checking until they pass. > > -- > Statistics & Software Consulting > GKX Group, GKX Associates Inc. > tel: 1-877-GKX-GROUP > email: ggrothendieck at gmail.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.