MazamaTimeSeries 0.2.7
- Updated
mts/sts_filterMeta()
to return an empty
mts/sts object if an empty mts/sts object is passed
in. Previous behavior was to stop with an error message. The new
behavior allows multiple filtering steps to be piped together without
having to check for an empty mts/sts at each step. Now you can
check once at the end of the pipeline.
MazamaTimeSeries 0.2.6
- Added dependency on MazamaRollUtils
- Added internal functions:
.sample()
,
.findOutliers()
.
- Added
mts_sample()
.
MazamaTimeSeries 0.2.5
- Removed readr package from dependencies.
- Addressed CRAN check issues.
MazamaTimeSeries 0.2.4
- Updated to add a Zenodo DOI bdage.
MazamaTimeSeries 0.2.3
- Added
sts_summarize()
.
- Udated
example_raws
dataset.
MazamaTimeSeries 0.2.2
- Documentation fixes requested by CRAN.
MazamaTimeSeries 0.2.1
- Fixed urls and typos during CRAN preparation.
MazamaTimeSeries 0.2.0
Version 0.2 of the pakcage is ready for operational use.
- Replaced
sts_join()
withsts_combine()
.
MazamaTimeSeries 0.1.6
- Improved default parameter settings in
mts_collapse()
.
- Added
trimEmptyDays
argument to
mts_trimDate()
.
MazamaTimeSeries 0.1.5
- Fixed bug in
mts_collapse()
.
- Additional consistency checks in
monitor_isValid()
.
MazamaTimeSeries 0.1.4
- Renamed
mts_distance()
to
mts_getDistance()
.
- Fixed bugs related to leftover
monitorID
references.
MazamaTimeSeries 0.1.3
- Added
replaceMeta
argument to
mts_combine()
.
MazamaTimeSeries 0.1.2
MazamaTimeSeries 0.1.1
- Fixed bug in
mts_combine()
.
MazamaTimeSeries 0.1.0
- Full documentation, examples and tests for basic mts
functionality.
MazamaTimeSeries 0.0.9
- Now depending on MazamaCoreUtils 0.4.10.
MazamaTimeSeries 0.0.8
- Added
mts_collapse()
, mts_distance()
and
mts_select()
.
- Renamed
mts_filter()
to mts_filterData()
to be more explicit
MazamaTimeSeries 0.0.7
- Added
timeInfo()
and supporting functions.
- Added
Carmel_Valley
example dataset.
MazamaTimeSeries 0.0.6
- Added “location” utility functions.
- Removed dependency on MazamaLocationUtils
- Fixed bug in
~_filterDate()
.
- Removed
sts_from~()
functions.
MazamaTimeSeries 0.0.5
- Added tests for all functions.
- Added
mts_combine()
.
- Adding
mts_filter~()
equivalents to
sts_filter~()
functions.
- Improved warning messages in
sts_isValid()
and
mts_isValid()
.
MazamaTimeSeries 0.0.4
- Added functions for loading data into the
sts
format:
sts_fromTidyDF()
sts_fromCSV()
MazamaTimeSeries 0.0.3
- Added basic unit tests for
sts
functions.
- Added the Developer Style Guide vignette
MazamaTimeSeries 0.0.2
- Added basic utility functions for
sts
and
mts
objects.
- Added the following
sts
functions:
sts_filter()
sts_filterDate()
sts_filterDatetime()
sts_join()
sts_toTidyDF()
sts_trimDate()
MazamaTimeSeries 0.0.1