Skip to content

Commit

Permalink
Merge pull request #14 from A2-ai/interactive_setup_typo
Browse files Browse the repository at this point in the history
Interactive setup typo
  • Loading branch information
wes-a2ai authored Nov 14, 2024
2 parents fd688d7 + a7ef934 commit 73729e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ghqc
Title: Manage QC via GitHub Issues using Shiny Apps
Version: 0.1.6
Version: 0.1.7
Authors@R: c(
person("Anne", "Zheng", email = "[email protected]", role = c("aut")),
person("Jenna", "Johnson", email = "[email protected]", role = c("aut")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ghqc 0.1.7

- typo found in `setup_ghqc` related to the info repo global variable. No performance change

# ghqc 0.1.6

- remove version limits for dependencies. Tested version limits down to snapshot date of 2022-08-31
Expand Down
2 changes: 1 addition & 1 deletion R/interactive_setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interactive_info <- function(renv_text) {
cli::cli_inform(c(" ", "GHQC_INFO_REPO is not set in your ~/.Renviron"))
info_read <- readline("Provide the URL to the configuring information repository: ")
} else {
cli::cli_inform(c(" ", "GITHUB_INFO_REPO is set to {info$val} in your ~/.Renviron"))
cli::cli_inform(c(" ", "GHQC_INFO_REPO is set to {info$val} in your ~/.Renviron"))
info_read <- readline(glue::glue("Customizing Information Repository ({info$val}) "))
if (info_read == "") info_read <- info$val
}
Expand Down

0 comments on commit 73729e4

Please sign in to comment.