Skip to content

docs: fix double-double-quotes in slide_index.Rd example comments#231

Closed
LeonidasZhak wants to merge 1 commit into
r-lib:mainfrom
LeonidasZhak:docs/fix-slide-index-double-quotes
Closed

docs: fix double-double-quotes in slide_index.Rd example comments#231
LeonidasZhak wants to merge 1 commit into
r-lib:mainfrom
LeonidasZhak:docs/fix-slide-index-double-quotes

Conversation

@LeonidasZhak

Copy link
Copy Markdown

Summary

Fixes a double-double-quote formatting issue in the slide_index() example comments within R/slide-index.R.

Problem

In the .complete = TRUE example, the inline code references to dates had extra leading double-quotes:

`""2019-09-03"`  →  `"2019-09-03"`
`""2019-08-15"`  →  `"2019-08-15"`

This produced malformed rendered output in ?slide_index where dates appeared as ""2019-09-03" instead of "2019-09-03".

Files Changed

File Lines Change
R/slide-index.R 136-137 Roxygen source fix
man/slide_index.Rd 277-278 Auto-generated Rd

Total: 2 files, 4 lines changed

Validation

  • tools::checkRd("man/slide_index.Rd") — passes (no errors)
  • All 1229 functional tests pass (5 pre-existing snapshot failures from vctrs version mismatch, unrelated)
  • No remaining "" patterns in any R source or Rd files

Context

This is a follow-up to PR #230 which fixed typos in hop_index.Rd and slide_index2.Rd. This PR addresses a separate formatting issue in slide_index.Rd.

The inline code references to dates in the  example had
extra leading double-quotes: `""2019-09-03"` instead of
`"2019-09-03"`. Fixed in roxygen source and regenerated Rd.
@LeonidasZhak

Copy link
Copy Markdown
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