Last updated on 2026-05-20 13:51:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.4 | 100.61 | 195.28 | 295.89 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.4 | 91.08 | 86.04 | 177.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 158.00 | 340.79 | 498.79 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 165.00 | 332.43 | 497.43 | OK | |
| r-devel-windows-x86_64 | 0.0.4 | 109.00 | 295.00 | 404.00 | OK | |
| r-patched-linux-x86_64 | 0.0.4 | 81.33 | 197.49 | 278.82 | OK | |
| r-release-linux-x86_64 | 0.0.4 | 126.72 | 196.68 | 323.40 | OK | |
| r-release-macos-arm64 | 0.0.4 | 17.00 | 94.00 | 111.00 | OK | |
| r-release-macos-x86_64 | 0.0.4 | 49.00 | 234.00 | 283.00 | OK | |
| r-release-windows-x86_64 | 0.0.4 | 107.00 | 307.00 | 414.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.4 | 14.00 | 73.00 | 87.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.4 | 50.00 | 191.00 | 241.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.4 | 116.00 | 360.00 | 476.00 | OK |
Version: 0.0.4
Check: examples
Result: ERROR
Running examples in ‘gmwmx2-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: download_station_ngl
> ### Title: Download GNSS position time series and steps reference from the
> ### Nevada Geodetic Laboratory with IGS14 or IGS20 reference frame.
> ### Aliases: download_station_ngl
>
> ### ** Examples
>
> station_1LSU <- download_station_ngl("1LSU")
Warning: Could not download NGL station list from https://geodesy.unr.edu/NGLStationPages/llh.out. Reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Could not resolve hostname [geodesy.unr.edu]:
Could not resolve host: geodesy.unr.edu. Returning an empty table.
Error in download_station_ngl("1LSU") : Invalid station name
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
download_all_stations_ngl 0.064 0.008 15.151
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘estimate_small_network.Rmd’ using rmarkdown
Quitting from estimate_small_network.Rmd:105-147 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/dplyr_error_join_incompatible_type>
Error in `dplyr::left_join()`:
! Can't join `x$station_name` with `y$station_name` due to incompatible
types.
ℹ `x$station_name` is a <logical>.
ℹ `y$station_name` is a <character>.
---
Backtrace:
▆
1. ├─dplyr::left_join(df_estimated_velocities, df_network, by = "station_name")
2. └─dplyr:::left_join.data.frame(df_estimated_velocities, df_network, by = "station_name")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'estimate_small_network.Rmd' failed with diagnostics:
Can't join `x$station_name` with `y$station_name` due to incompatible
types.
ℹ `x$station_name` is a <logical>.
ℹ `y$station_name` is a <character>.
--- failed re-building ‘estimate_small_network.Rmd’
--- re-building ‘fit_model.Rmd’ using rmarkdown
Quitting from fit_model.Rmd:170-172 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download_station_ngl()`:
! Invalid station name
---
Backtrace:
▆
1. └─gmwmx2::download_station_ngl("CHML")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'fit_model.Rmd' failed with diagnostics:
Invalid station name
--- failed re-building ‘fit_model.Rmd’
--- re-building ‘load_plot_data_ngl.Rmd’ using rmarkdown
Quitting from load_plot_data_ngl.Rmd:36-38 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download_station_ngl()`:
! Invalid station name
---
Backtrace:
▆
1. └─gmwmx2::download_station_ngl("1LSU")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'load_plot_data_ngl.Rmd' failed with diagnostics:
Invalid station name
--- failed re-building ‘load_plot_data_ngl.Rmd’
--- re-building ‘plot_large_network.Rmd’ using rmarkdown
--- finished re-building ‘plot_large_network.Rmd’
SUMMARY: processing the following files failed:
‘estimate_small_network.Rmd’ ‘fit_model.Rmd’ ‘load_plot_data_ngl.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc