I am trying to install the SDSFoundations package into R studio in Mac but Its getting an error.
install.packages("~/Downloads/SDSFoundations_1.3.tar", repos = NULL)
Error in install.packages : type == "both" cannot be used with 'repos = NULL'
also I tried the following:
install.packages("~/Downloads/SDSFoundations_1.3.tar", repos = NULL, type ='binary')
tar: Failed to set default locale
Any ideas?
Thanks