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

Version 0.6.6 fails to install #48

Open
jmcastagnetto opened this issue Aug 11, 2024 · 0 comments
Open

Version 0.6.6 fails to install #48

jmcastagnetto opened this issue Aug 11, 2024 · 0 comments

Comments

@jmcastagnetto
Copy link

jmcastagnetto commented Aug 11, 2024

Latest version cannot be installed/updated.

$ R
...
❯ update.packages()
CodeDepends :
 Version 0.6.5 installed in /home/user/R/x86_64-pc-linux-gnu-library/4.4
 Version 0.6.6 available at https://cloud.r-project.org
Update? (Yes/no/cancel) Yes
trying URL 'https://cloud.r-project.org/src/contrib/CodeDepends_0.6.6.tar.gz'
Content type 'application/x-gzip' length 505898 bytes (494 KB)
==================================================
downloaded 494 KB

* installing *source* package ‘CodeDepends’ ...
** package ‘CodeDepends’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error in as.environment(pos) :
  no item called "package:datasets" on the search list
Error: unable to load R code in package ‘CodeDepends’
Execution halted
ERROR: lazy loading failed for package ‘CodeDepends’
* removing ‘/home/user/R/x86_64-pc-linux-gnu-library/4.4/CodeDepends’
* restoring previous ‘/home/user/R/x86_64-pc-linux-gnu-library/4.4/CodeDepends’

The downloaded source packages are in
        ‘/tmp/RtmpFWTMcK/downloaded_packages’
Warning message:
In install.packages(update[instlib == l, "Package"], l, contriburl = contriburl,  :
  installation of package ‘CodeDepends’ had non-zero exit status

The datasets package is installed and available:

$ R
...
❯ packageVersion("datasets")
[1] ‘4.4.1’

I am using R 4.4.1, running under Ubuntu 22.04.3 LTS

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

1 participant