Skip to content

Commit 92a52ab

Browse files
committed
Better hints for B03La_mod_lin
1 parent 19fb106 commit 92a52ab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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: 2021.0.2
2+
Version: 2021.0.3
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,5 +1,9 @@
11
# BioDataScience2 News
22

3+
## Changes in version 2021.0.3
4+
5+
- Better hints in B03La_mod_lin.
6+
37
## Changes in version 2021.0.2
48

59
- Correction of one quiz that had several answers set to `NA` in `B02La_reg_multi`.

inst/tutorials/B03La_mod_lin/B03La_mod_lin.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ summary(lm. <- lm(data = DF, FORMULA))
9292

9393
```{r mais1_h3-hint-2}
9494
# chunk
95-
summary(lm. <- lm(data = DF, VAR1 ~ VAR2*VAR3))
95+
summary(lm. <- lm(data = DF, VAR1 ~ VAR2 * VAR3))
9696
9797
#### ATTENTION: Hint suivant = solution !####
9898
```

0 commit comments

Comments
 (0)