cboettig / knitcitations

:package: Generate citations for knitr markdown and html files
http://carlboettiger.info
Other
220 stars 28 forks source link

Tests fail with dev version of testthat #78

Closed hadley closed 9 years ago

hadley commented 9 years ago
checking tests ... ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:

  Type 'demo()' for some demos, 'help()' for on-line help, or
  'help.start()' for an HTML browser interface to help.
  Type 'q()' to quit R.

  > library("testthat")
  > library("knitcitations")
  > 
  > test_check("knitcitations")
  Error in test_dir(test_path, reporter = reporter, env = env, filter = filter,  : 
    No matching test file in dir
  Calls: test_check -> run_tests -> with_top_env -> test_dir
  Execution halted