NEWS | R Documentation |
Use tzstr=
instead of tz=
in call to
RcppCCTZ::parseDouble()) (Matt Dowle in #49).
Add new comparison operators for nanotime
and
charcters
(Dirk in #54 fixing #52).
Switch from RUnit to tinytest (Dirk in #55)
Substantial functionality extension in with new types
nanoduration
, nanoival
and nanoperiod
(Leonardo
in #58, #60, #62, #63, #65, #67,
#70 fixing #47, #51, #57, #61,
#64 with assistance from Dirk).
A new (yet still draft-ish) vignette was added describing the four core types (Leonardo and Dirk in #71).
A required compilation flag for Windows was added (Leonard in #72).
RcppCCTZ function are called in new 'non-throwing' variants to not trigger exeception errors (Leonardo in #73).
Skip some tests on Solaris which seems borked with timezones. As we have no real access, no real fix possible (Dirk in #42).
Update Travis setup
Added attribute-preserving comparison (Leonardo in #33).
Added two integer64
casts in constructors (Dirk in
#36).
Added two checks for empty arguments (Dirk in #37).
Rewritten in S4 to provide more robust operations (#17 by Leonardo)
Ensure tz=""
is treated as unset (Leonardo in #20)
Added format
and tz
arguments to
nanotime
, format
, print
(#22 by Leonardo
and Dirk)
Ensure printing respect options()$max.print
, ensure
names are kept with vector (#23 by Leonardo)
Correct summary()
by defining names<-
(Leonardo
in #25 fixing #24)
Report error on operations that are meaningful for type; handled NA, NaN, Inf, -Inf correctly (Leonardo in #27 fixing #26)
The as.integer64
function is now exported as well.
The default display format now always shows nine digits (#10 closing #9)
The default print method was updated to use formated output,
and a new new converter as.integer64
was added
Several 'Ops' method are now explicitly defined allowing casting of results (rather than falling back on bit64 behaviour)
The format routine is now more careful about not loosing precision (#13 closing #12)
Added Windows support thanks to expanded RcppCCTZ (closes #6)
Added "mocked up" demo with nanosecond delay networking analysis
Added 'fmt' and 'tz' options to output functions, expanded
format.nanotime
(closing #2 and #3)
Added data.frame support
Expanded tests
Initial CRAN upload.
Package is functional and provides examples.