Skip to content

Commit

Permalink
Export configuration output folder (#287)
Browse files Browse the repository at this point in the history
* Add `path` property to `ExportConfiguration`

* Added argument `path` to `ExportConfiguration`
Documentation generated with roxygen2

* Run styler

* Fix wrong assignment of `path` property
  • Loading branch information
PavelBal authored May 23, 2022
1 parent 4f1c8c1 commit 6e4277f
Show file tree
Hide file tree
Showing 127 changed files with 1,070 additions and 1,045 deletions.
186 changes: 93 additions & 93 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,93 +1,93 @@
Package: tlf
Type: Package
Title: TLF Library
Version: 1.3.0
Authors@R:
c(person(given = "Open-Systems-Pharmacology Community",
role = "cph"),
person(given = "Michael",
family = "Sevestre",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Pierre",
family = "Chelle",
role = "aut",
email = "[email protected]"),
person(given = "Abdullah",
family = "Hamadeh",
role = "aut",
email = "[email protected]"))
Description: An implementation of the Table, Listing and Figure concepts in R. This library provides
a standardized approach to creating tables and graphs based on conventions over configurations.
License: GPL-2 | file LICENSE
URL: https://github.com/open-systems-pharmacology/tlf-library
BugReports: https://github.com/open-systems-pharmacology/tlf-library/issues
Imports:
ggplot2 (>= 3.3.0),
R6,
jsonlite,
ospsuite.utils,
patchwork
Depends:
R (>= 3.6)
Encoding: UTF-8
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr
Collate:
'aaa-utilities.R'
'aggregation-input.R'
'aggregation-summary.R'
'atom-plots.R'
'boxwhisker-datamapping.R'
'boxwhisker-get-measure.R'
'boxwhisker-plotconfiguration.R'
'datamapping-grouping.R'
'datamapping-groupmapping.R'
'datamapping-range.R'
'datamapping-xy.R'
'datamapping-xygroup.R'
'ddiratio-datamapping.R'
'error-checks.R'
'font.R'
'histogram-datamapping.R'
'label.R'
'messages.R'
'obs-vs-pred-datamapping.R'
'observed-data-mapping.R'
'pkratio-datamapping.R'
'pkratio-get-measure.R'
'plot-boxwhisker.R'
'plot-ddiratio.R'
'plot-grid.R'
'plot-histogram.R'
'plot-obs-vs-pred.R'
'plot-pkratio.R'
'plot-res-vs-pred.R'
'plot-timeprofile.R'
'plot-tornado.R'
'plotconfiguration-axis.R'
'plotconfiguration-background.R'
'plotconfiguration-export.R'
'plotconfiguration-label.R'
'plotconfiguration-legend.R'
'plotconfiguration.R'
'themes.R'
'timeprofile-datamapping.R'
'timeprofile-helper.R'
'tlf-env.R'
'tornado-datamapping.R'
'tornado-plotconfiguration.R'
'utilities-aesthetics.R'
'utilities-axis.R'
'utilities-background.R'
'utilities-export.R'
'utilities-label.R'
'utilities-legend.R'
'utilities-mapping.R'
'utilities-theme.R'
'utils.R'
Package: tlf
Type: Package
Title: TLF Library
Version: 1.3.0
Authors@R:
c(person(given = "Open-Systems-Pharmacology Community",
role = "cph"),
person(given = "Michael",
family = "Sevestre",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Pierre",
family = "Chelle",
role = "aut",
email = "[email protected]"),
person(given = "Abdullah",
family = "Hamadeh",
role = "aut",
email = "[email protected]"))
Description: An implementation of the Table, Listing and Figure concepts in R. This library provides
a standardized approach to creating tables and graphs based on conventions over configurations.
License: GPL-2 | file LICENSE
URL: https://github.com/open-systems-pharmacology/tlf-library
BugReports: https://github.com/open-systems-pharmacology/tlf-library/issues
Imports:
ggplot2 (>= 3.3.0),
R6,
jsonlite,
ospsuite.utils,
patchwork
Depends:
R (>= 3.6)
Encoding: UTF-8
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr
Collate:
'aaa-utilities.R'
'aggregation-input.R'
'aggregation-summary.R'
'atom-plots.R'
'boxwhisker-datamapping.R'
'boxwhisker-get-measure.R'
'boxwhisker-plotconfiguration.R'
'datamapping-grouping.R'
'datamapping-groupmapping.R'
'datamapping-range.R'
'datamapping-xy.R'
'datamapping-xygroup.R'
'ddiratio-datamapping.R'
'error-checks.R'
'font.R'
'histogram-datamapping.R'
'label.R'
'messages.R'
'obs-vs-pred-datamapping.R'
'observed-data-mapping.R'
'pkratio-datamapping.R'
'pkratio-get-measure.R'
'plot-boxwhisker.R'
'plot-ddiratio.R'
'plot-grid.R'
'plot-histogram.R'
'plot-obs-vs-pred.R'
'plot-pkratio.R'
'plot-res-vs-pred.R'
'plot-timeprofile.R'
'plot-tornado.R'
'plotconfiguration-axis.R'
'plotconfiguration-background.R'
'plotconfiguration-export.R'
'plotconfiguration-label.R'
'plotconfiguration-legend.R'
'plotconfiguration.R'
'themes.R'
'timeprofile-datamapping.R'
'timeprofile-helper.R'
'tlf-env.R'
'tornado-datamapping.R'
'tornado-plotconfiguration.R'
'utilities-aesthetics.R'
'utilities-axis.R'
'utilities-background.R'
'utilities-export.R'
'utilities-label.R'
'utilities-legend.R'
'utilities-mapping.R'
'utilities-theme.R'
'utils.R'
Loading

0 comments on commit 6e4277f

Please sign in to comment.