Last updated on 2025-11-16 04:48:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.7 | 5.12 | 51.46 | 56.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.7 | 4.12 | 35.55 | 39.67 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.7 | 22.00 | 69.26 | 91.26 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 13.00 | 83.72 | 96.72 | OK | |
| r-devel-windows-x86_64 | 1.0.7 | 11.00 | 66.00 | 77.00 | OK | |
| r-patched-linux-x86_64 | 1.0.7 | 4.98 | 48.44 | 53.42 | OK | |
| r-release-linux-x86_64 | 1.0.7 | 5.48 | 48.05 | 53.53 | OK | |
| r-release-macos-arm64 | 1.0.7 | 3.00 | 37.00 | 40.00 | OK | |
| r-release-macos-x86_64 | 1.0.7 | 7.00 | 74.00 | 81.00 | OK | |
| r-release-windows-x86_64 | 1.0.7 | 9.00 | 66.00 | 75.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.7 | 2.00 | 44.00 | 46.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.7 | 6.00 | 83.00 | 89.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.7 | 11.00 | 82.00 | 93.00 | OK |
Version: 1.0.7
Check: examples
Result: ERROR
Running examples in ‘DataMetProcess-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: list_inmet
> ### Title: List of data available at INMET by year
> ### Aliases: list_inmet
>
> ### ** Examples
>
>
> file.down <- tempfile()
> file.save <- tempfile()
>
> info.inmet <-
+ DataMetProcess::list_inmet(year="2000",file.down)
trying URL 'https://portal.inmet.gov.br/uploads/dadoshistoricos/2000.zip'
Warning in utils::download.file(url = base::paste0("https://portal.inmet.gov.br/uploads/dadoshistoricos/", :
URL 'https://portal.inmet.gov.br/uploads/dadoshistoricos/2000.zip': status was 'SSL peer certificate or SSH remote key was not OK'
Error: Error downloading data for year 2000.
Possible cause: download timeout exceeded.
Suggested solution: increase the maximum download time, e.g.:
options(timeout = 1000)
Original error message: cannot open URL 'https://portal.inmet.gov.br/uploads/dadoshistoricos/2000.zip'
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.7
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘DataMetProcess-vignette.Rmd’ using rmarkdown
trying URL 'https://portal.inmet.gov.br/uploads/dadoshistoricos/2000.zip'
Quitting from DataMetProcess-vignette.Rmd:26-35 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Error downloading data for year 2000.
Possible cause: download timeout exceeded.
Suggested solution: increase the maximum download time, e.g.:
options(timeout = 1000)
Original error message: cannot open URL 'https://portal.inmet.gov.br/uploads/dadoshistoricos/2000.zip'
---
Backtrace:
▆
1. └─DataMetProcess::list_inmet(year = "2000", filename = file.down)
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'DataMetProcess-vignette.Rmd' failed with diagnostics:
Error downloading data for year 2000.
Possible cause: download timeout exceeded.
Suggested solution: increase the maximum download time, e.g.:
options(timeout = 1000)
Original error message: cannot open URL 'https://portal.inmet.gov.br/uploads/dadoshistoricos/2000.zip'
--- failed re-building ‘DataMetProcess-vignette.Rmd’
SUMMARY: processing the following file failed:
‘DataMetProcess-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc