Fri, 27 Mar 2026

New package TruncatedPCQM with initial version 0.1.2
Package: TruncatedPCQM
Title: Density Estimation for Point-Centered Quarter Method with Truncated Sampling
Version: 0.1.2
Maintainer: Wenzhe Huang <51280155097@stu.ecnu.edu.cn>
Description: Implements a systematic methodology for estimating population density from point-centered quarter method (PCQM) surveys when distance measurements are truncated by a maximum search radius (right-censored). The package provides a unified framework for analyzing such incomplete data, addressing both completely randomly distributed (Poisson) and spatially aggregated (Negative Binomial) populations. Key features include: (1) Adjusted moment-based density estimators for censored distances; (2) Maximum likelihood estimation (MLE) of density under the Poisson (CSR) model; and (3) Simultaneous MLE of density and an aggregation parameter under the Negative Binomial model. For more details, see Huang, Shen, Xing, and Zhao (2026) <doi:10.48550/arXiv.2603.08276>.
License: GPL (>= 3)
Encoding: UTF-8
Language: en
Depends: R (>= 3.5.0)
Imports:
Suggests: testthat (>= 3.0.0), dplyr (>= 1.1.0)
URL: https://github.com/rcjhrpyt-droid/TruncatedPCQM
BugReports: https://github.com/rcjhrpyt-droid/TruncatedPCQM/issues
NeedsCompilation: no
Packaged: 2026-03-24 05:50:34 UTC; Lenovo
Author: Wenzhe Huang [aut, cre], Guochun Shen [aut], Dingliang Xing [aut], Jiangyan Zhao [aut]
Repository: CRAN
Date/Publication: 2026-03-27 10:30:02 UTC

More information about TruncatedPCQM at CRAN
Permanent link

New package rbreak with initial version 1.0.7
Package: rbreak
Title: Restricted Structural Change Models
Version: 1.0.7
Maintainer: Zhongjun Qu <qu@bu.edu>
Description: Methods for detecting structural breaks and estimating break locations for linear multiple regression models under general linear restrictions on the coefficient vector. Restrictions can be within regimes, across regimes, or both, and are supported in two forms: an affine parameterization (Form A: delta = S*theta + s) and explicit linear constraints (Form B: R*delta = r). Provides break date estimation with confidence intervals, a restricted sup-F test for the null of no structural change, simulation of critical values by Monte Carlo, and a bootstrap restart procedure to reduce the risk of convergence to spurious local optima. Also implements a generalized regression tree (linear model tree) procedure where each leaf contains a linear regression model rather than a local average. Reference: Perron, P., and Qu, Z. (2006). 'Estimating Restricted Structural Change Models.' Journal of Econometrics, 134(2), 373-399. <doi:10.1016/j.jeconom.2005.06.030>.
License: GPL (>= 3)
Depends: R (>= 4.3.0)
Suggests: knitr, parallel, pbapply, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Imports: MASS, stats
LazyData: true
Packaged: 2026-03-23 21:28:45 UTC; qu
Author: Zhongjun Qu [aut, cre], Cheolju Kim [aut]
Repository: CRAN
Date/Publication: 2026-03-27 10:20:03 UTC

More information about rbreak at CRAN
Permanent link

Package plotrr readmission to version 1.0.2 with previous version 1.0.0 dated 2017-12-04

Title: Making Visual Exploratory Data Analysis with Nested Data Easier
Description: Provides tools for visual exploratory data analysis with nested data. Includes functions for creating bivariate plots, dot plots, histograms, and violin plots for each group or unit in nested data. Methods are described in Crabtree and Nelson (2017) "Plotrr: Functions for making visual exploratory data analysis with nested data easier" <doi:10.21105/joss.00190>.
Author: Charles Crabtree [aut, cre], Michael J. Nelson [aut]
Maintainer: Charles Crabtree <charles.crabtree@monash.edu>

This is a re-admission after prior archival of version 1.0.0 dated 2017-12-04

Diff between plotrr versions 1.0.0 dated 2017-12-04 and 1.0.2 dated 2026-03-27

 DESCRIPTION                   |   24 +
 LICENSE                       |    3 
 MD5                           |   48 +--
 R/bivarplots.r                |    2 
 R/bivarrugplot.r              |    2 
 R/clear.r                     |    5 
 R/dotplots.r                  |    2 
 R/histplots.r                 |    2 
 R/lengthunique.r              |    2 
 R/makefacnum.r                |    2 
 R/violinplots.r               |    2 
 README.md                     |   24 +
 build/vignette.rds            |binary
 inst/doc/plotrr-vignette.R    |   10 
 inst/doc/plotrr-vignette.Rmd  |    2 
 inst/doc/plotrr-vignette.html |  554 ++++++++++++++++++++++++++++++++++--------
 man/bivarplots.Rd             |    2 
 man/bivarrugplot.Rd           |    2 
 man/clear.Rd                  |    7 
 man/dotplots.Rd               |    2 
 man/histplots.Rd              |    2 
 man/lengthunique.Rd           |    2 
 man/makefacnum.Rd             |    2 
 man/violinplots.Rd            |    2 
 vignettes/plotrr-vignette.Rmd |    2 
 25 files changed, 544 insertions(+), 163 deletions(-)

More information about plotrr at CRAN
Permanent link

New package mlmoderator with initial version 0.2.0
Package: mlmoderator
Title: Probing, Plotting, and Interpreting Multilevel Interaction Effects
Version: 0.2.0
Description: Provides a unified workflow for probing, plotting, and assessing the robustness of cross-level interaction effects in two-level mixed-effects models fitted with 'lme4' (Bates et al., 2015) <doi:10.18637/jss.v067.i01>. Implements simple slopes analysis following Aiken and West (1991, ISBN:9780761907121), Johnson-Neyman intervals following Johnson and Fay (1950) <doi:10.1007/BF02288864> and Bauer and Curran (2005) <doi:10.1207/s15327906mbr4003_5>, and grand- or group-mean centering as described in Enders and Tofighi (2007) <doi:10.1037/1082-989X.12.2.121>. Includes a slope variance decomposition that separates fixed-effect uncertainty from random-slope variance (tau11), a contour surface plot of predicted outcomes over the full predictor-by-moderator space, and robustness diagnostics comprising intraclass correlation coefficient shift analysis and leave-one-cluster-out (LOCO) stability checks. Designed for researchers in education, psychology, biostatistics, epide [...truncated...]
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Depends: R (>= 4.1.0)
Imports: lme4, ggplot2, stats, utils, grDevices, rlang
Suggests: testthat (>= 3.0.0), dplyr, tibble, knitr, rmarkdown, patchwork
VignetteBuilder: knitr
URL: https://github.com/causalfragility-lab/mlmoderator
BugReports: https://github.com/causalfragility-lab/mlmoderator/issues
NeedsCompilation: no
Packaged: 2026-03-24 12:39:06 UTC; Subir
Author: Subir Hait [aut, cre]
Maintainer: Subir Hait <haitsubi@msu.edu>
Repository: CRAN
Date/Publication: 2026-03-27 11:00:09 UTC

More information about mlmoderator at CRAN
Permanent link

New package MappingCalc with initial version 2.0.0
Package: MappingCalc
Title: Mapping Calculator for EQ-5D Utility Scores
Version: 2.0.0
Description: Provides a 'shiny' web application to map scores from clinical instruments (PANSS, SQLS, WHODAS 2.0, PHQ-8, EQ-5D-5L) to preference-based EQ-5D-5L health utility values using validated regression-based and beta-mixture mapping algorithms developed from Singapore population studies. Intended for use in health economic evaluations and cost-utility analyses. Methods are based on: Abdin et al. (2019) <doi:10.1007/s11136-018-2037-7>, Seow et al. (2023) <doi:10.1080/14737167.2023.2215430>, Abdin et al. (2021) <doi:10.1186/s12888-021-03463-0>, Abdin et al. (2024) <doi:10.1080/14737167.2024.2376100>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: shiny (>= 1.7.0), bslib, ggplot2, readxl, haven, writexl, tibble
Suggests: DT, testthat (>= 3.0.0), spelling
Language: en-GB
NeedsCompilation: no
Packaged: 2026-03-24 01:01:22 UTC; Edi
Author: Edimansyah Abdin [aut, cre]
Maintainer: Edimansyah Abdin <edimansyah.bin.abdin@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-27 10:20:12 UTC

More information about MappingCalc at CRAN
Permanent link

