osx - Error installing Package in R Studio -


i trying install sdsfoundations package r studio in mac getting error.

install.packages("~/downloads/sdsfoundations_1.3.tar", repos = null) error in install.packages : type == "both" cannot used 'repos = null' 

also tried following:

install.packages("~/downloads/sdsfoundations_1.3.tar", repos = null, type ='binary') tar: failed set default locale 

any ideas?

thanks


Comments

Popular posts from this blog

python - cx_oracle unable to find Oracle Client -

shader - OpenGL Shadow Map -

c# - Exchange 2010/2013 TransportAgent Content Conversion for Internal Recipients -