What's Changed
- Set up codecov by @MichaelChirico in #9
- Coverage tests for bit setops by @MichaelChirico in #11
- Add GHA R CMD check for several platforms/versions by @MichaelChirico in #12
- Add basic codespaces by @MichaelChirico in #13
- More coverage tests by @MichaelChirico in #14
- Use markdown-style roxygen by @MichaelChirico in #15
- More coverage tests by @MichaelChirico in #16
- Activate undesirable_function_linter by @MichaelChirico in #18
- Activate rep_len_linter by @MichaelChirico in #17
- Activate spaces_left_parentheses_linter by @MichaelChirico in #20
- Fully activate semicolon_linter by setting allow_compound=FALSE by @MichaelChirico in #21
- Activate spaces_inside_linter by @MichaelChirico in #22
- Activate line_length_linter with width 100 by @MichaelChirico in #24
- Activate indentation_linter by @MichaelChirico in #25
- Activate commas_linter by @MichaelChirico in #26
- roxygenize() changes for commas_linter by @MichaelChirico in #28
- Apply brace-linter rule for multi-line functions by @MichaelChirico in #27
- Don't start lines with '{' by @MichaelChirico in #29
- Consistently match braced-ness of if,else for brace_linter by @MichaelChirico in #30
- Activate brace_linter by @MichaelChirico in #31
- Activate paren_body_linter by @MichaelChirico in #32
- Activate infix_spaces_linter by @MichaelChirico in #33
- Put cyclocomp as a TODO by @MichaelChirico in #35
- NEWS modernization by @MichaelChirico in #37
- Fix prototype for R_bit_set_attr by @MichaelChirico in #38
- Use ff:: to access exported values, not get() by @MichaelChirico in #39
New Contributors
- @MichaelChirico made their first contribution in #9
Full Changelog: 4.5.0...4.6.0