Skip to content

Commit

Permalink
Version 1.1 submitted to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Mar 4, 2022
1 parent dad5958 commit d9514dc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 deletions.
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# popbayes (development version)
# popbayes 1.1

* Change `stat_method` category `G` by `X` (eXpert knowledge) to avoid confusion
with the category `G` (Ground counts) in the `field_method` variable
* Set arguments `pref_field_method`, `field_method`, `conversion_A2G`, and `rmax`
to `NULL` by default in `format_data()`
* Allow `NA` values in column `field_method` if `stat_method = "X"`
* Function `format_data()` now works at the count series level (not the whole
data set). This allow users to define different values for these arguments for
different counts series (with the same species)
* Function `format_data()` returns an error if some confident interval bounds
are strictly equal

# popbayes 1.0

Expand Down
39 changes: 18 additions & 21 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,37 @@
## Resubmit comments

* Improve the main function `format_data()` to give more flexibility to the user
* Implement additional checks
* Fix some typos in documentation


## Test environments

* Local
* macOS 11.6 install, R 4.1.2
* Windows 10 install, R 4.1.2
* GitHub Actions
* Mac OS X 10.15, r-release (R 4.1.2), r-oldrel
* Windows Server 2019, r-devel, r-release (R 4.1.2), r-oldrel
* Ubuntu 20.04.3 LTS, r-devel, r-release (R 4.1.2), r-oldrel
* macOS 11.6.4, r-devel, r-release (R 4.1.2), r-oldrel
* Ubuntu 20.04.4 LTS, r-devel, r-release (R 4.1.2), r-oldrel
* WinBuilder
* r-devel - 1 note (new submission)
* r-release - 1 note (new submission)
* r-oldrel - 1 note (new submission)
* r-devel
* r-release
* r-oldrel
* R-hub
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit - 1 note (new submission)
* Ubuntu Linux 20.04.1 LTS, R-release, GCC - 1 note (new submission)
* Windows Server 2022, R-devel 64 bit
* Ubuntu Linux 20.04.1 LTS, R-release, GCC
* Fedora Linux, R-devel, clang, gfortran - ERROR: the system requirement 'JAGS' is not available on this platform.


## R CMD check results

0 error | 0 warning | 1 note
0 error | 0 warning | 0 note

* checking CRAN incoming feasibility ... NOTE
* checking CRAN incoming feasibility

Maintainer: 'Nicolas Casajus <[email protected]>' - New submission

* No mis-spelled words in 'DESCRIPTION'
Maintainer: 'Nicolas Casajus <[email protected]>'


## Downstream dependencies

There are currently no downstream dependencies for this package.


## Resubmit comments

* Size of tarball: 21557165 bytes - Fixed: size is now 2.1 MB
* Add `\value{No return value}` in Rd files for `diagnostic()`, `plot_series()` and `plot_trend()` to document function output - DONE
* Replace all `\dontrun{}` by `\donttest{}` in JAGS examples (model fitting takes > 5s) - DONE
* Add `on.exit(par(opar))` in `plot_series()` and `plot_trend()` to restore user graphical parameters - DONE

0 comments on commit d9514dc

Please sign in to comment.