EarthSystemDiagnostics / piccr

A bundle of R functions to correct and calibrate raw Picarro cavity ring down spectroscopy stable isotope data.
MIT License
1 stars 2 forks source link

Reduce number of files #31

Closed twollnik closed 5 years ago

twollnik commented 5 years ago

The number of helper files has become unnecessarily large. Many helper functions are short and don't need to be in their own file.

This PR moves small helper functions to the file helpers_smallFunctions.R to clean up the directory R. It also adds/modifies the roxygen docstrings for these helpers.

@thomas-muench If you agree with the changes proposed here, feel free to merge the PR and delete the branch.

thomas-muench commented 5 years ago

Thanks for cleaning up the code; this was indeed a good idea. I will merge this PR.