Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 449 Bytes

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.