Skip to content

Commit

Permalink
Merge branch 'main' into 1130_update_descs@main
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua authored Sep 3, 2024
2 parents 07c35ea + 66bb8f8 commit c6e3d17
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tern
Title: Create Common TLGs Used in Clinical Trials
Version: 0.9.5.9013
Date: 2024-08-12
Version: 0.9.5.9016
Date: 2024-08-28
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Daniel", "Sabanés Bové", , "[email protected]", role = "aut"),
Expand Down Expand Up @@ -32,7 +32,7 @@ Imports:
checkmate (>= 2.1.0),
cowplot (>= 1.0.0),
dplyr (>= 1.0.0),
emmeans (>= 1.8.0),
emmeans (>= 1.10.4),
forcats (>= 1.0.0),
formatters (>= 0.5.8),
ggplot2 (>= 3.5.0),
Expand Down Expand Up @@ -71,10 +71,10 @@ Config/Needs/verdepcheck: insightsengineering/rtables, tidymodels/broom,
cran/car, mllg/checkmate, wilkelab/cowplot, tidyverse/dplyr,
rvlenth/emmeans, tidyverse/forcats, insightsengineering/formatters,
tidyverse/ggplot2, r-lib/gtable, r-lib/lifecycle, tidyverse/magrittr,
GeoBosh/Rdpack, r-lib/rlang, r-lib/scales, tidyverse/tibble,
tidyverse/tidyr, yihui/knitr, deepayan/lattice, tidyverse/lubridate,
insightsengineering/nestcolor, rstudio/rmarkdown, tidyverse/stringr,
r-lib/svglite, r-lib/testthat, r-lib/withr
GeoBosh/Rdpack, r-lib/rlang, r-lib/scales, therneau/survival,
tidyverse/tibble, tidyverse/tidyr, yihui/knitr, deepayan/lattice,
tidyverse/lubridate, insightsengineering/nestcolor, rstudio/rmarkdown,
tidyverse/stringr, r-lib/svglite, r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tern 0.9.5.9013
# tern 0.9.5.9016
### Enhancements
* Added `errorbar_width` and `linetype` parameters to `g_lineplot`.
* Reworking of `summarize_glm_count()` documentation and all its associated functions to better describe the results and the functions' purpose.
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ install.packages("tern")
or you can install the latest development version directly from GitHub by running the following:

```r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/tern")
# install.packages("pak")
pak::pak("insightsengineering/tern")
```

Note that it is recommended you [create and use a `GITHUB_PAT`](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) if installing from GitHub.
## Usage

To understand how to use this package, please refer to the [Introduction to `tern`](https://insightsengineering.github.io/tern/latest-tag/articles/tern.html) article, which provides multiple examples of code implementation.

See package vignettes `browseVignettes(package = "tern")` for usage of this package.

Expand Down

0 comments on commit c6e3d17

Please sign in to comment.