package :: tidyverse

Published by onesixx on

 

pre install

dependencies ‘httr’, ‘rvest’, ‘xml2’ are not available for package ‘tidyverse’

sudo apt install libssl-dev
sudo apt install libcurl4-openssl-dev
sudo apt install libxml2-dev

설치

install.packages("tidyverse")
Installing package into ‘/Users/onesixx/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
also installing the dependencies
‘colorspace’, ‘mnormt’, ‘bindr’, ‘RColorBrewer’, ‘dichromat’, ‘munsell’, ‘labeling’, ‘viridisLite’, ‘rematch’,
‘plyr’, ‘psych’, ‘reshape2’, ‘assertthat’, ‘bindrcpp’, ‘glue’, ‘gtable’, ‘scales’, ‘lazyeval’, ‘cellranger’,
‘selectr’, ‘tidyselect’, ‘broom’, ‘dplyr’, ‘forcats’, ‘ggplot2’,  ‘haven’,  ‘hms’,  ‘lubridate’,  ‘modelr’, 
‘purrr’, ‘readr’,  ‘readxl’,  ‘rvest’,  ‘tidyr’,  ‘xml2’

tidyverse_1.1.1

library(tidyverse)
── Attaching packages ───────────────────────────────────────── tidyverse 1.2.1 ──
 ggplot2 2.2.1      purrr   0.2.4
 tibble  1.3.4      dplyr   0.7.4
 tidyr   0.7.2      stringr 1.2.0
 readr   1.1.1      forcats 0.2.0
── Conflicts ────────────────────────────────────────────────── tidyverse_conflicts() ──
 dplyr::between()   masks data.table::between()
 dplyr::filter()    masks stats::filter()
 dplyr::first()     masks data.table::first()
 dplyr::lag()       masks stats::lag()
 dplyr::last()      masks data.table::last()
 purrr::transpose() masks data.table::transpose()

 

Categories: Reshaping

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x