Skip to content

Commit 49c5629

Browse files
Yuri05Yuri05
and
Yuri05
authored
1007 update website (#1008)
* Deleted old (release) website Added utf8 check Small fixes in NEWS.md Typo fixes * Adjust README.md (minimal versions) and _pkgdown.yml (new/modiefied functions) * Fixes #1007 Update website for 2.1 Release * Keep only Centos7/R4 for the Linux tests * Remove utf8 check until it cannot properly handle file names with blanks * adjust linux test images --------- Co-authored-by: Yuri05 <[email protected]>
1 parent 6e4d163 commit 49c5629

File tree

462 files changed

+18065
-14973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

462 files changed

+18065
-14973
lines changed

.github/workflows/LinuxImages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
r_version: [3.6.3, 4.1.0]
12-
os_version: [centos7, bionic]
11+
r_version: [4.1.0] #[3.6.3, 4.1.0]
12+
os_version: [bionic] #[centos7, bionic]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout

NEWS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ospsuite.reportingengine 2.1.0
1+
# ospsuite.reportingengine 2.1.244
22

33
## New features
44

5-
- Population workflows can use Monte Carlo sampling to handle ratio comparison (#536) as documented in article [PK Parameters in Population Workflows](../articles/pop-pk-parameters.html#ratio-comparison).
5+
- Population workflows can use Monte Carlo sampling to handle ratio comparison (#536) as documented in the article [PK Parameters in Population Workflows](../articles/pop-pk-parameters.html#ratio-comparison).
66
- [`Output`](../reference/Output.html) objects can now include `color` and `fill` properties that will be displayed in the corresponding plots (#418, #883)
77
- `dataSelection` is now available at both `SimulationSet` and `Output` levels (#881)
88
- Excel template is up-to-date with the new features (#882) and documented in the article [Excel Template](../articles/excel-template.html)
@@ -26,23 +26,23 @@
2626
- figure/table numbering (#967) are now fixed
2727
- default reference word document has been updated (#748, #749, #750 and #754)
2828
- tags for subscript (wrapped by `<sub>...</sub>`) and superscript (wrapped by `<sup>...</sup>`) are converted to word (#968)
29-
- equations wrapped by `$$...$$` and written in LateX format are converted to word
29+
- equations wrapped by `$$...$$` and written in LaTeX format are converted to word
3030
- bookmarks are now created from markdown anchors (#923)
3131
- Qualification time profiles use base unit if unit is not defined by user (#867, #991)
3232

33-
# ospsuite.reportingengine 2.0.0
33+
# ospsuite.reportingengine 2.0.191
3434

3535
## New features
3636

3737
- Qualification workflows are now available ! (#2)
3838
- Qualification Workflows have their own [vignette](../articles/qualification-workflow.html) to help you start (#566)
39-
- A template qualification workflow R script is available on Github at `system.file("extdata", "qualification-workflow-template.R", package = "ospsuite.reportingengine")` and can also be downloaded from [Github](https://github.com/Open-Systems-Pharmacology/OSPSuite.ReportingEngine/blob/develop/inst/extdata/qualification-workflow-template.R) (#572)
39+
- A template qualification workflow R script is available on GitHub at `system.file("extdata", "qualification-workflow-template.R", package = "ospsuite.reportingengine")` and can also be downloaded from [GitHub](https://github.com/Open-Systems-Pharmacology/OSPSuite.ReportingEngine/blob/develop/inst/extdata/qualification-workflow-template.R) (#572)
4040
- Function `adjustTitlePage` can be used to personalize the report title page (#755)
4141
- Configuration plans can be re-loaded on `QualificationWorkflow` objects to update the report display (#567)
4242
- DDI subunits option is available (#642)
4343
- With `ospsuite` version 10, simulations can be run in parallel (#526)
4444
- Workflows account for time offset in simulation sets using option `timeOffset` for time profile plots (#313) or through user defined PK parameters for PK parameter plots (#578).
45-
- User can define their own word report template to tune the styles of their report by providing a reference word document to the `wordConversionTemplate` of their Workflow object. A word reference template is available on [Github](https://github.com/Open-Systems-Pharmacology/OSPSuite.ReportingEngine/blob/develop/inst/extdata/reference.docx) (#756)
45+
- User can define their own word report template to tune the styles of their report by providing a reference word document to the `wordConversionTemplate` of their Workflow object. A word reference template is available on [GitHub](https://github.com/Open-Systems-Pharmacology/OSPSuite.ReportingEngine/blob/develop/inst/extdata/reference.docx) (#756)
4646
- The function `copyReport` can be used to copy markdown/word reports (#814)
4747

4848
## Minor improvements and bug fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ The **OSPSuite.ReportingEngine** package is compatible with version 3.6.x **AND*
2727
- **styler**
2828
- ... (s. [Installation instructions for the package **ospsuite**](https://github.com/Open-Systems-Pharmacology/OSPSuite-R#installation))
2929
- Must be downloaded manually:
30-
- **ospsuite.utils** (>= 1.3.0)
30+
- **ospsuite.utils** (>= 1.4.0)
3131
- [Package download](https://github.com/Open-Systems-Pharmacology/OSPSuite.RUtils/releases)
32-
- **tlf** (>= 1.4.0)
32+
- **tlf** (>= 1.5.0)
3333
- [Package download](https://github.com/Open-Systems-Pharmacology/TLF-Library/releases)
3434
- **rClr** (s. [Installation instructions for the package **ospsuite**](https://github.com/Open-Systems-Pharmacology/OSPSuite-R#installation))
35-
- **ospsuite** (>= 11.0)
35+
- **ospsuite** (>= 11.1)
3636
- [Package download](https://github.com/Open-Systems-Pharmacology/OSPSuite-R/releases)
3737
- [Installation instructions](https://github.com/Open-Systems-Pharmacology/OSPSuite-R#installation)
3838

_pkgdown.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ reference:
5555
- matches("calculateGeometricErrorRange")
5656
- matches("calculateGMFE")
5757
- matches("calculateResiduals")
58+
- matches("displayConfigurationPlanPlotInfo")
5859
- matches("getResiduals")
5960
- matches("isBetween")
6061
- matches("measureValuesBetween")
@@ -79,7 +80,8 @@ reference:
7980
- matches("plotMeanResVsPred")
8081
- matches("plotMeanResVsTime")
8182
- matches("plotMeanTimeProfile")
82-
- matches("plotPopulationTimeProfile")
83+
- matches("plotPopTimeProfile")
84+
- matches("plotPopTimeProfileLog")
8385
- matches("plotResidualsHistogram")
8486
- matches("plotResidualsQQPlot")
8587
- matches("ratioBoxplot")

docs/404.html

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)