Skip to content

Commit

Permalink
Add control options for hard exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Mar 11, 2024
1 parent d6af8f9 commit a5e220d
Show file tree
Hide file tree
Showing 12 changed files with 3,959 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export(addCwres)
export(addNpde)
export(addTable)
export(augPred)
export(bobyqaControl)
export(bootplot)
export(bootstrapFit)
export(covarSearchAuto)
Expand All @@ -29,16 +30,23 @@ export(getData)
export(getVarCov)
export(groupedData)
export(ini)
export(lbfgsb3cControl)
export(logit)
export(lotri)
export(model)
export(n1qn1Control)
export(newuoaControl)
export(nlmControl)
export(nlme)
export(nlmeControl)
export(nlminbControl)
export(nlmixr)
export(nlmixr2)
export(nlmixr2AllEst)
export(nlmixr2CheckInstall)
export(nlmixr2NlmeControl)
export(nlsControl)
export(optimControl)
export(pdBlocked)
export(pdCompSymm)
export(pdConstruct)
Expand Down Expand Up @@ -73,6 +81,7 @@ export(stat_amt)
export(stat_cens)
export(tableControl)
export(traceplot)
export(uobyqaControl)
export(varComb)
export(varConstPower)
export(varExp)
Expand Down
291 changes: 291 additions & 0 deletions R/hardReexports.R

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@
"nlmixr2est::foceiControl",
"nlmixr2est::nlmeControl",
"nlmixr2est::tableControl",
"nlmixr2est::bobyqaControl",
"nlmixr2est::lbfgsb3cControl",
"nlmixr2est::n1qn1Control",
"nlmixr2est::newuoaControl",
"nlmixr2est::nlmControl",
"nlmixr2est::nlminbControl",
"nlmixr2est::nlsControl",
"nlmixr2est::optimControl",
"nlmixr2est::uobyqaControl",
"nlmixr2est::addCwres",
"nlmixr2est::addNpde",
"nlmixr2est::addTable",
Expand Down

0 comments on commit a5e220d

Please sign in to comment.