Skip to content

Commit

Permalink
fix: Improve feedback when checking sys-deps (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
csgillespie authored Apr 4, 2024
1 parent 64a2c6c commit 85d0686
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: audit.base
Title: Base package for Posit Checks
Version: 0.6.13
Version: 0.6.14
Authors@R:
person("Jumping", "Rivers", , "[email protected]", role = c("aut", "cre"))
Description: Base package for sharing classes between posit audit
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# audit.base 0.6.14 _2024-04-04_
- fix: Improve feedback when checking sys deps

# audit.base 0.6.13 _2024-03-27_
- fix: Update software version numbers

Expand Down
2 changes: 1 addition & 1 deletion R/check_sys_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
check_sys_deps = function(os_release, installed_libs, debug_level = 0:2) {
debug_level = get_debug_level(debug_level)
cli::cli_h2("Systems Libraries")

cli::cli_alert_info("This may take a few minutes as we are deploying a plumber API onto Connect")
# Clean up response
pkg_look_up = get_os_sys_deps(os_release)

Expand Down

0 comments on commit 85d0686

Please sign in to comment.