New package lisat with initial version 0.1.2
Package: lisat
Title: Longitudinal Integration Site Analysis Toolkit
Version: 0.1.2
Description: A comprehensive toolkit for the analysis of longitudinal integration site data, including data cleaning, quality control, statistical modeling, and visualization. It streamlines the entire workflow of integration site analysis, supports simple input formats, and provides user-friendly functions for researchers in virus integration site analysis. Ni et al. (2025) <doi:10.64898/2025.12.20.695672>.
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 3.5)
Imports: GenomicRanges (>= 1.50.0), IRanges (>= 2.32.0), tidyr (>= 1.3.0), dplyr (>= 1.1.4), AnnotationDbi (>= 1.50.0), S4Vectors (>= 0.32.0), GenomicFeatures (>= 1.50.0), magrittr, ggplot2, purrr, broom
Suggests: TxDb.Hsapiens.UCSC.hg38.knownGene, org.Hs.eg.db, knitr, rmarkdown, grid, gt (>= 0.9.0), gtable (>= 0.3.6), this.path (>= 2.0.0), plotrix (>= 3.8-2), scales (>= 1.2.0), writexl (>= 1.4.0), ggrepel (>= 0.9.4), ggpubr (>= 0.6.0), viridisLite (>= 0.4.2), RIdeogram (>= 0.2.2), patchwork (>= 1.1.3), RColorBrewer (>= 1.1-3), colorspace, treemapify, igraph, visNetwork, Cairo (>= 1.6-1), testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2026-03-24 09:27:27 UTC; nishuai
Author: Shuai Ni [aut, cre]
Maintainer: Shuai Ni <Nishuai@wakerbio.com>
Repository: CRAN
Date/Publication: 2026-03-27 10:40:03 UTC

More information about lisat at CRAN
Permanent link

Package condvis readmission to version 0.5-2 with previous version 0.5-1 dated 2018-09-13

Title: Conditional Visualization for Statistical Models
Description: Exploring fitted models by interactively taking 2-D and 3-D sections in data space.
Author: Mark O'Connell [aut, cre], Catherine Hurley [aut], Katarina Domijan [aut], Achim Zeileis [ctb] , R Core Team [ctb]
Maintainer: Mark O'Connell <mark_ajoc@yahoo.ie>

This is a re-admission after prior archival of version 0.5-1 dated 2018-09-13

Diff between condvis versions 0.5-1 dated 2018-09-13 and 0.5-2 dated 2026-03-27

 DESCRIPTION            |   14 +++++++-------
 MD5                    |   12 ++++++------
 NEWS                   |    4 ++++
 R/ceplot.R             |    2 +-
 R/condtour.R           |    2 +-
 README.md              |   23 +++++++++++------------
 man/condvis-package.Rd |    4 ++--
 7 files changed, 32 insertions(+), 29 deletions(-)

More information about condvis at CRAN
Permanent link

Package avesperu updated to version 0.1.1 with previous version 0.1.0 dated 2026-03-23

Title: Access to the List of Bird Species of Peru
Description: Provides access to the species checklist published in 'List of the Birds of Peru' by Plenge, M. A. and Angulo, F. (version 23-03-2026) <https://sites.google.com/site/boletinunop/checklist>. The package exposes the current Peru bird checklist as an R dataset and includes tools for species lookup, taxonomic reconciliation, and fuzzy matching of scientific names. These features help streamline taxonomic validation for researchers and conservationists.
Author: Paul E. Santos Andrade [aut, cre, cph]
Maintainer: Paul E. Santos Andrade <paulefrens@gmail.com>

Diff between avesperu versions 0.1.0 dated 2026-03-23 and 0.1.1 dated 2026-03-27

 DESCRIPTION                              |   12 +++--
 MD5                                      |   30 +++++++++-----
 R/aves_peru_2025_v5.R                    |    7 ++-
 R/aves_peru_2026_v1.R                    |only
 R/get_avesperu.R                         |    2 
 R/internals.R                            |    4 -
 R/shiny-app.R                            |    6 +-
 README.md                                |   64 +++++++++++++++----------------
 build                                    |only
 data/aves_peru_2026_v1.rda               |only
 inst/doc                                 |only
 man/aves_peru_2025_v5.Rd                 |    7 ++-
 man/aves_peru_2026_v1.Rd                 |only
 man/figures/README-unnamed-chunk-3-1.png |binary
 man/unop_check_update.Rd                 |    2 
 tests/testthat.R                         |    8 +--
 tests/testthat/test-unop-check-update.R  |    8 +--
 vignettes                                |only
 18 files changed, 84 insertions(+), 66 deletions(-)

More information about avesperu at CRAN
Permanent link

Package rpart updated to version 4.1.27 with previous version 4.1.24 dated 2025-01-07

Title: Recursive Partitioning and Regression Trees
Description: Recursive partitioning for classification, regression and survival trees. An implementation of most of the functionality of the 1984 book by Breiman, Friedman, Olshen and Stone.
Author: Terry Therneau [aut], Beth Atkinson [aut, cre], Brian Ripley [trl]
Maintainer: Beth Atkinson <atkinson@mayo.edu>

Diff between rpart versions 4.1.24 dated 2025-01-07 and 4.1.27 dated 2026-03-27

 ChangeLog                  |    1 
 DESCRIPTION                |   10 ++++----
 MD5                        |   54 ++++++++++++++++++++++++---------------------
 build/vignette.rds         |binary
 data/solder.rda            |binary
 inst/doc/longintro.pdf     |binary
 inst/doc/usercode.pdf      |binary
 po/R-es.po                 |only
 po/R-pt_BR.po              |only
 po/R-ru.po                 |   33 ++++++++++++++++++++-------
 po/es.po                   |only
 po/pt_BR.po                |only
 src/node.h                 |    2 -
 src/rpart_callback.c       |   34 +++++++++++++++++-----------
 tests/testall.R            |    8 +++---
 tests/testall.Rout.save    |   16 ++++++-------
 tests/treble.R             |    6 ++---
 tests/treble.Rout.save     |   14 +++++------
 tests/treble2.R            |    4 +--
 tests/treble2.Rout.save    |   12 +++++-----
 tests/treble3.R            |    4 +--
 tests/treble3.Rout.save    |   12 +++++-----
 tests/treble4.R            |    4 +--
 tests/treble4.Rout.save    |   12 +++++-----
 tests/usersplits.R         |    2 -
 tests/usersplits.Rout.save |   10 ++++----
 tests/xpred1.R             |    2 -
 tests/xpred1.Rout.save     |   10 ++++----
 tests/xpred2.R             |    2 -
 tests/xpred2.Rout.save     |   10 ++++----
 30 files changed, 146 insertions(+), 116 deletions(-)

More information about rpart at CRAN
Permanent link

Package NonCompart updated to version 0.7.2 with previous version 0.7.1 dated 2026-03-09

Title: Noncompartmental Analysis for Pharmacokinetic Data
Description: Conduct a noncompartmental analysis with industrial strength. Some features are 1) Use of CDISC SDTM terms 2) Automatic or manual slope selection 3) Supporting both 'linear-up linear-down' and 'linear-up log-down' method 4) Interval(partial) AUCs with 'linear' or 'log' interpolation method * Reference: Gabrielsson J, Weiner D. Pharmacokinetic and Pharmacodynamic Data Analysis - Concepts and Applications. 5th ed. 2016. (ISBN:9198299107).
Author: Kyun-Seop Bae [aut, cre]
Maintainer: Kyun-Seop Bae <k@acr.kr>

Diff between NonCompart versions 0.7.1 dated 2026-03-09 and 0.7.2 dated 2026-03-27

 DESCRIPTION      |   11 ++++++-----
 MD5              |   14 +++++++-------
 R/gIntAUC.R      |    5 +++--
 R/tblNCA.R       |   10 ++++++++--
 inst/NEWS.Rd     |   11 ++++++-----
 man/BestSlope.Rd |    4 ++--
 man/sNCA.Rd      |    8 ++++----
 man/tblNCA.Rd    |    4 ++--
 8 files changed, 38 insertions(+), 29 deletions(-)

More information about NonCompart at CRAN
Permanent link

Package lamW updated to version 2.2.7 with previous version 2.2.6 dated 2026-01-08

Title: Lambert-W Function
Description: Implements both real-valued branches of the Lambert-W function (Corless et al, 1996) <doi:10.1007/BF02124750> without the need for installing the entire GSL.
Author: Avraham Adler [aut, cph, cre]
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>

Diff between lamW versions 2.2.6 dated 2026-01-08 and 2.2.7 dated 2026-03-27

 DESCRIPTION         |    8 ++++----
 MD5                 |   10 +++++-----
 build/partial.rdb   |binary
 inst/CITATION       |    2 +-
 inst/NEWS.Rd        |   11 ++++++++++-
 src/RcppExports.cpp |    4 ++--
 6 files changed, 22 insertions(+), 13 deletions(-)

More information about lamW at CRAN
Permanent link

Package CalibrationCurves updated to version 3.1.0 with previous version 3.0.0 dated 2025-12-09

Title: Calibration Performance
Description: Plots calibration curves and computes statistics for assessing calibration performance. See Lasai et al. (2025) <doi:10.48550/arXiv.2503.08389>, De Cock Campo (2023) <doi:10.48550/arXiv.2309.08559> and Van Calster et al. (2016) <doi:10.1016/j.jclinepi.2015.12.005>.
Author: Bavo De Cock [aut, cre], Lasai Barrenada [aut], Daan Nieboer [aut], Ben Van Calster [aut], Ewout Steyerberg [aut], Yvonne Vergouwe [aut]
Maintainer: Bavo De Cock <bavo.decock@kuleuven.be>

Diff between CalibrationCurves versions 3.0.0 dated 2025-12-09 and 3.1.0 dated 2026-03-27

 DESCRIPTION                     |   41 ++--
 MD5                             |   61 ++++--
 NAMESPACE                       |  124 +++++++++----
 NEWS.md                         |only
 R/BT.samples.R                  |    2 
 R/CGC.R                         |   26 +-
 R/CalibrationCurves-package.R   |only
 R/MAC2.R                        |   58 ++++--
 R/MIXC.R                        |   16 +
 R/genCalCurve.R                 |   14 -
 R/globals.R                     |    3 
 R/helperFunctions.R             |   22 ++
 R/printFunction.R               |    5 
 R/timeROC_archived.R            |only
 R/val.prob.ci.2.R               |   23 +-
 R/valProbCluster.R              |  126 ++++++++++---
 R/valProbSurvival.R             |  369 ++++++++++++++++++++--------------------
 R/valProbggplot.R               |   54 +++--
 README.md                       |    4 
 inst/doc/CalibrationCurves.R    |   13 +
 inst/doc/CalibrationCurves.Rmd  |   29 +++
 inst/doc/CalibrationCurves.html |   68 ++++++-
 man/CalibrationCurves.Rd        |  111 ++++++------
 man/ci_pi_labels.Rd             |only
 man/genCalCurve.Rd              |  320 +++++++++++++++++-----------------
 man/timeROC.Rd                  |only
 man/valProbCluster.Rd           |   20 +-
 man/valProbSurvival.Rd          |  311 +++++++++++++++++----------------
 tests                           |only
 vignettes/CalibrationCurves.Rmd |   29 +++
 30 files changed, 1120 insertions(+), 729 deletions(-)

More information about CalibrationCurves at CRAN
Permanent link

Package admisc updated to version 0.40 with previous version 0.39 dated 2025-11-02

Title: Adrian Dusa's Miscellaneous
Description: Contains functions used across packages 'DDIwR', 'QCA' and 'venn'. Interprets and translates, factorizes and negates SOP - Sum of Products expressions, for both binary and multi-value crisp sets, and extracts information (set names, set values) from those expressions. Other functions perform various other checks if possibly numeric (even if all numbers reside in a character vector) and coerce to numeric, or check if the numbers are whole. It also offers, among many others, a highly versatile recoding routine and some more flexible alternatives to the base functions 'with()' and 'within()'. SOP simplification functions in this package use related minimization from package 'QCA', which is recommended to be installed despite not being listed in the Imports field, due to circular dependency issues.
Author: Adrian Dusa [aut, cre, cph]
Maintainer: Adrian Dusa <dusa.adrian@unibuc.ro>

Diff between admisc versions 0.39 dated 2025-11-02 and 0.40 dated 2026-03-27

 DESCRIPTION            |   13 -
 MD5                    |  206 ++++++++++----------
 NAMESPACE              |  269 +++++++++++++-------------
 R/SOPexpression.R      |only
 R/admisc_internal.R    |only
 R/admisc_package.R     |only
 R/asNumeric.R          |   97 +++++++++
 R/asSOP.R              |    3 
 R/betweenQuotes.R      |   31 ++-
 R/brackets.R           |   86 ++++++++
 R/change.R             |   54 +++++
 R/checkMV.R            |    3 
 R/checkSubset.R        |    3 
 R/checkValid.R         |    3 
 R/classify.R           |   11 -
 R/coerceMode.R         |   35 +++
 R/combnk.R             |  103 +++++-----
 R/compute.R            |    4 
 R/dimnames.R           |   43 ++++
 R/equality.R           |   73 +++++++
 R/expand.R             |    3 
 R/export.R             |   55 +++++
 R/factorize.R          |   85 ++++++++
 R/frelevel.R           |   38 +++
 R/frev.R               |   43 ++++
 R/getInfo.R            |    3 
 R/getLevels.R          |    3 
 R/getMatrix.R          |    3 
 R/getName.R            |   70 ++++++
 R/hclr.R               |   53 +++++
 R/inside.R             |   63 ++++++
 R/intersection.R       |  109 ++++++++++
 R/invert.R             |  117 +++++++++++
 R/listRDA.R            |   46 ++++
 R/mvSOP.R              |    3 
 R/numdec.R             |   43 ++++
 R/objRDA.R             |    3 
 R/onLoad.R             |    2 
 R/overwrite.R          |   91 ++++++++-
 R/pad.R                |    5 
 R/permutations.R       |   31 ++-
 R/possibleNumeric.R    |    3 
 R/prettyString.R       |    4 
 R/prettyTable.R        |    4 
 R/print.R              |    8 
 R/recode.R             |  182 +++++++++++++++++-
 R/recreate.R           |   82 ++++++++
 R/reload.R             |    3 
 R/replaceText.R        |   63 ++++++
 R/scan.clipboard.R     |   28 ++
 R/simplify.R           |   38 ++-
 R/sopos.R              |    2 
 R/sortExpressions.R    |    3 
 R/stopError.R          |    3 
 R/string.R             |   13 +
 R/tagged.R             |    6 
 R/tilde.R              |   52 +++++
 R/translate.R          |    6 
 R/tryCatchWEM.R        |   52 ++++-
 R/unicode.R            |    7 
 R/uninstall.R          |    3 
 R/unload.R             |    3 
 R/update.R             |    3 
 R/using.R              |  149 +++++++++++++-
 R/validateNames.R      |    4 
 R/verify.R             |    3 
 R/wholeNumeric.R       |    3 
 R/write.clipboard.R    |    3 
 R/writePIs.R           |    4 
 build/partial.rdb      |binary
 inst/ChangeLog         |    5 
 man/SOPexpression.Rd   |  493 +++++++++++++++++++++++--------------------------
 man/admisc_internal.Rd |   18 -
 man/admisc_package.Rd  |   52 +----
 man/betweenQuotes.Rd   |    6 
 man/brackets.Rd        |  125 +++++-------
 man/change.Rd          |   12 -
 man/clipboard.Rd       |   52 ++---
 man/coerceMode.Rd      |    6 
 man/combnk.Rd          |    6 
 man/dimnames.Rd        |    9 
 man/equality.Rd        |    8 
 man/export.Rd          |  100 ++++-----
 man/factorize.Rd       |  192 +++++++++----------
 man/frelevel.Rd        |   10 
 man/frev.Rd            |    9 
 man/getName.Rd         |    6 
 man/hclr.Rd            |    9 
 man/inside.Rd          |  118 +++++------
 man/intersection.Rd    |  215 ++++++++++-----------
 man/invert.Rd          |  226 +++++++++++-----------
 man/numdec.Rd          |    6 
 man/numerics.Rd        |    8 
 man/overwrite.Rd       |   55 ++++-
 man/permutations.Rd    |   58 ++---
 man/rdaFunctions.Rd    |   88 ++++----
 man/recode.Rd          |  356 +++++++++++++++++------------------
 man/recreate.Rd        |    5 
 man/replaceText.Rd     |    6 
 man/tilde.Rd           |    8 
 man/tryCatchWEM.Rd     |   11 -
 man/using.Rd           |    6 
 src/Makevars           |only
 src/Makevars.win       |only
 src/admisc.c           |   19 +
 src/admisc.h           |only
 src/utils.c            |only
 src/utils.h            |only
 108 files changed, 3405 insertions(+), 1538 deletions(-)

More information about admisc at CRAN
Permanent link


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