Skip to content

Commit

Permalink
Update namespace/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jan 23, 2020
1 parent 5550c9a commit e464c25
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 12 deletions.
3 changes: 3 additions & 0 deletions NAMESPACE
Expand Up @@ -115,6 +115,7 @@ S3method(vpc,nlmixrPosthoc)
S3method(vpc,nlmixrSaem)
S3method(vpc,nlmixrVpc)
S3method(vpc,saemFit)
S3method(vpc,ui)
export("%>%")
export(.nmGetData)
export(.protectSaem)
Expand Down Expand Up @@ -351,7 +352,9 @@ importFrom(stats,start)
importFrom(stats,terms)
importFrom(stats,time)
importFrom(stats,var)
importFrom(utils,.DollarNames)
importFrom(utils,assignInMyNamespace)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,sessionInfo)
Expand Down
1 change: 1 addition & 0 deletions R/complete.R
@@ -1,3 +1,4 @@
##'@importFrom utils .DollarNames
##'@export
.DollarNames.nlmixrBounds <- function(x, pattern){
grep(pattern,
Expand Down
2 changes: 1 addition & 1 deletion R/foceiFit.R
Expand Up @@ -3251,7 +3251,7 @@ setOfv <- function(x, type){
}
}


##' @importFrom utils capture.output
.captureOutput <- function (expr, envir = parent.frame()) {
eval({
.file <- rawConnection(raw(0L), open = "w")
Expand Down
2 changes: 0 additions & 2 deletions R/reexports.R
Expand Up @@ -208,8 +208,6 @@ RxODE::rxParam
##'@export
RxODE::et



##' @importFrom huxtable as_hux
##' @export
huxtable::as_hux
Expand Down
2 changes: 1 addition & 1 deletion R/vpc.ui.R
Expand Up @@ -256,8 +256,8 @@ vpc.nlmixrVpc <- function(sim, ...){
}

##' @rdname vpc_ui
##' @S3method vpc ui
##' @export vpc.ui
##' @rawNamespace S3method(vpc,ui)
vpc.ui <- function(sim, ...){
vpc_ui(fit=sim, ...);
}
2 changes: 0 additions & 2 deletions man/foceiControl.Rd

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

3 changes: 1 addition & 2 deletions man/nlmixrPrint.Rd

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

2 changes: 0 additions & 2 deletions man/nlmixrSim.Rd

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

2 changes: 0 additions & 2 deletions man/saemControl.Rd

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

0 comments on commit e464c25

Please sign in to comment.