https://github.com/kevinushey/cronR
A simple R package for managing your cron jobs.
https://github.com/kevinushey/cronR
Last synced: 4 months ago
JSON representation
A simple R package for managing your cron jobs.
- Host: GitHub
- URL: https://github.com/kevinushey/cronR
- Owner: kevinushey
- License: other
- Created: 2013-11-24T04:10:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T08:26:21.000Z (over 1 year ago)
- Last Synced: 2024-11-26T02:01:57.768Z (5 months ago)
- Language: R
- Size: 17.6 KB
- Stars: 19
- Watchers: 4
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kevinushey/cronR - A simple R package for managing your cron jobs. (R)
README
*This project is now superceded by the fork at https://github.com/bnosac/cronR.*
# cronR
`cronR` is a simple R package for managing your cron jobs.
Install me with:
devtools::install_github("cronR", "kevinushey")
# Warning
Currently, `cronR` does not preserve or handle cron jobs not
generated through the package. This will be handled some time in
the future. To be safe, you should run `cron_save("cron.backup")`
before fiddling around.