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

Generate and update R documentation files #1198

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

blowekamp
Copy link
Member

No description provided.

@blowekamp
Copy link
Member Author

@richardbeare The regenerated R docs contains:

\%C++ includes: sitkZeroFluxNeumannPadImageFilter.h

Which R is giving errors like: ExtractImageFilter.Rd:38: All text must be in a section
Before the leading '' was not there. This seems related to 404bd6e, do you have any insights?

Thanks.

@richardbeare
Copy link
Contributor

richardbeare commented Sep 17, 2020

It must be - looks like escaping the % signs outside the sections is causing problems. When outside a section the % were functioning as latex comments and removing that text. Not sure how that problem got past last time, unless perhaps the R checking has improved.

@richardbeare
Copy link
Contributor

I've made some changes available in https://github.com/richardbeare/SimpleITK/tree/RB_fix_rampant_escaping

The C++ include information isn't needed for R and isn't being placed in a relevant structure at moment. Best to stop it being generated. That branch is based on blowekamp:UpdateRdfiles

@blowekamp blowekamp added this to the v2.1.1 milestone Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants