-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS.md
More file actions
163 lines (100 loc) · 4.39 KB
/
NEWS.md
File metadata and controls
163 lines (100 loc) · 4.39 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
dendroNetwork 0.5.5
===========
### New features
### Minor improvements
- dendronetwork: it is now possible to choose which correlation to use for creating network(s): using the correlation after the Hollstein(1980) transformation r_hol or the correlation without any transformation (r). The default is now r_hol.
### Bug Fixes
### Deprecated and defunct
- moved folder with paper to separate repository: <https://github.com/RonaldVisser/dendroNetwork_paper>
### Documentation fixes
- improved the documentation of the CPM en GN functions
- corrected minor typos in the documentation.
### Continuous integration
dendroNetwork 0.5.4
===========
### New features
- replaced magrittr-pipe %\>% by native R pipe \|\>
- dependency of magrittr was removed
- dependency on R-version changed to \>= 4.1.0
- transferred to ROpenSci: <https://github.com/ropensci/dendroNetwork>
### Minor improvements
- Tested with latest version of Cytoscape: 3.10.2 (<https://cytoscape.org/download.html>) and all works fine
### Bug Fixes
- added global variables to prevent notes
- added various files to build ignore
### Deprecated and defunct
### Documentation fixes
- updated all links to <https://github.com/ropensci/dendroNetwork> or <https://docs.ropensci.org/dendroNetwork/>
- updated installation instruction
- minor language corrections
- description corrections
- corrected links
- updated DESCRIPTION file for CRAN
- `donttest{}` was added to RING_Visser_2021.R because testing takes to long for CRAN.
### Continuous integration
- removed pkgdown deployment, and now relying on ROpenSci: <https://devguide.ropensci.org/pkg_ci.html>
dendroNetwork 0.5.3
===========
### New features
### Minor improvements
### Bug Fixes
### Deprecated and defunct
### Documentation fixes
- added descriptions of Cytoscape in the readme and vignettes
- added vignette: dendrochronological_data which describes the data to be used.
- minor corrections
### Continuous integration
dendroNetwork 0.5.2
===========
### New features
### Minor improvements
- added a CONTRIBUTING.md file for contribution guidelines
- added check to determine if input graph is an igraph object for all functions that need an igraph as input
- added check to determine if input tree-ring dataset is rwl object for `sim_table`
### Bug Fixes
- corrected bug in `cyto_clean_styles()`
- corrected error in `wuchwerte()`. It is not using the `anos1` dataset from dplR anymore
- corrected error in `cyto_create_gn_style` and `cyto_create_cpm_style`
- updated `cyto_create_cpm_style` because it was not working properly.
### Deprecated and defunct
- dev-folder removed, since this was not needed (created by `biocthis`)
### Documentation fixes
- update acknowledgements in readme and paper
- corrected text of documentation in cor_mat_overlap()
- added pkgdown site: <https://ronaldvisser.github.io/dendroNetwork/>
- moved some images to man/figures
- added Vignette on Cytoscape use
- moved information for using big dataset to separate vignette
- updated README: added more installation instructions
- corrected examples in `cyto_create_gn_style` and `cyto_create_cpm_style`
### Continuous integration
dendroNetwork 0.5.1
===========
### New features
### Minor improvements
- replaced igraph::graph.data.frame() with igraph::graph_from_data_frame(), since the former is deprecated in igraph 2.0.0
- replaced `igraph::is.simple` with `igraph::is_simple`
- replaced `igraph::decompose.graph` with `igraph::decompose`
- correction to calls to functions `grDevices::colorRampPalette` and `stats::pnorm`
### Bug Fixes
### Deprecated and defunct
### Documentation fixes
- minor corrections to README
- added codemeta.json using codemetar::write_codemeta()
- added .github/CONTRIBUTING.md using usethis::use_tidy_contributing()
- DESCRIPTION: added URL and BugReports to DESCRIPTION + package checks
- correction in clique_community_names(\_par) functions, due to [k] seen as link
- added \dontrun{} to cytoscape functions
### Continuous integration
- added GitHub Action for BiocMananager (<https://lcolladotor.github.io/biocthis/index.html>)
- added more tests
- excluded Cytoscape-functions from testing
dendroNetwork 0.5.0
===========
### New features
First public release
### Minor improvements
### Bug Fixes
### Deprecated and defunct
### Documentation fixes
### Continuous integration