From 64a5bcd3f33f6b591dbcb7dc0f68b7b6e916fab7 Mon Sep 17 00:00:00 2001 From: Mauricio Zambrano-Bigiarini Date: Sun, 28 Apr 2024 20:26:25 -0400 Subject: [PATCH] import of 'time_force_tz' function from the 'timechange' package --- NAMESPACE | 1 + 1 file changed, 1 insertion(+) diff --git a/NAMESPACE b/NAMESPACE index bacb029..65a71c8 100755 --- a/NAMESPACE +++ b/NAMESPACE @@ -9,6 +9,7 @@ importFrom("classInt", classIntervals) importFrom("zoo", is.zoo, as.Date, as.zoo, zoo, coredata, as.yearmon, rollapply, index, "time<-", na.approx, na.spline) importFrom("xts", axTicksByTime, to.period, .index, periodicity) #importFrom("zoo", aggregate) # aggregate is not exported from zoo +importFrom("timechange", time_force_tz) importFrom("e1071", skewness, kurtosis) importFrom("lattice", levelplot) #importFrom("lattice", lattice.options, lattice.getOption, trellis.currentLayout, trellis.focus, trellis.unfocus, trellis.panelArgs)