From d7097ace76802b067e90fb1984c428bcc4601d73 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:17:04 +0200 Subject: [PATCH] update --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ec6b27066..af9af3ba78 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ A lot of the functionality of the `teal` framework derives from the following pa - [`teal.logger`](https://insightsengineering.github.io/teal.logger/latest-tag/): standardizes logging within `teal` framework. - [`teal.reporter`](https://insightsengineering.github.io/teal.reporter/latest-tag/): allows `teal` applications to generate reports. -Dive deeper into `teal` with our comprehensive video guide. +Dive deeper into `teal` with our comprehensive video guide. Please click the image below to start learning: [![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: ```r install.packages("teal") - -# install.packages("pak") -pak::pak("insightsengineering/teal@*release") ``` Alternatively, you might also use the development version. ```r -install.packages("teal", repos = c("https://pharmaverse.r-universe.dev", getOption("repos"))) - # install.packages("pak") pak::pak("insightsengineering/teal") ```