Skip to content

Commit

Permalink
update (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo authored Jul 27, 2023
1 parent ec302df commit 4aeceda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Version: 0.1.14.9015
Date: 2023-07-25
Authors@R: c(
person("Nick", "Paszty", , "[email protected]", role = c("aut", "cre")),
person("Junlue", "Zhao", , "[email protected]", role = "aut"),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
person("Maciej", "Nasinski", , "[email protected]", role = "aut"),
person("Konrad", "Pagacz", , "[email protected]", role = "aut"),
person("Ondrej", "Slama", , "[email protected]", role = "aut"),
person("Ondrej", "Slama", email = "[email protected]", role = "aut"),
person("Adrian", "Waddell", , "[email protected]", role = "aut"),
person("Wenyi", "Liu", , "[email protected]", role = "aut"),
person("Jeffrey", "Tomlinson", , "[email protected]", role = "aut"),
person("Bali", "Toth", , "[email protected]", role = "aut"),
person("Junlue", "Zhao", role = "aut"),
person("Maciej", "Nasinski", role = "aut"),
person("Konrad", "Pagacz", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Functions that plot and summarize biomarkers/labs of
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ inside `teal` applications.

## Installation

For releases from August 2022 it is recommended that you [create and use a GitHub PAT](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) to install the latest version of this package. Once you have the PAT, run the following:
From July 2023 `insightsengineering` packages are available on [r-universe](https://r-universe.dev/).

```r
Sys.setenv(GITHUB_PAT = "your_access_token_here")
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/goshawk@*release")
```
# stable versions
install.packages('goshawk', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))

A stable release of all `NEST` packages from June 2022 is also available [here](https://github.com/insightsengineering/depository#readme).
# beta versions
install.packages('goshawk', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
```

## Stargazers and Forkers

Expand Down

0 comments on commit 4aeceda

Please sign in to comment.