I am wanting to change some lines of code in the R package named "nlme"
http://cran.r-project.org/web/packages/nlme/index.html
To do this I have downloaded the Package source named nlme_3.1-96.tar.gz,
opened up the file and changed the text documents within the folder named R,
specifically the cor.Struct.txt file.
I now want to know how can I use this modified nlme_3.1-96.tar.gz file in R
2.10. How do I convert this source code into a package?


I have looked on the internet and tried using cmd.exe  then the code 
Rmcd.exe INSTALL -1 ~/nlme_3.1-96.tar.gz 
I end up getting the message "The system can't find the specified path",
when I have the file in the directory that Rmcd.exe is in.


-- 
View this message in context: 
http://r.789695.n4.nabble.com/Changing-downloaded-source-code-into-a-package-tp2318559p2318559.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.

Reply via email to