Skip to content

Instantly share code, notes, and snippets.

@giocomai
Created June 14, 2017 15:03
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giocomai/0a94e49b3dad053292e73fce7feda411 to your computer and use it in GitHub Desktop.
Save giocomai/0a94e49b3dad053292e73fce7feda411 to your computer and use it in GitHub Desktop.
install udunits2 for R in Fedora
# sudo dnf install udunits2 udunits2-devel
install.packages("udunits2", configure.args = c(udunits2 = '--with-udunits2-include=/usr/include/udunits2'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment