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

CRAN checks donttest #56

Closed
mps9506 opened this issue Aug 3, 2020 · 0 comments
Closed

CRAN checks donttest #56

mps9506 opened this issue Aug 3, 2020 · 0 comments

Comments

@mps9506
Copy link
Owner

mps9506 commented Aug 3, 2020

Also on CRAN an additional issue list:

* checking examples with --run-donttest ... [3s/27s] ERROR
Running examples in ‘echor-Ex.R’ failed
The error most likely occurred in:

> ### Name: echoGetCAAPR
> ### Title: Download EPA ECHO emissions inventory report data
> ### Aliases: echoGetCAAPR
> 
> ### ** Examples
> 
> ## No test: 
> ## This example requires an internet connection to run
> 
> echoGetCAAPR(p_id = '110000350174')
Error: Can't subset columns that don't exist.
✖ Column `Year1` doesn't exist.
Backtrace:
     █
  1. └─echor::echoGetCAAPR(p_id = "110000350174")
  2.   ├─tidyr::gather_(...)
  3.   └─tidyr:::gather_.data.frame(...)
  4.     ├─tidyr::gather(...)
  5.     └─tidyr:::gather.data.frame(...)
  6.       ├─base::unname(tidyselect::vars_select(tbl_vars(data), !!!quos))
  7.       └─tidyselect::vars_select(tbl_vars(data), !!!quos)
  8.         └─tidyselect:::eval_select_impl(...)
  9.           ├─tidyselect:::with_subscript_errors(...)
 10.           │ ├─base::tryCatch(...)
 11.           │ │ └─base:::tryCatchList(expr, classes, parentenv, handlers)
 12.           │ │   └─base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
 13.           │ │     └─base:::doTryCatch(return(expr), name, parentenv, handler)
 14.           │ └─tidyselect:::instrument_base_errors(expr)
 15.           │   └─base::withCallingHand
Execution halted
@mps9506 mps9506 closed this as completed in e0cddab Aug 3, 2020
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