Skip to content

Commit

Permalink
Fix DESCRIPTION function name formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleckelly committed Mar 8, 2019
1 parent 93ad8c4 commit e6a19b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -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).
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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) <DOI:10.4319/lo.1992.37.6.1307>, Garcia and
Gordon (1992) <DOI:10.4319/lo.1984.29.3.0620>, Stull (1947)
<DOI:10.1021/ie50448a022>, and Hamme and Emerson (2004)
<DOI:10.1016/j.dsr.2004.06.009> 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
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e6a19b1

Please sign in to comment.