Skip to content

Commit 48ded9a

Browse files
committed
took out unnecessary vignettes
1 parent 906bb2e commit 48ded9a

File tree

9 files changed

+6
-14
lines changed

9 files changed

+6
-14
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
^Meta$
1515
^data-raw$
1616
^codecov\.yml$
17+
archive

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Title: Download and Connect to the PDSdatabase
33
Version: 0.3.0
44
Author: Nicholas Giangreco
55
Maintainer: Nicholas Giangreco <[email protected]>
6-
Description: This package makes accessible thousands of observations, summaries, and model estimates of pediatric drug effect signals.
7-
The database was created by Nicholas during his PhD thesis which you can read here (https://doi.org/10.7916/d8-5d9b-6738).
6+
Description: Makes accessible a sqlite database containing thousands of observations, summaries, and model estimates of pediatric drug effect signals.
7+
The database was created by Nicholas during his PhD thesis which you can read here <https://doi.org/10.7916/d8-5d9b-6738>.
88
The observations are from the Food and Drug Administration's Adverse Event Reporting System.
99
Drug effect estimates were estimated across child development stages for the occurrence of an adverse event when exposed to a drug compared to other drugs.
1010
See the methods detailed in Chapter 3 of the thesis.
@@ -30,7 +30,7 @@ Suggests:
3030
knitr,
3131
covr,
3232
testthat (>= 3.0.0)
33-
URL: https://github.com/ngiangre/PDSdatabase, https://ngiangre.github.io/PDSdatabase
33+
URL: https://www.github.com/ngiangre/PDSdatabase, https://www.ngiangre.github.io/PDSdatabase
3434
VignetteBuilder:
3535
knitr
3636
Depends:

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ We invented the disproportionality generalized additive model (dGAM) method for
8282

8383
# PDSportal: accessible data access
8484

85-
We provide the [PDSportal](http://pdsportal.shinyapps.io/pdsportal/) as an accessible web application as well as a plaatform to download our database for the community to explore from identifying safety endpoints in clinical trials to evaluating known and novel developmental pharmacology.
85+
We provide the [PDSportal](https://pdsportal.shinyapps.io/pdsportal/) as an accessible web application as well as a plaatform to download our database for the community to explore from identifying safety endpoints in clinical trials to evaluating known and novel developmental pharmacology.
8686

8787
# PDSdatabase
8888

89-
The `PDSdatabase` R package downloads a sqlite database to your local machine and connects to the database using the `DBI` R package. This is a novel data resource of half a million pediatric drug safety signals across growth and development stages. Please see the references for details on data fields and the [code repository](https://github.com/ngiangre/pediatric_ade_database_study) for the [paper](https://ssrn.com/abstract=3898786).
89+
The `PDSdatabase` R package downloads a sqlite database to your local machine and connects to the database using the `DBI` R package. This is a novel data resource of half a million pediatric drug safety signals across growth and development stages. Please see the references for details on data fields and the [code repository](https://www.github.com/ngiangre/pediatric_ade_database_study) for the [paper](https://www.ssrn.com/abstract=3898786).
9090

9191
# References
9292

_pkgdown.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,3 @@ destination: docs
33

44
template:
55
bootstrap: 5
6-
7-
articles:
8-
- title: Getting Started
9-
navbar: ~
10-
contents:
11-
- getting_started
12-
- drugs_and_classes
13-
- events_and_classes
14-
- top_ade_model
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)