Skip to content

Commit

Permalink
code update
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiangre committed Nov 22, 2021
1 parent d1dab18 commit 9d42063
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The goal of the Pediatric Drug Safety portal (PDSportal) is to access our genera

You can download this (unzip first) and place it in the data/ folder to use the app locally:

https://pds-database.s3.amazonaws.com/effect_peds_19q2_v0.2_20210920.sqlite.gz
https://pds-database.s3.amazonaws.com/effect_peds_19q2_v0.3_20211119.sqlite.gz

## Associated publications

Expand Down
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ library(shinyjs)

con <- dbPool(
drv = RSQLite::SQLite(),
dbname = "data/effect_peds_19q2_v0.1_20210831.sqlite"
dbname = "data/effect_peds_19q2_v0.3_20211119.sqlite"
)
onStop(function() poolClose(con))

Expand Down
14 changes: 14 additions & 0 deletions rsconnect/shinyapps.io/pdsportal/PDSportal.dcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PDSportal
title: PDSportal
username:
account: pdsportal
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 4614870
bundleId: 5281952
url: https://pdsportal.shinyapps.io/pdsportal/
when: 1637614251.23009
lastSyncTime: 1637614251.2301
asMultiple: FALSE
asStatic: FALSE
ignoredFiles: data/.DS_Store

0 comments on commit 9d42063

Please sign in to comment.