Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henrikbengtsson/dotfiles-for-r

My dotfiles for R, e.g. .Rprofile and .Renviron
https://github.com/henrikbengtsson/dotfiles-for-r

dotfiles r startup

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```r
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`.

[startup]: https://cran.r-project.org/package=startup