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
- Host: GitHub
- URL: https://github.com/henrikbengtsson/dotfiles-for-r
- Owner: HenrikBengtsson
- Created: 2014-12-05T05:28:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T03:05:38.000Z (about 2 months ago)
- Last Synced: 2025-03-31T15:24:25.730Z (about 1 month ago)
- Topics: dotfiles, r, startup
- Language: R
- Homepage:
- Size: 199 KB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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