skip to Main Content

How to run a R script twice a day? – Debian

I had a R script configured to run via cron every day at 10am library(cronR) cmd2 = cron_rscript("CargueDiario_RedcapCovid_ODS.R", rscript_log="/home/admonda/R/projects/contagios_covid_santander/log/cargue_diario.log", log_append = T, log_timestamp = T) cron_add(command = cmd2, frequency = 'daily', at = "10:00" , days_of_week = "*", id =…

VIEW QUESTION

npx playwright install-deps fails on Debian Buster

When I try to run npx playwright install-deps I get an error. ❯ npx playwright install-deps Installing Ubuntu dependencies... Switching to root user to install dependencies... Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://deb.debian.org/debian bullseye InRelease Hit:3 https://updates.signal.org/desktop/apt xenial InRelease Hit:4 https://repo.steampowered.com/steam…

VIEW QUESTION
Back To Top
Search