Skip to content

Commit

Permalink
Changed Authors field
Browse files Browse the repository at this point in the history
Added Authors@R with person function call

Authors@R: person(given = "Wilson",
                    family = "Freitas",
                    role = c("aut", "cre"),
                    email = "wilson.freitas@gmail.com")
  • Loading branch information
wilsonfreitas committed Jan 8, 2025
1 parent 45234a5 commit 8b6448f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ 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.17
Author: Wilson Freitas <wilson.freitas@gmail.com>
Maintainer: Wilson Freitas <wilson.freitas@gmail.com>
Authors@R: person(given = "Wilson",
family = "Freitas",
role = c("aut", "cre"),
email = "wilson.freitas@gmail.com")
URL: https://github.com/wilsonfreitas/R-bizdays
VignetteBuilder: knitr
Suggests:
Expand Down

0 comments on commit 8b6448f

Please sign in to comment.