Skip to content

fix lost braces note - #29

Open
luisDVA wants to merge 1 commit into
bnosac:masterfrom
luisDVA:fix-lost-braces
Open

fix lost braces note#29
luisDVA wants to merge 1 commit into
bnosac:masterfrom
luisDVA:fix-lost-braces

Conversation

@luisDVA

@luisDVA luisDVA commented Sep 2, 2026

Copy link
Copy Markdown

Hi! We are at the r-project sprint 2026 in Birmingham, UK, working on r-devel/r-dev-day#110.
This package is affected by the "Lost braces" note (see https://cran.r-project.org/web/checks/check_results_word2vec.html).
This PR fixes the "Lost braces" note raised by R CMD check.

The Rd files under man/ contained \itemize lists whose items were written in the single-argument \item{...} form, which R's Rd parser reads as lost braces and flags as a note. Since these are plain-text bullets (not \item{label}{description} definition entries), the fix is to drop the braces and use the bare \item ... form Rd expects inside \itemize.

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