diff --git a/.build-steps.R b/.build-steps.R index ef8842d..3c77d83 100644 --- a/.build-steps.R +++ b/.build-steps.R @@ -6,6 +6,15 @@ Sys.setenv(RGL_USE_NULL = TRUE) #Sys.setenv(R_GSCMD="C:/Program Files/gs/gs9.21/bin/gswin64c.exe") Sys.setenv(R_GSCMD="C:/Program Files/gs/gs9.53.3/bin/gswin64c.exe") +# Build the pkgdown site +pkgdown::build_site() + +# Check package +devtools::check() +devtools::check_win_release() +devtools::check_win_devel() +devtools::check_rhub() + args = c('--resave-data','--compact-vignettes=both') devtools::build(args = args) diff --git a/NEWS.md b/NEWS.md index 8cda543..45b1f33 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ - Fixed warning from `expand.dft()` re type.convert - Old `.Rnw` vignettes converted to `.Rmd` +- Fixed two problems detected in the initial submission. ## Version 0.7-6 (2022-02-12) diff --git a/cran-comments.md b/cran-comments.md index 7c4d073..a064430 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -10,7 +10,8 @@ There are no ERRORs or WARNINGs or NOTEs ## Version 0.8-0 This is a modest release, replacing the old Sweave .Rnw vignette with -new .Rmd vignettes using knitr +new .Rmd vignettes using knitr. +I also corrected two problems detected in the initial submission of this release. # reverse dependencies diff --git a/man/vcdExtra-package.Rd b/man/vcdExtra-package.Rd index 2a9ba30..1b8880f 100644 --- a/man/vcdExtra-package.Rd +++ b/man/vcdExtra-package.Rd @@ -6,7 +6,7 @@ Extensions and additions to vcd: Visualizing Categorical Data } \description{ -\if{html}{\figure{man/figures/logo.png}{options: align='right' alt='logo' width='100'}} +% \if{html}{\figure{man/figures/logo.png}{options: align='right' alt='logo' width='100'}} This package provides additional data sets, documentation, and a few functions designed to extend the \code{vcd} package for Visualizing Categorical Data