From 0c812533d33cb39393bf1680954667b174a3bd41 Mon Sep 17 00:00:00 2001 From: "Win Cowger, PhD" Date: Mon, 4 Nov 2024 11:17:26 -0800 Subject: [PATCH] push cran --- DESCRIPTION | 7 +++++-- NEWS.md | 10 ++++++++++ man/OpenSpecy-package.Rd | 1 + tests/testthat/test-match_spec.R | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index defc961e..da369b5c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,17 @@ Package: OpenSpecy Type: Package Title: Analyze, Process, Identify, and Share Raman and (FT)IR Spectra -Version: 1.2.0 -Date: 2024-09-13 +Version: 1.3.0 +Date: 2024-11-04 Authors@R: c(person("Win", "Cowger", role = c("cre", "aut", "dtc"), email = "wincowger@gmail.com", comment = c(ORCID = "0000-0001-9226-3104")), person("Zacharias", "Steinmetz", role = c("aut"), email = "z.steinmetz@rptu.de", comment = c(ORCID = "0000-0001-6675-5033")), + person("Hazel", "Vaquero", role = c("aut"), + email = "hvaquero98@gmail.com", + comment = c(ORCID = "0009-0001-5468-2049")), person("Nick", "Leong", role = c("aut"), comment = c(ORCID = "0009-0008-3313-4132")), person("Andrea", "Faltynkova", role = c("aut", "dtc"), diff --git a/NEWS.md b/NEWS.md index f676387d..7722970c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# OpenSpecy 1.3.0 + +## Major +- added 2 new libraries a nobaseline and derivative version of medioid and model +- Created new function for spatial smooth without reading envi files +- Allow adj_intens to work on vectors or Open Specy objects + +## Minor +- fixed bug with mac reading libraries + # OpenSpecy 1.2.0 ## Potentially Breaking diff --git a/man/OpenSpecy-package.Rd b/man/OpenSpecy-package.Rd index 44735721..e261986b 100644 --- a/man/OpenSpecy-package.Rd +++ b/man/OpenSpecy-package.Rd @@ -57,6 +57,7 @@ Useful links: Authors: \itemize{ \item Zacharias Steinmetz \email{z.steinmetz@rptu.de} (\href{https://orcid.org/0000-0001-6675-5033}{ORCID}) + \item Hazel Vaquero \email{hvaquero98@gmail.com} (\href{https://orcid.org/0009-0001-5468-2049}{ORCID}) \item Nick Leong (\href{https://orcid.org/0009-0008-3313-4132}{ORCID}) \item Andrea Faltynkova (\href{https://orcid.org/0000-0003-2523-3137}{ORCID}) [data contributor] \item Hannah Sherrod (\href{https://orcid.org/0009-0001-0497-8693}{ORCID}) diff --git a/tests/testthat/test-match_spec.R b/tests/testthat/test-match_spec.R index 89a909cb..11946cd5 100644 --- a/tests/testthat/test-match_spec.R +++ b/tests/testthat/test-match_spec.R @@ -63,8 +63,8 @@ test_that("match_spec() returns correct structure with AI", { skip_on_cran() skip_if_offline(host = "api.osf.io") - get_lib("model", path = tmp) - lib <- load_lib(type = "model", path = tmp) + get_lib("model_derivative", path = tmp) + lib <- load_lib(type = "model_derivative", path = tmp) check_OpenSpecy(lib) |> expect_error() |> expect_warning() |> expect_warning() |>