-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better tests and interactive plots (#140)
* better tests * better plotting, split and rel * add a couple other errors to `check_OpenSpecy()` * add contributors * submit v1.0.3 --------- Co-authored-by: Zacharias Steinmetz <[email protected]>
- Loading branch information
1 parent
f4c2107
commit 8a3197b
Showing
16 changed files
with
102 additions
and
3,254 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 1.0.2 | ||
Date: 2023-09-05 13:16:55 UTC | ||
SHA: 92ce663a7883e3c9886fb7c2ada24fd7deb4c49b | ||
Version: 1.0.3 | ||
Date: 2023-09-13 15:19:30 UTC | ||
SHA: 2ff9c1a9be7e2e3c99747f8f65302223b7951830 |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: OpenSpecy | ||
Type: Package | ||
Title: Analyze, Process, Identify, and Share Raman and (FT)IR Spectra | ||
Version: 1.0.2 | ||
Date: 2023-09-05 | ||
Version: 1.0.3 | ||
Date: 2023-09-13 | ||
Authors@R: c(person("Win", "Cowger", role = c("cre", "aut", "dtc"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9226-3104")), | ||
|
@@ -38,6 +38,9 @@ Authors@R: c(person("Win", "Cowger", role = c("cre", "aut", "dtc"), | |
person("Laura A. T.", "Markley", role = c("ctb"), | ||
comment = c(ORCID = "0000-0003-0620-8366")), | ||
person("Shreyas", "Patankar", role = c("ctb", "dtc")), | ||
person("Rachel", "Kozloski", role = c("ctb", "dtc"), | ||
comment = c(ORCID = "0000-0003-1211-9351")), | ||
person("Samiksha", "Singh", role = c("ctb")), | ||
person("Katherine", "Lasdin", role = c("ctb")), | ||
person("National Renewable Energy Laboratory", role = c("fnd")), | ||
person("Possibility Lab", role = c("fnd"))) | ||
|
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
*.R | ||
*.html |
Oops, something went wrong.