File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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.
5454Please 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
6363install.packages(" teal" )
64-
65- # install.packages("pak")
66- pak :: pak(" insightsengineering/teal@*release" )
6764```
6865
6966Alternatively, 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")
7570pak :: pak(" insightsengineering/teal" )
7671```
You can’t perform that action at this time.
0 commit comments