/dotfiles-for-R

My dotfiles for R, e.g. .Rprofile and .Renviron

Primary LanguageR

dotfiles-for-R

This repository provides examples on what my (@HenrikBengtsson) R startup files look like. I'm making use of the startup package. By calling

startup::startup()

in my .Rprofile I can keep my startup code and environment variables organized in individual files in directories .Rprofile.d and .Renviron.d.