Displaying 1 result from an estimated 1 matches for "activepearl".
2005 Feb 15
2
Making a Package
...pretty tough.
I'm trying to write an R package. I have a collection of functions that I loaded into R and
then used package.skeleton(). After editing everything in the resulting folder, call it
NewPackage, I tried to follow along with some instructions I found for Windows users.
I installed ActivePearl to the C drive, placed the unzipped Rtools folder, tools, there also
(is placing it there all that is necessary; I couldn't find anything to "install" tools), and
I'm using R 2.00 (also installed on the C drive) on a Win-XP machine.
My understaning is that (since I have no C, Fo...