File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
inst/tutorials/B00La_refresh Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,35 @@ runtime: shiny_prerendered
1515``` {r setup, include=FALSE}
1616BioDataScience2::learnr_setup()
1717SciViews::R("model", "infer", lang = "fr")
18+ # Required for RSConnect
19+ # SciViews::R
20+ library(rlang)
21+ library(data.table)
22+ library(ggplot2)
23+ library(tibble)
24+ library(tidyr)
25+ library(dplyr)
26+ library(dtplyr)
27+ library(broom)
28+ library(forcats)
29+ library(collapse)
30+ library(fs)
31+ library(svMisc)
32+ library(svBase)
33+ library(svFlow)
34+ library(data.io)
35+ library(chart)
36+ library(tabularise)
37+ library(SciViews)
38+ # model
39+ library(modelit)
40+ # infer
41+ library(distributional)
42+ library(inferit)
43+ # ... more
44+ library(readxl)
45+ library(testthat)
46+ library(equatags)
1847
1948# datasets
2049## crabs
You can’t perform that action at this time.
0 commit comments