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

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -