From 64abdd445c03efdaa42d6f14c3005c65804f80a3 Mon Sep 17 00:00:00 2001 From: Wes Cummings Date: Thu, 14 Nov 2024 10:38:38 -0500 Subject: [PATCH 1/6] changing "GITHUB_INFO_REPO" to "GHQC_INFO_REPO" --- R/interactive_setup.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/interactive_setup.R b/R/interactive_setup.R index 9193dc9..0f5c5a0 100644 --- a/R/interactive_setup.R +++ b/R/interactive_setup.R @@ -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 } From 1b24aab82b64ab5c61c2c2c09e72a811c9997a3c Mon Sep 17 00:00:00 2001 From: Wes Cummings Date: Thu, 14 Nov 2024 10:38:59 -0500 Subject: [PATCH 2/6] Update DESCRIPTION to Version 0.1.6 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 590d884..0828a4e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ghqc Title: Manage QC via GitHub Issues using Shiny Apps -Version: 0.1.5 +Version: 0.1.6 Authors@R: c( person("Anne", "Zheng", email = "anne@a2-ai.com", role = c("aut")), person("Jenna", "Johnson", email = "jenna@a2-ai.com", role = c("aut")), From f2edf08eb1e9a67f5b964deee9cb7ed59f26d4d1 Mon Sep 17 00:00:00 2001 From: Wes Cummings Date: Thu, 14 Nov 2024 10:39:58 -0500 Subject: [PATCH 3/6] Update NEWS.md to add 0.1.6 --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index efffb81..3758479 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # ghqc +# ghqc 0.1.6 + +- typo found in `setup_ghqc` related to the info repo global variable. No performance change + # ghqc 0.1.5 - language change in `remove_ghqc_configuration` from "customizing information" to "custom configuration" From 79cb543a94c518a01df268d5c1b979522e823b5d Mon Sep 17 00:00:00 2001 From: Wes Cummings Date: Thu, 14 Nov 2024 10:44:16 -0500 Subject: [PATCH 4/6] Adding changes from PR #13 --- NEWS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3758479..7bf70da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,14 @@ # ghqc -# ghqc 0.1.6 +# 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 +- when using the `use_pak = FALSE` flag in `install_ghqcapp_dependencies`, forcing `utils::install.packages` to remove potential renv issues + # ghqc 0.1.5 - language change in `remove_ghqc_configuration` from "customizing information" to "custom configuration" From bd912994c3c26b610426b7ffda6dba547dabba39 Mon Sep 17 00:00:00 2001 From: Wes Cummings Date: Thu, 14 Nov 2024 10:44:41 -0500 Subject: [PATCH 5/6] moving to 0.1.7 because of PR #13 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0828a4e..40f2660 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "anne@a2-ai.com", role = c("aut")), person("Jenna", "Johnson", email = "jenna@a2-ai.com", role = c("aut")), From a7ef9343435361826d85faea3b211a41fc84afaf Mon Sep 17 00:00:00 2001 From: Wes Cummings Date: Thu, 14 Nov 2024 11:11:59 -0500 Subject: [PATCH 6/6] Update NEWS.md --- NEWS.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9a120e9..1fabf31 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,3 @@ -# ghqc 0.1.6 - -- remove version limits for dependencies. Tested version limits down to snapshot date of 2022-08-31 -- when using the `use_pak = FALSE` flag in `install_ghqcapp_dependencies`, forcing `utils::install.packages` to remove potential renv issues - # ghqc 0.1.7 - typo found in `setup_ghqc` related to the info repo global variable. No performance change