Skip to content

Commit

Permalink
Import tibble for printing
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJohnPage committed Nov 14, 2024
1 parent 5abc2ee commit 2165635
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: pharmaverseadam
Type: Package
Title: ADaM Test Data for the 'Pharmaverse' Family of Packages
Version: 1.1.0
Authors@R: c(
Authors@R: c(
person("Edoardo", "Mancini", email = "edoardo.mancini@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0006-4899-8641")),
person("Kangjie", "Zhang", role = "aut"),
person("Stefan", "Bundfuss", role = "aut", comment = c(ORCID = "0009-0005-0027-1198")),
Expand All @@ -24,7 +24,6 @@ LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 3.5)
Imports:
Suggests:
covr,
devtools,
Expand All @@ -39,8 +38,9 @@ Suggests:
roxygen2,
spelling,
testthat (>= 3.0.0),
tibble,
usethis,
metacore,
metatools
Config/testthat/edition: 3
Imports:
tibble
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Generated by roxygen2: do not edit by hand

importFrom(tibble,tibble)
1 change: 1 addition & 0 deletions R/pharmaverseadam-package.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#' @keywords internal
#' @family internal
#' @importFrom tibble tibble
"_PACKAGE"

0 comments on commit 2165635

Please sign in to comment.