https://github.com/simonpcouch/scheduled-commit-action
Running R Scripts on a Schedule with GitHub Actions
https://github.com/simonpcouch/scheduled-commit-action
Last synced: about 1 month ago
JSON representation
Running R Scripts on a Schedule with GitHub Actions
- Host: GitHub
- URL: https://github.com/simonpcouch/scheduled-commit-action
- Owner: simonpcouch
- License: other
- Created: 2020-12-26T22:32:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T15:22:06.000Z (about 3 years ago)
- Last Synced: 2025-02-28T01:44:11.159Z (about 2 months ago)
- Language: R
- Size: 122 KB
- Stars: 37
- Watchers: 2
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - simonpcouch/scheduled-commit-action - Running R Scripts on a Schedule with GitHub Actions (R)
README
# Scheduling R Scripts
This repository is an example accompanying my recent blog post [Running R Scripts on a Schedule](https://blog.simonpcouch.com/blog/r-github-actions-commit/). The [schedule-commit workflow file](.github/workflows/schedule-commit.yaml) sets up R, runs an R script that runs `rnorm(10)` and saves it to a file, and commits it once an hour. Read the linked blog post for more details and explanation!
UPDATE, 2 January 2021—I've disabled Actions in this repository's settings to save on compute time, but the code and repository structure is exactly as it was when the Action was running regularly!