File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
ref : ${{ github.event.client_payload.sha }}
33
33
34
- - uses : r-lib/actions/setup-r@v1
34
+ - uses : r-lib/actions/setup-r@master
35
35
with :
36
36
r-version : ${{ matrix.config.r }}
37
37
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Package features include:
69
69
## Installation
70
70
71
71
``` {r, eval = FALSE}
72
- # install the current CRAN version (0.2.1 )
72
+ # install the current CRAN version (0.2.0 )
73
73
install.packages("salesforcer")
74
74
75
75
# or get the development version on GitHub
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Package features include:
69
69
## Installation
70
70
71
71
``` r
72
- # install the current CRAN version (0.2.1 )
72
+ # install the current CRAN version (0.2.0 )
73
73
install.packages(" salesforcer" )
74
74
75
75
# or get the development version on GitHub
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Package features include:
70
70
## Installation
71
71
72
72
``` {r, eval = FALSE}
73
- # install the current CRAN version (0.2.1 )
73
+ # install the current CRAN version (0.2.0 )
74
74
install.packages("salesforcer")
75
75
76
76
# or get the development version on GitHub
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Package features include:
70
70
## Installation
71
71
72
72
``` r
73
- # install the current CRAN version (0.2.1 )
73
+ # install the current CRAN version (0.2.0 )
74
74
install.packages(" salesforcer" )
75
75
76
76
# or get the development version on GitHub
You can’t perform that action at this time.
0 commit comments