Skip to content

Commit

Permalink
test local
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Sep 20, 2024
1 parent f7fad75 commit af0baf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
env:
NOT_CRAN: true
run: |
.libPaths()
print(system.file(package="irace"))
print(list.files(system.file(package="irace"), recursive = TRUE))
library(irace)
testthat::test_local()
shell: Rscript {0}

Expand Down
1 change: 0 additions & 1 deletion src/install.libs.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if (any(file.exists(files))) {
dest <- file.path(R_PACKAGE_DIR, paste0('bin', R_ARCH))
dir.create(dest, recursive = TRUE, showWarnings = FALSE)
file_move(files, dest)
cat("dest: ", dest, "\n")
} else {
stop(files, " not found!")
}

0 comments on commit af0baf0

Please sign in to comment.