A repo from the WFT-workshop at RStudio Conf 2019 with Jenny Bryan and Jim Hester
A repo from the WFT-workshop at RStudio Conf 2019 with Jenny Bryan and Jim Hester that contains a simple report describing the packages I sfield have on my machine.
GitHub Pages URL herehttps://stufield.github.io/packages-report/
git push --set-upstream origin master
#> Parsed with column specification:
#> cols(
#> Package = col_character(),
#> Built = col_character()
#> )
#> # A tibble: 342 x 2
#> Package Built
#> <chr> <chr>
#> 1 abind 3.5.0
#> 2 acepack 3.5.0
#> 3 askpass 3.5.2
#> 4 assertthat 3.5.0
#> 5 backports 3.5.0
#> 6 base64enc 3.5.0
#> 7 bayesplot 3.5.0
#> 8 bbmle 3.5.0
#> 9 beanplot 3.5.0
#> 10 beeswarm 3.5.0
#> # … with 332 more rows
I have 342 add-on packages installed.
Here’s how they break down in terms of which version of R they were
built under, which is related to how recently they were updated on
CRAN.
| Built | n | prop |
|---|---|---|
| 3.5.0 | 307 | 0.898 |
| 3.5.1 | 31 | 0.091 |
| 3.5.2 | 4 | 0.012 |

Run R/make-clean.R to clean out downstream products,
i.e. directories containing the generated *.csv and *.png files.
Run R/driver.R to re-run the analysis and re-render this
README.
Created on 2019-01-20 by Rmarkdown (v1.11) and R version 3.5.1 (2018-07-02).