Skip to content

Commit

Permalink
Full results
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Feb 12, 2024
1 parent cfa3b99 commit 582357c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
message("Installing ", length(toinstall)," packages: ", paste0(toinstall, collapse = ","))
#install.packages(toinstall, dependencies = TRUE, verbose = TRUE, quiet = TRUE)
install.packages(toinstall, dependencies = TRUE, verbose = TRUE, quiet = TRUE)
# Update binary
# update.packages(type = "binary")
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test_ci/test-new.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ installed$note <- note


outmd <- file.path(dir_path, "results.md")
capture.output(knitr::kable(installed), file = outmd)
errors <- installed[installed$is_ok == FALSE, ]
capture.output(knitr::kable(errors), file = outmd)

Check notice

Code scanning / lintr

Trailing blank lines are superfluous. Note test

Trailing blank lines are superfluous.

Check notice

Code scanning / lintr

Trailing blank lines are superfluous. Note test

Trailing blank lines are superfluous.

0 comments on commit 582357c

Please sign in to comment.