Add requirements script.
This commit is contained in:
@ -6,6 +6,8 @@
|
|||||||
# Run from one machine, otherwise you'll get duplicate databases that have differing posted items.
|
# Run from one machine, otherwise you'll get duplicate databases that have differing posted items.
|
||||||
# Run with `Rscript bin/gfk-publicstuff.R`
|
# Run with `Rscript bin/gfk-publicstuff.R`
|
||||||
|
|
||||||
|
# Raspberry Pi: https://www.r-bloggers.com/how-to-install-the-latest-version-of-r-statistics-on-your-raspberry-pi/
|
||||||
|
|
||||||
library(jsonlite)
|
library(jsonlite)
|
||||||
library(rjson)
|
library(rjson)
|
||||||
library(dplyr)
|
library(dplyr)
|
||||||
|
8
bin/install_requirements.R
Normal file
8
bin/install_requirements.R
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
install.packages("jsonlite")
|
||||||
|
install.packages("rjson")
|
||||||
|
install.packages("dplyr")
|
||||||
|
install.packages("twitteR")
|
||||||
|
install.packages("ini")
|
||||||
|
install.packages("RSQLite")
|
||||||
|
devtools::install_github('ThomasChln/mastodon')
|
BIN
requests.sqlite
Normal file
BIN
requests.sqlite
Normal file
Binary file not shown.
Reference in New Issue
Block a user