diff --git a/DESCRIPTION b/DESCRIPTION index da49139..cdc0a3f 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")) +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")), + 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/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.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 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}