Skip to content

Commit

Permalink
update NEWS, cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Apr 21, 2022
1 parent 0e28eba commit abce7df
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .build-steps.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion man/vcdExtra-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abce7df

Please sign in to comment.