Skip to content

Commit

Permalink
🎉 - release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocoretta committed Nov 16, 2021
1 parent 7196688 commit 58e736a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].6", build_vignettes = TRUE)
remotes::install_github("intro-rstats/[email protected].7", build_vignettes = TRUE)
```

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- badges: start -->

![](https://img.shields.io/badge/version-1.0.6-4d2c91.svg)
![](https://img.shields.io/badge/version-1.0.7-4d2c91.svg)
<!-- badges: end -->

Here you can find the **learning materials** for the workshop *intRo:
Expand Down Expand Up @@ -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/[email protected].6", build_vignettes = TRUE)
remotes::install_github("intro-rstats/[email protected].7", build_vignettes = TRUE)
```

0 comments on commit 58e736a

Please sign in to comment.