{"id":16274130,"url":"https://github.com/trinker/make_task","last_synced_at":"2025-03-20T00:32:06.082Z","repository":{"id":27108819,"uuid":"30576459","full_name":"trinker/Make_Task","owner":"trinker","description":"A minimal Example for Scheduling Windows Tasks with R","archived":false,"fork":false,"pushed_at":"2015-12-07T17:27:55.000Z","size":3,"stargazers_count":34,"open_issues_count":0,"forks_count":22,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-28T21:57:25.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trinker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-10T05:24:06.000Z","updated_at":"2022-04-28T14:10:57.000Z","dependencies_parsed_at":"2022-07-24T13:47:14.198Z","dependency_job_id":null,"html_url":"https://github.com/trinker/Make_Task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2FMake_Task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2FMake_Task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2FMake_Task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2FMake_Task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinker","download_url":"https://codeload.github.com/trinker/Make_Task/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244031028,"owners_count":20386534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T18:27:12.427Z","updated_at":"2025-03-20T00:32:05.822Z","avatar_url":"https://github.com/trinker.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Make_Task\nA Minimal Example for Scheduling Windows Tasks with R\n\nAlso see:\n  - [Blog Post](https://trinkerrstuff.wordpress.com/2015/02/11/scheduling-r-tasks-via-windows-task-scheduler/)    \n  - [Video](https://www.youtube.com/watch?v=UDKy5_SQy2o)     \n\n\n### Update\n\nUsing...\n\n```\n@echo off\nR CMD BATCH C:\\Users\\Tyler\\Desktop\\Make_Task\\task.R\n```\n\nmakes strong assumptions about where R is located and if it's on the user's path.  As [@apwheele](https://trinkerrstuff.wordpress.com/2015/02/11/scheduling-r-tasks-via-windows-task-scheduler/#comment-1553) points out using the full path name to run a [batch file](http://www.statmethods.net/interface/batch.html) is more reliable.\n```\n@echo off\n\"C:\\R\\R-3.2.2\\bin\\x64\\R.exe\" CMD BATCH C:\\Users\\Tyler\\Desktop\\Make_Task\\task.R\n```\n\nIf the path of your R file has spaces in it, make sure to enclose the path in quotes otherwise the code won't run:\n```\n@echo off\n\"C:\\R\\R-3.2.2\\bin\\x64\\R.exe\" CMD BATCH \"C:\\Users\\Tyler\\Desktop\\Some Other Path\\task.R\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinker%2Fmake_task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinker%2Fmake_task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinker%2Fmake_task/lists"}