weatherkit icon indicating copy to clipboard operation
weatherkit copied to clipboard

Error with wxkit_availability()

Open juanchiem opened this issue 3 years ago • 1 comments

# 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)

juanchiem avatar Oct 03 '22 13:10 juanchiem

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: @.***>

hrbrmstr avatar Oct 03 '22 14:10 hrbrmstr