Skip to content

Commit

Permalink
push cran
Browse files Browse the repository at this point in the history
  • Loading branch information
wincowgerDEV committed Nov 4, 2024
1 parent 96af84e commit 0c81253
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
comment = c(ORCID = "0000-0001-9226-3104")),
person("Zacharias", "Steinmetz", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6675-5033")),
person("Hazel", "Vaquero", role = c("aut"),
email = "[email protected]",
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"),
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions man/OpenSpecy-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/testthat/test-match_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -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() |>
Expand Down

0 comments on commit 0c81253

Please sign in to comment.