Closed erex closed 2 years ago
Hmm... I just tried on my laptop, which is running R 4.1.1 (yes, I know, needs updating), and had no problems, just using the binary on CRAN:
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> install.packages("dssd")
Installing package into ‘C:/Users/lt5/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.1/dssd_1.0.0.zip'
Content type 'application/zip' length 1014802 bytes (991 KB)
downloaded 991 KB
package ‘dssd’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\lt5\AppData\Local\Temp\Rtmp69Uc33\downloaded_packages
> library(dssd)
Warning message:
package ‘dssd’ was built under R version 4.1.3
dssd
installs on Thursday morning, after the machine had a good night's sleep.
Console resulting from update to dssd 1.0.0 this afternoon:
Is this failure caused by my not using the more recent R 4.2.1? Must users have R 4.2.1 or greater to install dssd? I do have the Rcpp package on my machine, not sure why dssd wants that.