overviewR 0.0.13
- Updates in
overview_overlap()to comply with recent changes in dplyr v1.1.0
overviewR 0.0.12
- Following issue #24’s excellent suggestion, we renamed
overview_printtooverview_latex(old code withoverview_printstill works but it is recommended to useoverview_latexinstead) - Following issue #29’s advice, we also deprecated the single argument
fileandpathinoverview_latexand added a new argumentfile_path
overviewR 0.0.11
CRAN release: 2022-08-06
- CRAN resubmission to fix bug in
overview_overlapwhich did not return the correct percentages in the visualization
overviewR 0.0.10
CRAN release: 2022-04-15
- CRAN resubmission We fixed the following bugs and issues:
- Fixed bug in
overview_tabfunction- Internal function returned an integer instead of a date when using multiple time options (also updated the vignettes)
- Fixed bug in vignette
- “Having package code which is run as part of the checks and attempts to write to the user library violates the CRAN Policy’s”
- “Packages should not write in the user’s home filespace (including clipboards), nor anywhere else on the file system apart from the R session’s temporary directory (or during installation in the location pointed to by TMPDIR: and such usage should be cleaned up).”
- Increased the code coverage of units tests to 100%
overviewR 0.0.9
CRAN release: 2022-04-12
- This version adds the possibility to use multiple time arguments for
overview_tab - It also adds an extended
toydatadata.frame (including variables for day)
overviewR 0.0.8.999
- This development version adds the possibility to use a data.table object with
overview_tabandoverview_na
overviewR 0.0.7.999.1
- This development version adds the following extensions
-
overview_plot- Adjustable
dot_size(default is 2)
- Adjustable
-
overview_na- Option to generate
row_wiseNA values
- Option to generate
-
overview_overlap- New function to compare (at the moment) two data sets using bar graphs (
plot_type = "bar") or Venn diagrams (plot_type = "venn")
- New function to compare (at the moment) two data sets using bar graphs (
-
overview_print- Fixed a small issue that can cause problems with large (and complex) TeX documents
-
overviewR 0.0.7.999
- This development version adds bugs fixes and extensions for
-
overview_plot- some consecutive years were not correctly connected before)
-
colorargument to color parts of the time lines
-
overview_print-
labelto add a cross-reference label -
fontsizeto change the font size
-
-
overview_crossplot- a new function that visualizes basically the same output as
overview_crosstab
- a new function that visualizes basically the same output as
-
overview_tab- if there is a
NAin theidvariable this observation will be automatically deleted. The user receives a warning.
- if there is a
-
overview_crosstab- if there is a
NAin theidvariable this observation will be automatically deleted. The user receives a warning.
- if there is a
-
overviewR 0.0.7
CRAN release: 2020-11-23
- CRAN resubmission We fixed the following bugs:
- Fixed bug in overview_plot function
- Time line was not correctly displayed when a consecutive time variable was present for two different id variables
- Fixed bug in vignette
- Loaded package dplyr to follow CRAN policies: “Packages which use Internet resources should fail gracefully with an informative message if the resource is not available or has changed (and not give a check warning nor error). CRAN versions of packages should work with the current CRAN and Bioconductor releases of packages they depend on and not anticipate nor recommend development versions of such packages (or themselves) on other repositories.”
And added the following new features: - Added function for overview_plot function - Y axis is now automatically ordered in ascending order - Extended the overview_heat function - Y axis is now automatically ordered in ascending order - Introduced “label” argument to overview_heat that allows the user to select whether the percentage/total number of observations should be displayed or not
overviewR 0.0.6
CRAN release: 2020-08-24
- CRAN resubmission
- Added new functions:
- overview_plot
- overview_na
- overview_heat
- Fixed two bugs in overview_plot and overview_tab that returned erroneous results on non-sorted data
overviewR 0.0.5.900
- This development version adds the following functions:
- overview_plot
- overview_na
- overview_heat
