Data sets and source code for "What determines the success and failure of environmental crowdfunding?".
workflow/
|- 01-data_setup.R
|- 02-project_text_mining.R
|- 03-success_context.R
|- 04-figure_output.R
git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git inst/mecab-ipadic-neologd
cd inst/mecab-ipadic-neologd
# git checkout 22cf24465a1710028b5c5915540045ac45d167dc
./bin/install-mecab-ipadic-neologd --create_user_dic -n -y
We used version R version 4.0.2.
All packages to be used are installed via renv. For that, you first need to have renv installed.
if (!requireNamespace("remotes"))
install.packages("remotes")
remotes::install_github('rstudio/[email protected]')
Download or clone this repository locally and set it to your working directory.
renv::restore()
docker-compose up --build
docker-compose run rver