Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- badges: start -->
[![R check
status](https://github.com/ddotta/quartify/workflows/R-CMD-check/badge.svg)](https://github.com/ddotta/quartify/actions/workflows/check-release.yaml)
[![cranlogs](http://cranlogs.r-pkg.org/badges/quartify)](https://CRAN.R-project.org/package=quartify)
[![CodeFactor](https://www.codefactor.io/repository/github/ddotta/quartify/badge)](https://www.codefactor.io/repository/github/ddotta/quartify)
<!-- badges: end -->

Expand Down Expand Up @@ -57,6 +58,10 @@ If you have a working R script that contains comments, you may want to generate

## Installation

``` r
install.packages("quartify")
```

You can install the development version of quartify from GitHub:

``` r
Expand Down
5 changes: 5 additions & 0 deletions README_FR.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- badges: start -->
[![Statut R check](https://github.com/ddotta/quartify/workflows/R-CMD-check/badge.svg)](https://github.com/ddotta/quartify/actions/workflows/check-release.yaml)
[![cranlogs](http://cranlogs.r-pkg.org/badges/quartify)](https://CRAN.R-project.org/package=quartify)
[![CodeFactor](https://www.codefactor.io/repository/github/ddotta/quartify/badge)](https://www.codefactor.io/repository/github/ddotta/quartify)
<!-- badges: end -->

Expand Down Expand Up @@ -56,6 +57,10 @@ Si vous avez un script R fonctionnel qui contient des commentaires, vous pourrie

## Installation

``` r
install.packages("quartify")
```

Vous pouvez installer la version de développement de quartify depuis GitHub :

``` r
Expand Down