Skip to content

Commit 6b2d10d

Browse files
Merge pull request #85 from StevenMMortimer/dev
Remove 0.2.1 references in documentation and try using setup-r GHA fr…
2 parents 304818f + 5978ab6 commit 6b2d10d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/main-04-R-CMD-check-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ref: ${{ github.event.client_payload.sha }}
3333

34-
- uses: r-lib/actions/setup-r@v1
34+
- uses: r-lib/actions/setup-r@master
3535
with:
3636
r-version: ${{ matrix.config.r }}
3737

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Package features include:
6969
## Installation
7070

7171
```{r, eval = FALSE}
72-
# install the current CRAN version (0.2.1)
72+
# install the current CRAN version (0.2.0)
7373
install.packages("salesforcer")
7474
7575
# or get the development version on GitHub

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Package features include:
6969
## Installation
7070

7171
``` r
72-
# install the current CRAN version (0.2.1)
72+
# install the current CRAN version (0.2.0)
7373
install.packages("salesforcer")
7474

7575
# or get the development version on GitHub

index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Package features include:
7070
## Installation
7171

7272
```{r, eval = FALSE}
73-
# install the current CRAN version (0.2.1)
73+
# install the current CRAN version (0.2.0)
7474
install.packages("salesforcer")
7575
7676
# or get the development version on GitHub

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Package features include:
7070
## Installation
7171

7272
``` r
73-
# install the current CRAN version (0.2.1)
73+
# install the current CRAN version (0.2.0)
7474
install.packages("salesforcer")
7575

7676
# or get the development version on GitHub

0 commit comments

Comments
 (0)