mooibroekd

Results 12 comments of mooibroekd

Installed version is the one from CRAN and is listed as 0.2.5. I assume I need to install the development version?

Yes, the development version fixes the problem. When will this be released on CRAN?

> Anyone else out there able to verify differing behaviours? No, I am able to copy David's results: ``` r library(openair) met ``` r tmp ``` r print(tmp$data) # #...

Can you share your R code that you used for reading the NOAA csv file? I want to make sure we both have the same input. The interesting point here...

I suggest running the update command in the R gui (not RStudio) with administrator privileges. Depending on your setup, RStudio might have loaded some packages by default, preventing them from...

Are the difference in the means not related to differences in the units of the ws? The documentation for `importNOAA` clearly states that ws is imported as m/s. I see...

When using the "deseason" option missing data is actually imputed using a Kalman filter and a Kalman smooth prior to doing the loess. In other words, that is the probably...

No, the output will still be a Theil-Sen analysis, but on data that has not been deseasonalized (meaning actual measurements).

Hi @jack-davison, Perhaps we don't need to have changes to the openair functions. In your example `newvar` is plotted at the radial axis. We already know the statistics of `newvar`...

In that case, the easiest solution now might be to copy the `openair::polarPlot` function, so we can add another parameter `Pval` and change the value of the `Pval` calculated on...