search for: computerstuff

Displaying 4 results from an estimated 4 matches for "computerstuff".

2007 May 03
2
R package development in windows
I'm attempting to build an R package for distribution and am working from the directions found at http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html#Wi n-Win I've read through Writing R Extensions and various other "helpful" web sites. I've installed all relevant software (perl, cygwin, mingwin, hhc.exe). Here is what I have done so far: 1) Sourced data and functions into R 2) Used package.skeleton 3) Ed...
2008 Mar 06
1
Installing package from source in windows
Hi all, I am trying to install a custom package from its source using windows. Using this guide http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html I've gotten to the fifth step, but I get the following error in the command window: "'sh' is not recognized as an internal or external command, operable program or batch file." I saw in the help archives that R-tools needed to be installed and in the syst...
2006 Jun 23
1
Problems creating packages.
...for personal and I'm having trouble getting it to a point where R (v 2.3.1) will recognise it. I've followed two different tutorials for how to create the package structure and the DESCRIPTION file ( http://web.maths.unsw.edu.au/~wand/webcpdg/rpack.html , http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html#Lin-Lin ). I'm still getting errors where when I try to load the library in R by using library(samp) I get an error: Error in library(samp) : 'samp' is not a valid package -- installed < 2.0.0? And when I use the library() call I get this: samp...
2005 Jul 21
2
The steps of building library in R 2.1.1
Dear All, With the warm support of every R expert, I have built my R library successfully. Especially thanks: Duncan Murdoch Gabor Grothendieck Henrik Bengtsson Uwe Ligges Without your help, I will lower efficiency. I noticed that some other friends were puzzled by the method of building library. Now, I organize a document about it. Hoping it can help more friends. 1. Read