Last updated on 2026-05-03 11:51:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.52 | 31.17 | 33.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.87 | 24.79 | 26.66 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 51.76 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 59.96 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 6.00 | 49.00 | 55.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.0 | 2.40 | 28.96 | 31.36 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 2.39 | 28.90 | 31.29 | OK | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 50.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 4.00 | 57.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 1.00 | 21.00 | 22.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 57.00 | 59.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 4.00 | 56.00 | 60.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'synopR-Ex.R' failed
The error most likely occurred in:
> ### Name: show_synop_data
> ### Title: Decode multiple SYNOP messages
> ### Aliases: show_synop_data
>
> ### ** Examples
>
> msg <- paste0("AAXX 01123 87736 32965 13205 10214 20143 ",
+ "30022 40113 5//// 80005 333 10236 20128 56000 81270=")
> synop_df <- data.frame(messages = msg)
> decoded_data <- show_synop_data(synop_df)
Error in as.data.frame.vector(x, ..., nm = nm) :
row names contain missing values
Calls: show_synop_data ... as.data.frame -> as.data.frame.character -> as.data.frame.vector
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'Code_Tables.Rmd' using rmarkdown
--- finished re-building 'Code_Tables.Rmd'
--- re-building 'Extracted_data_reference.Rmd' using rmarkdown
--- finished re-building 'Extracted_data_reference.Rmd'
--- re-building 'getting-started-en.Rmd' using rmarkdown
Quitting from getting-started-en.Rmd:42-51 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `as.data.frame.vector()`:
! row names contain missing values
---
Backtrace:
▆
1. └─synopR::show_synop_data(...)
2. └─synopR:::section3_data(synop_separado$secc3, df_d1$iR_indicator)
3. └─synopR:::get_ground_temp_vec(...)
4. └─base::data.frame(...)
5. ├─base::as.data.frame(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
6. └─base::as.data.frame.character(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors)
7. └─base::as.data.frame.vector(x, ..., nm = nm)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'getting-started-en.Rmd' failed with diagnostics:
row names contain missing values
--- failed re-building 'getting-started-en.Rmd'
SUMMARY: processing the following file failed:
'getting-started-en.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64