Skip to content

Dockerfile for Rstudio in Computational Clinical Psychology Lab

Notifications You must be signed in to change notification settings

ykunisato/ccp-lab-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for Rstudio in Computational Clinical Psychology Lab

This is a repository of Dockerfile for Rstudio used in Computational Clinical Psychology Lab. This Dockerfile is based on ykunisato/paper-r. This Dockerfile add cognitive modeling packages, psychological networks modeling packages, and network meta-analysis packages to ykunisato/paper-r. Maintainer is Yoshihiko Kunisato (ykunisato@psy.senshu-u.ac.jp)

Usage

  1. Install "Docker Desktop"

  2. Open "terminal"(Mac) or Command Prompt(Win, I don't know Win. Sorry!)

  3. Type the following code to pull a Docker container. Change the "password" and "name_of_container" as you like.

docker run -e PASSWORD=password -p 8787:8787 -v $PWD:/home/rstudio -d --name name_of_container ykunisato/ccp-lab-r
  1. Open the web browser and type "http://localhost:8787/" in the URL bar.

  2. You will see the Rstudio on the web browser. Type rstudio in ID column and password that you set in password column.

This Dockerfile add following R packages.

cognitive modeling packages

  • ggdmc
  • rjags
  • Rsolnp
  • ReinforcementLearning
  • MDPtoolbox
  • rtdists
  • DstarM
  • hBayesDM
  • truncdist
  • statmod
  • pracma
  • snowfall
  • rlecuyer
  • vioplot

psychological networks modeling packages

I will add following R packages in future

network meta-analysis packages

  • gemtc
  • netmeta
  • ggnetwork

EEG analysis packages

  • eegUtils

About

Dockerfile for Rstudio in Computational Clinical Psychology Lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published