Skip to content

Commit be1b1a0

Browse files
committed
pulling json_fix in, and adding people who have contributed to design
as actual package authors.
1 parent 6b55ea7 commit be1b1a0

File tree

82 files changed

+219
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+219
-178
lines changed

DESCRIPTION

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,30 @@ Version: 0.200.4
33
Title: Meta-Analysis of High-Throughput Experiments Using Feature
44
Annotations
55
Authors@R: c(
6-
person(
7-
given = c("Robert", "M"),
8-
family = "Flight",
9-
role = c("aut", "cre"),
10-
email = "[email protected]",
11-
comment = c(ORCID = "0000-0001-8141-7788")))
6+
person(
7+
given = c("Robert", "M"),
8+
family = "Flight",
9+
role = c("aut", "cre"),
10+
email = "[email protected]",
11+
comment = c(ORCID = "0000-0001-8141-7788")),
12+
person(
13+
given = c("Hunter", "NB"),
14+
family = "Moseley",
15+
role = c("aut"),
16+
email = "[email protected]",
17+
comment = c(ORCID = "0000-0003-3995-5368")
18+
),
19+
person(
20+
given = c("Eric", "D"),
21+
family = "Huckvale",
22+
role = c("aut"),
23+
comment = c(ORCID = "0000-0002-6994-8831")),
24+
person(
25+
given = c("Eugene", "W"),
26+
family = "Hinderer",
27+
role = c("aut"),
28+
comment = c(ORCID = "0000-0001-8045-7083")
29+
))
1230
URL: https://github.com/MoseleyBioinformaticsLab/categoryCompare2,
1331
https://moseleybioinformaticslab.github.io/categoryCompare2
1432
BugReports:

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# categoryCompare2 0.200.4
2+
3+
- fixes exporting annotation objects to JSON, in that every item should consistently be in a list array, and not a bare string when there is only a single annotated item.
4+
15
# categoryCompare2 0.200.3
26

37
- adds the `hypergeometric_features`, `gsea_features` and `binomial_features` constructors as functions to make it easier to remember the arguments for the actual classes of the same names.

docs/404.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/command_line_interface.html

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/gsea.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/v2_guide.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/v2_visnetwork_guide.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)