Skip to content

Commit de549e2

Browse files
authored
Add missing fnd entries to Authors@R in DESCRIPTION (#39)
1 parent 43e208f commit de549e2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ Description: A suite of helper functions for checking and manipulating TCGA
99
into Bioconductor objects, convert row annotations, and identifier
1010
translation via the GDC API.
1111
Authors@R: c(
12-
person("Marcel", "Ramos", email = "marcel.ramos@sph.cuny.edu",
13-
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3242-0582")),
12+
person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu", role = c("aut", "cre"),
13+
comment = c(ORCID = "0000-0002-3242-0582")),
1414
person("Lucas", "Schiffer", role = "aut"),
1515
person("Sean", "Davis", role = "ctb"),
16-
person("Levi", "Waldron", role = "aut")
17-
)
16+
person("Levi", "Waldron", role = "aut"),
17+
person("NCI", role = "fnd",
18+
comment = c(GrantNo. = "U24CA289073"))
19+
)
1820
Depends:
1921
R (>= 4.5.0)
2022
Imports:

0 commit comments

Comments
 (0)