This page is a summary of which versions of concurve
are currently supported and which we will provide support with depending
on the context. We will mostly be supporting the most recent versions of
the package, as these versions will also be using the latest version of
R and other dependencies that are necessary. As such, those
who continue to use older versions of the package may be out of the loop
on new changes in arguments to functions, along with new functions. We
urge users to consult and stay up to date with the documentation, and
update their R packages as frequently as possible. An easy
way to remain updated is to visit the package website, as the
newest version of the package number will always be on the top left.
However, we’d still like users to be able to access old versions of concurve for whatever, reason, and in addition to using GitHub, those can also be found on the CRAN archive. A page with the test results for the most recent package on CRAN can also be found here.
Another useful link will be the NEWS
section, which will inform users of bugs that have been patched and new
changes to old functions. However, checking CRAN is less
than desirable, due to the fact that new changes (that may even be very
important), will often quickly be pushed to GitHub, rather
than CRAN. Thus, installing or upgrading to the newest
version of concurve via the script,
install_github("zadrafi/concurve@master", dependencies = TRUE)may be useful.
You can also directly download a tarball or zip of the most recent package version using the following link.
| Package Version | Currently Supported | Information About Version |
|---|---|---|
| 3.00 | ✔ Supported | Updates and Information about version 3.0.0 |
| 2.77 | ✔ Supported | Updates and Information about version 2.7.7 |
| 2.76 | ✔ Supported | Updates and Information about version 2.7.6 |
| 2.75 | ✔ Supported | Updates and Information about version 2.7.5 |
| 2.70 | ✘ Not Supported | Updates and Information about version 2.7.0 |
Version 3.0 is a major update that includes new functionality, reduced dependencies, and improved compatibility.
curve_wrap() - Generic wrapper for any
CI-producing functioncurve_model() - Convenience wrapper
for model objectscurve_snowflake() - Construct
consonance distributions directly from Snowflake database query
resultscurve_snowflake_batch() - Batch
processing for multiple Snowflake analysesexport_for_powerbi() - Export
consonance data in Power BI-ready formatcurve_from_ratio() - Construct curves
from ratio estimatescurve_from_se() - Construct curves
from standard error estimatescurve_overlap() - Calculate overlap
between consonance functionscurve_summary() - Generate summary
statistics for consonance objectsplot_multi() - Plot multiple
consonance functions simultaneouslypbmcapply dependency -
Replaced with base R parallel::mclapply() for parallel
processing, reducing the package’s dependency footprintDBI
and odbc are now in Suggests for Snowflake integration
(install only if needed)subset() inside parallel
processing callsThe package constructs interval estimates using a wide variety of
functions that already exist within the R ecosystem, whether that is
from base R or from community-contributed packages that are on CRAN.
Here is a list of those packages. Those that are necessary to produce
distributions of parameters are specified as Imports, while
those that are optional and not necessary are specified as
Suggests.
Those that are listed in the Suggests section are typically used for additional functionality such as database connectivity or testing.
| Package | Package Version | |
|---|---|---|
| methods | methods | 4.6.1 |
| bcaboot | bcaboot | 0.2-3 |
| boot | boot | 1.3-32 |
| lme4 | lme4 | 2.0-6 |
| dplyr | dplyr | 1.2.1 |
| flextable | flextable | 0.10.0 |
| ggplot2 | ggplot2 | 4.0.3 |
| knitr | knitr | 1.51 |
| metafor | metafor | 5.0-1 |
| officer | officer | 0.7.6 |
| parallel | parallel | 4.6.1 |
| ProfileLikelihood | ProfileLikelihood | 1.3 |
| scales | scales | 1.4.0 |
| colorspace | colorspace | 2.1-3 |
| survival | survival | 3.8-6 |
| survminer | survminer | 0.5.2 |
| tibble | tibble | 3.3.1 |
| tidyr | tidyr | 1.3.2 |
| Package | Package Version | |
|---|---|---|
| DBI | DBI | 1.3.0 |
| odbc | odbc | 1.7.0 |
| MASS | MASS | 7.3-65 |
| covr | covr | 3.6.5 |
| roxygen2 | roxygen2 | 8.1.0 |
| spelling | spelling | 2.3.2 |
| testthat | testthat | 3.3.2 |
| rmarkdown | rmarkdown | 2.31 |
| Lock5Data | Lock5Data | 4.0.1 |
| carData | carData | 3.0-6 |
| bench | bench | 1.1.4 |
| rms | rms | 8.1-1 |
| brms | brms | 2.23.0 |
| rstan | rstan | 2.32.7 |
| rstanarm | rstanarm | 2.32.2 |
| bayesplot | bayesplot | 1.15.0 |
| vdiffr | vdiffr | 1.0.9 |
| ggtext | ggtext | 0.1.2 |
| daewr | daewr | 1.2-11 |
| svglite | svglite | 2.2.2 |
| data.table | data.table | 1.18.4 |
| nlme | nlme | 3.1-169 |
| simstudy | simstudy | 0.9.2 |
| patchwork | patchwork | 1.3.2 |
| cowplot | cowplot | 1.2.0 |
| reprex | reprex | 2.1.1 |
Please see here to report any vulnerabilities within the package, and to follow best practices for reporting any bugs, issues, or concerns. When submitting an issue, please try to submit a REPREX, so that the developers may quickly see the issue.
#> R version 4.6.1 (2026-06-24)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 24.04.4 LTS
#>
#> Matrix products: default
#> BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
#> LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.26.so; LAPACK version 3.12.0
#>
#> locale:
#> [1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
#> [4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
#> [7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
#> [10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
#>
#> time zone: UTC
#> tzcode source: system (glibc)
#>
#> attached base packages:
#> [1] stats graphics grDevices utils datasets methods base
#>
#> other attached packages:
#> [1] magick_2.9.1 kableExtra_1.4.1 magrittr_2.0.5 knitr_1.51
#>
#> loaded via a namespace (and not attached):
#> [1] vctrs_0.7.3 svglite_2.2.2 cli_3.6.6 rlang_1.3.0
#> [5] xfun_0.60 stringi_1.8.9 otel_0.2.0 textshaping_1.0.5
#> [9] jsonlite_2.0.0 glue_1.8.1 htmltools_0.5.9 ragg_1.5.2
#> [13] sass_0.4.10 scales_1.4.0 rmarkdown_2.31 evaluate_1.0.5
#> [17] jquerylib_0.1.4 fastmap_1.2.0 yaml_2.3.12 lifecycle_1.0.5
#> [21] stringr_1.6.0 compiler_4.6.1 RColorBrewer_1.1-3 fs_2.1.0
#> [25] Rcpp_1.1.2 htmlwidgets_1.6.4 rstudioapi_0.19.0 farver_2.1.2
#> [29] systemfonts_1.3.2 digest_0.6.39 viridisLite_0.4.3 R6_2.6.1
#> [33] bslib_0.12.0 tools_4.6.1 xml2_1.6.0 pkgdown_2.2.1
#> [37] cachem_1.1.0 desc_1.4.3