cuda.ml
R Interface for the RAPIDS cuML Suite of Libraries
v0.3.2
·
Jan 7, 2022
·
MIT + file LICENSE
Description
R interface for RAPIDS cuML (<https://github.com/rapidsai/cuml>), a suite of GPU-accelerated machine learning libraries powered by CUDA (<https://en.wikipedia.org/wiki/CUDA>).
Downloads
123
Last 30 days
23112th
295
Last 90 days
295
Last year
Trend: -28.5% (30d vs prior 30d)
CRAN Check Status
11
NOTE
Show all 11 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | NOTE |
| r-devel-linux-x86_64-debian-gcc | NOTE |
| r-devel-linux-x86_64-fedora-clang | NOTE |
| r-devel-linux-x86_64-fedora-gcc | NOTE |
| r-devel-macos-arm64 | NOTE |
| r-oldrel-macos-arm64 | NOTE |
| r-oldrel-macos-x86_64 | NOTE |
| r-patched-linux-x86_64 | NOTE |
| r-release-linux-x86_64 | NOTE |
| r-release-macos-arm64 | NOTE |
| r-release-macos-x86_64 | NOTE |
Check details (11 non-OK)
NOTE
r-devel-linux-x86_64-debian-clang
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-devel-linux-x86_64-debian-gcc
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-devel-linux-x86_64-fedora-clang
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-devel-linux-x86_64-fedora-gcc
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-devel-macos-arm64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-oldrel-macos-arm64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-oldrel-macos-x86_64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-patched-linux-x86_64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-release-linux-x86_64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-release-macos-arm64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
NOTE
r-release-macos-x86_64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:11: Lost braces; missing escapes or markup?
11 | The major version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_major_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuML_minor_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the minor version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_minor_version.Rd:11: Lost braces; missing escapes or markup?
11 | The minor version of the RAPIDS cuML shared library {cuda.ml} was
| ^
checkRd: (-1) cuML_minor_version.Rd:12: Lost braces; missing escapes or markup?
12 | linked to in a character vector, or \code{NA_character_} if {cuda.ml} was not
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:22: Lost braces; missing escapes or markup?
22 | {"euclidean", "l1", "l2", "manhattan", "cosine"}. If connectivity is
| ^
checkRd: (-1) cuda_ml_agglomerative_clustering.Rd:26: Lost braces; missing escapes or markup?
26 | of {"pairwise", "knn"}. Default: "pairwise".
| ^
checkRd: (-1) cuda_ml_dbscan.Rd:22: Lost braces; missing escapes or markup?
22 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:6: Lost braces; missing escapes or markup?
6 | in the current installation of {cuda.ml}.}
| ^
checkRd: (-1) cuda_ml_fil_enabled.Rd:19: Lost braces; missing escapes or markup?
19 | Treelite and then re-installing {cuda.ml}.
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:23: Lost braces; missing escapes or markup?
23 | {"classification", "regression"}.}
| ^
checkRd: (-1) cuda_ml_fil_load_model.Rd:26: Lost braces; missing escapes or markup?
26 | ends with ".json" and \code{model_type} is "xgboost", then {cuda.ml} will
| ^
checkRd: (-1) cuda_ml_kmeans.Rd:35: Lost braces; missing escapes or markup?
35 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_knn.Rd:79: Lost braces; missing escapes or markup?
79 | {"brute", "ivfflat", "ivfpq", "ivfsq"} or a KNN algorithm specification
| ^
checkRd: (-1) cuda_ml_knn.Rd:101-104: Lost braces
101 | \item{metric}{Distance metric to use. Must be one of {"euclidean", "l2",
| ^
checkRd: (-1) cuda_ml_knn_algo_ivfsq.Rd:21-23: Lost braces
21 | \item{qtype}{Quantizer type. Must be one of {"QT_8bit", "QT_4bit",
| ^
checkRd: (-1) cuda_ml_logistic_reg.Rd:95: Lost braces; missing escapes or markup?
95 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_ols.Rd:66: Lost braces; missing escapes or markup?
66 | \item{method}{Must be one of {"svd", "eig", "qr"}.
| ^
checkRd: (-1) cuda_ml_pca.Rd:44: Lost braces; missing escapes or markup?
44 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_rand_forest.Rd:152: Lost braces; missing escapes or markup?
152 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:110: Lost braces; missing escapes or markup?
110 | \item{loss}{Loss function, must be one of {"squared_loss", "log", "hinge"}.}
| ^
checkRd: (-1) cuda_ml_sgd.Rd:113: Lost braces; missing escapes or markup?
113 | {"none", "l1", "l2", "elasticnet"}.
| ^
checkRd: (-1) cuda_ml_sgd.Rd:146: Lost braces; missing escapes or markup?
146 | \item{learning_rate}{Must be one of {"constant", "invscaling", "adaptive"}.
| ^
checkRd: (-1) cuda_ml_svm.Rd:157: Lost braces; missing escapes or markup?
157 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:39: Lost braces; missing escapes or markup?
39 | \item{method}{T-SNE method, must be one of {"barnes_hut", "fft", "exact"}.
| ^
checkRd: (-1) cuda_ml_tsne.Rd:54: Lost braces; missing escapes or markup?
54 | \item{learning_rate_method}{Must be one of {"adaptive", "none"}. If
| ^
checkRd: (-1) cuda_ml_tsne.Rd:97: Lost braces; missing escapes or markup?
97 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_tsvd.Rd:40: Lost braces; missing escapes or markup?
40 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) cuda_ml_umap.Rd:51: Lost braces; missing escapes or markup?
51 | one of {"spectral", "random"}. Default: "spectral".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:91: Lost braces; missing escapes or markup?
91 | Must be one of {"categorical", "euclidean"}. Default: "categorical".}
| ^
checkRd: (-1) cuda_ml_umap.Rd:109: Lost braces; missing escapes or markup?
109 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
checkRd: (-1) has_cuML.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:15: Lost braces; missing escapes or markup?
15 | Determine whether {cuda.ml} was linked to a valid version of the RAPIDS cuML
| ^
checkRd: (-1) has_cuML.Rd:11: Lost braces; missing escapes or markup?
11 | A logical value indicating whether the current installation {cuda.ml}
| ^
checkRd: (-1) predict.cuda_ml_rand_forest.Rd:30: Lost braces; missing escapes or markup?
30 | {"off", "critical", "error", "warn", "info", "debug", "trace"}.
| ^
Check History
NOTE 0 OK · 11 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 2026
NOTE
r-devel-linux-x86_64-debian-clang
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-devel-linux-x86_64-debian-gcc
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-devel-linux-x86_64-fedora-clang
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-devel-linux-x86_64-fedora-gcc
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-devel-macos-arm64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-patched-linux-x86_64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-release-linux-x86_64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-release-macos-arm64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-release-macos-x86_64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-oldrel-macos-arm64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
NOTE
r-oldrel-macos-x86_64
Rd files
checkRd: (-1) cuML_major_version.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_major_version.Rd:16: Lost braces; missing escapes or markup?
16 | Get the major version of the RAPIDS cuML shared library {cuda.ml} was linked
| ^
checkRd: (-1) cuML_ma
Dependency Network
Version History
new
0.3.2
Mar 9, 2026