-
Notifications
You must be signed in to change notification settings - Fork 7
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
Current build cannot be installed with install_github() function #38
Comments
Hi there, I am having the same problem. The package is no longer on CRAN and if I want to install it from github I get this error ✔ checking for file ‘/private/var/folders/5x/dxzpl7lx25q69bys583w3ngr0000gn/T/RtmpgSHnPt/remotese99362858638/rdrr1990-bigKRLS-e1e030f/DESCRIPTION’ (578ms) Please assist |
Hey there,
Apologies for the delay in responding! Unfortunately, the CRAN issue isn't
something we can easily fix. bigKRLS depends on bigalgebra for certain
mathematical operations on large matrix objects. bigalgebra, in turn, has
not been updated in a couple of years, and has been removed from CRAN. I'm
not completely certain, but I think the reason for this has to do with
CRAN's updated memory warning standards for packages that depend on Rcpp,
which is something that we ran into briefly with bigKRLS as well. As far as
I know, this is something that shouldn't affect functionality for bigKRLS,
but if you run into issues I'd be interested in hearing about them.
In any case, removing this dependency on bigalgebra is something that's on
our list to fix, but unfortunately, we haven't gotten around to it yet. In
the meantime, as far as I know, bigKRLS should still work if you install it
from the github page (install_github() via devtools). If you don't already
have bigalgebra installed, again, as far as I know, older versions that are
up on CRAN should still work. Again, though, if you run into issues please
let me know!
Since people have expressed interest here, I'll try to get the dependency
removed sooner rather than later. Thanks for your patience!
- Robert
…On Thu, Apr 23, 2020 at 10:49 AM AmirhosseinModabbernia < ***@***.***> wrote:
Hi there,
I am having the same problem. The package is no longer on CRAN and if I
want to install it from github I get this error
✔ checking for file
‘/private/var/folders/5x/dxzpl7lx25q69bys583w3ngr0000gn/T/RtmpgSHnPt/remotese99362858638/rdrr1990-bigKRLS-e1e030f/DESCRIPTION’
(578ms)
─ preparing ‘bigKRLS’:
✔ checking DESCRIPTION meta-information ...
─ cleaning src
E checking vignette meta-information ...
Output(s) listed in ‘build/vignette.rds’ but not in package:
‘inst/doc/bigKRLS_basics.html’
Run R CMD build without --no-build-vignettes to re-create
Error: Failed to install 'bigKRLS' from GitHub:
System command error
Please assist
Thank you
Amir
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNR7ZC4Z7VO22HVRD2V3ILROBIPZANCNFSM4L6Y4HAQ>
.
--
Postdoctoral Fellow, Perry World House, University of Pennsylvania
Website <https://rbshaffer.github.io/>
|
Hello Robert and thank you for your prompt reply. So I installed bigalgebra but I still get this error with install_github E checking vignette meta-information ... Any thoughts? |
Never mind I got it to work with this line of code |
Great, glad to hear it! Please let me know if you run into any issues with
package functionality. In the meantime, I'll do my best to get the
bigalgebra dependency fixed.
…On Thu, Apr 23, 2020, 11:23 AM AmirhosseinModabbernia < ***@***.***> wrote:
Never mind I got it to work with this line of code
install_github('rdrr1990/bigKRLS', build=T,build_vignettes = TRUE)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNR7ZAA7TMDMIUBPGNBZD3ROBMNFANCNFSM4L6Y4HAQ>
.
|
The solution AmirhosseinModabbernia posted does not work for me.
1: All Enter one or more numbers, or an empty line to skip updates:3 checking for file 'C:\Users\huili\AppData\Local\Temp\RtmpA3xDNd\remotes41305169738\rdrr1990-bigKRLS-e1e030f/DESCRIPTION' ... checking for file 'C:\Users\huili\AppData\Local\Temp\RtmpA3xDNd\remotes41305169738\rdrr1990-bigKRLS-e1e030f/DESCRIPTION' ... √ checking for file 'C:\Users\huili\AppData\Local\Temp\RtmpA3xDNd\remotes41305169738\rdrr1990-bigKRLS-e1e030f/DESCRIPTION' (694ms)
√ checking DESCRIPTION meta-information
E creating vignettes (1m 26.2s) bigKRLS is authored by Pete Mohanty (Stanford University) and Robert Shaffer (University of Pennsylvania) under License GPL 3. To get started, check out vignette("bigKRLS_basics"). If you use this package in your research, kindly cite: Pete Mohanty and Robert Shaffer. 2018. 'Messy Data, Robust Inference? Navigating Obstacles to Inference with bigKRLS.' Political Analysis. Cambridge University Press. DOI=10.1017/pan.2018.33. pages 1-18. SUMMARY: processing the following file failed: Error: Vignette re-building failed. Error: Failed to install 'bigKRLS' from GitHub: Please advise. Thanks. |
Hi guys,
Went to install this and noticed it's off CRAN. Is it no longer being supported? Went to get the Github version and install fails. I can get it working by pulling the most recent version off CRAN but just wondered if you are still supporting the package. Thanks.
The text was updated successfully, but these errors were encountered: