darksky icon indicating copy to clipboard operation
darksky copied to clipboard

:cloud: R interface to the Dark Sky API [APPLE IS SHUTTING DOWN THE API 2022-12-31]

Results 9 darksky issues
Sort by recently updated
recently updated
newest added

Hey! Do you plan to update this for R version 4.0.2? Thank you,

Thanks for creating the package. Are the temperatures available from Darksky API in Celsius too ? I wrote a quick function to convert but then realised there a few temperature...

enhancement

Running: ```devtools::install.packages("darksky")``` Gives this error: ```Error: 'install.packages' is not an exported object from 'namespace:devtools'```

Whether I run the get_current_Forecast or the get_forecast_for function, I end up with the following warnings: `mutate_each()` is deprecated. Use `mutate_all()`, `mutate_at()` or `mutate_if()` instead. To map `funs` over a...

It seems that the language parameter is not used by the library. ` > tmp tmp$daily$summary [1] "Light rain in the morning." [2] "Partly cloudy throughout the day." [3] "Breezy...

Running the example from `get_current_forecast` after fiddling around with the API KEY throws an error: ```r tmp

question

Hi, i can't find no info about Flagsin the list i get after the api call. Is it implemented? I ask it because i need the data source for every...

When I request directly to Darksky with a NYC location using Time Machine request, hourly data starts at 00:00:00 EST on the day I requested, but this package keeps giving...