Skip to content

Instantly share code, notes, and snippets.

View Naeemkh's full-sized avatar
Focusing

Naeem Khoshnevis Naeemkh

Focusing
  • Harvard University
  • USA, MA, Cambridge
View GitHub Profile
@Naeemkh
Naeemkh / rocker_for_dev.md
Last active May 24, 2022 14:49
Steps for Rstudio on Rocker

Step 1: Create a Dockerfile and add the following to it:

FROM rocker/verse:4.1.0

LABEL org.opencontainers.image.authors="nkhoshnevis@g.harvard.edu"

RUN install2.r --error --skipinstalled --ncpus -1 \
    SuperLearner
@Naeemkh
Naeemkh / Conda_Env_RCE_lme4.md
Last active March 25, 2022 14:55
R conda env on RCE including lme4 package

Steps for setting up R environment including nloptr and lme4 packages

  • Step 1: Request for a powershell terminal.

Using nomachine:

  • Select Applications tab
  • Select RCE Powered Applications
  • Select Anaconda Shell (Python 3.6) 5.2.0
  • Select required number of cores and RAM

Steps for setting up environment

  • Step 1: Request for a powershell terminal.

Using nomachine:

  • Select Applications tab
  • Select RCE Powered Applications
  • Select Anaconda Shell (Python 3.6) 5.2.0
  • Select required number of cores and RAM