Releases: wilsonfreitas/R-bizdays
vale o escrito
-
Brazil/BMF
Calendar updated: addition of November 20th holiday from 2024 ahead. -
Brazil/ANBIMA
Calendar updated: addition of November 20th holiday from 2024 ahead. -
Brazil/B3
Calendar updated: added holidays from 2024. -
Brazil/BMF
Calendar updated: corrected holidays in the period between 1990-2000 -
Brazil/B3
Calendar updated: added holidays in the period between 1990-2000 -
Added more tests to
getbizdays
mil coisas invisíveis
bizdays 1.0.11
-
improved getdate to use a day as reference and allows expressions like:
getdate("last bizday", Sys.Date(), "Brazil/ANBIMA")
,
getdate("next wed", Sys.Date())
, ...(issue #28) -
organized
ref
code to avoid duplicate code
contando os mortos
bizdays 1.0.10
-
holidaysB3 data updated, the day 2020-07-09 has been removed, it's not a holiday.
-
load_builtin_calendars function created to load calendars: actual, Brazil/ANBIMA, Brazil/B3, weekends
-
Depends updated to 4.0
-
removed data/holidaysANBIMA.rda and data/holidaysB3.rda, calendars are loaded from JSON files
ai papai
Merge pull request #78 from wilsonfreitas/work Renamed functions, replaced dots with _
delícia delícia
majority
bizdays reaches majority!
This release has the calendar registry which avoids the creation of many object copies in functions arguments, once you can pass the calendar name instead of the calendar object.
Calendars can be loaded from other packages like RQuantLib and timeDate (Rmetrics).
bizdays function now returns negative values.
And many more.
v0.2.2
Bugs corrected and docs updated
- Calendar accepts POSIX* in holidays
- Calendar's start.date and end.date are set to default values only when their aren't provided
- Docs updated
v0.2.1
Documentation have been highly improved!
- changed print.Calendar to be more informative
- new offset function create (add.bizdays alias)
- offset (add.bizdays) accepts vector of numbers (n argument)
- updated documentation
- added vignettes
- renamed default.calendar to Calendar(name='Actual/365', dib=365)
v0.2.0: Changed version to 0.2.0 to allow pre-releases
A few styling changes:
print.Calendar
returnsinvisible(x)
and showsweekdays
Calendar
raises a warning whenholidays
is set andweekdays
is not- Calendar's
dib
andname
defaults toNULL
default.calendar
isCalendar(name='Actual', dib=365)
bizyears
raises an error ifdib
isNULL
v0.1.5.2
add
function has been renamed toadd.bizdays