Skip to content

Commit 37059bf

Browse files
committed
Use Authors@R
1 parent 7d030f9 commit 37059bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-24 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Authors@R): Added
4+
15
2024-07-18 Dirk Eddelbuettel <[email protected]>
26

37
* README.md: Switch some URLs from http to https

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Type: Package
33
Title: 'Rcpp' Integration of Different "Ziggurat" Normal RNG Implementations
44
Version: 0.1.6.1
55
Date: 2021-07-12
6-
Author: Dirk Eddelbuettel
7-
Maintainer: Dirk Eddelbuettel <[email protected]>
6+
Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
7+
comment = c(ORCID = "0000-0001-6419-907X"))
88
Description: The Ziggurat generator for normally distributed random
99
numbers, originally proposed by Marsaglia and Tsang (2000,
1010
<doi:10.18637/jss.v005.i08>) has been improved upon a few times

0 commit comments

Comments
 (0)