Skip to content

Commit 51768de

Browse files
committed
Learnr of module 5 ready
1 parent f4540df commit 51768de

File tree

6 files changed

+60
-1
lines changed

6 files changed

+60
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: BioDataScience3
2-
Version: 2025.4.0
2+
Version: 2025.5.0
33
Title: A Series of Learnr Documents for Biological Data Science 3
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+
# BioDataScience3 2025.5.0
2+
3+
- Revision of **C05La_ts_filter** and **C05La_ts_decomp** for 2025-2026.
4+
15
# BioDataScience3 2025.4.0
26

37
- Revision of **C04La_ts_intro** for 2025-2026.
Binary file not shown.
Binary file not shown.

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,33 @@ runtime: shiny_prerendered
1515
```{r setup, include=FALSE}
1616
BioDataScience3::learnr_setup()
1717
SciViews::R("ts", 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(pastecs)
43+
library(testthat)
44+
1845
# dataset
1946
hr <- read(system.file("extdata", "heart_rate.rds",
2047
package = "BioDataScience3"))

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,34 @@ runtime: shiny_prerendered
1515
```{r setup, include=FALSE}
1616
BioDataScience3::learnr_setup()
1717
SciViews::R('ts', 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(pastecs)
43+
library(testthat)
44+
library(TSA)
45+
1846
# datasets
1947
flow <- read("flow", package = "TSA")
2048
flow <- flow/35.3147

0 commit comments

Comments
 (0)