---
title: "Our goodpractice Package Has New Superpowers"
url: https://daily.dev/posts/our-goodpractice-package-has-new-superpowers-nksiki2oh
source_url: https://www.r-bloggers.com/2026/05/our-goodpractice-package-has-new-superpowers
type: article
source: "R-bloggers"
published: 2026-06-01T11:11:54.132Z
updated: 2026-06-01T11:12:15.924Z
tags: ["r"]
reading_time: 11
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Our goodpractice Package Has New Superpowers

**[R-bloggers](https://daily.dev/sources/rbloggers)** · 11 min read · 0 upvotes · 0 comments

## Summary

The rOpenSci-maintained goodpractice R package has received a major update, expanding from 230 to 338 checks and introducing a new check-group system that makes it far easier to control which checks run. New check groups cover DESCRIPTION files, Rd documentation, spelling, URL validation, and more — many powered by treesitter for AST-based analysis. Reporting is improved via the cli package, and a new groups parameter on print() lets users work through results incrementally. The post also includes candid reflections from both contributors on using Claude Code (Opus 4.5) as an AI assistant throughout 70 pull requests, covering what worked well (scaffolding, test generation, commit messages) and what didn't (forgetting instructions, defaulting to regex over AST, nested loops).

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.r-bloggers.com/2026/05/our-goodpractice-package-has-new-superpowers>

## Similar posts on daily.dev

- [A Better R Programming Experience Thanks to Tree-sitter](https://daily.dev/posts/a-better-r-programming-experience-thanks-to-tree-sitter-fd9e27ify) · Hacker News · 1 upvotes · 0 comments
- [rOpenSci News Digest, June 2026](https://daily.dev/posts/ropensci-news-digest-june-2026-wzqewv9bu) · R-bloggers · 0 upvotes · 0 comments
- [rOpenSci News Digest, September 2025](https://daily.dev/posts/ropensci-news-digest-september-2025-jvyljq8pq) · R-bloggers · 0 upvotes · 0 comments
- [rOpenSci Dev Guide 1.0.0: Trilingual and Improved](https://daily.dev/posts/ropensci-dev-guide-1-0-0-trilingual-and-improved-k3c802uop) · R-bloggers · 0 upvotes · 0 comments
- [rOpenSci News Digest, November 2025](https://daily.dev/posts/ropensci-news-digest-november-2025-wupynffvr) · R-bloggers · 0 upvotes · 0 comments

---

Tags: [#r](https://daily.dev/tags/r)

[View this post on daily.dev](https://daily.dev/posts/our-goodpractice-package-has-new-superpowers-nksiki2oh)
