Skip to content

Tiny fixes in documentation and a test.

Choose a tag to compare

@wlandau-lilly wlandau-lilly released this 07 Mar 16:46

The actual package wasn't the problem, but the docs and testing were:

  1. The quickstart vignette called rmarkdown::render(), which created CRAN package check warnings for solaris. I commented out my_render() in the workflow data frame in vignettes/quickstart.Rmd and inst/examples/basic/basic.R.
  2. Intermediate file test was intermittently failing because of #4, which is a known issue, but not a show-stopper. Downsizing the size of input test files (toggling a comment in debug.R) fixed the test. All I did was move a hash symbol from one line to the previous one in debug.R.