From 1429d31c2e8aa17c4172e2e800e6221ad0892a84 Mon Sep 17 00:00:00 2001 From: aureol-le-rocher <95870033+aureol-le-rocher@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:48:39 +0000 Subject: [PATCH 1/4] fix: update repo references to CDCGov/rdcAVS Fixes #38 --- R/check_new_version.R | 2 +- README.Rmd | 2 +- README.html | 631 ++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +- 4 files changed, 635 insertions(+), 3 deletions(-) create mode 100644 README.html diff --git a/R/check_new_version.R b/R/check_new_version.R index 54ed0b3..f121e9c 100644 --- a/R/check_new_version.R +++ b/R/check_new_version.R @@ -7,7 +7,7 @@ #' check_new_version <- function(local_version = get_app_version()) { # Replace with your actual GitHub raw URL - remote_desc_url <- "https://raw.githubusercontent.com/mcuadera/rdcAVS/refs/heads/master/DESCRIPTION" + remote_desc_url <- "https://raw.githubusercontent.com/CDCGov/rdcAVS/refs/heads/master/DESCRIPTION" remote_desc <- tryCatch({ read.dcf(url(remote_desc_url), fields = "Version") diff --git a/README.Rmd b/README.Rmd index 3e8470b..df81b33 100644 --- a/README.Rmd +++ b/README.Rmd @@ -29,7 +29,7 @@ You can install the development version of rdcAVS from [GitHub](https://github.c ``` r # install.packages("devtools") -devtools::install_github("mcuadera/rdcAVS") +devtools::install_github("CDCGov/rdcAVS") ``` ## Example diff --git a/README.html b/README.html new file mode 100644 index 0000000..fccb3df --- /dev/null +++ b/README.html @@ -0,0 +1,631 @@ + + + + + + + + + + + + + + + + + + + +

rdcAVS

+ + + + +

Lifecycle: experimental

+ + +

The goal of rdcAVS is to streamline the process of creating SIA +campaign folders in the DRC. The package is designed to be portable and +secure. Data for the geographies and permissions are stored locally and +are uploaded by the user directly. Currently, the package comes with the +campaign template, but future versions will allow users to upload their +own modified campaign template file. The package is still under +development, but a beta version is available.

+

Installation

+

You can install the development version of rdcAVS from GitHub with:

+
# install.packages("devtools")
+devtools::install_github("CDCGov/rdcAVS")
+

Example

+

There is only one function in this package. To deploy the app +locally, simply run the following code:

+
rdcAVS::campagneApp()
+

Demonstration

+

An example of the app deployed can be viewed here.

+ + + diff --git a/README.md b/README.md index 5b0f7c5..8ba8f1a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ rdcAVS ================ + [![Lifecycle: @@ -23,7 +24,7 @@ You can install the development version of rdcAVS from ``` r # install.packages("devtools") -devtools::install_github("mcuadera/rdcAVS") +devtools::install_github("CDCGov/rdcAVS") ``` ## Example From 3012f6975da05d68c8c068743e5d6f43ba0f4d21 Mon Sep 17 00:00:00 2001 From: Mervin Keith Cuadera <40894971+mcuadera@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:50:11 -0400 Subject: [PATCH 2/4] Delete README.html --- README.html | 631 ---------------------------------------------------- 1 file changed, 631 deletions(-) delete mode 100644 README.html diff --git a/README.html b/README.html deleted file mode 100644 index fccb3df..0000000 --- a/README.html +++ /dev/null @@ -1,631 +0,0 @@ - - - - - - - - - - - - - - - - - - - -

rdcAVS

- - - - -

Lifecycle: experimental

- - -

The goal of rdcAVS is to streamline the process of creating SIA -campaign folders in the DRC. The package is designed to be portable and -secure. Data for the geographies and permissions are stored locally and -are uploaded by the user directly. Currently, the package comes with the -campaign template, but future versions will allow users to upload their -own modified campaign template file. The package is still under -development, but a beta version is available.

-

Installation

-

You can install the development version of rdcAVS from GitHub with:

-
# install.packages("devtools")
-devtools::install_github("CDCGov/rdcAVS")
-

Example

-

There is only one function in this package. To deploy the app -locally, simply run the following code:

-
rdcAVS::campagneApp()
-

Demonstration

-

An example of the app deployed can be viewed here.

- - - From 32f77c1f6271348053bb9a41bab88ebdbfa609b3 Mon Sep 17 00:00:00 2001 From: Mervin Keith Cuadera <40894971+mcuadera@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:57:41 -0400 Subject: [PATCH 3/4] update package authors --- DESCRIPTION | 7 +++++-- man/rdcAVS-package.Rd | 7 ++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index da49139..72474f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,11 @@ Package: rdcAVS Title: SIA Campaign Builder for DRC Version: 0.0.0.9009 -Authors@R: - person("Mervin Keith", "Cuadera", , "xrg9@cdc.com", role = c("aut", "cre")) +Authors@R: c( + person("Mervin Keith", "Cuadera", , "xrg9@cdc.com", role = c("aut", "cre"), + comment = c(ORCID = "0000-0003-4898-2659")), + person("Aureol-Le-Rocher", "Ngako Njiacheu", , "aureollerocher@gmail.com", role = "aut") + ) Description: This app assists in creating campaigns and setting permissions for campaigns in google drive. License: MIT + file LICENSE diff --git a/man/rdcAVS-package.Rd b/man/rdcAVS-package.Rd index ef5af0e..fac8309 100644 --- a/man/rdcAVS-package.Rd +++ b/man/rdcAVS-package.Rd @@ -16,7 +16,12 @@ Useful links: } \author{ -\strong{Maintainer}: Mervin Keith Cuadera \email{xrg9@cdc.com} +\strong{Maintainer}: Mervin Keith Cuadera \email{xrg9@cdc.com} (\href{https://orcid.org/0000-0003-4898-2659}{ORCID}) + +Authors: +\itemize{ + \item Aureol-Le-Rocher Ngako Njiacheu \email{aureollerocher@gmail.com} +} } \keyword{internal} From 1d4fa78d64038b1d19f969a0d42a9a1a64c03f4b Mon Sep 17 00:00:00 2001 From: Mervin Keith Cuadera <40894971+mcuadera@users.noreply.github.com> Date: Fri, 20 Mar 2026 08:58:00 -0400 Subject: [PATCH 4/4] Increment version number to 1.0.0 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 72474f5..cdc0a3f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rdcAVS Title: SIA Campaign Builder for DRC -Version: 0.0.0.9009 +Version: 1.0.0 Authors@R: c( person("Mervin Keith", "Cuadera", , "xrg9@cdc.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4898-2659")),