From 782cb93d864b167a71b5406713865330fe1b62de Mon Sep 17 00:00:00 2001 From: Daniel Falbel Date: Wed, 29 Apr 2026 12:33:15 -0300 Subject: [PATCH] Prepare CRAN release v0.3.3 - Bump version from 0.3.2.9000 to 0.3.3 - Transfer maintainer role (cre) to Tomasz Kalinowski - Update author emails to posit.co - Remove explicit Maintainer field (auto-generated from Authors@R) --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ DESCRIPTION | 11 +++++------ 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 CRAN-SUBMISSION diff --git a/.Rbuildignore b/.Rbuildignore index da5ffe6..a4fee43 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -34,3 +34,4 @@ ^\.positai$ ^\.claude$ ^\.codex$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..437155c --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.3.3 +Date: 2026-04-29 15:32:59 UTC +SHA: 8070dec30c20ed35853106403e95ee58dab1956b diff --git a/DESCRIPTION b/DESCRIPTION index eb9abb5..7b2b308 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: cuda.ml Type: Package Title: R Interface for the RAPIDS cuML Suite of Libraries -Version: 0.3.2.9000 +Version: 0.3.3 Authors@R: c(person(given = "Yitao", family = "Li", @@ -10,15 +10,14 @@ Authors@R: comment = c(ORCID = "0000-0002-1261-905X")), person(given = "Tomasz", family = "Kalinowski", - role = c("cph", "ctb"), - email = "tomasz.kalinowski@rstudio.com"), + role = c("aut", "cre", "cph"), + email = "tomasz@posit.co"), person(given = "Daniel", family = "Falbel", - role = c("aut", "cre", "cph"), - email = "daniel@rstudio.com"), + role = c("aut", "cph"), + email = "daniel@posit.co"), person(given = "RStudio", role = c("cph", "fnd"))) -Maintainer: Daniel Falbel Description: R interface for RAPIDS cuML (), a suite of GPU-accelerated machine learning libraries powered by CUDA ().