Forum: package-development


Removed `Matrix` package from dependencies [ Reply ] By: Will Beasley on 2013-11-17 00:57 | [forum:40068] |
Hi Mike, tldr: please try `install.packages("NlsyLinks", repos="http://R-Forge.R-project.org")` on your Dell XPS laptop. ---- Yesterday I noticed the package didn't install on your laptop because it said it was version R 2.14.2. I don't think that was related to the NlsyLinks package directly, but rather because NlsyLinks depends on the `Matrix` package, which requires >= R 2.15.0. It doesn't depend on the Matrix package anymore, and I removed it from the DESCRIPTION file. Will you try it again, without updating R? I'd like all our users to be using the most recent version of R, but I don't want to impose any unnecessary requirements. http://cran.r-project.org/web/packages/Matrix/index.html |