Sat, 21 Mar 2026

Package splitstackshape updated to version 1.4.8.1 with previous version 1.4.8 dated 2019-04-21

Title: Stack and Reshape Datasets After Splitting Concatenated Values
Description: Online data collection tools like Google Forms often export multiple-response questions with data concatenated in cells. The concat.split (cSplit) family of functions splits such data into separate cells. The package also includes functions to stack groups of columns and to reshape wide data, even when the data are "unbalanced"---something which reshape (from base R) does not handle, and which melt and dcast from reshape2 do not easily handle.
Author: Ananda Mahto [aut, cre]
Maintainer: Ananda Mahto <mrdwab@gmail.com>

Diff between splitstackshape versions 1.4.8 dated 2019-04-21 and 1.4.8.1 dated 2026-03-21

 DESCRIPTION             |   14 +++++++++-----
 MD5                     |    6 +++---
 NEWS.md                 |    2 +-
 data/concatenated.RData |binary
 4 files changed, 13 insertions(+), 9 deletions(-)

More information about splitstackshape at CRAN
Permanent link

Package spatstat.geom updated to version 3.7-2 with previous version 3.7-0 dated 2026-01-20

Title: Geometrical Functionality of the 'spatstat' Family
Description: Defines spatial data types and supports geometrical operations on them. Data types include point patterns, windows (domains), pixel images, line segment patterns, tessellations and hyperframes. Capabilities include creation and manipulation of data (using command line or graphical interaction), plotting, geometrical operations (rotation, shift, rescale, affine transformation), convex hull, discretisation and pixellation, Dirichlet tessellation, Delaunay triangulation, pairwise distances, nearest-neighbour distances, distance transform, morphological operations (erosion, dilation, closing, opening), quadrat counting, geometrical measurement, geometrical covariance, colour maps, calculus on spatial domains, Gaussian blur, level sets of images, transects of images, intersections between objects, minimum distance matching. (Excludes spatial data on a network, which are supported by the package 'spatstat.linnet'.)
Author: Adrian Baddeley [aut, cre, cph] , Rolf Turner [aut, cph] , Ege Rubak [aut, cph] , Warick Brown [ctb], Tilman Davies [ctb], Ute Hahn [ctb], Martin Hazelton [ctb], Abdollah Jalilian [ctb], Greg McSwiggan [ctb, cph], Sebastian Meyer [ctb, cph], Jens Oeh [...truncated...]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>

