Newer
Older
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
# Version 0.1.5 [2024-02-20]
* misc
* fixed CRAN notes (removed itemize from documentation)
* rewrote NEWS file (new format)
* rewrote CITATION file (new format)
# Version 0.1.4 [2020-06-08]
* bug fixes
* removed S3 class exportation
# Version 0.1.3 [2020-03-04]
* bug fixes
* fixed a bug related to a change in stringsAsFactor policy
* misc
* updated authors' names and emails
# Version 0.1.2
* remove Biocstyle for vignette formatting (instable links with Bioconductor)
* updated references with published article
# Version 0.1.1 [2017-05-16]
* new features
* GLMnetToGraph can now be used with matrices
* improved
* column names of the count data are now included in the result of GLMnetwork
* bug fixes
* fixed two bugs in plot.HDpath
* documentation
* added a vignette and a complete user guide
* fixed a few typos
* fixed an imprecise statement in print.GLMpath documentation
* updated references
* improved README file
# Version 0.1.0 [2017-04-19]
* Initial release