SDSFoundations package unable to be installed

Unable to install SDSFoundation package after unzipping.
Following Message appears

"> install.packages("C:/Users/Desktop/SDSFoundations 1.3/R/SDSFoundations", repos = NULL)
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/skottarath/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
Error in install.packages : type == "both" cannot be used with 'repos = NULL'
Making 'packages.html' ... done"

Please Help

Tried both 1.3 and 1.4 Versions of SDS package

R version 4.1.2 (2021-11-01) -- "Bird Hippie"
Platform: x86_64-w64-mingw32/x64 (64-bit)

Is SDSFoundations package installation necessary?

That package is not on CRAN and is only provided as a binary compiled for an old R version so you can't install it with the latest R version, I think your best hope would be to contact the package author, that particular package only provides a set of fake data frames to follow along with a course so I think they can manage to provide such information in other formats.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.