1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 17:21:49 +02:00

(v1.1.0.9005) lose dependencies

This commit is contained in:
2020-05-16 20:08:21 +02:00
parent 7f3da74b17
commit df2456b91f
30 changed files with 342 additions and 736 deletions

View File

@ -63,12 +63,16 @@ filter_join_worker <- function(x, y, by = NULL, type = c("anti", "semi")) {
# No export, no Rd
addin_insert_in <- function() {
rstudioapi::insertText(" %in% ")
if (!require("rstudioapi")) {
insertText(" %in% ")
}
}
# No export, no Rd
addin_insert_like <- function() {
rstudioapi::insertText(" %like% ")
if (!require("rstudioapi")) {
insertText(" %like% ")
}
}
check_dataset_integrity <- function() {