File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ library(OpenRepGrid)
2121[ ![ CRAN status] ( https://www.r-pkg.org/badges/version/OpenRepGrid )] ( https://CRAN.R-project.org/package=OpenRepGrid )
2222[ ![ ] ( https://cranlogs.r-pkg.org/badges/OpenRepGrid )] ( https://cran.rstudio.com/web/packages/OpenRepGrid/index.html )
2323[ ![ ] ( http://cranlogs.r-pkg.org/badges/grand-total/OpenRepGrid )] ( https://cran.r-project.org/package=OpenRepGrid )
24- [ ![ ] ( https://img.shields.io/badge/devel-v0.1.17 -blue.svg )] ( https://github.com/markheckmann/OpenRepGrid )
24+ [ ![ ] ( https://img.shields.io/badge/devel-v0.1.18 -blue.svg )] ( https://github.com/markheckmann/OpenRepGrid )
2525[ ![ R-CMD-check] ( https://github.com/markheckmann/OpenRepGrid/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/markheckmann/OpenRepGrid/actions/workflows/R-CMD-check.yaml )
2626[ ![ AppVeyor build status] ( https://ci.appveyor.com/api/projects/status/github/markheckmann/OpenRepGrid?branch=master&svg=true )] ( https://ci.appveyor.com/project/markheckmann/OpenRepGrid )
2727[ ![ Codecov test coverage] ( https://codecov.io/gh/markheckmann/OpenRepGrid/branch/master/graph/badge.svg )] ( https://codecov.io/gh/markheckmann/OpenRepGrid?branch=master )
@@ -49,10 +49,10 @@ Install the latest release version from [CRAN](https://cran.r-project.org/web/pa
4949
5050 install.packages("OpenRepGrid", dep = TRUE)
5151
52- Install the latest development version from github.
52+ Install a development version from github by referencing a the dev branch (e.g., ` 0.1.18 ` ):
5353
5454 library(devtools)
55- install_github("markheckmann/OpenRepGrid")
55+ install_github("markheckmann/OpenRepGrid@01.1.18 ")
5656
5757To load the OpenRepGrid package after installation type
5858
Original file line number Diff line number Diff line change 99status] ( https://www.r-pkg.org/badges/version/OpenRepGrid )] ( https://CRAN.R-project.org/package=OpenRepGrid )
1010[ ![ ] ( https://cranlogs.r-pkg.org/badges/OpenRepGrid )] ( https://cran.rstudio.com/web/packages/OpenRepGrid/index.html )
1111[ ![ ] ( http://cranlogs.r-pkg.org/badges/grand-total/OpenRepGrid )] ( https://cran.r-project.org/package=OpenRepGrid )
12- [ ![ ] ( https://img.shields.io/badge/devel-v0.1.17 -blue.svg )] ( https://github.com/markheckmann/OpenRepGrid )
12+ [ ![ ] ( https://img.shields.io/badge/devel-v0.1.18 -blue.svg )] ( https://github.com/markheckmann/OpenRepGrid )
1313[ ![ R-CMD-check] ( https://github.com/markheckmann/OpenRepGrid/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/markheckmann/OpenRepGrid/actions/workflows/R-CMD-check.yaml )
1414[ ![ AppVeyor build
1515status] ( https://ci.appveyor.com/api/projects/status/github/markheckmann/OpenRepGrid?branch=master&svg=true )] ( https://ci.appveyor.com/project/markheckmann/OpenRepGrid )
@@ -58,10 +58,11 @@ Install the latest release version from
5858
5959 install.packages("OpenRepGrid", dep = TRUE)
6060
61- Install the latest development version from github.
61+ Install a development version from github by referencing a the dev
62+ branch (e.g., ` 0.1.18 ` ):
6263
6364 library(devtools)
64- install_github("markheckmann/OpenRepGrid")
65+ install_github("markheckmann/OpenRepGrid@01.1.18 ")
6566
6667To load the OpenRepGrid package after installation type
6768
You can’t perform that action at this time.
0 commit comments