An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.