Skip to content

Commit bb22f33

Browse files
authored
Merge 9656c41 into 439358a
2 parents 439358a + 9656c41 commit bb22f33

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

DESCRIPTION

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Suggests:
4040
nestcolor (>= 0.1.0),
4141
tern (>= 0.7.10),
4242
testthat (>= 2.0)
43-
Remotes:
44-
insightsengineering/tern@*release
4543
Config/Needs/website: insightsengineering/nesttemplate
4644
Encoding: UTF-8
4745
Language: en-US

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ The package provides:
3333

3434
## Installation
3535

36-
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:
36+
From July 2023 `insightsengineering` packages are available on [r-universe](https://r-universe.dev/).
3737

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

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

4646
## Stargazers and Forkers
4747

0 commit comments

Comments
 (0)