From a823c34497dcf420ef8c3dce890be745ba3300ff Mon Sep 17 00:00:00 2001 From: Pierre Lamarche Date: Sat, 28 Dec 2024 22:48:51 +0100 Subject: [PATCH] =?UTF-8?q?chargement=20correct=20au=20d=C3=A9marrage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/zzz.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/zzz.R b/R/zzz.R index 2bc7663..10ca052 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -1,4 +1,4 @@ .onLoad <- function(libname, pkgname) { #data(liste_donnees) - ld <- listerDonnees() + assign("ld", listerDonnees(), envir = asNamespace("doremifasol")) } \ No newline at end of file