diff --git a/DESCRIPTION b/DESCRIPTION index f20ad9e..5a3073e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: intRo Type: Package Title: Learning materials for intRo Date: 2021-11-16 -Version: 1.0.6 +Version: 1.0.7 Authors@R: person(given = "Stefano", family = "Coretta", role = c("aut", "cre"), diff --git a/README.Rmd b/README.Rmd index 85a0fff..d59e079 100644 --- a/README.Rmd +++ b/README.Rmd @@ -54,6 +54,6 @@ To install intRo, run the following lines of code in the console. ```r install.packages("remotes") -remotes::install_github("intro-rstats/intRo@v1.0.6", build_vignettes = TRUE) +remotes::install_github("intro-rstats/intRo@v1.0.7", build_vignettes = TRUE) ``` diff --git a/README.md b/README.md index 2c4d670..245df0e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -![](https://img.shields.io/badge/version-1.0.6-4d2c91.svg) +![](https://img.shields.io/badge/version-1.0.7-4d2c91.svg) Here you can find the **learning materials** for the workshop *intRo: @@ -54,5 +54,5 @@ To install intRo, run the following lines of code in the console. ``` r install.packages("remotes") -remotes::install_github("intro-rstats/intRo@v1.0.6", build_vignettes = TRUE) +remotes::install_github("intro-rstats/intRo@v1.0.7", build_vignettes = TRUE) ```