Skip to content

Commit 612b93f

Browse files
committed
version bump and update news
1 parent bf8e1ad commit 612b93f

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mapme.biodiversity
22
Title: Efficient Monitoring of Global Biodiversity Portfolios
3-
Version: 0.0.1
3+
Version: 0.1.0
44
Authors@R: c(
55
person("Darius A.", "Görgen", , "darius2402@web.de", role = c("aut", "cre")),
66
person("Om Prakash", "Bhandari", role = "aut")

NEWS.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1+
# mapme.biodiversity (development version)
2+
3+
## Breaking changes
4+
5+
## New features
6+
7+
## Internal
8+
9+
# mapme.biodiversity 0.1.0
10+
11+
## Breaking changes
12+
* renamed '.assetid' to 'assetid' (#22)
13+
14+
## New features
15+
* None
16+
17+
## Internal
18+
* ensured that tests and examples adhere to CRAN policies of
19+
only writing to the temporal directory (#22)
20+
121
# mapme.biodiversity 0.0.1
222

23+
## Initial release
24+
325
* Added a `NEWS.md` file to track changes to the package.
426
* initial supported resources are:
527
- ecoregions
@@ -45,6 +67,8 @@
4567
* on MacOS, the s2 engine for spherical geometric vector operations is disabled and
4668
lwgeom is used instead.
4769

48-
* Introduced absolute URLS in userguide.Rmd pointing to the online documentation (#58)
49-
* \value tags added to all exported functions explaining what is the output/sideffect (#58)
70+
## Internal
71+
72+
* Introduced absolute URLS in userguide.Rmd pointing to the online documentation (#59)
73+
* \value tags added to all exported functions explaining what is the output/sideffect (#59)
5074
* using requireNamespace() instead of installed.packages() to check if packages listed in SUGGEST are loadable (#58)

0 commit comments

Comments
 (0)