Skip to content

Commit d51e5cf

Browse files
committed
Redocument
1 parent 67d13ef commit d51e5cf

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Suggests:
2727
License: GPL-3
2828
URL: https://modeldb.tidymodels.org, https://github.com/tidymodels/modeldb
2929
BugReports: https://github.com/tidymodels/modeldb/issues
30-
RoxygenNote: 7.0.2
30+
RoxygenNote: 7.1.0.9000
3131
Encoding: UTF-8
3232
VignetteBuilder: knitr

NAMESPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ importFrom(dplyr,bind_cols)
1717
importFrom(dplyr,case_when)
1818
importFrom(dplyr,collect)
1919
importFrom(dplyr,contains)
20+
importFrom(dplyr,everything)
2021
importFrom(dplyr,filter)
2122
importFrom(dplyr,filter_all)
2223
importFrom(dplyr,funs)
2324
importFrom(dplyr,group_by)
2425
importFrom(dplyr,group_vars)
2526
importFrom(dplyr,lag)
27+
importFrom(dplyr,left_join)
2628
importFrom(dplyr,mutate)
2729
importFrom(dplyr,n)
2830
importFrom(dplyr,pull)
2931
importFrom(dplyr,rename)
3032
importFrom(dplyr,rename_all)
31-
importFrom(dplyr,right_join)
3233
importFrom(dplyr,select)
3334
importFrom(dplyr,summarise)
3435
importFrom(dplyr,summarise_all)

R/modeldb.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#' @import rlang
22
#' @import ggplot2
33
#' @import tibble
4-
#' @importFrom dplyr mutate summarise right_join
4+
#' @importFrom dplyr mutate summarise left_join
55
#' @importFrom dplyr summarise_all filter_all
66
#' @importFrom dplyr pull collect arrange
77
#' @importFrom dplyr contains tally ungroup
88
#' @importFrom dplyr group_vars lag bind_cols
99
#' @importFrom dplyr all_vars group_by funs
1010
#' @importFrom dplyr n as_tibble filter select
1111
#' @importFrom dplyr case_when rename rename_all
12-
#' @importFrom dplyr tbl_vars
12+
#' @importFrom dplyr tbl_vars everything
1313
#' @importFrom purrr map map2 map_df transpose
1414
#' @importFrom purrr reduce imap pluck
1515
#' @importFrom tidypredict as_parsed_model

man/modeldb-package.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)