You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot reproduce the NOTE with devtools::check(document = FALSE, args = c('--as-cran')), but it makes sense that some example code produced these files, so I should be able to get rid of them.
the `make.cards()` default out put `QCards.tex` would leave files in user space by default after running the example code, which is now against CRAN policies.
`make.cards(file.name)` now (somewhat counterintuitively) accepts paths as inputs, so the examples can use `tempfile()`.
The argument name is now a bit misleading though just providing a name, as previously, still works with the same effects, so should be fine.
Changing the argument name to path or something would have broken the package for some people perhaps.
So I think it's better to live with the inconsistency.
this should be fixed right on master on my side for the offending detritus from make.cards() and its examples now.
mystudy.* seem to stem from export.pqmethod(), which @aiorazabala wrote.
I couldn't find an easy way to add a tempfile() here, because that'd be a really weird study.name, and I'm not sure what else happens with study.name, that this could break.
Just to keep a record of this here, the issue is:
CRAN has confirmed:
The same problem appears to be documented here.
The text was updated successfully, but these errors were encountered: