Roy Mendelssohn
Roy Mendelssohn
@sckott @cboettig @mdsumner @raymondben @lesserwhirls Is this the data you are after: https://rda.ucar.edu/thredds/catalog/files/g/ds502.0/catalog.html If so there are at least .nc files, though unaggregated, and you should be able to access...
@sckott @cboettig let me know if the THREDDS data are what Carl is after. If so, sort of overkill to add to `rnoaa`, as either ncdf4 to RNetCDF should presently...
I installed libgit2 with Brew. It now compiles, but I get the following error at the end: ```r installing to /Users/rmendels/Library/R/3.5/library/git2r/libs ** R ** inst ** tests ** byte-compile and...
```r installing to /Users/rmendels/Library/R/3.5/library/git2r/libs ** R ** inst ** tests ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing...
I should add that the file that is trying to be loaded (git2r.so) does exist and the stated location, and it is 1.2MB - is that the correct size? And...
Now I am having it not find libgit2, which was installed with home-brew and it was finding it yesterday. And I am definitely using the clang compiler. Can only work...
```r devtools::install_github("ropensci/git2r") Downloading GitHub repo ropensci/git2r@master from URL https://api.github.com/repos/ropensci/git2r/zipball/master Installing git2r Running /Library/Frameworks/R.framework/Resources/bin/R CMD \ INSTALL \ /private/var/folders/xw/mcmsdzzx4mgbttplylgs7ysh0000gp/T/Rtmp3lU8M7/devtools75b04e34602c/ropensci-git2r-d79ea6f \ '--library=/Users/rmendels/Library/R/3.5/library' \ --install-tests * installing *source* package ‘git2r’ ... checking build...
What started this is I was trying to install pkgdown from Github, which installs git2r from Github, so it isn't just a question of my own install, but what will/will...
Just tried it using remotes::install_github("ropensci/git2r") ```r installing to /Users/rmendels/Library/R/3.5/library/git2r/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package...
Beyond what I can resolve. I am just trying to get the Github version of pkgdown installed (because the CRAN version fails on one of my packages which I have...