diff --git a/CRAN-RELEASE b/CRAN-RELEASE index ef0a3fa..4b88317 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2019-03-03. -Once it is accepted, delete this file and tag the release (commit b3a17bca77). +This package was submitted to CRAN on 2019-03-06. +Once it is accepted, delete this file and tag the release (commit 93ad8c4aab). diff --git a/DESCRIPTION b/DESCRIPTION index 0255053..ab39076 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,16 +9,15 @@ Authors@R: c( Author: Michelle C. Kelly [aut, cre] Description: Calculate dissolved gas concentrations from raw MIMS (Membrane Inlet Mass Spectrometer, Bay Instruments) signal data. - Use the mimsy function on a formatted CSV file to return dissolved - gas concentrations (mg and microMole) and ratios of N2, O2, Ar based on + Use mimsy() on a formatted CSV file to return dissolved gas + concentrations (mg and microMole) and ratios of N2, O2, Ar based on gas solubility at temperature, pressure, and salinity. See references Benson and Krause (1984) , Garcia and Gordon (1992) , Stull (1947) , and Hamme and Emerson (2004) for more information. Easily save the - output to a nicely-formatted multi-tab Excel workbook with the mimsy.save - function. Supports dual-temperature standard calibration for dual-bath - MIMS setups. + output to a nicely-formatted multi-tab 'Excel' workbook with mimsy.save(). + Supports dual-temperature standard calibration for dual-bath MIMS setups. License: MIT + file LICENSE URL: https://github.com/michelleckelly/mimsy, https://michelleckelly.github.io/mimsy/ BugReports: https://github.com/michelleckelly/mimsy/issues diff --git a/cran-comments.md b/cran-comments.md index 8b24cde..46aa01f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,8 @@ ## Resubmission This is a resubmission. In this version I have: -* Example file ("data.csv") now included in inst/extdata/ -* Examples in mimsy.R and mimsy.save.R are no longer wrapped in \dontrun{} and are now testable -* Examples and vignettes now write files to the temporary directory using tempdir() +* Software names are now in single quotes (e.g. 'Excel') in DESCRIPTION +* Function names now end with '()' (e.g. mimsy.save() ) in DESCRIPTION ## Test environments * local Windows 10 install, R 3.5.2