From 1424af5af7b290dabeea1a9c47674aded83f7731 Mon Sep 17 00:00:00 2001 From: wilsonfreitas Date: Mon, 12 Feb 2024 08:41:47 -0300 Subject: [PATCH] Updated docs --- DESCRIPTION | 4 ++-- NEWS.md | 4 ++++ man/bizdays-package.Rd | 7 +++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 44b3afe..ece7d51 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: bizdays Title: Business Days Calculations and Utilities Description: Business days calculations based on a list of holidays and nonworking weekdays. Quite useful for fixed income and derivatives pricing. -Version: 1.0.15 +Version: 1.0.16 Author: Wilson Freitas Maintainer: Wilson Freitas URL: https://github.com/wilsonfreitas/R-bizdays @@ -35,5 +35,5 @@ Depends: R (>= 4.0.0) License: MIT + file LICENSE LazyData: true -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 3d0366a..874c41f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# bizdays 1.0.16 + + * BUG in reverse index (issue #108) + # bizdays 1.0.15 * `Brazil/BMF` Calendar updated: addition of November 20th holiday from 2024 ahead. diff --git a/man/bizdays-package.Rd b/man/bizdays-package.Rd index 1f5361a..20c2083 100644 --- a/man/bizdays-package.Rd +++ b/man/bizdays-package.Rd @@ -25,6 +25,13 @@ business days for a given list of holidays. \code{bizdays} was designed to work with all common date types and ISO formatted character strings and all methods have support for vectorized operations and handle the recycle rule. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/wilsonfreitas/R-bizdays} +} + } \author{ Wilson Freitas