I finally got the answer elsewhere and post it here so that others can benefit.
The way to do this is:
- for any code taken from another package, include the source code of the license (in this case, the text of the MIT license from the
dplyrGitHub relay ) in the file - Comment on the changes made to this code in the file itself
dplyr (ctb Authors @R) , dplyr- RStudio (
cph), , dplry - /
, :
Authors@R: c(
person("Robert", "Flight", email = "email", role = c("aut", "cre")),
person("Hadley", "Wickham", role = c("ctb"), comment = "Author of included dplyr fragments"),
person("Romain", "Francois", role = "ctb", comment = "Author of included dplyr fragments"),
person("Lionel", "Henry", role = "ctb", comment = "Author of included dplyr fragments"),
person("Kirill", "Müller", role = "ctb", comment = "Author of included dplyr fragments"),
person("RStudio", role = "cph", comment = "Copyright holder of included dplyr fragments")
)
dplyr.