bnosac / cronR

A simple R package for managing your cron jobs.
Other
290 stars 38 forks source link

Support for R Version 4.2.2 #60

Closed Neo005 closed 1 year ago

Neo005 commented 1 year ago

Kindly please make this package work with the latest R version (e.g. R version 4.2.2)

R version 4.2.2 (2022-10-31 ucrt) -- "Innocent and Trusting" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit)

install.packages("cronR") Warning in install.packages : package ‘cronR’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

jwijffels commented 1 year ago

The first line in the readme mentions

Schedule R scripts/processes with the cron scheduler. This allows R users working on Unix/Linux to automate R processes at specific timepoints from R itself. Note that if you are looking for a Windows scheduler, you might be interested in the R package taskscheduleR available at https://github.com/bnosac/taskscheduleR

Given what you provide, you have clearly a Windows machine. The package is Unix/Linux only.