diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index b7c2c8a1..b0067385 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index 2ccbea41..e06d43cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")), diff --git a/NEWS.md b/NEWS.md index 5fc26c8d..4e82221f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/manage_lib.R b/R/manage_lib.R index 4c77368b..c6e87002 100644 --- a/R/manage_lib.R +++ b/R/manage_lib.R @@ -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.} diff --git a/README.md b/README.md index 2744e7b8..097f5e68 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/cran-comments.md b/cran-comments.md index a2721f05..80f5fa4a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/man/manage_lib.Rd b/man/manage_lib.Rd index e809d106..eabc34e0 100644 --- a/man/manage_lib.Rd +++ b/man/manage_lib.Rd @@ -46,9 +46,9 @@ maintain your own OSF node with spectral libraries.} \item{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.}