Skip to content

Commit

Permalink
Adjustments for CRAN notes re: Rcpp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
1beb committed Feb 15, 2024
1 parent c103d5b commit c8adb85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
#'
#' @param last_name Integer vector of last name identifiers for each record (zero indexed; as all that follow). Must match columns numbers in M_rs.
#' @param first_name See last_name
#' @param middle_name See last_name
#' @param mid_name See last_name
#' @param geo Integer vector of geographic units for each record. Must match column number in N_rg
#' @param N_rg Integer matrix of race | geography counts in census (geograpgies in columns).
#' @param alpha Numeric matrix of race | geography prior probabilities.
#' @param pi_s Numeric matrix of race | surname prior probabilities.
#' @param pi_f Same as `pi_s`, but for first names.
#' @param pi_m Same as `pi_s`, but for middle names.
Expand Down
6 changes: 2 additions & 4 deletions man/sample_me.Rd

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

3 changes: 1 addition & 2 deletions src/sample_me.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
//'
//' @param last_name Integer vector of last name identifiers for each record (zero indexed; as all that follow). Must match columns numbers in M_rs.
//' @param first_name See last_name
//' @param middle_name See last_name
//' @param mid_name See last_name
//' @param geo Integer vector of geographic units for each record. Must match column number in N_rg
//' @param N_rg Integer matrix of race | geography counts in census (geograpgies in columns).
//' @param alpha Numeric matrix of race | geography prior probabilities.
//' @param pi_s Numeric matrix of race | surname prior probabilities.
//' @param pi_f Same as `pi_s`, but for first names.
//' @param pi_m Same as `pi_s`, but for middle names.
Expand Down

0 comments on commit c8adb85

Please sign in to comment.