From a8b2b3acdd9ffcf991d4ca1473d4ae67fcad2d87 Mon Sep 17 00:00:00 2001 From: Ines Gimeno Molina <142247121+ines-gimeno-molina@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:08:02 +0000 Subject: [PATCH] update badges readme --- README.Rmd | 14 ++++++-------- README.md | 16 ++++++---------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/README.Rmd b/README.Rmd index 993408c..aa353e1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,8 +16,8 @@ knitr::opts_chunk$set( # rdocx -[![Codecov test coverage](https://codecov.io/gh/ines-gimeno-molina/R-test/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ines-gimeno-molina/R-test/?branch=main) -[![R-CMD-check.yaml](https://github.com/ines-gimeno-molina/R-test/actions/workflows/check-package.yml/badge.svg)](https://github.com/ines-gimeno-molina/R-test/actions/workflows/check-package.yml) +[![R-CMD-check.yaml](https://github.com/Novartis/rdocx/actions/workflows/check_package.yml/badge.svg)](https://github.com/Novartis/rdocx/actions/workflows/check_package.yml) +[![pkgdown](https://github.com/Novartis/rdocx/actions/workflows/pkgdown.yml/badge.svg)](https://github.com/Novartis/rdocx/actions/workflows/pkgdown.yml) @@ -40,12 +40,10 @@ As for now, there are two main applications of **{rdocx}**: **{rdocx}** can be installed from Gitlab using (update before pushing to Github) ```{r, eval=FALSE} -devtools::install_github( - host = "", - repo = "", - lib = "~/R", - build_vignettes = TRUE -) +devtools::install_github("Novartis/rdocx", + ref='main', + build_vignettes=TRUE, + lib='~/R') ``` Remember to set the parameter `lib` to the desired location for installation, as diff --git a/README.md b/README.md index 4d8ede5..a01ae6b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,8 @@ # rdocx - -[![Codecov test -coverage](https://codecov.io/gh/ines-gimeno-molina/R-test/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ines-gimeno-molina/R-test/?branch=main) -[![R-CMD-check.yaml](https://github.com/ines-gimeno-molina/R-test/actions/workflows/check-package.yml/badge.svg)](https://github.com/ines-gimeno-molina/R-test/actions/workflows/check-package.yml) +[![R-CMD-check](https://github.com/Novartis/rdocx/actions/workflows/check_package.yml/badge.svg)](https://github.com/Novartis/rdocx/actions/workflows/check_package.yml) +[![pkgdown](https://github.com/Novartis/rdocx/actions/workflows/pkgdown.yml/badge.svg)](https://github.com/Novartis/rdocx/actions/workflows/pkgdown.yml) ## Introduction @@ -47,12 +45,10 @@ As for now, there are two main applications of **{rdocx}**: Github) ``` r -devtools::install_github( - host = "", - repo = "", - lib = "~/R", - build_vignettes = TRUE -) +devtools::install_github("Novartis/rdocx", + ref='main', + build_vignettes=TRUE, + lib='~/R') ``` Remember to set the parameter `lib` to the desired location for