-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export configuration output folder (#287)
* 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
Showing
127 changed files
with
1,070 additions
and
1,045 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Oops, something went wrong.