Cole Arendt
Cole Arendt
`lint_package()` is currently failing, as used here: https://github.com/r-lib/actions/blob/v2-branch/examples/lint.yaml The error message: ``` Run lintr::lint_package() Error in glue_data(.x = NULL, ..., .sep = .sep, .envir = .envir, .open = .open, :...
In the [couchdb helm chart](https://github.com/apache/couchdb-helm/tree/main/couchdb#configuration), values are segregated into subsections that are relevant to one another. This can be a very useful pattern to highlight values appropriate in particular contexts,...
[sprig](https://github.com/Masterminds/sprig) ([docs here](https://masterminds.github.io/sprig/)) provides a library of template functions that are quite useful. `helm` incorporates these functions directly, which is part of what creates the [very thorough](https://helm.sh/docs/chart_template_guide/function_list/#string-functions) list of functions...
Switch to using POI 5.2.0 LOTS of changes required: - lots of things we treated like enums are now officially enums - a handful of changed method signatures - attempted...
@RE-Chief opening a separate thread to discuss since #159 is unrelated Hi Cole, I have older xls files that I am trying to read into R. I cannot read them...
There have been requests to bump the POI version to get access to (1) bug fixes and (2) new features (?). Unfortunately, a first pass at this suggested that there...
`compareVersion` is definitely preferable to our current use of ` 1 8 NA #> Warning: NAs introduced by coercion ``` The problem is that it only splits based on `.`...
Now that we have added testthat tests, the old inst/tests should be removed
I'm pretty sure `message` is to be preferred to `cat`, although it is probably worth determining which "logging" behavior is most preferred.