Skip to content
Prev 306899 / 398506 Next

Failed installWithVers from local tar.gz

On Oct 3, 2012, at 12:42 PM, kkarr wrote:

            
The tilde in the path makes me think this is a Mac OS question, and if so should have been explicitly stated, but the warning seems strange. Do you actually have a copy of "changepoint_0.3.tar.gz" in that location? What does this return:

list.files( path = "~/Rtools/dir/of/pkgs/")


You should also remember that type="mac.binary" is the default for install.packages on a Mac (if that is what we are dealing with) and that you would need type ="source" if installing on older versions of R. There is a binary version of pkg:changepoint at CRAN. S why not:

install.packages("changepoint") and just let the magic take hold?