bnosac / cronR

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

Librarys are not loaded from cron #25

Closed DavidGarciaEstaun closed 4 years ago

DavidGarciaEstaun commented 4 years ago

Hi,

I am trying to execute a cron, but when it's executed I get this error:

Error in library(odbc) : there is no package called ‘odbc’
Execution halted

This library is working because if I execute manually the same script it works well. I think that maybe is an error with and update of R version or something like that.

Can you help me please?

Thanks in advance. David.

jwijffels commented 4 years ago

This is not related to cronR. Look at .libPaths() to see what you have in your package directories which are used when a script runs.