Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Nov 17, 2021
1 parent e24c851 commit 4e11a3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/get_python_binary_path.R
Original file line number Diff line number Diff line change
Expand Up @@ -353,5 +353,5 @@
get_python_binary_path <- function(
ormr_folder_name
) {
reticulate:::python_binary_path(dir = ormr_folder_name)
reticulate:::python_binary_path(dir = ormr_folder_name) # nolint create an Issue to suggest to export this function, see https://github.com/rstudio/reticulate/issues/1086
}
2 changes: 1 addition & 1 deletion R/ormr_report.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Create a `ormr` report, to be used when reporting bugs
#' @inheritParams default_params_doc
#' @examples
#' ormr_report()
#' ormr_report(ormr_folder_name = tempfile())
#' @author Richèl J.C. Bilderbeek
#' @export
ormr_report <- function(
Expand Down
2 changes: 1 addition & 1 deletion man/ormr_report.Rd

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

0 comments on commit 4e11a3c

Please sign in to comment.