Skip to content

Commit

Permalink
Only run examples for tested OSses
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Mar 25, 2019
1 parent cfbcae6 commit 63a1e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/gives_beast2_warning.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @examples
#' library(testthat)
#'
#' if (is_beast2_installed()) {
#' if (is_beast2_installed() && rappdirs::app_dir()$os == "unix") {
#'
#' # This file is OK for BEAST2
#' expect_false(
Expand Down
2 changes: 1 addition & 1 deletion man/gives_beast2_warning.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63a1e20

Please sign in to comment.