Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eiCompare error downloading from Github #142

Open
eddie-41 opened this issue Dec 6, 2022 · 4 comments
Open

eiCompare error downloading from Github #142

eddie-41 opened this issue Dec 6, 2022 · 4 comments

Comments

@eddie-41
Copy link

eddie-41 commented Dec 6, 2022

I understand that eiCompare is no longer available on CRAN. Instead users are advised to download from GitHub. I have attempted to download eiCompare from github but am unable to do so. Below is the output.

remotes::install_github('RPVote/eiCompare')
Downloading GitHub repo RPVote/eiCompare@HEAD
√ checking for file 'C:\Users\eddie_pyx719q\AppData\Local\Temp\Rtmp2jmKYM\remotes30146e615701\RPVote-eiCompare-cbdac0f/DESCRIPTION' ...
preparing 'eiCompare': (614ms)
√ checking DESCRIPTION meta-information ...
E checking vignette meta-information ...
Output(s) listed in 'build/vignette.rds' but not in package:
'inst/doc/bisg.html'
'inst/doc/ei.html'
'inst/doc/geocoding.html'
'inst/doc/parallel_processing.html'
'inst/doc/performance_analysis.html'
Run R CMD build without --no-build-vignettes to re-create
Error: Failed to install 'eiCompare' from GitHub:
System command 'Rcmd.exe' failed, exit status: 1, stdout + stderr (last 10 lines):
E> * preparing 'eiCompare':
E> * checking DESCRIPTION meta-information ... OK
E> * checking vignette meta-information ... ERROR
E> Output(s) listed in 'build/vignette.rds' but not in package:
E> 'inst/doc/bisg.html'
E> 'inst/doc/ei.html'
E> 'inst/doc/geocoding.html'
E> 'inst/doc/parallel_processing.html'
E> 'inst/doc/performance_analysis.html'
E> Run R CMD build without --no-build-vignettes to re-create

I am not sure if this is an issue on my machine or not.

@ejharrit
Copy link

ejharrit commented Oct 6, 2023

same issue and message here as well

@emretoros
Copy link

same here.. any solutions?

@ejharrit
Copy link

ejharrit commented May 1, 2024

same here.. any solutions?

I ended up just downloading the most recent archived version (https://cran.r-project.org/src/contrib/Archive/eiCompare/) and in rstudio at the top "Tools" > "Install Packages..." and changing the "Install from:" setting to "Package Archive File (.zip; tar.gz)" and then selecting the archived version I downloaded.

@kuriwaki
Copy link

kuriwaki commented Jun 2, 2024

Quicker version of the same idea:

remotes::install_version("eiCompare", version = "3.0.4")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants