You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
Latest version cannot be installed/updated.
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
The text was updated successfully, but these errors were encountered: