diff --git a/.github/workflows/main-04-R-CMD-check-windows.yml b/.github/workflows/main-04-R-CMD-check-windows.yml index 1921fb76..07197fdf 100644 --- a/.github/workflows/main-04-R-CMD-check-windows.yml +++ b/.github/workflows/main-04-R-CMD-check-windows.yml @@ -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 }} diff --git a/README.Rmd b/README.Rmd index 990ae718..6d48f8de 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 diff --git a/README.md b/README.md index 22a365d4..e7315dd9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.Rmd b/index.Rmd index 8a004f12..b17726af 100644 --- a/index.Rmd +++ b/index.Rmd @@ -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 diff --git a/index.md b/index.md index 4498f0f0..fc3fd93a 100644 --- a/index.md +++ b/index.md @@ -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