covid19br / nowcaster

Repository to the R package nowcaster, nowcasting with INLA
https://covid19br.github.io/nowcaster
GNU General Public License v3.0
17 stars 5 forks source link

Add r-inla + fixing a warning #23

Closed beatrizmilz closed 2 years ago

beatrizmilz commented 2 years ago
beatrizmilz commented 2 years ago

Some comments related to good practises to improve the functions:

It's not good to run require() or library() inside functions, because this could affect the environment of the user. Is best if we use ::.