Skip to content

Commit

Permalink
initial incorporation of new functions, with package check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardli committed Oct 25, 2023
1 parent 86c1a82 commit e00a4ec
Show file tree
Hide file tree
Showing 8 changed files with 729 additions and 289 deletions.
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Generated by roxygen2: do not edit by hand

S3method(plot,SUMMERproj)
S3method(plot,svysae)
S3method(print,SUMMERmodel)
S3method(print,SUMMERmodel.svy)
S3method(print,SUMMERprojlist)
S3method(print,svysae)
S3method(summary,SUMMERmodel)
S3method(summary,SUMMERmodel.svy)
S3method(summary,SUMMERprojlist)
Expand All @@ -13,6 +15,7 @@ export(adjustPopMat)
export(aggregateSurvey)
export(areaPopToArea)
export(calibrateByRegion)
export(compareEstimates)
export(expit)
export(fitGeneric)
export(fitINLA)
Expand All @@ -32,6 +35,7 @@ export(hatchPlot)
export(logit)
export(logitNormMean)
export(makePopIntegrationTab)
export(mapEstimates)
export(mapPlot)
export(mapPoints)
export(pixelPopToArea)
Expand Down Expand Up @@ -98,6 +102,7 @@ importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.pass)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,runif)
Expand All @@ -106,4 +111,5 @@ importFrom(stats,setNames)
importFrom(stats,var)
importFrom(terra,extract)
importFrom(terra,gdal)
importFrom(utils,combn)
importFrom(viridis,viridis_pal)
16 changes: 16 additions & 0 deletions R/check_global.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Satisfy the global variable check
utils::globalVariables(c("Domain1",
"Domain2",
"Prob",
"est",
".data",
"domain",
"method",
"lower",
"upper",
"svytotal",
"svyby",
"svymean"
))


Loading

0 comments on commit e00a4ec

Please sign in to comment.