Skip to content

Commit fa5ea7e

Browse files
committed
Switched to Authors@R
1 parent c39e9c4 commit fa5ea7e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog

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

37
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Type: Package
33
Title: 'tint' is not 'Tufte'
44
Version: 0.1.4
55
Date: 2022-11-01
6-
Author: Dirk Eddelbuettel and Jonathan Gilligan
7-
Maintainer: Dirk Eddelbuettel <[email protected]>
6+
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
7+
comment = c(ORCID = "0000-0001-6419-907X")),
8+
person("Jonathan", "Gilligan", role = "ctb",
9+
comment = c(ORCID = "0000-0003-1375-6686")))
810
Description: A 'tufte'-alike style for 'rmarkdown'.
911
A modern take on the 'Tufte' design for pdf and html vignettes,
1012
building on the 'tufte' package with additional contributions

0 commit comments

Comments
 (0)