Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roxygen Examples should be put under DONOTRUN #105

Open
vertesy opened this issue Nov 5, 2021 · 0 comments
Open

Roxygen Examples should be put under DONOTRUN #105

vertesy opened this issue Nov 5, 2021 · 0 comments

Comments

@vertesy
Copy link
Owner

vertesy commented Nov 5, 2021

CRAN check fails:

> checking examples ... ERROR
  Running examples inMarkdownReports-Ex.Rfailed
  The error most likely occurred in:
  
  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: barplot_label
  > ### Title: barplot_label
  > ### Aliases: barplot_label
  > 
  > ### ** Examples
  > 
  > barplot (1:10);
  > barplot_label(barplotted_variable = 1:10, labels = 11:2, filename = "myBarplot.pdf")
  Error in dev.copy2pdf(file = ww.FnP_parser(fname_, "pdf"), width = w_,  : 
    can only print from a screen device
  Calls: barplot_label -> wplot_save_this -> ww.dev.copy -> dev.copy2pdf
  Execution halted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant