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

Improvements to the PlotGridConfiguration class #293

Merged
merged 21 commits into from
May 25, 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
193 changes: 100 additions & 93 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,93 +1,100 @@
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 = "michael@design2code.ca"),
person(given = "Pierre",
family = "Chelle",
role = "aut",
email = "chelle.pierre@gmail.com"),
person(given = "Abdullah",
family = "Hamadeh",
role = "aut",
email = "aoh123@gmail.com"))
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'
Package: tlf
Type: Package
Title: TLF Library
Version: 1.4.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yuri05 Bumping the version. Is that okay?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes :)

Authors@R:
c(person(given = "Open-Systems-Pharmacology Community",
role = "cph"),
person(given = "Michael",
family = "Sevestre",
role = c("aut", "cre"),
email = "michael@design2code.ca"),
person(given = "Pierre",
family = "Chelle",
role = "aut",
email = "chelle.pierre@gmail.com"),
person(given = "Abdullah",
family = "Hamadeh",
role = "aut",
email = "aoh123@gmail.com"),
person(given = "Indrajeet",
family = "Patil",
role = "ctb",
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
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 (>= 3.0.3),
vdiffr (>= 1.0.0)
VignetteBuilder: knitr
Collate:
'aaa-enums.R'
'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'
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export(GroupMapping)
export(Grouping)
export(HistogramDataMapping)
export(HistogramPlotConfiguration)
export(HorizontalJustification)
export(Label)
export(LabelConfiguration)
export(LegendConfiguration)
Expand All @@ -63,13 +64,15 @@ export(ObsVsPredPlotConfiguration)
export(ObservedDataMapping)
export(PKRatioDataMapping)
export(PKRatioPlotConfiguration)
export(PlotAnnotationTextSize)
export(PlotConfiguration)
export(PlotGridConfiguration)
export(RangeDataMapping)
export(ResVsPredDataMapping)
export(ResVsPredPlotConfiguration)
export(Scaling)
export(Shapes)
export(TagPositions)
export(Theme)
export(ThemeAestheticMaps)
export(ThemeAestheticSelections)
Expand All @@ -80,6 +83,7 @@ export(TimeProfileDataMapping)
export(TimeProfilePlotConfiguration)
export(TornadoDataMapping)
export(TornadoPlotConfiguration)
export(VerticalJustification)
export(XAxisConfiguration)
export(XYDataMapping)
export(XYGDataMapping)
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# tlf 1.4.0 (development versio)

## New features

* New helper enumerated lists:

- `TagPosition` (tag position in a plot grid) (#293)
- `HorizontalJustification` (horizontal justifications for plot annotation text) (#293)
- `VerticalJustification` (vertical justifications for plot annotation text) (#293)
- `PlotAnnotationTextSize` (default text sizes for plot annotations) (#293)

## Minor improvements and bug fixes

* `PlotGridConfiguration` class adds new fields to control the position of the individual plot tags and aesthetic properties of the tag text. (#293)

# tlf 1.3.0

## New features
Expand Down
Loading