Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

nies-consplan/ramora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ramora: Quick Start Research Project

Running below code your project root directory. Then the rstudio server which mounted the local project directory will start up (localhost:8787).

docker pull uribo/ramora

docker run -e PASSWORD=<PASSWORD> -p 8787:8787 uribo/ramora

Session Info

R CRAN/METACRAN

System Components

  • ✔️ Ansible
  • ✔️ RStudio Server
    • including tidyverse, sf etc.
  • ✔️ pandoc
  • ✔️ LaTeX environment
    • Available Japanese PDF Output 🇯🇵

R Packages 📦

♻️ Reproducibility

  • drake
  • reprex

💾 Collect Data

  • rdrop2

💡 EDA

  • assertr
  • ensurer
  • naniar
  • skimr

📈 Visualization

  • cowplot
  • ggforce
  • hrbrthemes
  • patchwork
  • colormap
  • cptcity
  • scico

📝 Writing Process Enhancement

  • rmarkdown
  • knitr

⚙️ Others

  • bench
  • config
  • conflicted
  • here
  • usethis
  • whoami
  • tictoc

How to build

cd ramora/
docker build -t <user_name/image_name>:<YYYYMMDD> .
docker login
docker push <user_name/image_name:YYYYMMDD>