From 85c304a244bb7750bdba05d322d456ccd2540d95 Mon Sep 17 00:00:00 2001 From: Chris Black Date: Wed, 7 Aug 2024 22:25:26 -0700 Subject: [PATCH] Update NAMESPACE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leftover from removal of Roxygen `@import` in f56fd9c6 -- not sure why the tree-is-clean checks didn't catch this before merging 🤷 --- modules/assim.sequential/NAMESPACE | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/assim.sequential/NAMESPACE b/modules/assim.sequential/NAMESPACE index 1ec9253385..db21f07876 100644 --- a/modules/assim.sequential/NAMESPACE +++ b/modules/assim.sequential/NAMESPACE @@ -61,7 +61,6 @@ export(tobit_model_censored) export(y_star_create) import(furrr) import(lubridate) -import(ncdf4) import(nimble) importFrom(dplyr,"%>%") importFrom(lubridate,"%m+%")