search for: insertpackage

Displaying 2 results from an estimated 2 matches for "insertpackage".

2015 Mar 12
1
Best way to handle dependency on non-CRAN package / large data package?
...typed: git checkout gh-pages git push I gather that this is what I needed to to do make the repo web-accessible. Although I found this step a bit confusing because it looks like github has a pages feature for both accounts and projects. And now the instructions say to type something like: > insertPackage("~/Desktop/choroplethrZip_1.0.0.tar.gz") Error in insertPackage("~/Desktop/choroplethrZip_1.0.0.tar.gz") : Directory ~/git/drat not found FALSE The file I provided is what was created by calling devtools::build() on my R package that I want to distribute. Can you explain thi...
2015 Mar 12
2
Best way to handle dependency on non-CRAN package / large data package?
Thanks Dirk. I'm looking at it now. At first glance your documentation brings up a good limitation of simply telling users to type "devtools::install_github()". Namely, what happens when the census bureau updates their shapefiles, and I subsequently decide to update the package? Or if I discover an error in the package and decide to update it? The choroplethr package could have a