Skip to content

1.2.111

Compare
Choose a tag to compare
@jonathancallahan 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 slower installed.packages() to
    determine if a package is installed.
  • When using par() to set graphical parameters, always use save the previously
    set parameters and then on.exit(par(opar)) as the very next line.
  • Ensure that tempdir() or tempfile() 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() with MazamaCoreUtils::loadDataFile().

PWFSLSmoke 1.2.103

  • docker version bump
  • documentation typos

PWFSLSmoke 1.2.102

  • Ran MazamaCoreUtils::lintFunctionArgs() with timezoneLintRules 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.