File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,15 @@ conditions](https://openrouteservice.org/terms-of-service/).
45
45
46
46
## Installation
47
47
48
- The package is not yet available from CRAN, but you can install the
49
- development version directly from GitHub.
48
+ The latest release version can be readily obtained from CRAN via a call
49
+ to
50
+
51
+ install.packages("openrouteservice")
52
+
53
+ For running the current development version from GitHub it is
54
+ recommended to use [ pak] ( https://CRAN.R-project.org/package=pak ) , as it
55
+ handles the installation of all the necessary packages and their system
56
+ dependencies automatically.
50
57
51
58
# install.packages("pak")
52
59
pak::pak("GIScience/openrouteservice-r")
Original file line number Diff line number Diff line change @@ -49,8 +49,15 @@ conditions](https://openrouteservice.org/terms-of-service/).
49
49
50
50
### Installation
51
51
52
- The package is not yet available from CRAN, but you can install the
53
- development version directly from GitHub.
52
+ The latest release version can be readily obtained from CRAN via a call to
53
+
54
+ ``` {r cran, eval=FALSE}
55
+ install.packages("openrouteservice")
56
+ ```
57
+
58
+ For running the current development version from GitHub it is recommended to use
59
+ [ pak] ( https://CRAN.R-project.org/package=pak ) , as it handles the installation of
60
+ all the necessary packages and their system dependencies automatically.
54
61
55
62
``` {r installation, eval=FALSE}
56
63
# install.packages("pak")
You can’t perform that action at this time.
0 commit comments