Skip to content

Commit

Permalink
Updated the DESCRIPTION and contact email address. Also updated .gith…
Browse files Browse the repository at this point in the history
…ub/workflows/check-r-release.yaml. Working on other package cleanup for a new release
  • Loading branch information
serbinsh committed Jun 17, 2024
1 parent cd340db commit ad61ca0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-r-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- "4.1"
- "4.2"
- "4.3"
- "4.4"

steps:
#check out source code
Expand Down
18 changes: 9 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Package: spectratrait
Title: A simple add-on package to aid in the fitting of leaf-level spectra-trait PLSR models
Version: 1.2.1
Title: A simple add-on package to aid in the fitting of leaf or canopy scale spectra-trait PLSR models
Version: 1.2.5
Authors@R:
c(person(given = "Julien",
family = "Lamour",
role = c("aut", "ctb"),
email = "jlamour@bnl.gov",
email = "jlamour[email protected]",
comment = c(ORCID = "0000-0002-4410-507X")),
person(given = "Jeremiah",
family = "Anderson",
role = "ctb",
email = "jeanderson@bnl.gov",
email = "jeremiah.a.anderson@nasa.gov",
comment = c(ORCID = "0000-0001-8925-5226")),
person(given = "Kenneth",
family = "Davidson",
role = "ctb",
email = "kdavidson@bnl.gov",
email = "kdavidson@americanforests.org",
comment = c(ORCID = "0000-0001-5745-9689")),
person(given = "Kim",
family = "Ely",
Expand All @@ -25,15 +25,15 @@ Authors@R:
person(given = "Shawn",
family = "Serbin",
role = c("aut", "cre", "ctb"),
email = "sserbin@bnl.gov",
email = "shawn.p.serbin@nasa.gov",
comment = c(ORCID = "0000-0003-4136-8971")))
Maintainer: Shawn P. Serbin <sserbin@bnl.gov>
Maintainer: Shawn P. Serbin <shawn.p.serbin@nasa.gov>
Description: This package provides functions to conduct standardized spectra-trait PLSR model fitting, including uncertainty analysis that follows DOI: https://doi.org/10.1111/nph.16123
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.3.1
Imports:
httr (>= 1.4.2),
readr (>= 1.3.1),
Expand All @@ -55,6 +55,6 @@ Suggests:
markdown,
rmarkdown
Depends:
R (>= 2.10)
R (>= 3.6)
VignetteBuilder: knitr
NeedsCompilation: no

0 comments on commit ad61ca0

Please sign in to comment.