Recent Releases of shide
shide - shide 0.2.1
Default formatting for
jdatetimeobjects is changed to conform to default R behavior.jdateandjdatetimevectors are printed more nicely in tibbles.Rounding family of functions (
sh_floor(),sh_ceiling()andsh_round()) now accept multi-unit values forunitargument.jdatetime()andjdatetime_make()now support ambiguous time resolution strategies viaambiguousargument (ambiguous times occur during a repeated interval when the clock is adjusted backwards during the transition from DST to standard time).Fixed a bug regarding casting of
jdatetimetojdate(#4).
- R
Published by mmollayi almost 2 years ago
shide - shide 0.2.0
New
sh_year_is_leap()determines if a Jalali year is a leap year.New accessor and replacement functions are added to get/set the components of Jalali date-time objects.
New family of functions for rounding Jalali dates to a specific unit of time:
-
sh_floor()rounds ajdateobject down to the previous unit of time. -
sh_ceiling()rounds ajdateobject up to the next unit of time. -
sh_round()rounds ajdateobject up or down, depending on what is closer.
-
New
seq.jdate()generates regular sequences of Jalali dates.as.POSIXlt()now errors withjdateandjdatetimeinput. In order to castjdateandjdatetimetoPOSIXlt, first, they should be converted toDateandPOSIXctrespectively.jdate()now truncates numeric input toward zero before generating ajdateobject.jdatetime()now truncates numeric input toward zero before generating ajdatetimeobject.Fixed a bug where names were dropped after calling
format()upon ajdateorjdatetimeobject.
- R
Published by mmollayi over 2 years ago
shide - shide 0.1.2
- Initial CRAN submission.
- Added a
NEWS.mdfile to track changes to the package.
- R
Published by mmollayi over 2 years ago