Displaying 1 result from an estimated 1 matches for "s4nswv".
2006 Jan 20
1
Problem loading package with version, S4 classes and NAMESPACE
...hout
package versions, runs OK, passes R CMD check, and so on.
A user reported that he installed it --with-package-versions, and that
from then on it would fail at first use of a class defined in the package.
I've reconstructed the problem in a skeletal package:
http://reclus.nhh.no/R/etc/S4nswv_0.1-1.tar.gz
which when installed without versions works:
$ R CMD INSTALL S4nswv
$ R
...
> library(S4nswv)
> sessionInfo()
R version 2.2.1, 2005-12-20, i686-pc-linux-gnu
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" &qu...