# R Package Installation # Start of every R script ```bash id=137eed3a-83dc-41ea-845f-a0f6ed64e204 apt-get update apt-get install -y libxml2-dev ``` ```r id=fab4971e-d96f-4eba-8c9d-816b4c5efc76 install.packages("xml2") install.packages("tidyverse") install.packages("lubridate") install.packages("rebus") install.packages("rvest") ```
This notebook was exported from https://nextjournal.com/a/CF8X3nXA1Z1yNUDsdbr1XY?change-id=CF8rZ7QVdif3a9rkqWirMX ```edn nextjournal-metadata {:article {:settings nil, :nodes {"137eed3a-83dc-41ea-845f-a0f6ed64e204" {:compute-ref #uuid "9fc7f330-6368-11e8-9e1d-5b32e9ec8207", :exec-duration 6470, :id "137eed3a-83dc-41ea-845f-a0f6ed64e204", :kind "code", :output-log-lines {:stdout 36}, :runtime [:runtime "a0ef12ef-1e60-4f90-b9a0-0ddc7f812afc"]}, "a0ef12ef-1e60-4f90-b9a0-0ddc7f812afc" {:environment [:environment {:node/id "10bc64db-a75e-4f08-8981-c5c6f4e614b9", :article/nextjournal.id #uuid "5accb601-b16a-4637-ae55-5fd73544a52f", :change/nextjournal.id #uuid "5b0818e0-7a17-480a-a8f5-aa7ddbe0a5f3"}], :environment? false, :id "a0ef12ef-1e60-4f90-b9a0-0ddc7f812afc", :kind "runtime", :language "r", :name "R+xml2", :type :nextjournal, :docker/environment-image "eu.gcr.io/nextjournal-com/environment@sha256:cff4595bd5dec543abeb92b975d43cb4baba0769696a3e8d251d58b426500b18"}, "fab4971e-d96f-4eba-8c9d-816b4c5efc76" {:compute-ref #uuid "a5fefbe0-6368-11e8-9e1d-5b32e9ec8207", :exec-duration 516888, :id "fab4971e-d96f-4eba-8c9d-816b4c5efc76", :kind "code", :output-log-lines {:stdout 1228}, :runtime [:runtime "a0ef12ef-1e60-4f90-b9a0-0ddc7f812afc"]}}, :nextjournal/id #uuid "5b0d923b-1f90-4f23-a5fc-7ce1f75702b3", :article/change {:nextjournal/id #uuid "5b0dc749-c145-4497-a12e-1189ad51db02"}}} ```