Skip to content

Commit

Permalink
fixing itemization bracket issues and other check() notes
Browse files Browse the repository at this point in the history
  • Loading branch information
timriffe committed Oct 8, 2024
1 parent dd53454 commit a29fd8a
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 18 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
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.80
Date: 2023-12-29
Version: 01.13.81
Date: 2024-10-08
Authors@R: c(
person("Tim", "Riffe", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-2673-4622")),
Expand All @@ -22,7 +22,7 @@ License: file LICENSE
LazyLoad: yes
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Depends:
R (>= 3.6),
Rcpp (>= 0.12.0),
Expand Down
2 changes: 1 addition & 1 deletion R/lt_abridged.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#' @param axmethod character. Either \code{"pas"} or \code{"un"}.
#' @param a0rule character. Either \code{"ak"} (default) or \code{"cd"}.
#' @param Sex character. Either male \code{"m"}, female \code{"f"}, or both \code{"b"}.
#' @param region character. North, East, South, or West: code{"n"}, code{"e"}, code{"s"}, code{"w"}. Default code{"w"}.
#' @param region character. North, East, South, or West: \code{"n"}, \code{"e"}, \code{"s"}, \code{"w"}. Default \code{"w"}.
#' @param IMR numeric. Infant mortality rate \ifelse{html}{\out{q<sub>0}}{\eqn{q_0}}, in case available and \code{nqx} is not specified. Default \code{NA}.
#' @param mod logical. If \code{"un"} specified for \code{axmethod}, whether or not to use Nan Li's modification for ages 5-14. Default \code{TRUE}.
#' @param SRB the sex ratio at birth (boys / girls), default 1.05
Expand Down
2 changes: 1 addition & 1 deletion R/mig_resid.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
#' ignored.
#'
#' @param years_asfr Years used in the column names of age-specific fertility
#' rate. If code{asfr_r_mat} doesn't have column names, these names are used.
#' rate. If \code{asfr_r_mat} doesn't have column names, these names are used.
#' Otherwise ignored.
#'
#' @param years_srb Years used in the column names of sex-ratio at birth. If
Expand Down
6 changes: 2 additions & 4 deletions R/mig_un_fam.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
#' @importFrom stats aggregate
#' @importFrom stats as.formula
#' @return List with
#' \itemize{
#' \item{params_RC} {data.frame. Roger-Castro parameters in a data.frame. Same as `mig_un_params` data.}
#' \item{net_migr} {data.frame. Net migrants by age and sex for the chosen family.}
#' }
#' * `params_RC` `data.frame`. Roger-Castro parameters in a `data.frame`. Same as `mig_un_params` data.
#' * `net_migr` `data.frame`. Net migrants by age and sex for the chosen family.
#' @examples
#' # 10000 net migrants, comparing two possible families
#' nm1 <- mig_un_fam(NM = 10000, family = "Male Labor", OAnew = 100)
Expand Down
2 changes: 1 addition & 1 deletion man/lt_abridged.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lt_abridged2single.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lt_model_lq.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lt_single_mx.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lt_single_qx.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lthat.logquad.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mig_resid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mig_un_fam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a29fd8a

Please sign in to comment.