Cole Arendt

Results 83 issues of 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, :...

reprex-needed

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,...

enhancement

[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...

enhancement

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...

help wanted
good first issue

`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 `.`...

low

Now that we have added testthat tests, the old inst/tests should be removed

good first issue

I'm pretty sure `message` is to be preferred to `cat`, although it is probably worth determining which "logging" behavior is most preferred.

good first issue