belege umbenannt
This commit is contained in:
@@ -12,8 +12,8 @@ library("conflicted")
|
||||
library("R.utils")
|
||||
library("shinyjs")
|
||||
|
||||
conflicts_prefer(dplyr::select)
|
||||
conflicts_prefer(dplyr::filter)
|
||||
conflicts_prefer()
|
||||
conflicts_prefer()
|
||||
|
||||
|
||||
conn <- dbConnect(RSQLite::SQLite(), "db/development.sqlite")
|
||||
@@ -21,3 +21,25 @@ sourceDirectory("R/")
|
||||
source("~/R/rfunc/fehler_add.R")
|
||||
|
||||
|
||||
conflicts_prefer(
|
||||
ggplot2::`%+%`,
|
||||
shinyjs::alert,
|
||||
shinydashboard::box,
|
||||
rJava::clone,
|
||||
dplyr::select,
|
||||
dplyr::filter,
|
||||
tidyr::extract,
|
||||
shinyjs::hidden,
|
||||
dplyr::ident,
|
||||
dplyr::lag,
|
||||
shiny::printStackTrace,
|
||||
shinyjs::removeClass,
|
||||
shinyjs::reset,
|
||||
shiny::runExample,
|
||||
shiny::setProgress,
|
||||
shinyjs::show,
|
||||
dplyr::sql,
|
||||
shiny::validate,
|
||||
.quiet = TRUE
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user