Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/check_new_version.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ rdcAVS
================

<!-- README.md is generated from README.Rmd. Please edit that file -->

<!-- badges: start -->

[![Lifecycle:
Expand All @@ -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
Expand Down
7 changes: 6 additions & 1 deletion man/rdcAVS-package.Rd

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

Loading