Skip to content

Commit 01cd4ea

Browse files
committed
Library() added in BOOLa_refresh
1 parent 8d404a3 commit 01cd4ea

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

inst/tutorials/B00La_refresh/B00La_refresh.Rmd

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,35 @@ runtime: shiny_prerendered
1515
```{r setup, include=FALSE}
1616
BioDataScience2::learnr_setup()
1717
SciViews::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

0 commit comments

Comments
 (0)