Diff between spatstat.geom versions 3.7-0 dated 2026-01-20 and 3.7-2 dated 2026-03-21

 DESCRIPTION                   |   14 +-
 MD5                           |  132 ++++++++++++------------
 NAMESPACE                     |   15 ++
 NEWS                          |  101 ++++++++++++++++++
 R/colourschemes.R             |    2 
 R/connected.R                 |    2 
 R/convexdist.R                |    2 
 R/diagram.R                   |    2 
 R/distfun.R                   |    2 
 R/distmap.R                   |   47 +++++---
 R/eval.im.R                   |   12 +-
 R/exactdt.R                   |   32 +++--
 R/funxy.R                     |    2 
 R/hyperframe.R                |    2 
 R/hypersub.R                  |    2 
 R/images.R                    |    2 
 R/layered.R                   |    2 
 R/marks.R                     |    2 
 R/minkowski.R                 |  204 +++++++++++++++++++++++++++++++------
 R/morphology.R                |   97 +++++++++--------
 R/nncross.R                   |   11 +-
 R/nndist.R                    |  107 +++++++++++++------
 R/nnfun.R                     |    2 
 R/nnmap.R                     |   21 ++-
 R/options.R                   |    6 +
 R/plot.im.R                   |    2 
 R/pointweights.R              |   27 +++-
 R/pp3.R                       |    2 
 R/psp.R                       |   27 +++-
 R/simplepanel.R               |    2 
 R/split.ppp.R                 |    2 
 R/sptfun.R                    |only
 R/tess.R                      |  137 ++++++++++++++++++++++++-
 R/texture.R                   |    2 
 R/units.R                     |   16 ++
 R/util.R                      |   74 ++++++++++---
 R/window.R                    |   51 +++++----
 R/wingeom.R                   |   31 ++++-
 inst/doc/packagesizes.txt     |    3 
 inst/info/packagesizes.txt    |    3 
 man/FeretBox.Rd               |only
 man/FeretDiamFun.Rd           |only
 man/SupportFun.Rd             |only
 man/distmap.ppp.Rd            |   15 ++
 man/fillholes.owin.Rd         |    4 
 man/intensity.ppp.Rd          |    5 
 man/macros/defns.Rd           |    5 
 man/mergeTiles.Rd             |only
 man/nncross.Rd                |   14 ++
 man/nndist.Rd                 |   10 +
 man/nnmap.Rd                  |   15 +-
 man/polarbody.Rd              |only
 man/spatstat.geom-internal.Rd |   12 +-
 man/tess.Rd                   |    3 
 src/exactdist.c               |   27 ++--
 src/init.c                    |   12 +-
 src/knnXdist.h                |   14 ++
 src/knndist.h                 |   14 ++
 src/knndistance.c             |  228 ++++++++++++++++++++++++++++++++++--------
 src/knngrid.c                 |   66 ++++++++++--
 src/knngrid.h                 |   11 +-
 src/nndist.h                  |    9 +
 src/nndistX.h                 |   12 +-
 src/nndistance.c              |  214 ++++++++++++++++++++++++++++++++-------
 src/nngrid.c                  |   63 ++++++++++-
 src/nngrid.h                  |   11 +-
 src/proto.h                   |   12 +-
 tests/testsGtoJ.R             |   24 ++++
 tests/testsNtoO.R             |   37 ++++++
 tests/testsP2.R               |   21 +++
 70 files changed, 1587 insertions(+), 473 deletions(-)

More information about spatstat.geom at CRAN
Permanent link

