timetools (for r-cran) Code
Seasonal/Sequential (Instants/Durations, Even or not) Time Series
Brought to you by:
vnavel
File | Date | Author | Commit |
---|---|---|---|
R | 2025-05-22 |
![]() |
[ebfb9e] [BUGFIX] a difftime was used as integer without... |
man | 2025-03-22 |
![]() |
[d39639] Character correction to pass R tests |
src | 2022-12-14 |
![]() |
[de2e37] Optimisation mémoire de la fonction overlapping... |
tests | 2017-12-06 |
![]() |
[ba51fd] call to setGeneric for tapplye removed : suppre... |
.Rbuildignore | 2025-03-22 |
![]() |
[347d3a] files for CRAN submission |
CRAN-SUBMISSION | 2025-03-22 |
![]() |
[347d3a] files for CRAN submission |
DESCRIPTION | 2025-05-22 |
![]() |
[ebfb9e] [BUGFIX] a difftime was used as integer without... |
NAMESPACE | 2017-03-03 |
![]() |
[118524] declaraction of C native routine as newly speci... |
README | 2023-08-28 |
![]() |
[b6f079] Update of man/timetools-package.Rd and README f... |
cran-comments.md | 2025-03-22 |
![]() |
[347d3a] files for CRAN submission |
Description =========== Objects to manipulate sequential and seasonal time series. Sequential time series based on time instants and time durations are handled. Both can be regularly or unevenly spaced (overlapping durations are allowed). Only POSIX* format are used for dates and times. The following classes are provided : 'POSIXcti', 'POSIXctp', 'TimeIntervalDataFrame', 'TimeInstantDataFrame', 'SubtimeDataFrame' ; methods to switch from a class to another and to modify the time support of series (hourly time series to daily time series for instance) are also defined. Tools provided can be used for instance to handle environmental monitoring data (not always produced on a regular time base).