Skip to content

Commit

Permalink
📝 - fix bad url in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocoretta committed Jan 5, 2021
1 parent 64ed041 commit 726d47c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
`r badger::badge_cran_release("tidymv", "blue")`
`r badger::badge_cran_checks("tidymv")`
`r badger::badge_github_actions()`
`r badger::badge_devel("tidymv", "orange")`
`r badger::badge_devel(color = "orange")`
<!-- badges: end -->

This is the repository of the `R` package `tidymv`. This package provides functions for the visualisation of GAM(M)s and the generation of model-based predicted values using tidy tools from the `tidyverse`.
Expand All @@ -28,11 +28,11 @@ This is the repository of the `R` package `tidymv`. This package provides functi

The package is on CRAN, so you can install it from there with `install.packages("tidymv")`.

If like living on edge, install a polished pre-release with:
If you like living on edge, install a polished pre-release with:

```{r install-pre, eval=FALSE}
remotes::install_github(
"stefanocoretta/rticulate",
"stefanocoretta/tidymv",
build_vignettes = TRUE
)
```
Expand All @@ -41,7 +41,7 @@ Or the development version with:

```{r install-dev, eval=FALSE}
remotes::install_github(
"stefanocoretta/rticulate@devel",
"stefanocoretta/tidymv@devel",
build_vignettes = TRUE
)
```
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
checks](https://cranchecks.info/badges/summary/tidymv)](https://cran.r-project.org/web/checks/check_results_tidymv.html)
[![R build
status](https://github.com/stefanocoretta/tidymv/workflows/R-CMD-check/badge.svg)](https://github.com/stefanocoretta/tidymv/actions)
[![](https://img.shields.io/badge/devel%20version-3.2.0-orange.svg)](https://github.com/tidymv)
[![](https://img.shields.io/badge/devel%20version-3.2.0-orange.svg)](https://github.com/stefanocoretta/tidymv)
<!-- badges: end -->

This is the repository of the `R` package `tidymv`. This package
Expand All @@ -22,11 +22,11 @@ of model-based predicted values using tidy tools from the `tidyverse`.
The package is on CRAN, so you can install it from there with
`install.packages("tidymv")`.

If like living on edge, install a polished pre-release with:
If you like living on edge, install a polished pre-release with:

``` r
remotes::install_github(
"stefanocoretta/rticulate",
"stefanocoretta/tidymv",
build_vignettes = TRUE
)
```
Expand All @@ -35,7 +35,7 @@ Or the development version with:

``` r
remotes::install_github(
"stefanocoretta/rticulate@devel",
"stefanocoretta/tidymv@devel",
build_vignettes = TRUE
)
```
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Resubmission
This is a resubmission. In this version I have:

* Fixed the invalid URL in Readme.md
* Fixed other errors in Readme.md

## Test environments

- R-hub windows-x86_64-devel (r-devel)
Expand Down

0 comments on commit 726d47c

Please sign in to comment.