Skip to content

Commit 782cb93

Browse files
committed
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)
1 parent 8070dec commit 782cb93

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
^\.positai$
3535
^\.claude$
3636
^\.codex$
37+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.3.3
2+
Date: 2026-04-29 15:32:59 UTC
3+
SHA: 8070dec30c20ed35853106403e95ee58dab1956b

DESCRIPTION

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: cuda.ml
22
Type: Package
33
Title: R Interface for the RAPIDS cuML Suite of Libraries
4-
Version: 0.3.2.9000
4+
Version: 0.3.3
55
Authors@R:
66
c(person(given = "Yitao",
77
family = "Li",
@@ -10,15 +10,14 @@ Authors@R:
1010
comment = c(ORCID = "0000-0002-1261-905X")),
1111
person(given = "Tomasz",
1212
family = "Kalinowski",
13-
role = c("cph", "ctb"),
14-
email = "tomasz.kalinowski@rstudio.com"),
13+
role = c("aut", "cre", "cph"),
14+
email = "tomasz@posit.co"),
1515
person(given = "Daniel",
1616
family = "Falbel",
17-
role = c("aut", "cre", "cph"),
18-
email = "daniel@rstudio.com"),
17+
role = c("aut", "cph"),
18+
email = "daniel@posit.co"),
1919
person(given = "RStudio",
2020
role = c("cph", "fnd")))
21-
Maintainer: Daniel Falbel <daniel@rstudio.com>
2221
Description: R interface for RAPIDS cuML (<https://github.com/rapidsai/cuml>),
2322
a suite of GPU-accelerated machine learning libraries powered by CUDA
2423
(<https://en.wikipedia.org/wiki/CUDA>).

0 commit comments

Comments
 (0)