Skip to content

Commit 227c60f

Browse files
committed
Learnr module 4 ready for 2025-2026
1 parent c1978e6 commit 227c60f

File tree

6 files changed

+1453
-1
lines changed

6 files changed

+1453
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: BioDataScience2
2-
Version: 2025.3.0
2+
Version: 2025.4.0
33
Title: A Series of Learnr Documents for Biological Data Science 2
44
Description: Interactive documents using learnr for studying biological data science (second course).
55
Authors@R: c(

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# BioDataScience2 2025.4.0
2+
3+
- Learnr **B04La_glm**, revised for 2025-2026.
4+
15
# BioDataScience2 2025.3.0
26

37
- Learnrs **B03La_mod_lin**, revised for 2025-2026.

inst/tutorials/B04La_glm/B04La_glm.Rmd.inactivated renamed to inst/tutorials/B04La_glm/B04La_glm.Rmd

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,38 @@ runtime: shiny_prerendered
1515
```{r setup, include=FALSE}
1616
BioDataScience2::learnr_setup()
1717
SciViews::R("model", 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(data.trame)
32+
library(svFast)
33+
library(svTidy)
34+
library(svMisc)
35+
library(svBase)
36+
library(svFlow)
37+
library(data.io)
38+
library(chart)
39+
library(tabularise)
40+
library(SciViews)
41+
# ... more
42+
library(readxl)
43+
library(testthat)
44+
library(equatags)
45+
# 'model' and 'infer' packages
46+
library(modelit)
47+
library(distributional)
48+
library(inferit)
49+
library(MASS)
1850
1951
# Dataset
2052
pima <- bind_rows(

0 commit comments

Comments
 (0)