Staying Up to Date


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.

Previous Versions

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.


Dependencies


The 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 function


Package Imports


Package Imports
Package Package Version
MASS MASS 7.3-53
methods methods 4.0.3
bcaboot bcaboot 0.2-1
boot boot 1.3-25
lme4 lme4 1.1-23
dplyr dplyr 1.0.2
flextable flextable 0.5.11
ggplot2 ggplot2 3.3.2
knitr knitr 1.30
metafor metafor 2.4-0
officer officer 0.3.14
parallel parallel 4.0.3
pbmcapply pbmcapply 1.5.0
ProfileLikelihood ProfileLikelihood 1.1
scales scales 1.1.1
colorspace colorspace 1.4-1
survival survival 3.2-7
survminer survminer 0.4.8
tibble tibble 3.0.3
tidyr tidyr 1.1.2

Package Suggestions


Package Suggestions
Package Package Version
covr covr 3.5.1
roxygen2 roxygen2 7.1.1
spelling spelling 2.1
testthat testthat 2.3.2
rmarkdown rmarkdown 2.4
Lock5Data Lock5Data 2.8
carData carData 3.0-4
bench bench 1.1.1
rms rms 6.0-1
brms brms 2.14.0
rstanarm rstanarm 2.21.1
bayesplot bayesplot 1.7.2
vdiffr vdiffr 0.3.3
ggtext ggtext 0.1.0
daewr daewr 1.2-5
svglite svglite 1.2.3.2
data.table data.table 1.13.0
nlme nlme 3.1-149
simstudy simstudy 0.2.1

Reporting Bugs, Vulnerabilities, and Issues


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.


Session info

#> R version 4.0.3 (2020-10-10)
#> Platform: x86_64-apple-darwin17.0 (64-bit)
#> Running under: macOS Catalina 10.15.6
#> 
#> Matrix products: default
#> BLAS:   /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
#> LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
#> 
#> locale:
#> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices utils     datasets  methods   base     
#> 
#> other attached packages:
#> [1] magick_2.4.0     kableExtra_1.2.1 magrittr_1.5     knitr_1.30      
#> 
#> loaded via a namespace (and not attached):
#>  [1] Rcpp_1.0.5        rstudioapi_0.11   xml2_1.3.2        munsell_0.5.0    
#>  [5] rvest_0.3.6       viridisLite_0.3.0 colorspace_1.4-1  R6_2.4.1         
#>  [9] ragg_0.4.0        rlang_0.4.8       highr_0.8         stringr_1.4.0    
#> [13] httr_1.4.2        tools_4.0.3       webshot_0.5.2     xfun_0.18        
#> [17] htmltools_0.5.0   systemfonts_0.3.2 yaml_2.2.1        assertthat_0.2.1 
#> [21] digest_0.6.25     rprojroot_1.3-2   lifecycle_0.2.0   pkgdown_1.6.1    
#> [25] crayon_1.3.4.9000 textshaping_0.1.2 fs_1.5.0          memoise_1.1.0    
#> [29] glue_1.4.2        evaluate_0.14     rmarkdown_2.4     stringi_1.5.3    
#> [33] compiler_4.0.3    scales_1.1.1      desc_1.2.0        backports_1.1.10