Gerald Charles Nelson

Results 5 comments of Gerald Charles Nelson

Here's another Mac installation problem. ``` > install_github("mtennekes/tmaptools") Downloading GitHub repo mtennekes/tmaptools@master from URL https://api.github.com/repos/mtennekes/tmaptools/zipball/master Installing tmaptools '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \ '/private/var/folders/bv/881_rsvd2kv83c13yywwc_xh0000gn/T/RtmpOuHJqy/devtools1701159e059e4/mtennekes-tmaptools-2f9870e' \ --library='/Users/gcn/Library/R/3.4/library' --install-tests...

The best process I have found is to user homebrew (https://brew.sh) to install all sorts of things including gdal. The directions at this link are pretty clear. Once you install...

I haven't tried it recently. Wrote some code that does the trick for me. Happy to share it. Its part of the rejectedManagement.R code in the guthub archive https://github.com/GeraldCNelson/citationManagement. It's...

I would be grateful if you took on continuing development! Can you give some basic instructions on how to pull a forked version? Thanks!

For the less experienced git user, I think the following should get you the version being modified by ycphs ``` install.packages(c("Rcpp", "devtools"), dependencies = TRUE) require(devtools) install_github("ycphs/openxlsx") ```