Robert A LaBudde wrote:
Thanks, Uwe. Unfortunately, that doesn't work either:
> library('roxygen')
Warning message:
package 'roxygen' was built under R version 2.9.1
> roxygen::trim(' 1234 ')
You need three colons as indicated in my previous answer!
Uwe
Error: 'trim' is not an exported
Thanks, Uwe. Unfortunately, that doesn't work either:
> library('roxygen')
Warning message:
package 'roxygen' was built under R version 2.9.1
> roxygen::trim(' 1234 ')
Error: 'trim' is not an exported object from 'namespace:roxygen'
I ended up using
trim <- function(x) gsub("^[[:space:]]+|[[:sp
Robert A. LaBudde wrote:
I have Vista Home with R-2.9.0, and installed and tried to test the
package 'roxygen':
> utils:::menuInstallPkgs()
trying URL
'http://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/2.9/roxygen_0.1.zip'
Content type 'application/zip' length 699474 bytes (683 Kb)
opened
I have Vista Home with R-2.9.0, and installed and tried to test the
package 'roxygen':
> utils:::menuInstallPkgs()
trying URL
'http://lib.stat.cmu.edu/R/CRAN/bin/windows/contrib/2.9/roxygen_0.1.zip'
Content type 'application/zip' length 699474 bytes (683 Kb)
opened URL
downloaded 683 Kb
packa
4 matches
Mail list logo