Skip to content

Commit

Permalink
cleanup before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Aug 25, 2019
1 parent 5ee5c58 commit 51000e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ docs/
inst/doc/
attic/
vignettes/*.html
pkgdown/
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Imports:
data.table,
digest,
dplyr,
mlr3,
mlr3 (>= 0.1.2),
R6
Suggests:
DBI,
Expand Down
2 changes: 1 addition & 1 deletion R/as_sqlite.R → R/as_sqlite_backend.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' See description.
#' @param path (`NULL` | `character(1)`)\cr
#' Path for the SQLite data base. Defaults to a file in the temporary directory of the R session, see [tempfile()].
#' @param ... (any)\cr
#' @param ... (`any`)\cr
#' Additional arguments, currently ignored.
#'
#' @return [DataBackendDplyr].
Expand Down
4 changes: 2 additions & 2 deletions man/as_sqlite_backend.Rd

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

File renamed without changes.

0 comments on commit 51000e3

Please sign in to comment.