ML_Enthousiast
ML_Enthousiast

Reputation: 1269

package ‘taskscheduleR’ is not available (for R version 3.2.1)

I get the error of the above title. I carefully looked at the spelling of the package ‘taskscheduleR' and it seems correct. I actually don't see it in the packages list: https://cran.r-project.org/web/packages/available_packages_by_name.html

I learned about this taskscheduleR package on this link: https://www.r-bloggers.com/taskscheduler-r-package-to-schedule-r-scripts-with-the-windows-task-manager/

Do you know how I can get this package ? If not existing anymore can I find out why ? I would like to automate some scripts on a daily basis. Thanks!

Max

Upvotes: 1

Views: 1742

Answers (1)

arthur
arthur

Reputation: 2399

I don't think it's available on the CRAN but it's available on github : https://github.com/bnosac/taskscheduleR

Upvotes: 2

Related Questions