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: about 1 month 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