weatherkit
weatherkit copied to clipboard
Error with wxkit_availability()
# remotes::install_github("hrbrmstr/weatherkit")
library(weatherkit)
packageVersion("weatherkit")
#> [1] '0.2.1'
library(ragg)
wxkit_availability(43.2683199, -70.8635506, "US")
#> Error in normalizePath(path.expand(path), winslash, mustWork): path[1]="": El nombre de archivo, el nombre de directorio o la sintaxis de la etiqueta del volumen no son correctos
Created on 2022-10-03 by the reprex package (v2.0.1)
thank you! I'll take a look later this evening.
On Mon, Oct 3, 2022 at 9:32 AM Juan Edwards Molina @.***> wrote:
remotes::install_github("hrbrmstr/weatherkit")
library(weatherkit) packageVersion("weatherkit")#> [1] '0.2.1' library(ragg) wxkit_availability(43.2683199, -70.8635506, "US")#> Error in normalizePath(path.expand(path), winslash, mustWork): path[1]="": El nombre de archivo, el nombre de directorio o la sintaxis de la etiqueta del volumen no son correctos
Created on 2022-10-03 by the reprex package https://reprex.tidyverse.org (v2.0.1)
— Reply to this email directly, view it on GitHub https://github.com/hrbrmstr/weatherkit/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD4PNTPBUJ7EWXZFPCR4YDWBLN7JANCNFSM6AAAAAAQ3TGNQI . You are receiving this because you are subscribed to this thread.Message ID: @.***>