search for: custompackag

Displaying 2 results from an estimated 2 matches for "custompackag".

Did you mean: custompackage
2012 Jul 17
2
Installing packages from RProfile.site file
...ry to install packages in RProfile.site file, the program goes into a loop and R is constantly launched over and over. I noticed that a lock file for the package is created along with the package in the library folder within R. Here is the code I have added to the site file: if(length(grep("customPackage", installed.packages()[,1]))==0) { install.packages("customPackage", repos=NULL, type="source") } When I try to run this code after starting R (without changing the site file), it installs the package perfectly fine and moves on. However, when I try to do it through the...
2009 Nov 11
2
creating custom package and functions
Hi all, I am new to R-project I have to create custom package and some required functions in that package can any one help me how to create a custompackage and how to write my function in to that package These things I have to use in many places as per requirements in my solution please help me to create these custom packages thanks in advance kiran. [[alternative HTML version deleted]]