-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule eudract_pkg
updated
24 files
+5 −3 | .Rbuildignore | |
+2 −0 | .github/workflows/R-CMD-check.yaml | |
+2 −0 | .github/workflows/test-coverage.yaml | |
+2 −0 | .gitignore | |
+3 −3 | DESCRIPTION | |
+1 −0 | NAMESPACE | |
+2 −0 | NEWS.md | |
+7 −2 | R/clintrials_gov_convert.R | |
+6 −1 | R/clintrials_gov_upload.R | |
+29 −4 | R/safety_summary.R | |
+2 −7 | README.Rmd | |
+2 −9 | README.md | |
+2 −2 | build_dashboard.R | |
+9 −0 | cran-comments.md | |
+4 −1 | man/safety_summary.Rd | |
+ − | tests/testthat/archive/bfg-1.14.0.jar | |
+1,665 −0 | tests/testthat/bak_study_file.xml | |
+4 −0 | tests/testthat/clintrialsDotgov.R | |
+159 −159 | tests/testthat/ct.xml | |
+851 −851 | tests/testthat/simple.xml | |
+1,247 −897 | tests/testthat/table_ct.xml | |
+170 −170 | tests/testthat/table_eudract.xml | |
+17 −1 | tests/testthat/test_basic.R | |
+69 −0 | tests/testthat/test_errors.R |