Last updated on 2024-09-07 07:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.2 | 8.93 | 139.56 | 148.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.2 | 4.97 | 92.50 | 97.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.2 | 238.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.2 | 236.87 | OK | |||
r-devel-windows-x86_64 | 0.5.2 | 10.00 | 204.00 | 214.00 | OK | |
r-patched-linux-x86_64 | 0.5.2 | 7.52 | 131.96 | 139.48 | OK | |
r-release-linux-x86_64 | 0.5.2 | 8.01 | 131.40 | 139.41 | OK | |
r-release-macos-arm64 | 0.5.2 | 75.00 | OK | |||
r-release-macos-x86_64 | 0.5.2 | 152.00 | OK | |||
r-release-windows-x86_64 | 0.5.2 | 9.00 | 158.00 | 167.00 | OK | |
r-oldrel-macos-arm64 | 0.5.2 | 126.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.5.2 | 237.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.5.2 | 12.00 | 182.00 | 194.00 | OK |
Version: 0.5.2
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘anomaly-detection.Rmd’
...
5 BE 2016-10-22 04:00:00 37.10
6 BE 2016-10-22 05:00:00 35.61
> nixtla_client_anomalies <- nixtlar::nixtla_client_detect_anomalies(df,
+ id_col = "unique_id")
Frequency chosen: H
When sourcing ‘anomaly-detection.R’:
Error: HTTP 401 Unauthorized.
Execution halted
when running code in ‘cross-validation.Rmd’
...
5 BE 2016-10-22 04:00:00 37.10
6 BE 2016-10-22 05:00:00 35.61
> nixtla_client_cv <- nixtla_client_cross_validation(df,
+ h = 8, id_col = "unique_id", n_windows = 5)
Frequency chosen: H
When sourcing ‘cross-validation.R’:
Error: HTTP 401 Unauthorized.
Execution halted
when running code in ‘exogenous-variables.Rmd’
...
5 0 1 0
6 0 1 0
> fcst_exo_vars <- nixtla_client_forecast(df_exo_vars,
+ h = 24, id_col = "unique_id", X_df = future_exo_vars)
Frequency chosen: H
When sourcing ‘exogenous-variables.R’:
Error: HTTP 401 Unauthorized.
Execution halted
when running code in ‘get-started.Rmd’
...
5 BE 2016-10-22 04:00:00 37.10
6 BE 2016-10-22 05:00:00 35.61
> nixtla_client_fcst <- nixtla_client_forecast(df, h = 8,
+ id_col = "unique_id", level = c(80, 95))
Frequency chosen: H
When sourcing ‘get-started.R’:
Error: HTTP 401 Unauthorized.
Execution halted
when running code in ‘historical-forecast.Rmd’
...
5 BE 2016-10-22 04:00:00 37.10
6 BE 2016-10-22 05:00:00 35.61
> nixtla_client_fitted_values <- nixtla_client_historic(df,
+ id_col = "unique_id", level = c(80, 95))
Frequency chosen: H
When sourcing ‘historical-forecast.R’:
Error: HTTP 401 Unauthorized.
Execution halted
‘anomaly-detection.Rmd’ using ‘UTF-8’... failed
‘cross-validation.Rmd’ using ‘UTF-8’... failed
‘exogenous-variables.Rmd’ using ‘UTF-8’... failed
‘get-started.Rmd’ using ‘UTF-8’... failed
‘historical-forecast.Rmd’ using ‘UTF-8’... failed
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64