Skip to content

run_examples(): deprecated run and test arguments are missing with no default #2264

@mjsteinbaugh

Description

@mjsteinbaugh

Hi, I'm seeing a minor issue with run_examples() pop up:

packageVersion("devtools")
## [1] ‘2.3.1’

This works fine, as expected:

devtools::run_examples()

But this is erroring:

devtools::run_examples(fresh = TRUE)

Here's the backtrace:

Error in eval(substitute(function() devtools::run_examples(pkg = path,  : 
  argument "test" is missing, with no default
Calls: <Anonymous> -> eval
Backtrace:
    █
 1. └─devtools::run_examples(fresh = TRUE)
 2.   └─base::eval(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions