Skip to content

Commit de5d27b

Browse files
03a_test: minor changes
1 parent 470e8c8 commit de5d27b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inst/tutorials/03a_test/test.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output:
77
progressive: true
88
tutorial:
99
id: "sdd1.03a"
10-
version: 0.0.2
10+
version: 0.6
1111
runtime: shiny_prerendered
1212
---
1313

@@ -29,6 +29,7 @@ library(BioDataScience)
2929
urchin <- read("urchin_bio", package = "data.io", lang = "fr")
3030
zooplankton <- read("zooplankton", package = "data.io", lang = "fr")
3131
biometry <- read("biometry", package = "BioDataScience")
32+
copepoda <- filter(zooplankton, class %in% c("Calanoid", "Cyclopoid", "Harpacticoid", "Poecilostomatoid"))
3233
```
3334

3435
```{r, echo=FALSE}

0 commit comments

Comments
 (0)