rename, build, and readme (#23)

This commit is contained in:
gnomadic 2023-04-17 16:42:40 -04:00 committed by GitHub
parent a7708199d9
commit c7be28b25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
Package: dynamicWidget
Package: axelarDynamicWidget
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:

View File

@ -56,3 +56,13 @@ devtools::install()
cd <this directory>
R -e "shiny::runApp('.')"
```
## Deploying
```
update library name in DESCRIPTION file
cd <this directory>
R
devtools::build()
```