Skip to content

Commit

Permalink
close the file check for test
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree committed Dec 2, 2016
1 parent 3ee4af4 commit 550f633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_formats.R
Expand Up @@ -43,10 +43,10 @@ test_format("acm_article")
test_format("elsevier_article")
test_format("jss_article")
test_format("rjournal_article", file_check = FALSE)
test_format("acs_article", os_skip = "windows")
test_format("acs_article", file_check = FALSE)
test_format("pnas_article")
test_format("aea_article")
test_format("ams_article")
test_format("ams_article", file_check = FALSE)



0 comments on commit 550f633

Please sign in to comment.