Landscape-Data-Commons / terradactyl

Tools for using terrestrial core methods data
Other
3 stars 4 forks source link

Update DESCRIPTION author info #115

Closed nstauffer closed 2 years ago

nstauffer commented 2 years ago

Right now when running citation("terradactyl") you get this:

c, email="sarah.mccord@ars.usda.gov") and person) (2022). terradactyl: Tools for Creating and Using TerrADat. R package version 0.1.5.

Something is wrong with the author info in DESCRIPTION (plus it doesn't include Joe yet) and I'm guessing it might be a missing parenthesis. I think that the following will work, but I don't know if I'm the only one who wants a middle initial, so update as needed! I also don't know if my initial work was enough to qualify me for the "creator" role, so I just left it as "author" for me.

c(person(given = c("Sarah", "E."), family = "McCord", role = c("aut", "cre"), email = "sarah.mccord@ars.usda.gov"), person(given = c("Joseph", "R"), family = "Brehm", email = "jrbrehm@nmsu.edu", role = c("aut")), person(given = c("Nelson", "G."), family = "Stauffer", email = "nelson.stauffer@ars.usda.gov", role = c("aut")))

nstauffer commented 2 years ago

As a side note, I also get this warning:

Warning message: In citation("terradactyl") : no date field in DESCRIPTION file of package ‘terradactyl’