Skip to content

Commit

Permalink
update badges readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-gimeno-molina authored Nov 12, 2024
1 parent e2dd85d commit a8b2b3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
14 changes: 6 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ knitr::opts_chunk$set(
# rdocx

<!-- badges: start -->
[![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)
<!-- badges: end -->


Expand All @@ -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
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
# rdocx

<!-- badges: start -->

[![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)
<!-- badges: end -->

## Introduction
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a8b2b3a

Please sign in to comment.