File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ dataedu_packages <-
329329 " apaTables" ,
330330 " caret" ,
331331 " dummies" ,
332+ " e1071" ,
332333 " ggraph" ,
333334 " here" ,
334335 " janitor" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ status](https://ci.appveyor.com/api/projects/status/github/ivelasq/dataedu?branc
1313coverage] ( https://codecov.io/gh/data-edu/dataedu/branch/master/graph/badge.svg )] ( https://codecov.io/gh/data-edu/dataedu?branch=master )
1414[ ![ minimal R
1515version] ( 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
1919The 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
109109dataedu :: 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
You can’t perform that action at this time.
0 commit comments