weatherkit icon indicating copy to clipboard operation
weatherkit copied to clipboard

🍎🌡🔎 Obtain Historical, Current, and Predictive Weather Data from Apple WeatherKit REST API in R

Results 3 weatherkit issues
Sort by recently updated
recently updated
newest added

Just curious, @hrbrmstr, where do you map from a particular `conditionCode` (e.g. "HeavyRain") to an actual symbol file (e.g. "wi-day-rain.svg")? It isn't a one-to-one correspondence (i.e. you can't just choose...

``` r # 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...

Appears to be an issue in some of the code. When I try to install the package (```remotes::install_github("hrbrmstr/weatherkit")```), I get a compile error. The issue appears to be in the...