-
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.
Merge pull request #283 from Open-Systems-Pharmacology/develop
Version 1.3
- Loading branch information
Showing
764 changed files
with
67,932 additions
and
5,757 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 |
---|---|---|
|
@@ -6,4 +6,5 @@ | |
^tests/dev | ||
^\.covrignore$ | ||
^doc$ | ||
^docs$ | ||
^Meta$ |
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
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
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,37 +1,43 @@ | ||
# TLF Library Release Notes | ||
# tlf 1.3.0 | ||
|
||
# Version 0.1.0 for alpha-testing | ||
## New features | ||
|
||
# December 3rd, 2019 | ||
* New function `plotGrid()` to create a plot grid and `PlotGridConfiguration` class to specify its properties. | ||
* The default theme for all plots is the new `useMinimalTheme()`. | ||
|
||
# Overview | ||
The `tlf` library is an R package compatible with the `ospsuite` package. | ||
`tlf` provides an environment to create standardized plots and tables out of output extracted from the `ospsuite`. | ||
The following release notes aim at presenting the features of the `tlf` library alpha release and how to report feedback. | ||
# tlf 1.2.0 | ||
|
||
# New features | ||
## PK Ratios Plots | ||
Users can plot PK Ratios associated with the predefined ratio limits through the function `plotPKRatio`. | ||
They can also get the measure of how many of these ratios were in the predefined ratio limits through the function `getPKRatioMeasure`. | ||
## New features | ||
|
||
## Time Profiles Plots | ||
Users can plot time profiles through the function `plotTimeProfile`. | ||
* The concept of `Theme` objects was updated and themes can be loaded and saved through json files. | ||
* New plot, `plotTornado`, added to available plots | ||
* Update of `plotTimeProfile` splitting input data to pair *data* with *observedData* | ||
* Creation of two shiny apps: | ||
* `runThemeMaker()`: create and save `Theme` objects | ||
* `runPlotMaker()`: import your data, create and edit their plot | ||
|
||
## Histograms | ||
Users can plot histograms through the function `plotHistogram`. | ||
## Minor improvements and bug fixes | ||
|
||
## Box Whiskers | ||
Users can plot box whiskers through the function `plotBoxWhisker`. | ||
* Creation of enum objects providing shortkeys for plot properties: `Shapes`, `Linetypes`, `Scaling`, `LegendPositions` | ||
* `{tlf}` now encourages using `{patchwork}` package to create a grid of plots instead of `{gridExtra}`. | ||
|
||
## Plot Configuration | ||
Users can create and use standardized plots by setting their configuration using `Theme` and `PlotConfiguration`. | ||
These configurations allows easy definitions of labels, background and axes properties. | ||
# tlf 1.1.0 | ||
|
||
## Overview | ||
The `tlf` library is an R package compatible with the `ospsuite` package. | ||
`tlf` provides an environment to create standardized plots and tables out of output extracted from the `ospsuite`. | ||
The following release notes aim at presenting the features of the `tlf` library alpha release and how to report feedback. | ||
|
||
# How to test the `tlf` library | ||
Five tutorials explaining how to use the objects and functions from the `tlf` library are accessible through vignettes. | ||
Use `browseVignettes(package = "tlf")` to access all vignettes tutorials. | ||
To test the new features, data are already saved within the library and can be used directly. | ||
For PK ratios, the data and its related metadata are called: `pkRatioData` and `pkRatioMetaData`. | ||
## New features | ||
|
||
* New plots available: | ||
* PK Ratio Plots: Users can plot PK Ratios associated with the predefined ratio limits through the function `plotPKRatio`. | ||
They can also get the measure of how many of these ratios were in the predefined ratio limits through the function `getPKRatioMeasure`. | ||
* Users can plot time profiles through the function `plotTimeProfile`. | ||
* Histograms: Users can plot histograms through the function `plotHistogram`. | ||
* Box Whiskers: Users can plot box whiskers through the function `plotBoxWhisker`. | ||
* Plot Configuration: Users can create and use standardized plots by setting their configuration using `Theme` and `PlotConfiguration`. | ||
These configurations allows easy definitions of labels, background and axes properties. | ||
|
||
# Report feedback | ||
Users can report feedback and bugs through Github forum and issues at: https://github.com/open-systems-pharmacology/tlf-library/issues | ||
Users can report feedback and bugs through Github forum and issues at: https://github.com/open-systems-pharmacology/tlf-library/issues |
Oops, something went wrong.