Schedule a Rscript crontab everyminute
问题 For some reason my R script will not run with a crontab. I have it for every minute right now for testing, but will change it once it works. Any ideas? * * * * * Rscript “/Users/Home/Desktop/David Studios/Scraper/compiler.R” Also, this was working as just a normal command in Terminal. 回答1: I can see the dreaded smart quotes in your cron entry. This often happens when you copy-paste from word processors. Backspace over those abominations and re-type normal quotes. Change: * * * * * Rscript “