Skip to content

Version 0.6.6 fails to install #48

@jmcastagnetto

Description

@jmcastagnetto

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions