Skip to content

Instantly share code, notes, and snippets.

@DannyArends
DannyArends / 0_installSoftware.sh
Last active December 16, 2024 09:31
Scripts and other things for RNA-Seq
# Add yourself to the sudo group
su -
usermod -aG sudo danny
exit
# Install the virtual box guest additions
cd /media/cdrom0
sudo sh ./VBoxLinuxAdditions.run
# Install R and deps
@lf-araujo
lf-araujo / r-ide.md
Last active July 16, 2024 12:05
Switching from Rstudio to Neovim

Neovim R-IDE

This is my init.vim to make a stable neovim installation act as a IDE for R statistical analyses (not too much for package development).

The settings are not using neovim-lsp, so expect this is a temporary solution until someone comes up with a complete lsp configuration for R.

Why?