Skip to content

docs: add describe() and it() to pkgdown reference index#2340

Closed
LeonidasZhak wants to merge 1 commit into
r-lib:mainfrom
LeonidasZhak:fix/add-describe-it-to-pkgdown-reference
Closed

docs: add describe() and it() to pkgdown reference index#2340
LeonidasZhak wants to merge 1 commit into
r-lib:mainfrom
LeonidasZhak:fix/add-describe-it-to-pkgdown-reference

Conversation

@LeonidasZhak

Copy link
Copy Markdown

Fixes #2337

The functions describe and it are exported and have a help page (describe.Rd), but are not listed on the package reference index. This adds them to the Basics section of _pkgdown.yml alongside test_that.

Changes:

  • _pkgdown.yml: Added describe and it entries to the Basics section

Validation:

  • Verified both functions are exported in NAMESPACE
  • Verified both have existing Rd documentation
  • No duplicate PRs found
  • Change is minimal and follows existing pkgdown structure

Fixes #2337

The functions describe() and it() are exported and have a help page
(describe.Rd), but were not listed in the package reference index on
the pkgdown site or in R help(package = 'testthat').

This adds them to the 'Basics' section of _pkgdown.yml alongside
test_that(), as they are alternative BDD-style test-writing functions.
@LeonidasZhak

Copy link
Copy Markdown
Author

Withdrawing this because checks are failing and this small documentation/index PR is not worth adding review burden in its current state. 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.

add describe() and it() to package index

1 participant