Skip to content

Commit

Permalink
small update in DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszChrostowski committed Dec 2, 2023
1 parent 0a58f7c commit b70c8d1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Authors@R:
person(given = "Maciej",
family = "Beręsewicz",
role = c("aut", "ctb"),
email = "[email protected]"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8281-4301")),
person(given = "Piotr",
family = "Chlebicki",
role = "ctb",
email = "[email protected]"))
Description: An R package for statistical inference with non-probability samples when auxiliary information from external sources like probability samples or population totals/means are available.
Description: An R package for statistical inference with non-probability samples when auxiliary information from external sources like probability samples or population totals/means are available. Details can be found in: Wu et al. (2020) <https://doi.org/10.1080/01621459.2019.1677241>, Kim et al. (2021) <https://doi.org/10.1111/rssa.12696>, Wu et al. (2023) <https://www150.statcan.gc.ca/n1/pub/12-001-x/2022002/article/00002-eng.htm>, Kim et al. (2021) <https://www150.statcan.gc.ca/n1/pub/12-001-x/2021001/article/00004-eng.htm>, Kim et al. (2020) <https://doi.org/10.1111/rssb.12354>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -30,6 +31,6 @@ Suggests:
sampling,
spelling
Depends: survey
Imports: maxLik, stats, Matrix, MASS, ncvreg, RANN, Rcpp, RcppArmadillo, mathjaxr, nleqslv, doParallel, foreach, parallel, HelpersMG
Imports: maxLik, stats, Matrix, MASS, ncvreg, RANN, Rcpp, mathjaxr, nleqslv, doParallel, foreach, parallel, HelpersMG
LinkingTo: RcppArmadillo, Rcpp
Language: en-US
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export(nonprob)
export(pop.size)
export(probit_model_nonprobsvy)
import(Rcpp)
import(RcppArmadillo)
import(mathjaxr)
importFrom(HelpersMG,ExtractAIC.glm)
importFrom(MASS,ginv)
Expand Down
1 change: 0 additions & 1 deletion R/nonprobDR.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @importFrom stats terms
#' @importFrom ncvreg cv.ncvreg
#' @importFrom MASS ginv
#' @import RcppArmadillo
#' @import Rcpp
#' @importFrom Rcpp evalCpp

Expand Down
1 change: 0 additions & 1 deletion R/nonprobIPW.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#' @importFrom stats qnorm
#' @importFrom stats as.formula
#' @importFrom stats terms
#' @import RcppArmadillo
#' @import Rcpp
#' @importFrom Rcpp evalCpp

Expand Down
1 change: 0 additions & 1 deletion R/nonprobMI.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @importFrom RANN nn2
#' @importFrom ncvreg cv.ncvreg
#' @importFrom stats terms
#' @import RcppArmadillo
#' @import Rcpp
#' @importFrom Rcpp evalCpp

Expand Down

0 comments on commit b70c8d1

Please sign in to comment.