Skip to content

Commit

Permalink
prepare for cran rel
Browse files Browse the repository at this point in the history
* version bump
* update cran comments
* fix compiler warnings thrown during install
* fix parallel processing tests that req install
  • Loading branch information
jeffreyhanson authored Aug 26, 2022
1 parent 64e6b3e commit 6197e6d
Show file tree
Hide file tree
Showing 40 changed files with 569 additions and 495 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: surveyvoi
Type: Package
Version: 1.0.3.11
Version: 1.0.4
Title: Survey Value of Information
Description: Decision support tool for prioritizing sites for ecological
surveys based on their potential to improve plans for conserving
Expand Down Expand Up @@ -75,11 +75,11 @@ LazyData: true
Language: en-US
SystemRequirements:
C++11,
JAGS (>= 4.3.0),
JAGS (>= 4.3.0) (optional),
fftw3 (>= 3.3),
gmp (>= 6.2.1),
gmpxx (>= 6.2.1),
mpfr (>= 4.1.0),
pkg-config (>= 0.29.2),
mpfr (>= 3.0.0),
autoconf (>= 2.69),
automake (>= 1.16.5)
URL: https://prioritizr.github.io/surveyvoi/
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ wbcheck:
R --slave -e "devtools::check_win_devel()"
cp -Rf doc inst/

maccheck:
R --slave -e "devtools::check_mac_release()"
cp -Rf doc inst/

urlcheck:
R --slave -e "devtools::document();urlchecker::url_check()"

Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# surveyvoi 1.0.4

- CRAN release.

# surveyvoi 1.0.3.12

- Update CRAN comments document and remove pkg-config from system requirements.
- Fix compiler warning thrown during installation.

# surveyvoi 1.0.3.11

- Update `simulate_site_data()` function to remove RandomFields package
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Please cite the *surveyvoi R* package when using it in publications. To
cite the developmental version, please use:

> Hanson JO, Chadès I, Hudgins EJ, Bennett J (2022). surveyvoi: Survey
> Value of Information. R package version 1.0.3.10. Available at
> Value of Information. R package version 1.0.4. Available at
> <https://github.com/prioritizr/surveyvoi>.
## Usage
Expand Down
Loading

0 comments on commit 6197e6d

Please sign in to comment.