-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
I just realized the release tarball 0.1.0 is missing from github. That maybe also explains why the tarball is missing from CRAN mirrors. Please try to get it available although it is already several years ago. Thank you.
I could download the master.zip
which unpacks into lmds-master/
.
$ unzip master.zip
$ rm master.zip
$ mv lmds-master lmds-0.1.0
$ tar cvf - lmds-0.1.0 | gzip -c > lmds-0.1.0.tar.gz
$ R CMD INSTALL lmds-0.1.0.tar.gz
* installing to library ‘/home/bionic/R/x86_64-pc-linux-gnu-library/3.5’
* installing *source* package ‘lmds’ ...
** R
** byte-compile and prepare package for lazy loading
Error : object ‘partial_eigen’ is not exported by 'namespace:irlba'
ERROR: lazy loading failed for package ‘lmds’
* removing ‘/home/bionic/R/x86_64-pc-linux-gnu-library/3.5/lmds’
$
Seems irlba-2.0.0
is the minimum requirement.
Metadata
Metadata
Assignees
Labels
No labels