-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding UofR to the authors field with role cph
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,9 @@ Type: Package | |
Title: The Gumbel Distribution Functions and Gradients | ||
Version: 1.0.0 | ||
Date: 2020-04-07 | ||
Authors@R: c(person("Berent Ånund Strømnes","Lunde",role=c("aut","cre","ctb"),email="[email protected]"), | ||
person("Robin","Hogan",role="ctb", comment = "Author of included Adept library")) | ||
Authors@R: c(person("Berent Ånund Strømnes","Lunde",role=c("aut","cre","cph"),email="[email protected]"), | ||
person("Robin","Hogan",role="ctb", comment = "Author of included Adept library"), | ||
person("The University of Reading", role=c("cph"), comment = "Copyright holder of included Adept library")) | ||
Maintainer: Berent Ånund Strømnes Lunde <[email protected]> | ||
Description: Gumbel distribution functions (De Haan L. (2007) | ||
<doi:10.1007/0-387-34471-3>) implemented with the techniques of automatic | ||
|