-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from IvanWilli/IW
logquad adjustment for old ages
- Loading branch information
Showing
406 changed files
with
36,505 additions
and
2,820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,5 +19,8 @@ Spreadsheets | |
*.h | ||
*.o | ||
*.so | ||
docs/ | ||
.gitsum | ||
.RData | ||
/doc/ | ||
/Meta/ | ||
Presentations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: DemoTools | ||
Type: Package | ||
Title: Standardize, Evaluate, and Adjust Demographic Data | ||
Version: 01.13.39 | ||
Date: 2021-03-23 | ||
Version: 01.13.80 | ||
Date: 2023-12-29 | ||
Authors@R: c( | ||
person("Tim", "Riffe", role = c("aut", "cre"), | ||
email = "[email protected]", comment = c(ORCID = "0000-0002-2673-4622")), | ||
|
@@ -22,7 +22,7 @@ License: file LICENSE | |
LazyLoad: yes | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.3 | ||
Depends: | ||
R (>= 3.6), | ||
Rcpp (>= 0.12.0), | ||
|
@@ -31,15 +31,16 @@ Suggests: | |
testthat (>= 2.1.0), | ||
knitr, | ||
rmarkdown, | ||
markdown, | ||
DT, | ||
ggplot2 | ||
RdMacros: Rdpack | ||
Imports: | ||
data.table (>= 1.13.6), | ||
demogR, | ||
DemoToolsData (>= 0.1.1), | ||
DemoToolsData (>= 0.1.5), | ||
dplyr, | ||
fertestr (>= 0.0.5), | ||
fertestr (>= 0.10.00), | ||
lubridate, | ||
magrittr, | ||
MortalityLaws (>= 1.7.0), | ||
|
@@ -48,10 +49,11 @@ Imports: | |
rstan (>= 2.18.1), | ||
tibble, | ||
tidybayes, | ||
ungroup | ||
ungroup (>= 1.4.2) | ||
BugReports: https://github.com/timriffe/DemoTools/issues | ||
Remotes: | ||
github::josehcms/fertestr, | ||
github::timriffe/DemoToolsData | ||
github::timriffe/fertestr, | ||
github::timriffe/DemoToolsData, | ||
github::timriffe/MortalityLaws | ||
Encoding: UTF-8 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# Changes in this update | ||
2018-08-15 | ||
|
||
## 2018-08-15 | ||
|
||
- NEWS.md file added. When a first release comes out, major functionality | ||
and features will be listed here at that time. | ||
|
||
2019-11-28 | ||
## 2019-11-28 | ||
|
||
- new function mig_calculate_rc() added | ||
- several function names harmonized, see ?DemoTools-renamed | ||
- graduate_sprage() and other graduation functions no longer support matrix inputs | ||
- graduate_sprague() and other graduation functions no longer support matrix inputs | ||
|
||
## 2023-12-29 | ||
- minor fixes to pass checks | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.