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

Install fails in R4.4 #73

Open
ekwf opened this issue May 10, 2024 · 1 comment
Open

Install fails in R4.4 #73

ekwf opened this issue May 10, 2024 · 1 comment

Comments

@ekwf
Copy link

ekwf commented May 10, 2024

R4.4 running via Rstudio in Win11:

devtools::install_github('kxsystems/rkdb',INSTALL_opts=c("--no-multiarch"))
Downloading GitHub repo kxsystems/rkdb@HEAD
── R CMD build ──────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ checking for file 'C:\Users\xx\AppData\Local\Temp\RtmpoZgYNk\remotes55e05aa549d9\KxSystems-rkdb-dc03a3f/DESCRIPTION'
─ preparing 'rkdb':
✔ checking DESCRIPTION meta-information ...
─ cleaning src
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building 'rkdb_0.13.0.tar.gz'

Installing package into ‘C:/Users/xxl/AppData/Local/R/win-library/4.4’
(as ‘lib’ is unspecified)
Loading required package: usethis
Error in library(rkdb) : there is no package called 'rkdb'
Execution halted

@ekwf
Copy link
Author

ekwf commented May 11, 2024

downloading the repo and installing via below worked:

open Rstudio
library(devtools)
setwd('/path/to/repo')
build()
install()

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