jbryer/PSAboot

Cannot install

Closed this issue · 1 comments

I'm trying to install PSAboot and failing. I'm running Rstudio in ubuntu using docker.

> install.packages("PSAboot", repos = "http://cran.r-project.org")
Installing package into ‘/home/ignacio/R/x86_64-pc-linux-gnu-library/3.2’
(as ‘lib’ is unspecified)
trying URL 'http://cran.r-project.org/src/contrib/PSAboot_1.1.tar.gz'
Content type 'application/x-gzip' length 1074617 bytes (1.0 MB)
==================================================
  downloaded 1.0 MB

* installing *source* package ‘PSAboot’ ...
** package ‘PSAboot’ successfully unpacked and MD5 sums checked
** R
** data
** demo
** inst
** preparing package for lazy loading
Note: the specification for S3 class “family” in package ‘MatrixModels’ seems equivalent to one from package ‘lme4’: not turning on duplicate class definitions for this class.
Error : objects ‘opts’, ‘theme_blank’, ‘theme_rect’ are not exported by 'namespace:ggplot2'
ERROR: lazy loading failed for package ‘PSAboot’
* removing ‘/home/ignacio/R/x86_64-pc-linux-gnu-library/3.2/PSAboot’
Warning in install.packages :
  installation of package ‘PSAboot’ had non-zero exit status

The downloaded source packages are in
‘/tmp/RtmpWtrPN4/downloaded_packages’

I also tried

> devtools::install_github("jbryer/PSAboot")
Downloading github repo jbryer/PSAboot@master
Installing PSAboot
Skipping 2 packages ahead of CRAN: ggplot2, scales
'/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore CMD INSTALL '/tmp/RtmpWtrPN4/devtools63458362a1e/jbryer-PSAboot-727fc36'  \
--library='/home/ignacio/R/x86_64-pc-linux-gnu-library/3.2' --install-tests 

* installing *source* package ‘PSAboot’ ...
** R
** data
** demo
** inst
** preparing package for lazy loading
Note: the specification for S3 class “family” in package ‘MatrixModels’ seems equivalent to one from package ‘lme4’: not turning on duplicate class definitions for this class.
Error : objects ‘opts’, ‘theme_blank’, ‘theme_rect’ are not exported by 'namespace:ggplot2'
ERROR: lazy loading failed for package ‘PSAboot’
* removing ‘/home/ignacio/R/x86_64-pc-linux-gnu-library/3.2/PSAboot’
Error: Command failed (1)

Thanks for the help!

Better late than never I suppose. PSAboot is back on CRAN.