-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I'm able to download the FAA's releasable aircraft data in a couple seconds from my browser, but see timeout errors whenever I try to download via download.file()
:
out_file <- tempfile()
out <-
utils::download.file(
"https://registry.faa.gov/database/yearly/ReleasableAircraft.2022.zip",
out_file
)
#> Warning in
#> utils::download.file("https://registry.faa.gov/database/yearly/ReleasableAircraft.2022.zip",
#> : URL 'https://registry.faa.gov/database/yearly/ReleasableAircraft.2022.zip':
#> Timeout of 60 seconds was reached
#> Error in utils::download.file("https://registry.faa.gov/database/yearly/ReleasableAircraft.2022.zip", : cannot open URL 'https://registry.faa.gov/database/yearly/ReleasableAircraft.2022.zip'
Created on 2023-09-07 with reprex v2.0.2
Metadata
Metadata
Assignees
Labels
No labels