Skip to content

Commit

Permalink
fix: #15
Browse files Browse the repository at this point in the history
  • Loading branch information
csgillespie committed Jun 10, 2024
1 parent d54c23e commit cc07eff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# audit.connect 0.7.5 _2024-06-10_
- fix: Use latest version of {connactapi}
- chore: Fix Rd warnings due to R4.4
- fix: #15

# audit.connect 0.7.4 _2024-04-04_
- feat: Force `server` to have `http(?s)`
Expand Down
2 changes: 1 addition & 1 deletion R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' This functions runs all Posit tests.
#' To skip tests, set check to `no` in the config yaml file.
#' See `create_config()`
#' @param server Connect server. If NULL, use the ENV variable CONNECT_SERVER
#' @param server Connect server (URL). If NULL, use the ENV variable CONNECT_SERVER.
#' @param token Connect api token. If NULL, use the ENV variable CONNECT_API_KEY
#' @param dir directory location of the the config file
#' @param debug_level Integer, 0 to 2.
Expand Down
2 changes: 1 addition & 1 deletion man/check.Rd

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

0 comments on commit cc07eff

Please sign in to comment.