Skip to content

Commit

Permalink
remove package versions section
Browse files Browse the repository at this point in the history
  • Loading branch information
rossfarrugia authored Nov 2, 2023
1 parent d4a410f commit df001aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions adam/ADSL.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ these objects from their source standard specification templates.
## Load Data and Required pharmaverse Packages

The first step is to load our pharmaverse packages and input data.
Below shows the versions of each of these package used.

```{r setup, message=FALSE, warning=FALSE, results='hold'}
library(metacore)
Expand All @@ -40,13 +39,6 @@ library(tidyr)
library(lubridate)
library(stringr)
# All our examples use the latest CRAN versions of packages each time the book is
# deployed, but in case interested here are the versions
packageVersion("metacore")
packageVersion("metatools")
packageVersion("admiral")
packageVersion("xportr")
# Read in input SDTM data
data("dm")
data("ex")
Expand Down

0 comments on commit df001aa

Please sign in to comment.