Skip to contents

lintrhelper 0.1.0.9000 (development)

Bug fixes

Tooling

  • Added GitHub Actions workflow for R CMD check across macOS, Windows, and Ubuntu (R devel/release/oldrel-1).
  • Added pkgdown workflow that deploys the documentation site to https://fabiandistler.github.io/lintrhelper/.
  • Added _pkgdown.yml configuration grouping the reference index by user-facing categories.
  • Generated man/ pages from existing roxygen comments (R CMD check previously failed because no Rd files were committed).
  • DESCRIPTION: real author, declared utils as an import (for capture.output), dropped the unused rlang import, dropped LazyData (no data/ directory).

lintrhelper 0.1.0

Initial Release

High-Level Functions (No XPath Required!)

The main feature of lintrhelper is that you don’t need to know XPath to create linters:

Testing Utilities

Advanced (XPath-Based) Functions

For users who want more control:

Documentation

  • Added comprehensive README emphasizing no-XPath approach
  • Added “Getting Started” vignette
  • Added “Creating Linters Without XPath” vignette with extensive examples
  • Added unit tests for all functions