Skip to content

Commit

Permalink
Update install (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Jul 27, 2023
1 parent 3bc45ca commit ab3d8e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
18 changes: 3 additions & 15 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Version: 0.1.15.9018
Date: 2023-07-25
Authors@R: c(
person("Nina", "Qi", , "qit3@gene.com", role = c("aut", "cre")),
person("Konrad", "Pagacz", , "konrad.pagacz@contractors.roche.com", role = "aut"),
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"),
person("Chendi", "Liao", , "chendi.liao@roche.com", role = "aut"),
person("Liming", "Li", , "liming.li@roche.com", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("Konrad", "Pagacz", role = "aut"),
person("Molly", "He", role = "ctb"),
person("Carolyn", "Zhang", role = "ctb"),
person("Tina", "Cho", role = "ctb")
person("Tina", "Cho", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Community efforts to collect teal modules for TLGs defined in
the osprey package. The teal modules add an encoding panel to
Expand Down Expand Up @@ -45,18 +45,6 @@ Suggests:
rmarkdown,
teal.data (>= 0.1.2),
testthat (>= 2.0)
Remotes:
insightsengineering/osprey@*release,
insightsengineering/osprey@*release,
insightsengineering/teal.code@*release,
insightsengineering/teal.data@*release,
insightsengineering/teal.logger@*release,
insightsengineering/teal.logger@*release,
insightsengineering/teal.reporter@*release,
insightsengineering/teal.transform@*release,
insightsengineering/teal.widgets@*release,
insightsengineering/teal@*release,
insightsengineering/tern@*release
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ This enables `teal` app developers to easily create applications making use of t

## 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/teal.osprey@*release")
```
# stable versions
install.packages('teal.osprey', 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('teal.osprey', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
```

## Stargazers and Forkers

Expand Down

0 comments on commit ab3d8e8

Please sign in to comment.