File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ post](https://doodles.mountainmath.ca/blog/2020/01/06/flow-maps/).
56
56
57
57
### Installation
58
58
59
- From CRAN (when available) :
59
+ Install from CRAN :
60
60
61
61
``` r
62
- # install.packages("flowmapblue")
62
+ install.packages(" flowmapblue" )
63
63
```
64
64
65
- To install from GitHub you will need to install ` remotes ` if you don’t
66
- have it yet:
65
+ To install the development version from GitHub you will need to install
66
+ ` remotes ` if you don’t have it yet:
67
67
68
68
``` r
69
69
if (! require(" remotes" )) install.packages(" remotes" )
@@ -82,6 +82,8 @@ Sys.setenv(MAPBOX_API_TOKEN = "YOUR_MAPBOX_ACCESS_TOKEN")
82
82
```
83
83
84
84
``` r
85
+ library(flowmapblue )
86
+
85
87
# load locations and flows for Switzerland
86
88
data(ch_locations )
87
89
data(ch_flows )
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ as described in this [excellent blog post](https://doodles.mountainmath.ca/blog/
35
35
36
36
### Installation
37
37
38
- From CRAN (when available) :
38
+ Install from CRAN :
39
39
40
40
``` {r}
41
- # install.packages("flowmapblue")
41
+ install.packages("flowmapblue")
42
42
```
43
43
44
- To install from GitHub you will need to install ` remotes ` if you don't have it yet:
44
+ To install the development version from GitHub you will need to install ` remotes ` if you don't have it yet:
45
45
46
46
``` {r}
47
47
if (!require("remotes")) install.packages("remotes")
@@ -61,6 +61,8 @@ Sys.setenv(MAPBOX_API_TOKEN = "YOUR_MAPBOX_ACCESS_TOKEN")
61
61
```
62
62
63
63
``` {r}
64
+ library(flowmapblue)
65
+
64
66
# load locations and flows for Switzerland
65
67
data(ch_locations)
66
68
data(ch_flows)
You can’t perform that action at this time.
0 commit comments