-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing author, creator roles for CRAN submission
- Loading branch information
1 parent
8e9e94b
commit 82a92bf
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -2,9 +2,9 @@ Package: soilDB | |
Type: Package | ||
Title: Soil Database Interface | ||
Version: 2.3 | ||
Date: 2018-11-17 | ||
Authors@R: c(person(given="Dylan", family="Beaudette", role = c("aut", "cre"), email = "[email protected]"), person(given="Jay", family="Skovlin", role = c("aut", "cre")), person(given="Stephen", family="Roecker", role = c("aut", "cre")) ) | ||
Author: Dylan Beaudette [aut, cre], Jay Skovlin [aut, cre], Stephen Roecker [aut, cre] | ||
Date: 2018-11-18 | ||
Authors@R: c(person(given="Dylan", family="Beaudette", role = c("cre"), email = "[email protected]"), person(given="Jay", family="Skovlin", role = c("aut")), person(given="Stephen", family="Roecker", role = c("aut")) ) | ||
Author: Dylan Beaudette [cre], Jay Skovlin [aut], Stephen Roecker [aut] | ||
Maintainer: Dylan Beaudette <[email protected]> | ||
Description: A collection of functions for reading data from USDA-NCSS soil databases. | ||
License: GPL (>= 3) | ||
|