Skip to content

Commit 396cd76

Browse files
committed
vignettes
1 parent fd8129f commit 396cd76

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
^\.github$
44
^data-raw$
55
^\.travis\.yml$
6+
^codecov\.yml$

vignettes/how-to.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ The method datplot uses for partitioning steps an be explained as follows: If an
6868

6969
```{r warning = FALSE}
7070
data("Inscr_Bithynia")
71+
library(tidyverse)
7172
Inscr_Bithynia <- Inscr_Bithynia %>%
7273
select(ID, Location, DAT_min, DAT_max) %>%
7374
na.omit()

0 commit comments

Comments
 (0)