Skip to content

Commit

Permalink
Last minute changes for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmueller18 committed Jan 11, 2025
1 parent c7e9602 commit df76995
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ Description: A collection of functions for the analysis of archaeological mortal
data (on the topic see e.g. Chamberlain 2006
<https://books.google.de/books?id=nG5FoO_becAC&lpg=PA27&ots=LG0b_xrx6O&dq=life%20table%20archaeology&pg=PA27#v=onepage&q&f=false>).
It takes demographic data in different formats and displays the result in a standard life table
as well as plots the relevant indices (percentage of deaths, survivorship, probability of death, life expectancy, percentage of population).
Date: 2024-11-28
as well as plots the relevant indices (percentage of deaths, survivorship, probability of death,
life expectancy, percentage of population). It also checks for representativity and applies
corrections to life tables.
Date: 2025-01-12
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down
15 changes: 5 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
## Resubmission
This is a resubmission. In this version I have:
* Made sure that the NOTE "Lost braces; missing escapes or markup?" disappears.

## Increment patch
This is a minor increment. In this version we have:
- fixed the error in plotting that occurred after the fix of "aes_string" of ggplot2
and that still persisted
- fixed some typos
- added links to DESCRIPTION
- added more helpful error message if grouping variable contains NAs
- added function for Halley bands
- added function for population simulation
- added helper functions for the random generating and applying of age categories
- added reprasentativity check via Total fertility rate

## Test environments
* local OS X install, R 4.3.1
* macOS builder, R 4.3.0
* ubuntu 20.04 (on github-action), R 4.3.3
* ubuntu 20.04 (on github-action), R 4.4.2
* win-builder (devel and release)

## R CMD check results
Expand Down

0 comments on commit df76995

Please sign in to comment.