Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #95: Import tibble for printing #90

Merged
merged 5 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

## Documentation

<details>
<summary>Developer Notes</summary>

- Imported `{tibble}` so that tibble formatting is not lost. (#95)

</details>

# pharmaverseadam 1.1.0

Ad-hoc release.
Expand Down
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"
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@ seropositivity
Hy
Hy's
ORCID
tibble
Loading