Skip to content

Commit

Permalink
minor bug fix for options() in testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
shug0131 committed Apr 3, 2020
1 parent da86648 commit c9b1637
Show file tree
Hide file tree
Showing 17 changed files with 257 additions and 241 deletions.
6 changes: 3 additions & 3 deletions R/eudract/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: eudract
Type: Package
Title: Creates Safety Results Summary in XML to Upload to EudraCT
Date: 2020-02-12
Version: 0.9.1
Date: 2020-04-03
Version: 0.9.2
Authors@R: c(
person("Simon", "Bond", email="simon.bond@addenbrookes.nhs.uk", role="cre"),
person("Beatrice","Pantaleo", email="bp403@medschl.cam.ac.uk", role="aut"))
Expand All @@ -15,7 +15,7 @@ Encoding: UTF-8
LazyData: true
Imports: tidyr, xslt, dplyr, xml2, utils, magrittr
Depends: R (>= 3.5.0)
RoxygenNote: 6.1.1
RoxygenNote: 7.0.1
Suggests:
testthat,
knitr,
Expand Down
2 changes: 1 addition & 1 deletion R/eudract/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2: do not edit by hand
# Generated by roxygen2: do not edit by hand

S3method(print,safety_summary)
export(create.safety_summary)
Expand Down
5 changes: 5 additions & 0 deletions R/eudract/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# eudract v 0.9.2

Minor bug fix in the test scripts


# eudract v0.9.1

A bug was detected with the version number associated with SOC "Product issues", where the default value of 19 is not accepted by the EudraCT portal. A fix is implemented in the simpleToEudraCT.xslt file that conditionally sets the version to be 3 for this SOC, and 22 for all other SOC values.
Expand Down
6 changes: 3 additions & 3 deletions R/eudract/build_dashboard.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ devtools::document(roclets = c('rd', 'collate', 'namespace'))
devtools::build()

#Check you've got the right version number
install.packages("../eudract_0.9.1.tar.gz",
install.packages("../eudract_0.9.2.tar.gz",
repos = NULL, type = "source")
devtools::build("../eudract_0.9.1.tar.gz", binary=TRUE)
devtools::build("../eudract_0.9.2.tar.gz", binary=TRUE)

install.packages("V:/STATISTICS/NON STUDY FOLDER/Software/R/R Code Library/cctu_0.9.1.zip",
install.packages("V:/STATISTICS/NON STUDY FOLDER/Software/R/R Code Library/cctu_0.9.2.zip",
repos = NULL, type="win.binary")

#devtools::build( binary=TRUE)
Expand Down
4 changes: 4 additions & 0 deletions R/eudract/cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* Windows Server 2012 R2 x64 (build 9600) on (appveyor), R3.6.1
* check_win_release

## Change 03APR2020

Minor corrections to test code, setting a resetting options(StringsAsFactors).

## Change 12FEB2020

Modified the simpleToEudraCT.xslt file that conditionally sets the version to be 3 for this SOC, and 22 for all other SOC values. A bug was detected with the version number associated with SOC "Product issues", where the default value of 19 is not accepted by the EudraCT portal.
Expand Down
22 changes: 11 additions & 11 deletions R/eudract/man/append_xml.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 20 additions & 21 deletions R/eudract/man/create.safety_summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions R/eudract/man/df_to_char.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 42 additions & 40 deletions R/eudract/man/eudract_convert.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions R/eudract/man/print.safety_summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions R/eudract/man/safety.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9b1637

Please sign in to comment.