Skip to content

Commit

Permalink
Add jobs.R
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Jun 17, 2019
1 parent a1c7958 commit b8f2c93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .buildignore/jobs.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Interactive
# devtools::check_win_devel()
# rhub::validate_email()
ck_remote <- devtools::check(remote = TRUE)
ck_cran <- rhub::check_for_cran()
ck_macos <- rhub::check_on_macos()
ck_fedora_cd <- rhub::check(platform = "fedora-clang-devel")
ck_fedora_gd <- rhub::check(platform = "fedora-gcc-devel")
ck_solaris <- rhub::check_on_solaris()

# If has compiled code
# rhub::check(platform = 'ubuntu-rchk')
# rhub::check_with_sanitizers()

0 comments on commit b8f2c93

Please sign in to comment.