1.2.111
jonathancallahan
released this
08 Jul 18:48
·
83 commits
to master
since this release
PWFSLSmoke 1.2.111
CRAN manual review suggestions:
- Use
find.package()
instead of the much slowerinstalled.packages()
to
determine if a package is installed. - When using
par()
to set graphical parameters, always use save the previously
set parameters and thenon.exit(par(opar))
as the very next line. - Ensure that
tempdir()
ortempfile()
are used in all examples, tests and
vignettes so that no files are written to user directories. - Changed many examples from
\dontrun{}
to\donttest{}
.
PWFSLSmoke 1.2.110
- Tweaks for CRAN submission.
PWFSLSmoke 1.2.109
- Removed logging setup from
initializeMazamaSpatialutils()
.
PWFSLSmoke 1.2.108
- Added support for parsing AIRSIS "ESAM Multi" format.
PWFSLSmoke 1.2.107
- Updated
test-timeinfo.R
to avoid CRAN Check errors.
PWFSLSmoke 1.2.106
- Added support for parsing AIRSIS "EBAM Plus Multi" format.
PWFSLSmoke 1.2.105
- Documentation tweaks.
- Removed
app/
directory with example web service. - Updated vignettes.
- New vignette: "Example: Save Data as CSV"
PWFSLSmoke 1.2.104
- Added support for parsing AIRSIS "EBAM Multi 2" format.
- Replaced
PWFSLSmoke::loadDataFile()
withMazamaCoreUtils::loadDataFile()
.
PWFSLSmoke 1.2.103
- docker version bump
- documentation typos
PWFSLSmoke 1.2.102
- Ran
MazamaCoreUtils::lintFunctionArgs()
withtimezoneLintRules
and included
explicit timezones wherever they are allowed. PWFSLSmoke::parseDatetime()
has been internally replaced with
MazamaCoreUtils::parseDatetime()
with explicit timezone argument
PWFSLSmoke 1.2.101
- Fix bug in
monitor_load()
which wouldn't load data when the specified
time range was in the last 10 days.