Package: mimsy
Type: Package
Title: Calculate MIMS Dissolved Gas Concentrations Without Getting a
        Headache
Version: 0.6.2
Date: 2020-07-15
Authors@R: c(
	person("Michelle Catherine", "Kelly", , "mckelly1@mtu.edu", role = c("aut", "cre")),
	person("Kevin", "Nevorski", , role = c("ctb")),
	person("Amy M.", "Marcarelli", , role = c("ctb"))
	)
Description: Calculate dissolved gas concentrations from raw MIMS 
	(Membrane Inlet Mass Spectrometer) signal data. Use mimsy() on 
	a formatted CSV file to return dissolved gas concentrations 
	(mg and microMole) 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 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
LazyData: true
RoxygenNote: 7.1.1
Encoding: UTF-8
Imports: dplyr, magrittr, lubridate, openxlsx, utils
Suggests: knitr, rmarkdown, kableExtra, xfun
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-15 17:51:51 UTC; michelle
Author: Michelle Catherine Kelly [aut, cre],
  Kevin Nevorski [ctb],
  Amy M. Marcarelli [ctb]
Maintainer: Michelle Catherine Kelly <mckelly1@mtu.edu>
Repository: CRAN
Date/Publication: 2020-07-15 18:40:03 UTC
Built: R 4.2.0; ; 2022-04-12 18:54:11 UTC; unix
