-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
62 lines (38 loc) · 1.63 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
# Version : 0.6.0
## Fix
- Fix some urls
- Use correct syntax to display no legends in mf_map() calls
- Update authors info
# Version : 0.5.0
## Fix
- Fix some urls
- Fix package level doc in roxygen
## Feat
- add code meta and cff info
# Version : 0.4.1
## Fix
- Use mapsf conditionally
- declare sf when needed
## Feat
- Add .bib for managing references.
- Customize css to improve readability of vignettes.
# Version : 0.4.0
- suggest the use of [`mapsf`](https://riatelab.github.io/mapsf/) instead of [`cartography`](https://cran.r-project.org/web/packages/cartography/index.html) for mapping results (functions examples, vignette)
- the `MTA` package does not import cartography and reshape2 anymore.
- Update of the vignette on conceptual background (new references).
- Update of the input data (geopackage instead of .RData).
- Use raw data instead of RData files
# Version : 0.3.0
## New features
* A new function is created for synthetizing 2 deviations and 2 functions created to synthetize graphically the deviations
(plot_bidev and plot_mst).
## Minor changes
* mapmst does not produce cartography anymore (in order to be not dependant of the cartography package to map the results).
Now, the function output is a list of objects :
1 - A sf object, ordered according to the mst results (from 0 to 7)
2 - A vector giving recommended colors for mapping the results
3 - A vector giving an help to interpretation for mapping legend.
The function is renamed map_mst.
* mst title function renamed "Multiscalar Typology (3 deviations)"
## Breaking changes
* The MTA package does not accept sp object anymore. Only sf objects.