Skip to content

Commit e0ca4dc

Browse files
authored
update readme (#1331)
1 parent 0e16d5e commit e0ca4dc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A lot of the functionality of the `teal` framework derives from the following pa
5050
- [`teal.logger`](https://insightsengineering.github.io/teal.logger/latest-tag/): standardizes logging within `teal` framework.
5151
- [`teal.reporter`](https://insightsengineering.github.io/teal.reporter/latest-tag/): allows `teal` applications to generate reports.
5252

53-
Dive deeper into `teal` with our comprehensive video guide.
53+
Dive deeper into `teal` with our comprehensive video guide.
5454
Please click the image below to start learning:
5555

5656
[![A Complete Guide to Getting Started with teal](https://img.youtube.com/vi/N8ZamECICSI/0.jpg)](https://www.youtube.com/watch?v=N8ZamECICSI)
@@ -61,16 +61,11 @@ Please click the image below to start learning:
6161

6262
```r
6363
install.packages("teal")
64-
65-
# install.packages("pak")
66-
pak::pak("insightsengineering/teal@*release")
6764
```
6865

6966
Alternatively, you might also use the development version.
7067

7168
```r
72-
install.packages("teal", repos = c("https://pharmaverse.r-universe.dev", getOption("repos")))
73-
7469
# install.packages("pak")
7570
pak::pak("insightsengineering/teal")
7671
```

0 commit comments

Comments
 (0)