fainges / R-APSIM

General APSIM utility package for R
3 stars 4 forks source link

Use messages and warnings in place of print, format documentation and byte compile on install #1

Closed adamhsparks closed 4 years ago

adamhsparks commented 5 years ago

This PR does the following things:

My main motivation was to be able to suppress messages when generating .met files using the nasapower package that has a create_met() function that calls writeMetFile(). I just made some of the other changes since I thought they could be helpful.

The package passes local checks on macOS with R 3.5.1.