From c9b77d97b3706eb8a165e37a50d5b91f9e23735f Mon Sep 17 00:00:00 2001 From: sgvignali Date: Wed, 11 Mar 2020 15:23:34 +0100 Subject: [PATCH] Correct wrong release number --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a14caad4..11611a00 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: SDMtune Type: Package Title: Species Distribution Model Selection -Version: 1.2.0 +Version: 1.1.0 Date: 2020-03-11 Authors@R: c( person("Sergio", "Vignali", email = "sergio.vignali@iee.unibe.ch", diff --git a/NEWS.md b/NEWS.md index 421f1508..c4ccc432 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# SDMtune 1.2.0 +# SDMtune 1.1.0 Main changes: * The function `thinData` accept now a matrix or a dataframe with several columns, useful if the users has information related to the coordinates that doesn't want to lose with the thinning procedure. * The function `plotResponse` plots the response for the full range of presences and backgrounds/absences when only_presence is TRUE, only_presence is unused only to compute the provided function to the range of presence locations when marginal = TRUE