I've been trying to install the R package for 'basilisk' under deployment of R on a Mac Powerbook (macOS 14.4.1 Sonoma) but am getting an error :
[1] "R version 4.4.1 (2024-06-14)"
BiocManager::install("basilisk")
Bioconductor version 3.19 (BiocManager 1.30.23), R 4.4.1 (2024-06-14)
Installing package(s) 'basilisk'
installing the source package ‘basilisk’
downloaded 258 KB
- installing source package ‘basilisk’ ...
** using non-staged installation via StagedInstall field
Rscript execution error: No such file or directory
ERROR: configuration failed for package ‘basilisk’
I get the same error message if Iattempt to directly install from the tarball , e.g. through :
install.packages("../packages-as-tarballs/basilisk_1.16.0.tar.gz", repos=NULL);
Is there an easy fix to this problem?
Many Thanks,
Joachim
I've been trying to install the R package for 'basilisk' under deployment of R on a Mac Powerbook (macOS 14.4.1 Sonoma) but am getting an error :
[1] "R version 4.4.1 (2024-06-14)"
BiocManager::install("basilisk")
Bioconductor version 3.19 (BiocManager 1.30.23), R 4.4.1 (2024-06-14)
Installing package(s) 'basilisk'
installing the source package ‘basilisk’
trying URL 'https://bioconductor.org/packages/3.19/bioc/src/contrib/basilisk_1.16.0.tar.gz'
Content type 'application/x-gzip' length 264252 bytes (258 KB)
downloaded 258 KB
** using non-staged installation via StagedInstall field
Rscript execution error: No such file or directory
ERROR: configuration failed for package ‘basilisk’
I get the same error message if Iattempt to directly install from the tarball , e.g. through :
Is there an easy fix to this problem?
Many Thanks,
Joachim