search for: newpackag

Displaying 3 results from an estimated 3 matches for "newpackag".

Did you mean: newpackage
2005 Feb 15
2
Making a Package
Hello. I have what I know to be a simple question, but never having done anything like this it is 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...
2008 Feb 14
2
Question: about loading a new package
I am using R Version 2.3.1 (2006-06-01) in Linux with Ubuntu 7.4. I installed a new package with R CMD INSTALL -l /usr/lib/R/library newpackage.tar.gz Each time I run R I need to load this new package typing library(newpackage). My question is: how can I automatically load this new package once for ever? I read the manual but I have not been able to find the solution to that. thank you Stefano [[alternative HTML version deleted]]
2009 Oct 11
1
Loading same libraries (old version & newest version) in r
Hi all, I require 2 RMySQL libraries in order to query from a database. 'RMySQL_0.7-4' (newest version) results in an error when more than 1 field is queried. ''RMySQL_0.5-11' (old version) resolves this issue where more than 1 field can be queried without any errors. However, other queries results in an error messeges (but no error messeges with 'RMySQL_0.7-4'