This repository contains the files I use for work or personal usage. I provide these files without any warranty, it's a backup that I can access anywhere, but it could be useful for other people.
contain installPackages.R
script for downloading some useful R
packages.
Personal R package containing my R-Markdown templates.
Contain the R-Studio configuration files:
- Settings
- Snippets
- Personal dictionary
To retrieve my configuration:
rm -r ~/.config/rstudio
ln -s path/to/persoJD/R-StudioConfig/ ~/.config/rstudio
rm -r ~/rprofile
ln -s path/to/persoJD/.Rprofile ~/.Rprofile
My .Rprofile
file.
Small code to mirror directories in Windows using Rsync
. (Does not work very well)