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
I am trying to install the UK2GTFS package without any success.
I install from a local copy of the repo:
sudo R
remotes::install_local('UK2GTFS-master')
And I get
── R CMD build ────────────────────────────────────────────
✔ checking for file ‘/tmp/RtmpKS0yGq/file127d5e4dd3d59f/UK2GTFS-master/DESCRIPTION’ ...
─ preparing ‘UK2GTFS’:
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘UK2GTFS_0.2.1.tar.gz’
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
ERROR: failed to lock directory ‘/usr/local/lib/R/site-library’ for modifying
Try removing ‘/usr/local/lib/R/site-library/00LOCK-UK2GTFS’
Warning message:
In i.p(...) :
installation of package ‘/tmp/RtmpKS0yGq/file127d5e1f9ebc29/UK2GTFS_0.2.1.tar.gz’ had non-zero exit status
I am on a debian bullseye system.
Any ideas how this can be solved.
regards,
Georg
The text was updated successfully, but these errors were encountered:
I am trying to install the UK2GTFS package without any success.
I install from a local copy of the repo:
sudo R
remotes::install_local('UK2GTFS-master')
And I get
── R CMD build ────────────────────────────────────────────
✔ checking for file ‘/tmp/RtmpKS0yGq/file127d5e4dd3d59f/UK2GTFS-master/DESCRIPTION’ ...
─ preparing ‘UK2GTFS’:
✔ checking DESCRIPTION meta-information ...
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘UK2GTFS_0.2.1.tar.gz’
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
ERROR: failed to lock directory ‘/usr/local/lib/R/site-library’ for modifying
Try removing ‘/usr/local/lib/R/site-library/00LOCK-UK2GTFS’
Warning message:
In i.p(...) :
installation of package ‘/tmp/RtmpKS0yGq/file127d5e1f9ebc29/UK2GTFS_0.2.1.tar.gz’ had non-zero exit status
I am on a debian bullseye system.
Any ideas how this can be solved.
regards,
Georg
The text was updated successfully, but these errors were encountered: