Title: Versatile R Server
Description: Rserve is a versatile, scalable server enabling the
efficient use of R from other applications through
variety of protocols including QAP, WebSockets, HTTP
and HTTPS. It acts as a server (TCP/IP or local sockets)
which allows binary requests to be sent to R. Every
connection has a separate workspace and working
directory. Client-side implementations are available
for many popular languages allowing applications
to use facilities of R without the need of linking to
the R binary. Rserve supports remote connections,
user authentication and file transfer. A simple R client
is included in this package as well. It also supports
OCAP mode for secure remote procedure calls,
including support for full event loop, asynchronous
results/graphics and console I/O.
Author: Simon Urbanek [aut, cre, cph]
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Diff between Rserve versions 1.8-19 dated 2026-03-24 and 1.8-19.1 dated 2026-08-29
DESCRIPTION | 6 +++--- MD5 | 6 +++--- src/Rserv.c | 2 +- src/proxy/rscript.c | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-)
Title: Maxwell Control Charts
Description: Computes Control limits, coefficients of control limits, various performance metrics and depicts control charts for monitoring Maxwell-distributed quality characteristics.
Author: Zahid Khan [aut],
Zsolt T. Kosztyan [aut, cre]
Maintainer: Zsolt T. Kosztyan <kosztyan.zsolt@gtk.uni-pannon.hu>
Diff between mxcc versions 0.0.5 dated 2026-04-10 and 0.0.6 dated 2026-08-29
DESCRIPTION | 6 +++--- MD5 | 7 ++++--- NAMESPACE | 1 + R/plot.R | 36 ++++++++++++++---------------------- README.md |only 5 files changed, 22 insertions(+), 28 deletions(-)
Title: I/O Tools for Streaming
Description: Basic I/O tools for streaming and data parsing.
Author: Simon Urbanek [aut, cre] ,
Taylor Arnold [aut]
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Diff between iotools versions 0.4-0 dated 2026-02-19 and 0.4-0.1 dated 2026-08-29
DESCRIPTION | 6 +++--- MD5 | 4 ++-- src/strutil.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)
Title: Installing and Loading R Packages for Reproducible Workflows
Description: A single key function, 'Require' that makes rerun-tolerant
versions of 'install.packages' and 'require' for CRAN packages, packages
no longer on CRAN (i.e., archived), specific versions of packages,
and GitHub packages. This approach is developed to create reproducible
workflows that are flexible and fast enough to use while in development stages,
while able to build snapshots once a stable package collection is found.
As with other functions in a reproducible workflow, this package
emphasizes functions that return the same result whether it is
the first or subsequent times running the function, with subsequent times being
sufficiently fast that they can be run every time without undue waiting burden on
the user or developer.
Author: Eliot J B McIntire [aut, cre] ,
Alex M Chubaty [ctb] ,
His Majesty the King in Right of Canada, as represented by the Minister
of Natural Resources Canada [cph]
Maintainer: Eliot J B McIntire <eliot.mcintire@canada.ca>
Diff between Require versions 2.0.0 dated 2026-05-15 and 2.1.0 dated 2026-08-29
Require-2.0.0/Require/inst/snapshot.txt |only Require-2.1.0/Require/DESCRIPTION | 15 Require-2.1.0/Require/MD5 | 137 Require-2.1.0/Require/NAMESPACE | 89 Require-2.1.0/Require/NEWS.md | 185 + Require-2.1.0/Require/R/CRAN.R | 24 Require-2.1.0/Require/R/Require-helpers.R | 86 Require-2.1.0/Require/R/Require-package.R | 22 Require-2.1.0/Require/R/Require2.R | 379 +- Require-2.1.0/Require/R/RequireOptions.R | 74 Require-2.1.0/Require/R/extract.R | 84 Require-2.1.0/Require/R/helpers.R | 16 Require-2.1.0/Require/R/messages.R | 23 Require-2.1.0/Require/R/pak.R | 1730 ++++++++-- Require-2.1.0/Require/R/pkgDep.R | 169 Require-2.1.0/Require/R/pkgDep3.R | 17 Require-2.1.0/Require/R/pkgSnapshot.R | 83 Require-2.1.0/Require/R/setLibPaths.R | 44 Require-2.1.0/Require/R/setup.R | 17 Require-2.1.0/Require/R/zzz.R | 25 Require-2.1.0/Require/build/vignette.rds |binary Require-2.1.0/Require/inst/WORDLIST | 16 Require-2.1.0/Require/inst/snapshots |only Require-2.1.0/Require/man/DESCRIPTION-helpers.Rd | 3 Require-2.1.0/Require/man/GETWauthThenNonAuth.Rd |only Require-2.1.0/Require/man/GitHubTools.Rd | 8 Require-2.1.0/Require/man/Require.Rd | 107 Require-2.1.0/Require/man/RequireOptions.Rd | 74 Require-2.1.0/Require/man/availableVersions.Rd | 6 Require-2.1.0/Require/man/cacheGetOptionCachePkgDir.Rd | 4 Require-2.1.0/Require/man/clearRequire.Rd | 4 Require-2.1.0/Require/man/compareVersion2.Rd | 8 Require-2.1.0/Require/man/extractPkgName.Rd | 7 Require-2.1.0/Require/man/getCRANrepos.Rd | 3 Require-2.1.0/Require/man/getGitCredsToken.Rd |only Require-2.1.0/Require/man/modifyList2.Rd | 3 Require-2.1.0/Require/man/pkgDep.Rd | 45 Require-2.1.0/Require/man/pkgDepIfDepRemoved.Rd | 13 Require-2.1.0/Require/man/pkgSnapshot.Rd | 67 Require-2.1.0/Require/man/setLibPaths.Rd | 45 Require-2.1.0/Require/man/setLinuxBinaryRepo.Rd | 3 Require-2.1.0/Require/man/setup.Rd | 3 Require-2.1.0/Require/man/stripGitHubToRepos.Rd |only Require-2.1.0/Require/man/tempdir2.Rd | 3 Require-2.1.0/Require/man/tempfile2.Rd | 3 Require-2.1.0/Require/man/trimRedundancies.Rd |only Require-2.1.0/Require/man/trimVersionNumber.Rd | 10 Require-2.1.0/Require/tests/testthat/fixtures/smallSnapshot.txt | 11 Require-2.1.0/Require/tests/testthat/fixtures/smallSnapshotNoDeps.txt |only Require-2.1.0/Require/tests/testthat/helper_0.R | 117 Require-2.1.0/Require/tests/testthat/setup.R | 68 Require-2.1.0/Require/tests/testthat/test-00pkgSnapshot_testthat.R | 4 Require-2.1.0/Require/tests/testthat/test-01packages_testthat.R | 25 Require-2.1.0/Require/tests/testthat/test-02extract_testthat.R | 30 Require-2.1.0/Require/tests/testthat/test-03helpers_testthat.R | 2 Require-2.1.0/Require/tests/testthat/test-04other_testthat.R | 8 Require-2.1.0/Require/tests/testthat/test-05packagesLong_testthat.R | 32 Require-2.1.0/Require/tests/testthat/test-06pkgDep_testthat.R | 11 Require-2.1.0/Require/tests/testthat/test-08modules_testthat.R | 36 Require-2.1.0/Require/tests/testthat/test-09pkgSnapshotLong_testthat.R | 373 -- Require-2.1.0/Require/tests/testthat/test-10DifferentPkgs_testthat.R | 14 Require-2.1.0/Require/tests/testthat/test-11misc_testthat.R | 20 Require-2.1.0/Require/tests/testthat/test-12offlineMode_testthat.R | 15 Require-2.1.0/Require/tests/testthat/test-14coverage2_testthat.R | 63 Require-2.1.0/Require/tests/testthat/test-15bugfixes_testthat.R | 630 +++ Require-2.1.0/Require/tests/testthat/test-16installFailureMetadata_testthat.R | 110 Require-2.1.0/Require/tests/testthat/test-17usePak.R | 596 +++ Require-2.1.0/Require/tests/testthat/test-18nosudo_testthat.R | 11 Require-2.1.0/Require/tests/testthat/test-19smallSnapshot_testthat.R | 42 Require-2.1.0/Require/tests/testthat/test-20ghToken_testthat.R |only Require-2.1.0/Require/tests/testthat/test-21snapshotInstallPackages_testthat.R |only Require-2.1.0/Require/tests/testthat/test-22lessThanToAt_testthat.R |only Require-2.1.0/Require/tests/testthat/test-23snapshotRversion_testthat.R |only 73 files changed, 4680 insertions(+), 1192 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2026-03-26 1.0.2
2026-02-20 1.0
Title: Sample Size and Power Calculation for Two Co-Primary Endpoints
Description: Comprehensive functions to calculate sample size and power for
clinical trials with two co-primary endpoints. The package supports five
endpoint combinations: two continuous endpoints (Sozu et al. 2011
<doi:10.1080/10543406.2011.551329>), two binary endpoints using asymptotic
methods (Sozu et al. 2010 <doi:10.1002/sim.3972>) and exact methods (Homma
and Yoshida 2025 <doi:10.1177/09622802251368697>), mixed continuous and
binary endpoints (Sozu et al. 2012 <doi:10.1002/bimj.201100221>), and mixed
count and continuous endpoints (Homma and Yoshida 2024
<doi:10.1002/pst.2337>). All methods appropriately account for correlation
between endpoints and provide both sample size and power calculation
capabilities.
Author: Gosuke Homma [aut, cre]
Maintainer: Gosuke Homma <my.name.is.gosuke@gmail.com>
Diff between twoCoprimary versions 1.0.0 dated 2025-11-21 and 1.1.0 dated 2026-08-29
DESCRIPTION | 17 MD5 | 125 +-- NAMESPACE | 100 +- NEWS.md | 194 +++-- R/RcppExports.R |only R/dbibinom.R | 204 ++--- R/design_table.R | 879 ++++++++++++----------- R/power2BinaryExact.R | 362 ++++----- R/power2Continuous.R | 343 ++++----- R/power2MixedContinuousBinary.R | 666 +++++++++-------- R/rr1Binary.R | 425 ++++++----- R/ss2BinaryApprox.R | 350 ++++----- R/ss2BinaryExact.R | 324 ++++---- R/ss2Continuous.R | 346 ++++----- R/ss2MixedContinuousBinary.R | 377 +++++----- R/ss2MixedCountContinuous.R | 384 +++++----- R/twoCoprimary-package.R |only R/twoCoprimary2BinaryExact.R | 208 ++--- R/twoCoprimary2MixedContinuousBinary.R | 202 ++--- R/utils_dbibinom_g.R |only R/utils_tie_groups.R |only README.md | 367 +++++---- build/partial.rdb |only build/vignette.rds |binary inst/WORDLIST |only inst/doc/mixed-continuous-binary.R | 21 inst/doc/mixed-continuous-binary.Rmd | 1021 ++++++++++++++------------- inst/doc/mixed-continuous-binary.html | 457 +++++++----- inst/doc/mixed-count-continuous.Rmd | 960 ++++++++++++------------- inst/doc/mixed-count-continuous.html | 7 inst/doc/overview.Rmd | 740 +++++++++---------- inst/doc/overview.html | 15 inst/doc/two-binary-endpoints-approx.R | 5 inst/doc/two-binary-endpoints-approx.Rmd | 1026 +++++++++++++-------------- inst/doc/two-binary-endpoints-approx.html | 284 +++---- inst/doc/two-binary-endpoints-exact.R | 10 inst/doc/two-binary-endpoints-exact.Rmd | 1038 ++++++++++++++-------------- inst/doc/two-binary-endpoints-exact.html | 462 +++++++----- inst/doc/two-continuous-endpoints.R | 8 inst/doc/two-continuous-endpoints.Rmd | 776 ++++++++++---------- inst/doc/two-continuous-endpoints.html | 90 +- man/dbibinom.Rd | 114 +-- man/design_table.Rd | 17 man/figures |only man/power2BinaryExact.Rd | 254 +++--- man/power2Continuous.Rd | 255 +++--- man/power2MixedContinuousBinary.Rd | 252 +++--- man/rr1Binary.Rd | 174 ++-- man/ss2BinaryApprox.Rd | 248 +++--- man/ss2BinaryExact.Rd | 240 +++--- man/ss2Continuous.Rd | 268 +++---- man/ss2MixedContinuousBinary.Rd | 296 ++++--- man/ss2MixedCountContinuous.Rd | 14 man/twoCoprimary-package.Rd |only man/twoCoprimary2BinaryExact.Rd | 11 src |only tests/spelling.R |only tests/testthat/test-continuous_variance.R |only tests/testthat/test-exact_binary.R |only tests/testthat/test-invariance.R |only tests/testthat/test-mixed_fisher.R |only tests/testthat/test-power_functions.R | 570 +++++++-------- tests/testthat/test-print_method.R | 430 +++++------ tests/testthat/test-sample_size_functions.R | 586 +++++++-------- vignettes/mixed-continuous-binary.Rmd | 1021 ++++++++++++++------------- vignettes/mixed-count-continuous.Rmd | 960 ++++++++++++------------- vignettes/overview.Rmd | 740 +++++++++---------- vignettes/two-binary-endpoints-approx.Rmd | 1026 +++++++++++++-------------- vignettes/two-binary-endpoints-exact.Rmd | 1038 ++++++++++++++-------------- vignettes/two-continuous-endpoints.Rmd | 776 ++++++++++---------- 70 files changed, 11391 insertions(+), 10692 deletions(-)