inbo / n2khab

R package with preprocessing functions and standard reference data for Flemish Natura 2000 (N2K) habitat (HAB) analyses
https://inbo.github.io/n2khab
GNU General Public License v3.0
2 stars 1 forks source link

Release-candidate 0.2.0 #73

Closed florisvdh closed 4 years ago

florisvdh commented 4 years ago

Release candidate for version 0.2.0 is more or less complete. Your test results are now more than welcome as they may lead to further improvement. Bugs can be filed at https://github.com/inbo/n2khab/issues or in this pull request.

Installation

Install this dev version (0.1.2.9000) as follows:

Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = "true") # as a precaution
remotes::install_github("inbo/n2khab@rc0.2",
                        build_vignettes = TRUE,
                        upgrade = TRUE)

New features

Further, a number of smaller fixes and enhancements were made.

Other plans for0.2.0?