Jack Davison
Jack Davison
Hi fghiami, Please provide a [reproducible example](https://bookdown.org/david_carslaw/openair/sections/appendices/appendix-gethelp.html#sec-reprex) and we can assist you. We'd ideally need the data you're using and the code you're running. Then we can try to recreate...
Actually, I have been able to recreate this quite simply; ``` r openair::TaylorDiagram(openairmaps::polar_data, "nox", "no2", type = "site") #> Error in unit(0.5 * showr, "strwidth", list(right)): no string supplied for...
Hello! Could I please ask what your use-case is for this? Writing ics files using R is not something I've ever done (or, to be honest, seen done!) using R,...
I've written up some example code that runs `calendarPlot()`, pulls out the data, and writes the `.ics` files. This sort of thing is very much out of scope for `{openair}`...
Closing as this appears to be fixed using version 2.15 ``` r library(openair) dim(timeAverage(mydata, "week")) #> [1] 391 10 dim(timeAverage(mydata, "7 day")) #> [1] 391 10 ``` Created on 2023-02-10...
`do()` is indeed in `dplyr`. It was also deprecated in `dplyr` 1.0.0, so probably needs revisiting at some stage! For now, do ensure that `openair` and `dplyr` are properly installed....
Closing this as it appears to have been resolved. Thanks for your detective work Josh!
Hi elvisi01, This should now be fixed in the development version. Do try installing from GitHub and let me know if you have any further issues. ```r dat
Closing as this appeared to be an issue with the `{lubridate}` package; if your issue is persisting do feel free to reopen and we'll take another look. Cheers!
Hi N-thony, This should now be fixed in the development verison. Cheers, Jack ```r mydata$mod