Skip to content

docs: fix missing closing parenthesis in Stata comment in runner.Rd#115

Closed
LeonidasZhak wants to merge 1 commit into
gogonzo:mainfrom
LeonidasZhak:docs/fix-stata-comment-parenthesis
Closed

docs: fix missing closing parenthesis in Stata comment in runner.Rd#115
LeonidasZhak wants to merge 1 commit into
gogonzo:mainfrom
LeonidasZhak:docs/fix-stata-comment-parenthesis

Conversation

@LeonidasZhak

Copy link
Copy Markdown
Contributor

Fix the Stata equivalence comment in the panel data example where a closing parenthesis was missing. The comment now correctly reads:
(equivalent to Stata's: bysort firm (year): rolling mean(x), window(3))

Files Changed

File Lines Changed Type
R/run.R 1 Documentation (roxygen source)
man/runner.Rd 1 Documentation (generated)

Validation

  • roxygen2::roxygenize() — regenerates Rd successfully
  • tools::checkRd('man/runner.Rd') — passes (no output = no errors)
  • Change is purely documentation (no code changes)

Stata Migration Relevance

This fix improves the Stata equivalence comment in the panel data example, which is directly useful for Stata migrants learning how to use runner() for rolling window operations within groups.

Fix the Stata equivalence comment in the panel data example where a
closing parenthesis was missing. The comment now correctly reads:
(equivalent to Stata's: bysort firm (year): rolling mean(x), window(3))
@LeonidasZhak

Copy link
Copy Markdown
Contributor Author

Withdrawing this small automated PR while I consolidate an oversized batch of contributions and reduce maintainer review burden. Sorry for the noise, and thank you for maintaining the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant