jwijffels / RMETAR

A METAR decoder for R users, connecting to mdsplib (METAR Decoder Software Package Library - http://mdsplib.sourceforge.net/)
4 stars 4 forks source link

RMETAR can't be installed on OSX #2

Closed GreenhouseCH closed 4 years ago

GreenhouseCH commented 6 years ago

An installation of RMETAR via the R Shell fails on OSX due to conflicting types in strnstr.

install_github("jwijffels/RMETAR", subdir="/pkg") Downloading GitHub repo jwijffels/RMETAR@master from URL https://api.github.com/repos/jwijffels/RMETAR/zipball/master Installing RMETAR '/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD \ INSTALL \ '/private/var/folders/6c/0spqx2ld32nf_dwdhypxlrr80000gn/T/RtmpqluVpH/devtools34c4297a95f7/jwijffels-RMETAR-2ebd79d/pkg' \ --library='/Library/Frameworks/R.framework/Versions/3.4/Resources/library' --install-tests

andrie commented 4 years ago

The current dev version of the package builds successfully on OSX on Travis. I think we can close this, since it will be fixed by #8