Skip to content

Commit

Permalink
Merge pull request #85 from StevenMMortimer/dev
Browse files Browse the repository at this point in the history
Remove 0.2.1 references in documentation and try using setup-r GHA fr…
  • Loading branch information
StevenMMortimer authored Aug 18, 2020
2 parents 304818f + 5978ab6 commit 6b2d10d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-04-R-CMD-check-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
ref: ${{ github.event.client_payload.sha }}

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@master
with:
r-version: ${{ matrix.config.r }}

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Package features include:
## Installation

```{r, eval = FALSE}
# install the current CRAN version (0.2.1)
# install the current CRAN version (0.2.0)
install.packages("salesforcer")
# or get the development version on GitHub
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Package features include:
## Installation

``` r
# install the current CRAN version (0.2.1)
# install the current CRAN version (0.2.0)
install.packages("salesforcer")

# or get the development version on GitHub
Expand Down
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Package features include:
## Installation

```{r, eval = FALSE}
# install the current CRAN version (0.2.1)
# install the current CRAN version (0.2.0)
install.packages("salesforcer")
# or get the development version on GitHub
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Package features include:
## Installation

``` r
# install the current CRAN version (0.2.1)
# install the current CRAN version (0.2.0)
install.packages("salesforcer")

# or get the development version on GitHub
Expand Down

0 comments on commit 6b2d10d

Please sign in to comment.