From 27f3b2c0245f0655f5a15ddca151ecd286b19c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Ramos=20P=C3=A9rez?= Date: Tue, 24 Mar 2026 20:34:33 +0000 Subject: [PATCH] Add missing fnd entries to Authors@R in DESCRIPTION --- DESCRIPTION | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 545cedc..e318020 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,10 +2,11 @@ Package: TENxIO Type: Package Title: Import methods for 10X Genomics files Version: 1.13.3 -Authors@R: - person( - "Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu", - c("aut", "cre"), c(ORCID = "0000-0002-3242-0582") +Authors@R:c( + person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu", role = c("aut", "cre"), + comment = c(ORCID = "0000-0002-3242-0582")), + person("NCI", role = "fnd", + comment = c(GrantNo. = "U24CA289073")) ) Depends: R (>= 4.5.0),