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(seasonal)
packageVersion("seasonal")
#> [1] '1.9.0.9002'text<-' SERIES{ TITLE = "Commercial and industrial machinery and equipment (except automotive and electronic) repair and main" START = 2014.01 PERIOD = 12 SAVE = (A1 B1) PRINT = BRIEF NAME = "8081130000 - HE" FILE = "seasonal/tests/nocran/spc/x11_m1r.dat"}'pp.cap<-seasonal:::parse_spc(text)
# the following call is found in import.spc. If the arguments are UPPERCASE it# returns `NULL` but, I believe, it should return the filename insteadpp.cap[['series']][['file']]
#> NULLpp.cap<-seasonal:::parse_spc(tolower(text))
pp.cap[['series']][['file']]
#> [1] "\"seasonal/tests/nocran/spc/x11_m1r.dat\""
Created on 2024-06-09 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: