cran-task-views / MixedModels

CRAN Task View: Mixed, Multilevel, and Hierarchical Models in R
https://CRAN.R-project.org/view=MixedModels
26 stars 9 forks source link

formatting fixes and check file added #8

Closed jpiaskowski closed 1 year ago

jpiaskowski commented 1 year ago

Formatting done per feedback. No new packages added or removed.

A check.R file was added to generate draft CTV file (an html file) and run once. A broken link was removed from the links section as a result. *.html also added to .gitignore.

jpiaskowski commented 1 year ago

Also, headers set to 2 levels, "###" and "####" per other CTVs.

bbolker commented 1 year ago

Weird that the required sectioning levels are ### and #### (I would think they'd be # and ## with some CSS formatting set to make these render as desired, but ...)

jpiaskowski commented 1 year ago

I don't know, but, the ctv::ctv2html() function does expect "links" to have the level 3 header, so alas.