Install a standard list of packages
inst_pkgs()
Examples
inst_pkgs()
#> Loading required package: data.table
#> Warning: package 'data.table' was built under R version 3.5.2
#>
#> Attaching package: 'data.table'
#> The following objects are masked from 'package:lubridate':
#>
#> hour, isoweek, mday, minute, month, quarter, second, wday, week,
#> yday, year
#> The following objects are masked from 'package:dplyr':
#>
#> between, first, last
#> The following object is masked from 'package:purrr':
#>
#> transpose
#> Loading required package: haven
#> Loading required package: rcpp
#> Warning: there is no package called 'rcpp'
#> Installing package into 'C:/Users/User/Documents/R/win-library/3.5'
#> (as 'lib' is unspecified)
#> Warning: package 'rcpp' is not available (for R version 3.5.1)
#> Warning: Perhaps you meant 'Rcpp' ?
#> Loading required package: DT
#> Loading required package: gee
#> $tidyverse
#> NULL
#>
#> $data.table
#> NULL
#>
#> $haven
#> NULL
#>
#> $rcpp
#> NULL
#>
#> $DT
#> NULL
#>
#> $gee
#> NULL
#>