summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikemeredith <mike@mmeredith.net>2022-12-01 12:23:55 +0800
committermikemeredith <mike@mmeredith.net>2022-12-01 12:23:55 +0800
commitfa7326032f1dbbb4409c716c8aa5d7e50958a8c4 (patch)
treeff2d808b11b679c96c901cef6778ab08ef423593
parent59ff0ae122ec7e32e49231ca4c1e187b9e30017e (diff)
New maintainer
-rw-r--r--.local_checks/@making_IPMbook_package.R2
-rw-r--r--DESCRIPTION8
-rw-r--r--NEWS4
3 files changed, 9 insertions, 5 deletions
diff --git a/.local_checks/@making_IPMbook_package.R b/.local_checks/@making_IPMbook_package.R
index 7b4a08c..f17adc1 100644
--- a/.local_checks/@making_IPMbook_package.R
+++ b/.local_checks/@making_IPMbook_package.R
@@ -20,7 +20,7 @@ devtools::load_all("D:/Github/IPMbook_package/IPMbook")
# ==========================
unlink(list.files(pattern="Rplots.pdf", recursive=TRUE))
system("R CMD build IPMbook") # Produces the .tar.gz
-pkg <- "IPMbook_0.1.3.tar.gz" # <-- fix version number here
+pkg <- "IPMbook_0.1.4.tar.gz" # <-- fix version number here
# Pick one to check:
## on desktop
diff --git a/DESCRIPTION b/DESCRIPTION
index aa014cd..2141fd1 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,15 +1,16 @@
Package: IPMbook
Type: Package
Title: Functions and Data for the Book 'Integrated Population Models'
-Version: 0.1.3
-Date: 2021-12-10
+Version: 0.1.4
+Date: 2022-11-16
Depends: R (>= 2.10)
Imports: stats, abind
Suggests:
Authors@R: c(
+ person("Andy", "Royle", role="cre", email="aroyle@usgs.gov"),
person("Michael", "Schaub", role="aut"),
person("Marc", "Kéry", role="aut"),
- person("Mike", "Meredith", role=c("aut", "cre"), email="mike@mmeredith.net"),
+ person("Mike", "Meredith", role="aut"),
person("Raphaël", "Arlettaz", role="dtc", comment="bats"),
person("Gabriel", "Banderet", role="dtc", comment="peregrine"),
person("François", "Biollaz", role="dtc", comment="bats"),
@@ -29,7 +30,6 @@ Authors@R: c(
person("University Bern, Division of Conservation Biology", role="dtc", comment="hoopoe"),
person("Vogelwarte Hiddensee, Germany", role="dtc", comment="stork"),
person("Swiss Ornithological Institute", role="dtc", comment="hoopoe, kestrel, peregrine, swallow, wryneck") )
-BugReports: https://github.com/mikemeredith/IPMbook/issues
Description: Provides functions and data sets to accompany the book 'Integrated Population Models: Theory and Ecological Applications with R and JAGS' by Michael Schaub and Marc Kéry (ISBN: 9780128205648).
License: GPL (>=3)
URL: https://www.vogelwarte.ch/de/projekte/publikationen/ipm/
diff --git a/NEWS b/NEWS
index 1bfed07..2d40672 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+CHANGES in version 0.1.4 (2022-11-16)
+
+ * Andy Royle as Maintainer.
+
CHANGES in version 0.1.3 (2021-12-10)
* Added `ch2matrix` utility to convert capture histories in text format to matrices.