Package creditmodel (with last version 1.3.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2022-01-07 1.3.1
2021-01-25 1.3.0
2020-11-09 1.2.7
2020-10-02 1.2.6
2020-08-26 1.2.5
2020-07-13 1.2.4
2020-07-05 1.2.3
2020-06-21 1.2.2
2020-05-23 1.2.1
2020-04-28 1.2
2020-04-20 1.1.9
2020-03-18 1.1.8

Permanent link
Package disto (with last version 0.2.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-08-02 0.2.0
2018-07-19 0.1.0

Permanent link
Package ViSiElse (with last version 1.2.2) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2019-10-24 1.2.2
2018-10-31 1.2.1

Permanent link
Package VorteksExport (with last version 0.1.8) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2021-03-19 0.1.8

Permanent link
Package bwsTools (with last version 1.2.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2020-08-26 1.2.0
2020-06-14 1.1.1
2020-03-19 1.1.0
2019-12-04 1.0.1

Permanent link
Package abnormality (with last version 0.1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-03-13 0.1.0

Permanent link
Package DCEM (with last version 2.0.5) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2022-01-15 2.0.5
2020-08-02 2.0.4
2020-04-07 2.0.2
2020-02-28 2.0.1

Permanent link
Package DynaRankR (with last version 1.1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2020-02-13 1.1.0
2019-01-18 1.0.0

Permanent link
Package MoLE (with last version 1.0.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2017-10-24 1.0.1
2017-07-03 1.0.0

Permanent link
Package RTTWebClient (with last version 0.1.3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2022-02-08 0.1.3
2021-05-31 0.1.2

Permanent link
Package SDEFSR (with last version 0.7.22) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2021-04-30 0.7.22
2020-01-28 0.7.21

Permanent link
Package MSRDT (with last version 0.1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2020-06-02 0.1.0

Permanent link
Package BRDT (with last version 0.1.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2020-06-09 0.1.0

Permanent link
Package MullerPlot (with last version 0.1.3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2022-04-28 0.1.3
2016-10-20 0.1.2

Permanent link
Package RepertoiR (with last version 0.0.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2021-10-25 0.0.1

Permanent link
Package SWIM (with last version 1.0.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2022-01-09 1.0.0
2020-09-22 0.2.2
2020-05-22 0.2.1
2020-01-10 0.2.0
2019-07-19 0.1.0

Permanent link
Package SemiEstimate (with last version 1.1.3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2021-09-06 1.1.3

Permanent link
Package DMTL (with last version 0.1.2) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2021-02-18 0.1.2

Permanent link
Package Biostatistics (with last version 1.0.4) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2022-01-18 1.0.4
2021-09-02 1.0.3
2021-07-11 1.0.2
2021-02-13 1.0.1
2021-01-22 1.0.0

Permanent link
Package BMRBr (with last version 0.2.0) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-08-24 0.2.0
2018-01-17 0.1.0

Permanent link
Package showtext updated to version 0.9-8 with previous version 0.9-7 dated 2024-03-02

Title: Using Fonts More Easily in R Graphs
Description: Making it easy to use various types of fonts ('TrueType', 'OpenType', Type 1, web fonts, etc.) in R graphs, and supporting most output formats of R graphics including PNG, PDF and SVG. Text glyphs will be converted into polygons or raster images, hence after the plot has been created, it no longer relies on the font files. No external software such as 'Ghostscript' is needed to use this package.
Author: Yixuan Qiu [aut, cre], Dave Raggett [ctb]
Maintainer: Yixuan Qiu <yixuan.qiu@cos.name>

Diff between showtext versions 0.9-7 dated 2024-03-02 and 0.9-8 dated 2026-03-21

 DESCRIPTION                |   21 ++--
 MD5                        |   34 +++----
 build/vignette.rds         |binary
 inst/NEWS.Rd               |    8 +
 inst/doc/introduction.Rmd  |    2 
 inst/doc/introduction.html |  131 ++++++++++++++---------------
 src/array.c                |   38 ++++----
 src/cairodev.c             |   16 +--
 src/cairodev.h             |   33 ++++++-
 src/devfuns.c              |   61 +++++++------
 src/fonts.c                |  201 +++++++++++++++++++++++++++++++++++----------
 src/fonts.h                |    2 
 src/outline.c              |   54 ++++++------
 src/raster.c               |   76 ++++++++++-------
 src/showtext.c             |   18 ++--
 src/util.c                 |    8 +
 src/util.h                 |    1 
 vignettes/introduction.Rmd |    2 
 18 files changed, 451 insertions(+), 255 deletions(-)

More information about showtext at CRAN
Permanent link

Package panelView updated to version 1.2.1 with previous version 1.2.0 dated 2026-03-11

Title: Visualizing Panel Data
Description: Visualizes panel data. It has three main functionalities: (1) it plots the treatment status and missing values in a panel dataset; (2) it visualizes the temporal dynamics of a main variable of interest; (3) it depicts the bivariate relationships between a treatment variable and an outcome variable either by unit or in aggregate. For details, see <doi:10.18637/jss.v107.i07>.
Author: Yiqing Xu [aut, cre] , Hongyu Mou [aut], Licheng Liu [aut]
Maintainer: Yiqing Xu <yiqingxu@stanford.edu>

Diff between panelView versions 1.2.0 dated 2026-03-11 and 1.2.1 dated 2026-03-21

 DESCRIPTION        |   30 +++++++++++++++++-------------
 MD5                |   12 ++++++------
 NAMESPACE          |    2 +-
 R/panelView.R      |   10 +++++-----
 R/plot-bivariate.R |   18 +++++++++---------
 R/plot-outcome.R   |   22 +++++++++++-----------
 R/plot-treat.R     |   10 +++++-----
 7 files changed, 54 insertions(+), 50 deletions(-)

More information about panelView at CRAN
Permanent link

Package graphicalMCP updated to version 0.2.9 with previous version 0.2.8 dated 2025-05-06

Title: Graphical Multiple Comparison Procedures
Description: Multiple comparison procedures (MCPs) control the familywise error rate in clinical trials. Graphical MCPs include many commonly used procedures as special cases; see Bretz et al. (2011) <doi:10.1002/bimj.201000239>, Lu (2016) <doi:10.1002/sim.6985>, and Xi et al. (2017) <doi:10.1002/bimj.201600233>. This package is a low-dependency implementation of graphical MCPs which allow mixed types of tests. It also includes power simulations and visualization of graphical MCPs.
Author: Dong Xi [aut, cre], Ethan Brockmann [aut], Gilead Sciences, Inc. [cph, fnd]
Maintainer: Dong Xi <dong.xi1@gilead.com>

Diff between graphicalMCP versions 0.2.8 dated 2025-05-06 and 0.2.9 dated 2026-03-21

 graphicalMCP-0.2.8/graphicalMCP/tests/testthat/Rplots.pdf         |only
 graphicalMCP-0.2.9/graphicalMCP/DESCRIPTION                       |    8 +-
 graphicalMCP-0.2.9/graphicalMCP/MD5                               |   19 ++---
 graphicalMCP-0.2.9/graphicalMCP/NEWS.md                           |    5 +
 graphicalMCP-0.2.9/graphicalMCP/R/graph_test_closure.R            |   11 ++
 graphicalMCP-0.2.9/graphicalMCP/build/partial.rdb                 |binary
 graphicalMCP-0.2.9/graphicalMCP/inst/doc/closed-testing.html      |   26 +++---
 graphicalMCP-0.2.9/graphicalMCP/inst/doc/graph-examples.html      |   38 +++++-----
 graphicalMCP-0.2.9/graphicalMCP/inst/doc/graphicalMCP.html        |   14 +--
 graphicalMCP-0.2.9/graphicalMCP/inst/doc/internal-validation.html |   14 +--
 graphicalMCP-0.2.9/graphicalMCP/inst/doc/shortcut-testing.html    |   26 +++---
 11 files changed, 85 insertions(+), 76 deletions(-)

More information about graphicalMCP at CRAN
Permanent link

Package connectapi updated to version 0.11.1 with previous version 0.11.0 dated 2026-02-25

Title: Utilities for Interacting with the 'Posit Connect' Server API
Description: Provides a helpful 'R6' class and methods for interacting with the 'Posit Connect' Server API along with some meaningful utility functions for regular tasks. API documentation varies by 'Posit Connect' installation and version, but the latest documentation is also hosted publicly at <https://docs.posit.co/connect/api/>.
Author: Kara Woo [aut, cre], Toph Allen [aut], Neal Richardson [aut], Sean Lopp [aut], Cole Arendt [aut], Posit, PBC [cph, fnd]
Maintainer: Kara Woo <kara.woo@posit.co>

Diff between connectapi versions 0.11.0 dated 2026-02-25 and 0.11.1 dated 2026-03-21

 DESCRIPTION                   |    6 ++---
 MD5                           |   22 ++++++++++-----------
 NEWS.md                       |    4 +++
 R/get.R                       |    2 -
 R/parse.R                     |    8 +++++++
 R/ptype.R                     |    2 -
 README.md                     |    3 --
 inst/doc/customize-http.html  |    4 +--
 inst/doc/getting-started.html |    4 +--
 man/get_usage.Rd              |    2 -
 tests/testthat/test-get.R     |    5 ++--
 tests/testthat/test-parse.R   |   43 ++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 80 insertions(+), 25 deletions(-)

More information about connectapi at CRAN
Permanent link

Package CohortCharacteristics updated to version 1.1.2 with previous version 1.1.1 dated 2026-01-28

Title: Summarise and Visualise Characteristics of Patients in the OMOP CDM
Description: Summarise and visualise the characteristics of patients in data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model (CDM).
Author: Marti Catala [aut, cre] , Yuchen Guo [aut] , Mike Du [ctb] , Kim Lopez-Guell [aut] , Edward Burn [aut] , Nuria Mercade-Besora [aut] , Marta Alcalde [aut]
Maintainer: Marti Catala <marti.catalasabate@ndorms.ox.ac.uk>

Diff between CohortCharacteristics versions 1.1.1 dated 2026-01-28 and 1.1.2 dated 2026-03-21

 DESCRIPTION                                              |    6 
 MD5                                                      |  244 
 NAMESPACE                                                |  108 
 NEWS.md                                                  |  203 
 R/CohortCharacteristics-package.R                        |   56 
 R/benchmarkCohortCharacteristics.R                       |  528 
 R/checks.R                                               |  252 
 R/documentationHelpers.R                                 |  206 
 R/plot.R                                                 |  414 
 R/plotCharacteristics.R                                  |  328 
 R/plotCohortAttrition.R                                  |  840 -
 R/plotCohortCount.R                                      |  158 
 R/plotCohortOverlap.R                                    |  246 
 R/plotCohortTiming.R                                     |  366 
 R/plotComparedLargeScaleCharacteristics.R                |  318 
 R/plotLargeScaleCharacteristics.R                        |  154 
 R/reexports.R                                            |  160 
 R/summariseCharacteristics.R                             | 1353 -
 R/summariseCohortAttrition.R                             |  246 
 R/summariseCohortCodelist.R                              |  350 
 R/summariseCohortCount.R                                 |  112 
 R/summariseCohortOverlap.R                               |  508 
 R/summariseCohortTiming.R                                |  524 
 R/summariseLargeScaleCharacteristics.R                   | 1294 -
 R/table.R                                                |  250 
 R/tableCharacteristics.R                                 |  138 
 R/tableCohortAttrition.R                                 |  120 
 R/tableCohortCount.R                                     |  120 
 R/tableCohortOverlap.R                                   |  136 
 R/tableCohortTiming.R                                    |  180 
 R/tableLargeScaleCharacteristics.R                       |  532 
 R/utilities.R                                            |  126 
 README.md                                                |  624 
 build/vignette.rds                                       |binary
 inst/WORDLIST                                            |  124 
 inst/doc/summarise_characteristics.R                     |  322 
 inst/doc/summarise_characteristics.Rmd                   |  456 
 inst/doc/summarise_characteristics.html                  |12400 +++++++--------
 inst/doc/summarise_cohort_overlap.R                      |  134 
 inst/doc/summarise_cohort_overlap.Rmd                    |  198 
 inst/doc/summarise_cohort_overlap.html                   | 3150 +--
 inst/doc/summarise_cohort_timing.R                       |  164 
 inst/doc/summarise_cohort_timing.Rmd                     |  224 
 inst/doc/summarise_cohort_timing.html                    | 3184 +--
 inst/doc/summarise_large_scale_characteristics.R         |  134 
 inst/doc/summarise_large_scale_characteristics.Rmd       |  224 
 inst/doc/summarise_large_scale_characteristics.html      | 6179 +++----
 man/CohortCharacteristics-package.Rd                     |   78 
 man/availablePlotColumns.Rd                              |   54 
 man/availableTableColumns.Rd                             |   58 
 man/benchmarkCohortCharacteristics.Rd                    |   86 
 man/cohortDoc.Rd                                         |   24 
 man/cohortIdDoc.Rd                                       |   26 
 man/figures/attrition.svg                                |   40 
 man/figures/lifecycle-archived.svg                       |   42 
 man/figures/lifecycle-defunct.svg                        |   42 
 man/figures/lifecycle-deprecated.svg                     |   42 
 man/figures/lifecycle-experimental.svg                   |   42 
 man/figures/lifecycle-maturing.svg                       |   42 
 man/figures/lifecycle-questioning.svg                    |   42 
 man/figures/lifecycle-soft-deprecated.svg                |   42 
 man/figures/lifecycle-stable.svg                         |   58 
 man/figures/lifecycle-superseded.svg                     |   42 
 man/mockCohortCharacteristics.Rd                         |   90 
 man/plotCharacteristics.Rd                               |  176 
 man/plotCohortAttrition.Rd                               |  110 
 man/plotCohortCount.Rd                                   |  126 
 man/plotCohortOverlap.Rd                                 |  112 
 man/plotCohortTiming.Rd                                  |  168 
 man/plotComparedLargeScaleCharacteristics.Rd             |  148 
 man/plotDoc.Rd                                           |   48 
 man/plotLargeScaleCharacteristics.Rd                     |  128 
 man/reexports.Rd                                         |   50 
 man/resultDoc.Rd                                         |   24 
 man/strataDoc.Rd                                         |   26 
 man/summariseCharacteristics.Rd                          |  268 
 man/summariseCohortAttrition.Rd                          |   64 
 man/summariseCohortCodelist.Rd                           |   84 
 man/summariseCohortCount.Rd                              |   70 
 man/summariseCohortOverlap.Rd                            |   84 
 man/summariseCohortTiming.Rd                             |  102 
 man/summariseLargeScaleCharacteristics.Rd                |  164 
 man/tableCharacteristics.Rd                              |  146 
 man/tableCohortAttrition.Rd                              |  146 
 man/tableCohortCodelist.Rd                               |   80 
 man/tableCohortCount.Rd                                  |  146 
 man/tableCohortOverlap.Rd                                |  154 
 man/tableCohortTiming.Rd                                 |  178 
 man/tableDoc.Rd                                          |   90 
 man/tableLargeScaleCharacteristics.Rd                    |  138 
 man/tableTopLargeScaleCharacteristics.Rd                 |  146 
 man/timeScaleDoc.Rd                                      |   24 
 man/uniqueCombinationsDoc.Rd                             |   26 
 tests/manual/test-sqltest.R                              |  188 
 tests/spelling.R                                         |   10 
 tests/testthat.R                                         |   24 
 tests/testthat/setup.R                                   |  118 
 tests/testthat/test-benchmarkCohortCharacteristics.R     |   44 
 tests/testthat/test-plotCharacteristics.R                |  472 
 tests/testthat/test-plotCohortAttrition.R                |   82 
 tests/testthat/test-plotCohortCount.R                    |   50 
 tests/testthat/test-plotCohortOverlap.R                  |  214 
 tests/testthat/test-plotCohortTiming.R                   |  508 
 tests/testthat/test-plotLargeScaleCharacteristics.R      |  328 
 tests/testthat/test-summariseCharacteristics.R           | 3406 ++--
 tests/testthat/test-summariseCohortAttrition.R           |   60 
 tests/testthat/test-summariseCohortCodelist.R            |  130 
 tests/testthat/test-summariseCohortCount.R               |   52 
 tests/testthat/test-summariseCohortOverlap.R             |  594 
 tests/testthat/test-summariseCohortTiming.R              |  320 
 tests/testthat/test-summariseLargeScaleCharacteristics.R |  930 -
 tests/testthat/test-table.R                              |   18 
 tests/testthat/test-tableCharacteristics.R               |  258 
 tests/testthat/test-tableCohortAttrition.R               |   24 
 tests/testthat/test-tableCohortCount.R                   |   32 
 tests/testthat/test-tableCohortOverlap.R                 |  152 
 tests/testthat/test-tableCohortTiming.R                  |  226 
 tests/testthat/test-tableLargeScaleCharacteristics.R     |  380 
 tests/testthat/test-utilities.R                          |   52 
 vignettes/summarise_characteristics.Rmd                  |  456 
 vignettes/summarise_cohort_overlap.Rmd                   |  198 
 vignettes/summarise_cohort_timing.Rmd                    |  224 
 vignettes/summarise_large_scale_characteristics.Rmd      |  224 
 123 files changed, 25976 insertions(+), 25967 deletions(-)

More information about CohortCharacteristics at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.