Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henrikbengtsson/dotfiles-for-r
- Owner: HenrikBengtsson
- Created: 2014-12-05T05:28:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:07:29.000Z (about 2 months ago)
- Last Synced: 2024-12-04T08:36:54.047Z (28 days ago)
- Topics: dotfiles, r, startup
- Language: R
- Homepage:
- Size: 189 KB
- Stars: 28
- Watchers: 3
- 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