Browse code

News update

Marek Gierlinski authored on 14/06/2024 10:33:31
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: fenr
2 2
 Title: Fast functional enrichment for interactive applications
3
-Version: 1.1.11
3
+Version: 1.3.1
4 4
 Authors@R: person(
5 5
     given = "Marek",
6 6
     family = "Gierlinski",
... ...
@@ -167,4 +167,7 @@
167 167
  - Made sure the package passes BUILD and CHECK with no internet connection.
168 168
  - Correction in vignette: using yeast genome for `topGO`, instead of human (somehow it was not applied in 1.0.5).
169 169
 
170
+## Version 1.2.1
171
+
172
+ - Go term namespace added to the information extracted by `fetch_go`.
170 173