Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export configuration output folder #287

Merged
merged 4 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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