You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(tensorflow)
library(keras3)
library(reticulate)
reticulate::import("numpy")
library(epiworldR)
library(epiworldRcalibrate)
and then if you call each functions of the package it will work. I am working on how put these libraries inside the package that it doesn't need to be run by users.
The text was updated successfully, but these errors were encountered:
Interesting. We could explore the possibility of adding tensorflow and keras3 to Depends instead of Imports, in which case it has to load those packages before loading epiworldRcalibrate.
I first run these libraries:
The text was updated successfully, but these errors were encountered: