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

docs: Avoid topic clashes for ?mutate and other verbs #2245

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@
^renovate\.json$
^tests/testthat/helper-sync\.R$
^index\.md$
^revdep$
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ License: MIT + file LICENSE
URL: https://dm.cynkra.com/, https://github.com/cynkra/dm
BugReports: https://github.com/cynkra/dm/issues
Depends:
R (>= 3.3)
R (>= 3.3),
dplyr
Imports:
backports,
cli (>= 2.2.0),
Expand Down
62 changes: 0 additions & 62 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ S3method(vec_proxy_compare,dm_keys)
S3method(vec_ptype2,dm_keys.dm_keys)
S3method(vec_ptype_abbr,dm_keys)
export("%>%")
export(anti_join)
export(arrange)
export(as_dm)
export(cdm_add_fk)
export(cdm_add_pk)
Expand Down Expand Up @@ -219,10 +217,7 @@ export(check_if_subset)
export(check_key)
export(check_set_equality)
export(check_subset)
export(collect)
export(compute)
export(copy_dm_to)
export(copy_to)
export(db_schema_create)
export(db_schema_drop)
export(db_schema_exists)
Expand Down Expand Up @@ -310,50 +305,24 @@ export(dm_zoom_to)
export(enum_fk_candidates)
export(enum_pk_candidates)
export(examine_cardinality)
export(filter)
export(full_join)
export(glimpse)
export(group_by)
export(inner_join)
export(is_dm)
export(json_nest)
export(json_nest_join)
export(json_pack)
export(json_pack_join)
export(json_unnest)
export(json_unpack)
export(left_join)
export(mutate)
export(new_dm)
export(pack_join)
export(pull_tbl)
export(rename)
export(reunite_parent_child)
export(reunite_parent_child_from_list)
export(right_join)
export(rows_append)
export(rows_delete)
export(rows_insert)
export(rows_patch)
export(rows_truncate)
export(rows_update)
export(rows_upsert)
export(select)
export(semi_join)
export(separate)
export(sql_rows_truncate)
export(sql_schema_create)
export(sql_schema_drop)
export(sql_schema_exists)
export(sql_schema_list)
export(src_tbls)
export(summarise)
export(summarize)
export(tbl)
export(tibble)
export(transmute)
export(ungroup)
export(unite)
export(validate_dm)
import(cli)
import(dplyr, except = c(data_frame))
Expand All @@ -365,43 +334,12 @@ import(tibble, except = c(data_frame))
import(tidyr, except = c(extract))
import(vctrs)
importFrom(dplyr,"%>%")
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,collect)
importFrom(dplyr,compute)
importFrom(dplyr,copy_to)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,rows_append)
importFrom(dplyr,rows_delete)
importFrom(dplyr,rows_insert)
importFrom(dplyr,rows_patch)
importFrom(dplyr,rows_update)
importFrom(dplyr,rows_upsert)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,src_tbls)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,tbl)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,rgb)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(methods,is)
importFrom(tibble,glimpse)
importFrom(tibble,tibble)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,str)
Expand Down
93 changes: 0 additions & 93 deletions R/reexport.R
Original file line number Diff line number Diff line change
@@ -1,95 +1,2 @@
#' @export
dplyr::`%>%`

#' @export
dplyr::filter

#' @export
dplyr::mutate

#' @export
dplyr::transmute

#' @export
dplyr::summarise

#' @export
dplyr::summarize

#' @export
dplyr::select

#' @export
dplyr::rename

#' @export
dplyr::group_by

#' @export
dplyr::ungroup

#' @export
dplyr::left_join

#' @export
dplyr::inner_join

#' @export
dplyr::full_join

#' @export
dplyr::semi_join

#' @export
dplyr::anti_join

#' @export
dplyr::right_join

#' @export
dplyr::collect

#' @export
dplyr::compute

#' @export
dplyr::copy_to

#' @export
dplyr::src_tbls

#' @export
dplyr::tbl

#' @export
dplyr::arrange

#' @export
dplyr::rows_insert

#' @export
dplyr::rows_append

#' @export
dplyr::rows_update

#' @export
dplyr::rows_patch

#' @export
dplyr::rows_upsert

#' @export
dplyr::rows_delete

#' @export
tibble::glimpse

#' @export
tibble::tibble

#' @export
tidyr::unite

#' @export
tidyr::separate
2 changes: 1 addition & 1 deletion man/dm.Rd

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

2 changes: 1 addition & 1 deletion man/dm_get_tables.Rd

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

2 changes: 1 addition & 1 deletion man/dm_paste.Rd

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

10 changes: 5 additions & 5 deletions man/dm_zoom_to.Rd

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

2 changes: 1 addition & 1 deletion man/dplyr_src.Rd

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

4 changes: 2 additions & 2 deletions man/materialize.Rd

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

37 changes: 1 addition & 36 deletions man/reexports.Rd

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

14 changes: 7 additions & 7 deletions man/rows-dm.Rd

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

Loading
Loading