Skip to content

Commit

Permalink
fixing url redirection note
Browse files Browse the repository at this point in the history
  • Loading branch information
shug0131 committed Aug 23, 2024
1 parent 77e7ce9 commit 26566c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: eudract
Type: Package
Title: Creates Safety Results Summary in XML to Upload to EudraCT, or ClinicalTrials.gov
Date: 2024-08-07
Date: 2024-08-23
Version: 1.0.1
Authors@R: c(
person("Simon", "Bond", email="[email protected]", role="cre"),
Expand Down
Binary file modified tests/testthat/Rplots.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions vignettes/eudract.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ We can validate the output against the XML schemas provided by EudraCT and CT.go
`eudract_convert()` and `clintrials_gov_convert()` also do this behind the scenes, returning the value `TRUE` if there are no errors against the schema validation.

* [eudract schema](https://eudract.ema.europa.eu/docs/technical/schemas/clinicaltrial/results/adverseEvents.xsd), was downloaded to this package on 15NOV2016
* [CT.gov overall xml schema](https://prsinfo.clinicaltrials.gov/ProtocolRecordSchema.xsd), was downloaded to this package on 29JUL2021
* [CT.gov results xml schema](https://prsinfo.clinicaltrials.gov/RRSUploadSchema.xsd), was downloaded to this package on 31MAR2021
* [CT.gov overall xml schema](https://cdn.clinicaltrials.gov/documents/xsd/prs/ProtocolRecordSchema.xsd), was downloaded to this package on 29JUL2021
* [CT.gov results xml schema](https://cdn.clinicaltrials.gov/documents/xsd/prs/RRSUploadSchema.xsd), was downloaded to this package on 31MAR2021


note these are semi-readable files of code/data rather than a standard web page.
Expand Down

0 comments on commit 26566c0

Please sign in to comment.