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

style broken for cv.glm on boot (version 1.3-18) #126

Open
chadyuu opened this issue Jul 30, 2022 · 0 comments
Open

style broken for cv.glm on boot (version 1.3-18) #126

chadyuu opened this issue Jul 30, 2022 · 0 comments

Comments

@chadyuu
Copy link

chadyuu commented Jul 30, 2022

issue

I found a part with the style broken on this page.
https://www.rdocumentation.org/packages/boot/versions/1.3-18/topics/cv.glm

image

potential solution

I think this could be solved by just adding the p tag as follows.

as-is

<dl>
The returned value is a list with the following components.
<dt>call</dt>
<dd>
The original call to <code>cv.glm</code>.
</dd>
...
</dl>

solution

<dl>
<p>The returned value is a list with the following components.</p>
<dt>call</dt>
<dd>
The original call to <code>cv.glm</code>.
</dd>
...
</dl>

image

Although boot (version 1.3-18) is an older version, we sometimes refer to it given our dev environment. So I would appreciate fixing this issue.

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

1 participant