wilsonfreitas / R-fixedincome

Fixed income tools for R
http://wilsonfreitas.github.io/R-fixedincome/
Other
50 stars 25 forks source link

update to bizdays version 0.1.10 #21

Closed wilsonfreitas closed 2 years ago

wilsonfreitas commented 2 years ago

The bizdays version 0.1.10 brings the function load_builtin_calendars that can be called with the namespace to load the packages. This is intended for package development. Packages that use bizdays and uses the calendars by their names should call this function at loading time (.onAttach or .onLoad). Now the packages can declare bizdays in Imports field instead of Depends, in DESCRIPTION file.

wilsonfreitas commented 2 years ago

Done