Last updated on 2025-10-31 13:51:29 CET.
| Package | ERROR | OK | 
|---|---|---|
| pmetar | 1 | 12 | 
Current CRAN status: ERROR: 1, OK: 12
Version: 0.6.0
Check: examples
Result: ERROR
  Running examples in ‘pmetar-Ex.R’ failed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: metar_get
  > ### Title: Get a current METAR report for an airport.
  > ### Aliases: metar_get
  > 
  > ### ** Examples
  > 
  > metar_get("EPWA")
  Getting airport informaiton from the file downloaded from
  http://ourairports.com/data/airports.csv
  created by David Megginson
  Getting information from Aviation Weather Center aviationweather.gov/data/metar/
  Error: httr2_failure: Error during request performing!
  Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.6.0
Check: re-building of vignette outputs
Result: ERROR
  Error(s) in re-building vignettes:
    ...
  --- re-building ‘pmetar.Rmd’ using rmarkdown
  
  Quitting from pmetar.Rmd:40-44 [get a METAR report with ICAO code]
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  <error/rlang_error>
  Error:
  ! httr2_failure: Error during request performing!
  ---
  Backtrace:
      ▆
   1. └─pmetar::metar_get("EPWA")
   2.   └─pmetar (local) answer_POST(link)
   3.     └─base::tryCatch(...)
   4.       └─base (local) tryCatchList(expr, classes, parentenv, handlers)
   5.         ├─base (local) tryCatchOne(...)
   6.         │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
   7.         └─base (local) tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
   8.           └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
   9.             └─value[[3L]](cond)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Error: processing vignette 'pmetar.Rmd' failed with diagnostics:
  httr2_failure: Error during request performing!
  --- failed re-building ‘pmetar.Rmd’
  
  SUMMARY: processing the following file failed:
    ‘pmetar.Rmd’
  
  Error: Vignette re-building failed.
  Execution halted
Flavor: r-patched-linux-x86_64