Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix roxygen package doc syntax #340

Merged
merged 9 commits into from
Aug 21, 2023
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mikropml
Title: User-Friendly R Package for Supervised Machine Learning Pipelines
Version: 1.6.0.9000
Version: 1.6.1
Date: 2023-04-14
Authors@R:
c(person(given = "Begüm",
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 2 additions & 3 deletions R/mikropml.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
33 changes: 32 additions & 1 deletion man/mikropml.Rd → man/mikropml-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.