Skip to content

Commit

Permalink
Fix CRAN test issues by exporting more functions
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Apr 29, 2023
1 parent f47453a commit 4856333
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ S3method(print,summary_PKNCAresults)
S3method(right_join,PKNCAconc)
S3method(right_join,PKNCAdose)
S3method(right_join,PKNCAresults)
S3method(setDuration,PKNCAconc)
S3method(setDuration,PKNCAdose)
S3method(setRoute,PKNCAdose)
S3method(signifString,data.frame)
Expand Down
2 changes: 2 additions & 0 deletions R/class-PKNCAconc.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ getDataName.PKNCAconc <- function(object) {
}
}

#' @rdname setDuration
#' @export
setDuration.PKNCAconc <- function(object, duration, ...) {
if (missing(duration)) {
object <-
Expand Down
11 changes: 7 additions & 4 deletions man/setDuration.Rd

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

0 comments on commit 4856333

Please sign in to comment.