Skip to content

Commit 4de886a

Browse files
authored
Merge pull request #93 from ivelasq/master
add e1071
2 parents 0fe6709 + fbec547 commit 4de886a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

R/data.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ dataedu_packages <-
329329
"apaTables",
330330
"caret",
331331
"dummies",
332+
"e1071",
332333
"ggraph",
333334
"here",
334335
"janitor",

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ status](https://ci.appveyor.com/api/projects/status/github/ivelasq/dataedu?branc
1313
coverage](https://codecov.io/gh/data-edu/dataedu/branch/master/graph/badge.svg)](https://codecov.io/gh/data-edu/dataedu?branch=master)
1414
[![minimal R
1515
version](https://img.shields.io/badge/R%3E%3D-3.6-6666ff.svg)](https://cran.r-project.org/)
16-
[![Last-changedate](https://img.shields.io/badge/last%20change-2020--05--31-yellowgreen.svg)](https://github.com/data-edu/dataedu/commits/master)
16+
[![Last-changedate](https://img.shields.io/badge/last%20change-2020--06--28-yellowgreen.svg)](https://github.com/data-edu/dataedu/commits/master)
1717
<!-- badges: end -->
1818

1919
The goal of {dataedu} is to provide readers of [Data Science in
@@ -107,10 +107,10 @@ To see the packages used in the book, run:
107107

108108
``` r
109109
dataedu::dataedu_packages
110-
#> [1] "apaTables" "caret" "dummies" "ggraph" "here"
111-
#> [6] "janitor" "lme4" "lubridate" "performance" "ranger"
112-
#> [11] "readxl" "rtweet" "randomNames" "sjPlot" "textdata"
113-
#> [16] "tidygraph" "tidylog" "tidyverse" "tidytext"
110+
#> [1] "apaTables" "caret" "dummies" "e1071" "ggraph"
111+
#> [6] "here" "janitor" "lme4" "lubridate" "performance"
112+
#> [11] "ranger" "readxl" "rtweet" "randomNames" "sjPlot"
113+
#> [16] "textdata" "tidygraph" "tidylog" "tidyverse" "tidytext"
114114
```
115115

116116
**A special note on {tabulizer}:** One of the walkthroughs uses

0 commit comments

Comments
 (0)