search for: ebernstein

Displaying 1 result from an estimated 1 matches for "ebernstein".

Did you mean: bernstein
2012 Jul 31
2
Error Installing Package with Dependency on "Matrix"
...I've created a dummy package consisting only of a DESCRIPTION file that specifies the dependence on "Matrix", a NAMESPACE file, and an R directory, containing a single function, "square <- function(x) { return (x*x) }". When I try to install, I get the following error: [ebernstein@coolio R]$ R CMD INSTALL temp -l /home/ebernstein/Rlib_2.15.1/ * installing *source* package ‘temp’ ... ** R ** preparing package for lazy loading Error : .onLoad failed in loadNamespace() for 'Matrix', details: call: assignInNamespace("..Old..as.matrix", base::as.matrix, ns = &...