Skip to content

Commit 024668f

Browse files
committed
Clearly name copyright holders from whom I copied code
1 parent 56e2902 commit 024668f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

DESCRIPTION

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ Package: tidygenomics
22
Type: Package
33
Title: Tidy Verbs for Dealing with Genomic Data Frames
44
Version: 0.1.0
5-
Authors@R: person("Constantin", "Ahlmann-Eltze", email = "[email protected]", role = c("aut", "cre"))
5+
Authors@R:c(person("Constantin", "Ahlmann-Eltze", email = "[email protected]", role = c("aut", "cre")),
6+
person("Stan Developers", role="cph",
7+
comment="Code from the Stan Math library is reused in 'cluster_interval.cpp'"),
8+
person("David", "Robinson", role="cph",
9+
comment="Code from the fuzzyjoin package is reused"))
610
Description: Handle genomic data within data frames just as you would with 'GRanges'.
711
This packages provides method to deal with genomic intervals the "tidy-way" which makes
812
it simpler to integrate in the the general data munging process. The API is inspired by the

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Resubmission
2+
This is a resubmission. In this version I have:
3+
4+
* Added the Stan developers and David Robinson to the author list as copyright holders in the Description file
15

26
## Test environments
37
* linux ubuntu: r 3.4.0

0 commit comments

Comments
 (0)