-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
executable file
·124 lines (79 loc) · 3.68 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
ggswissmaps 0.1.2
----------------------------------------------------------------
* Removed `plyr`, `reshape2` and `data.table` from "Suggests".
* Added `sf` to "Suggests".
* Moved `ggplot2` from "Depends" to "Imports".
* Added the 8 maps in `sf` format.
* Added a vignette "`ggswissmaps` data with `sf`", with some examples of how
to use `ggswissmaps` data in `sf` format.
* Changed/corrected a broken url
* Added the argument caption to function maps2_(), with default value
"Boundaries: BFS GEOSTAT / swisstopo". The caption
will be included in the lower right corner of the map
ggswissmaps 0.1.1
----------------------------------------------------------------
* The object `maps2` is now created when the package is loaded. This has
reduced the installed size of the package to about 1 MB.
ggswissmaps 0.1.0
----------------------------------------------------------------
* The code of the `maps2_()` function has been shortened, with the introduction
of `theme_white_f`. The result of the function is the same.
* The number of data frames with map coordinates has been reduced
from 16 to 8 (`shp_df` data).
* Object `theme_white` has been deleted. This object used `panel.margin`
argument, that will be deprecated in the next release of `ggplot2`.
Instead of changing it to the new argument `panel.spacing`, we deleted it
since in any case it was no more used and neither exported to the NAMESPACE.
* Added single quotes around `ggplot2` in DESCRIPTION and other documentation.
ggswissmaps 0.0.9
----------------------------------------------------------------
NEW FEATURES
* New README.md file, with installation instructions.
* Added `rmarkdown` to suggested dependencies.
* Added an example of creation of a map of a sub-territory in the vignette.
ggswissmaps 0.0.8
----------------------------------------------------------------
NEW FEATURES
* Added function `maps2_()`
* The object `maps2` is created dynamically with the function `maps2_()` and is
available simply by writing it (it is no more necessary to load it with `data
(maps2))`.
* The size of the package source (tar.gz) has been reduced form about 1.5 MB
to 0.6 MB.
ggswissmaps 0.0.7
----------------------------------------------------------------
NEW FEATURES
* Works with `ggplot2` >= 2.0.0.9001
* Object `maps` removed (redundant, use `data(maps2)`).
ggswissmaps 0.0.6
----------------------------------------------------------------
NEW FEATURES
* Reduced the number of elements in list `maps2`, from 158 to 16
(installed size consequently reduced from about 70MB to 6MB).
ggswissmaps 0.0.3.9002
----------------------------------------------------------------
NEW FEATURES
* Works with `ggplot2` >= 2.0.0
* Two new contributors.
* Added data frames of swiss boundaries, from 2008 to 2015 (object `shp_df`)
* Added swiss maps (as `ggplot` objects), from 2008 to 2015 (data from each
year is of January, first): object `maps2`.
* Added a package vignette.
* Type `help(package="ggswissmaps")` to run documentation.
* Type `browseVignettes("ggswissmaps")` to run package vignette.
ggswissmaps 0.0.2
----------------------------------------------------------------
NEW FEATURES
* Added title in title case.
* Very first version of the (cran) package. Type `help(package="ggswissmaps")`
to run documentation.
ggswissmaps 0.0.1
----------------------------------------------------------------
NEW FEATURES
* Very first version of the (cran) package. Type `help(package="ggswissmaps")`
to run documentation.
ggswissmaps 0.0.0
----------------------------------------------------------------
NEW FEATURES
* Very first version of the package. Type `help(package="ggswissmaps")`
to run documentation.