Jack Davison
Jack Davison
Hello, Big fan of `input_task_button()` Sometimes a downloadButton may take a little while to prepare its contents (e.g., if you're downloading a shapefile, you may need to write it to...
"Tranparency" to "Transparency"
This PR adds a helper function to check if there are duplicate dates in a dataframe for the following data utilities: - aqStats - rollingMean - selectRunning It should also...
This PR adds the following arguments to the following functions: - `wd` to `polarDiff()` - `ws` and `wd` to `polarFreq()` - `ws` to `percentileRose()` - `wd` to `polarAnnulus()` This brings...
This issue tracks a review of the utility functions in `{openair}` (i.e., all the functions in https://openair-project.github.io/openair/reference/index.html#utilities). Our aim should be to avoid breaking changes, but to look for missing...
``` r packageVersion("echarts4r") #> [1] '0.4.5.9000' echarts4rBox(cars, speed, dist, "Cake", type = "bar") #> Error in echarts4rBox(cars, speed, dist, "Cake", type = "bar"): could not find function "echarts4rBox" ``` Created...