Package: mimsy
Type: Package
Title: Calculate MIMS Dissolved Gas Concentrations Without Getting a
        Headache
Version: 0.6.4
Date: 2024-02-21
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), 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 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
RoxygenNote: 7.3.1
Encoding: UTF-8
Imports: dplyr, magrittr, lubridate, openxlsx, utils
Suggests: knitr, rmarkdown, kableExtra, xfun
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-02-22 00:35:06 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: 2024-02-22 08:00:02 UTC
Built: R 4.2.3; ; 2024-02-22 10:01:47 UTC; unix
