issues
search
keaven
/
gsDesign
Group sequential design for clinical trials
https://keaven.github.io/gsDesign/
GNU General Public License v3.0
51
stars
14
forks
source link
Fix equation syntax and update pkgdown preset
#118
Closed
nanxstats
closed
10 months ago
nanxstats
commented
10 months ago
This PR:
Set
preset
to
"bootstrap"
in
_pkgdown.yml
explicitly, to avoid the theming changes due to bslib 0.6.0 changing the default of
preset
to
"shiny"
.
Fix the equation syntax in
https://github.com/keaven/gsDesign/commit/bd70f66e346603229b46de2a7a84f0a714857ba1
so the math symbols render properly.
Update to roxygen2 7.3.1.
This PR:
preset
to"bootstrap"
in_pkgdown.yml
explicitly, to avoid the theming changes due to bslib 0.6.0 changing the default ofpreset
to"shiny"
.