diff --git a/DESCRIPTION b/DESCRIPTION index a236bb71..b0080960 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: mikropml Title: User-Friendly R Package for Supervised Machine Learning Pipelines -Version: 1.6.0.9000 -Date: 2023-04-14 +Version: 1.6.1 +Date: 2023-08-21 Authors@R: c(person(given = "Begüm", family = "Topçuoğlu", diff --git a/NEWS.md b/NEWS.md index 5666c81b..0dd01003 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# development version +# mikropml 1.6.1 + +- Fix roxygen package doc syntax (https://github.com/r-lib/roxygen2/issues/1491, @kelly-sovacool). # mikropml 1.6.0 diff --git a/R/mikropml.R b/R/mikropml.R index 755d1a6b..712b2a1a 100644 --- a/R/mikropml.R +++ b/R/mikropml.R @@ -22,6 +22,5 @@ #' - [Parallel processing](http://www.schlosslab.org/mikropml/articles/parallel.html) #' - [The mikropml paper](http://www.schlosslab.org/mikropml/articles/paper.html) #' -#' @docType package -#' @name mikropml -NULL +#' @keywords internal +"_PACKAGE" diff --git a/cran-comments.md b/cran-comments.md index 6f3c97d4..51a680d9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,4 @@ -This is a re-submission. -Fixed the CITATION file to use bibentry() instead of the old-style citEntry(). +This is a resubmission: I fixed the date. ## Test environments diff --git a/docs/404.html b/docs/404.html index 1292a75c..944afd54 100644 --- a/docs/404.html +++ b/docs/404.html @@ -16,7 +16,7 @@ - + Contributor Covenant Code of Conduct • mikropmlContributor Covenant Code of Conduct • mikropml @@ -10,7 +10,7 @@ mikropml - 1.6.0 + 1.6.1 + + + + + +
+
+
+ +
+

mikropml implements supervised machine learning pipelines using regression, +support vector machines, decision trees, random forest, or gradient-boosted trees. +The main functions are preprocess_data() to process your data prior to +running machine learning, and run_ml() to run machine learning.

+
+ + +
+

Authors

+ + +
+ + +
+

Author

+

Maintainer: Kelly Sovacool sovacool@umich.edu (ORCID)

+

Authors:

Other contributors:

+ +
+ + +
+ + + + + + + diff --git a/docs/reference/mutate_all_types.html b/docs/reference/mutate_all_types.html index 80948dab..e4c06e0b 100644 --- a/docs/reference/mutate_all_types.html +++ b/docs/reference/mutate_all_types.html @@ -1,5 +1,5 @@ -Mutate all columns with utils::type.convert().` — mutate_all_types • mikropmlMutate all columns with utils::type.convert().` — mutate_all_types • mikropml @@ -10,7 +10,7 @@ mikropml - 1.6.0 + 1.6.1