Skip to content

Commit

Permalink
Prepare v1.0.5 for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinmetz committed Oct 31, 2023
1 parent 3812966 commit 2697f6f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.0.4
Date: 2023-10-01 19:33:04 UTC
SHA: 54ff4c6288617c5b1af0705bcba2278f911a4b0d
Version: 1.0.5
Date: 2023-10-31 10:27:37 UTC
SHA: 419b04607656039958a19393f6218f3ca61b817d
4 changes: 2 additions & 2 deletions DESCRIPTION
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.4
Date: 2023-10-01
Version: 1.0.5
Date: 2023-10-31
Authors@R: c(person("Win", "Cowger", role = c("cre", "aut", "dtc"),
email = "wincowger@gmail.com",
comment = c(ORCID = "0000-0001-9226-3104")),
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# OpenSpecy 1.0.5

## Minor Improvements

- Support .tsv files

## Bug Fixes

- Flip xy coordinates in ENVI files


# OpenSpecy 1.0.4

## Minor Improvements
Expand Down
6 changes: 3 additions & 3 deletions R/manage_lib.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#' @param conflicts determines what happens when a file with the same name
#' exists at the specified destination. Can be one of the following (see
#' \code{\link[osfr]{osf_download}()} for details):
#' \itemize{
#' \item{"error"}{ throw an error and abort the file transfer operation.}
#' \item{"skip"}{ skip the conflicting file(s) and continue transferring the
#' \describe{
#' \item{"error"}{throw an error and abort the file transfer operation.}
#' \item{"skip"}{skip the conflicting file(s) and continue transferring the
#' remaining files.}
#' \item{"overwrite" (default)}{ replace the existing file with the
#' transferred copy.}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ Needs an Open Source Community: Open Specy to the Rescue!”
[10.1021/acs.analchem.1c00123](https://doi.org/10.1021/acs.analchem.1c00123).

Cowger W, Steinmetz Z, Leong N, Faltynkova A (2023). “OpenSpecy: Analyze,
Process, Identify, and Share Raman and (FT)IR Spectra.” *R package*, **1.0.4**.
Process, Identify, and Share Raman and (FT)IR Spectra.” *R package*, **1.0.5**.
[https://github.com/wincowgerDEV/OpenSpecy-package](https://github.com/wincowgerDEV/OpenSpecy-package).
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments

* manjaro linux 6.3.13-2 (local), R-4.3.1
* manjaro linux 6.5.5-1 (local), R-4.3.1
* macOS latest (via GitHub Actions), R-release
* ubuntu latest (via GitHub Actions), R-devel
* ubuntu latest (via GitHub Actions), R-release
Expand Down
6 changes: 3 additions & 3 deletions man/manage_lib.Rd

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

0 comments on commit 2697f6f

Please sign in to comment.