Skip to content

Commit

Permalink
Use Authors@R (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 1, 2024
1 parent 19328ad commit 7eba3ca
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 5 deletions.
31 changes: 31 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
2024-08-31 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Authors@R): Added

2024-08-28 Dirk Eddelbuettel <edd@debian.org>

* R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel
* inst/tinytest/test_rcpp_package_skeleton.R: Adjust tests

2024-08-20 Dirk Eddelbuettel <edd@debian.org>

* inst/tinytest/test_sugar.R: Skip one more NA related test on arm64
and macOS as failure is seen at r-universe on arm64

* .github/workflows/macos.yaml: Add basic r-ci setup but dialed-down
to macOS only (as Linux is covered via multiple Docker setups)

2024-08-19 Dirk Eddelbuettel <edd@debian.org>

* Contributing.md: Refreshed content

2024-07-30 Dirk Eddelbuettel <edd@debian.org>

* vignettes/rmd/Rcpp-modules.Rmd (are): Add short two-sentence
illustration following GitHub issue #1322

2024-07-24 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll micro version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2024-07-11 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Release 1.0.13
Expand Down
23 changes: 18 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.13
Date: 2024-07-11
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Version: 1.0.13-1
Date: 2024-11-01
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Romain", "Francois", role = "aut",
comment = c(ORCID = "0000-0002-2444-4226")),
person("JJ", "Allaire", role = "aut",
comment = c(ORCID = "0000-0003-0174-9868")),
person("Kevin", "Ushey", role = "aut",
comment = c(ORCID = "0000-0003-2880-7407")),
person("Qiang", "Kou", role = "aut",
comment = c(ORCID = "0000-0001-6786-5453")),
person("Nathan", "Russell", role = "aut"),
person("Iñaki", "Ucar", role = "aut",
comment = c(ORCID = "0000-0001-6403-5550")),
person("Doug", "Bates", role = "aut",
comment = c(ORCID = "0000-0001-8316-9503")),
person("John", "Chambers", role = "aut"))
Description: The 'Rcpp' package provides R functions as well as C++ classes which
offer a seamless integration of R and C++. Many R data types and objects can be
mapped back and forth to C++ equivalents which facilitates both writing of new
Expand Down

0 comments on commit 7eba3ca

Please sign in to comment.