Tiny fixes in documentation and a test.
The actual package wasn't the problem, but the docs and testing were:
- The quickstart vignette called
rmarkdown::render(), which created CRAN package check warnings for solaris. I commented outmy_render()in the workflow data frame invignettes/quickstart.Rmdandinst/examples/basic/basic.R. - 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.