Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non ASCII characters in docs #348

Closed
bblodfon opened this issue Jan 18, 2024 · 1 comment
Closed

non ASCII characters in docs #348

bblodfon opened this issue Jan 18, 2024 · 1 comment
Assignees

Comments

@bblodfon
Copy link
Collaborator

From r-universe action => https://github.com/r-universe/mlr-org/actions/runs/7535418415/job/20511375795

See where ther are no ASCII

docs <- list.files(path = './man', all.files = T, recursive = T, full.names = T)
lapply(X=docs, FUN = tools::showNonASCIIfile)
@bblodfon bblodfon self-assigned this Jan 18, 2024
@jemus42
Copy link
Member

jemus42 commented Jan 25, 2024

Betting on the citation Gönen M, Heller G (2005) in man/mlr_measures_surv.cindex.Rd which stems from bibentries.R where the Umlaut is properly unicode escaped already as G\u00f6nen.

I assume it's escaped correctly in R but then written to Rd unescaped.
Easiest way to circumvent this would be to use the oe -> Goenen workaround I guess.

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

No branches or pull requests

2 participants