-
Notifications
You must be signed in to change notification settings - Fork 1
Cannot install package #2
Description
Hello,
I am trying to install this package on R version 4.1.1, but I keep getting an error.
I am doing:
library(devtools)
install_github("noahfl/IMaGES")
And I get:
E checking vignette meta-information ...
Output(s) listed in ‘build/vignette.rds’ but not in package:
‘inst/doc/pcalgDoc.pdf’
Run R CMD build without --no-build-vignettes to re-create
Error: Failed to install 'IMaGES' from GitHub:
System command 'R' failed, exit status: 1, stdout + stderr:
E> * checking for file ‘/private/var/folders/k4/8_ctxtq916v3kdmn_w9x0tjc0000gp/T/Rtmpme8mtT/remotes22ebff1da88/noahfl-IMaGES-2113fc3/DESCRIPTION’ ... OK
E> * preparing ‘IMaGES’:
E> * checking DESCRIPTION meta-information ... OK
E> * cleaning src
E> * running ‘cleanup’
E> * checking vignette meta-information ... ERROR
E> Output(s) listed in ‘build/vignette.rds’ but not in package:
E> ‘inst/doc/pcalgDoc.pdf’
E> Run R CMD build without --no-build-vignettes to re-create
Would you have any insights to install the package?
Thank you,
Leonardo Tozzi