Title: Fast 'match()' Function
Description: Package providing a fast match() replacement for cases
that require repeated look-ups. It is slightly faster that R's
built-in match() function on first match against a table, but
extremely fast on any subsequent lookup as it keeps the hash
table in memory.
Author: Simon Urbanek [aut, cre, cph]
Maintainer: Simon Urbanek <simon.urbanek@r-project.org>
Diff between fastmatch versions 1.1-4 dated 2023-08-17 and 1.1-6 dated 2024-12-23
DESCRIPTION | 10 ++++++---- MD5 | 6 +++--- NEWS | 17 +++++++++++++++++ src/fastmatch.c | 47 ++++++++++++++++++++++++++++------------------- 4 files changed, 54 insertions(+), 26 deletions(-)
Title: Deconvolute Mixed Genomes with Unknown Proportions
Description: Traditional phasing programs are limited to diploid organisms.
Our method modifies Li and Stephens algorithm with Markov chain Monte Carlo
(MCMC) approaches, and builds a generic framework that allows haplotype searches
in a multiple infection setting. This package is primarily developed as part of
the Pf3k project, which is a global collaboration using the latest
sequencing technologies to provide a high-resolution view of natural variation
in the malaria parasite Plasmodium falciparum. Parasite DNA are extracted from
patient blood sample, which often contains more than one parasite strain, with
unknown proportions. This package is used for deconvoluting mixed haplotypes,
and reporting the mixture proportions from each sample.
Author: Joe Zhu [aut, cre, cph],
Jacob Almagro-Garcia [aut],
Gil McVean [aut],
University of Oxford [cph],
Yinghan Liu [ctb],
CodeCogs Zyba Ltd [com, cph],
Deepak Bandyopadhyay [com, cph],
Lutz Kettner [com, cph]
Maintainer: Joe Zhu <sha.joe.zhu@gmail.com>
Diff between DEploid versions 0.5.4 dated 2024-10-14 and 0.5.6 dated 2024-12-23
DEploid-0.5.4/DEploid/man/computeObsWSAF.Rd |only DEploid-0.5.4/DEploid/man/extractCoverageFromTxt.Rd |only DEploid-0.5.4/DEploid/man/extractCoverageFromVcf.Rd |only DEploid-0.5.4/DEploid/man/extractPLAF.Rd |only DEploid-0.5.4/DEploid/man/extractVcf.Rd |only DEploid-0.5.4/DEploid/man/haplotypePainter.Rd |only DEploid-0.5.4/DEploid/man/histWSAF.Rd |only DEploid-0.5.4/DEploid/man/plotAltVsRef.Rd |only DEploid-0.5.4/DEploid/man/plotObsExpWSAF.Rd |only DEploid-0.5.4/DEploid/man/plotProportions.Rd |only DEploid-0.5.4/DEploid/man/plotWSAFvsPLAF.Rd |only DEploid-0.5.4/DEploid/src/DEploid/gzstream |only DEploid-0.5.4/DEploid/src/DEploid/txtReader.cpp |only DEploid-0.5.4/DEploid/src/DEploid/txtReader.hpp |only DEploid-0.5.4/DEploid/src/DEploid/variantIndex.cpp |only DEploid-0.5.4/DEploid/src/DEploid/variantIndex.hpp |only DEploid-0.5.4/DEploid/src/DEploid/vcfReader.cpp |only DEploid-0.5.4/DEploid/src/DEploid/vcfReader.hpp |only DEploid-0.5.4/DEploid/src/rvcf.cpp |only DEploid-0.5.6/DEploid/DESCRIPTION | 10 DEploid-0.5.6/DEploid/MD5 | 151 +-- DEploid-0.5.6/DEploid/NAMESPACE | 11 DEploid-0.5.6/DEploid/R/DEploid.utils.R |only DEploid-0.5.6/DEploid/R/DEploidR.R | 458 ---------- DEploid-0.5.6/DEploid/R/RcppExports.R | 30 DEploid-0.5.6/DEploid/R/dEploid.R | 1 DEploid-0.5.6/DEploid/R/dEploidPlotly.R | 357 ++++--- DEploid-0.5.6/DEploid/inst/doc/dEploid-Arguments.R | 20 DEploid-0.5.6/DEploid/inst/doc/dEploid-Arguments.Rmd | 20 DEploid-0.5.6/DEploid/inst/doc/dEploid-Arguments.html | 44 DEploid-0.5.6/DEploid/man/plotAltVsRefPlotly.Rd | 10 DEploid-0.5.6/DEploid/man/plotHistWSAFPlotly.Rd | 18 DEploid-0.5.6/DEploid/man/plotObsExpWSAFPlotly.Rd | 23 DEploid-0.5.6/DEploid/man/plotWSAFVsPLAFPlotly.Rd | 40 DEploid-0.5.6/DEploid/man/reexports.Rd |only DEploid-0.5.6/DEploid/src/DEploid/chooseK.cpp | 8 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/asympt_expn.h | 6 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/errorfn.h | 2 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/errorfnc.h | 6 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/errorfnc_exp.h | 2 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/gamma.h | 4 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/log_gamma.h | 2 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/logbeta.h | 10 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/loggammasum.h | 2 DEploid-0.5.6/DEploid/src/DEploid/codeCogs/stirling.h | 2 DEploid-0.5.6/DEploid/src/DEploid/dEploidIO-operation.cpp |only DEploid-0.5.6/DEploid/src/DEploid/dEploidIO-workflow.cpp |only DEploid-0.5.6/DEploid/src/DEploid/dEploidIO.cpp | 345 +++---- DEploid-0.5.6/DEploid/src/DEploid/dEploidIO.hpp | 74 - DEploid-0.5.6/DEploid/src/DEploid/debug/mcmcDebug.cpp | 2 DEploid-0.5.6/DEploid/src/DEploid/debug/vcfReaderDebug.cpp | 2 DEploid-0.5.6/DEploid/src/DEploid/exceptions.hpp | 23 DEploid-0.5.6/DEploid/src/DEploid/export/dEploidIOExport.cpp | 182 ++- DEploid-0.5.6/DEploid/src/DEploid/export/dEploidIOExportPosteriorProb.cpp | 118 +- DEploid-0.5.6/DEploid/src/DEploid/export/writeMcmcRelated.cpp | 185 ++-- DEploid-0.5.6/DEploid/src/DEploid/ibd.cpp | 8 DEploid-0.5.6/DEploid/src/DEploid/lasso/src/main.cpp |only DEploid-0.5.6/DEploid/src/DEploid/log-double.hpp |only DEploid-0.5.6/DEploid/src/DEploid/logsum.hpp |only DEploid-0.5.6/DEploid/src/DEploid/mcmc.cpp | 210 +++- DEploid-0.5.6/DEploid/src/DEploid/mcmc.hpp | 37 DEploid-0.5.6/DEploid/src/DEploid/panel.cpp | 196 ++-- DEploid-0.5.6/DEploid/src/DEploid/panel.hpp | 92 +- DEploid-0.5.6/DEploid/src/DEploid/param.hpp |only DEploid-0.5.6/DEploid/src/DEploid/updateHap.cpp | 101 -- DEploid-0.5.6/DEploid/src/DEploid/updateHap.hpp | 26 DEploid-0.5.6/DEploid/src/DEploid/utility.cpp | 184 ++-- DEploid-0.5.6/DEploid/src/DEploid/utility.hpp | 93 +- DEploid-0.5.6/DEploid/src/DEploid/vcf |only DEploid-0.5.6/DEploid/src/Makevars | 14 DEploid-0.5.6/DEploid/src/Makevars.win | 14 DEploid-0.5.6/DEploid/src/RcppExports.cpp | 11 DEploid-0.5.6/DEploid/src/dEploidr.cpp | 7 DEploid-0.5.6/DEploid/src/init.c | 2 DEploid-0.5.6/DEploid/tests/testthat/test-DEploid_tools.R | 257 +++-- DEploid-0.5.6/DEploid/tests/testthat/test-dEploid.R | 75 - DEploid-0.5.6/DEploid/tests/testthat/test-extractCoverageFromVCF.R |only DEploid-0.5.6/DEploid/tests/testthat/test-r_random-generator.R | 6 DEploid-0.5.6/DEploid/vignettes/dEploid-Arguments.Rmd | 20 79 files changed, 1709 insertions(+), 1812 deletions(-)
Title: Access and Manipulate Amiga Disk Files
Description: Amiga Disk Files (ADF) are virtual
representations of 3.5 inch floppy disks for the
Commodore Amiga. Most disk drives from other systems
(including modern drives) are not able to read these
disks. The 'adfExplorer' package enables you to
establish R connections to files on such
virtual DOS-formatted disks, which can be use to
read from and write to those files.
Author: Pepijn de Vries [aut, cre] ,
Laurent Clevy [aut, cph]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>
Diff between adfExplorer versions 0.1.8 dated 2024-03-05 and 2.0.0 dated 2024-12-23
adfExplorer-0.1.8/adfExplorer/R/00constants.r |only adfExplorer-0.1.8/adfExplorer/R/01genericSupport.r |only adfExplorer-0.1.8/adfExplorer/R/02amigaDiskBasics.r |only adfExplorer-0.1.8/adfExplorer/R/03amigaBlockBasics.r |only adfExplorer-0.1.8/adfExplorer/R/04fileOperations.r |only adfExplorer-0.1.8/adfExplorer/R/05fileRemove.r |only adfExplorer-0.1.8/adfExplorer/R/adfExplorer-package.r |only adfExplorer-0.1.8/adfExplorer/R/data.r |only adfExplorer-0.1.8/adfExplorer/data |only adfExplorer-0.1.8/adfExplorer/inst/doc/amigaDiskFiles.R |only adfExplorer-0.1.8/adfExplorer/inst/doc/amigaDiskFiles.Rmd |only adfExplorer-0.1.8/adfExplorer/inst/doc/amigaDiskFiles.html |only adfExplorer-0.1.8/adfExplorer/man/adf.disk.name.Rd |only adfExplorer-0.1.8/adfExplorer/man/adf.example.Rd |only adfExplorer-0.1.8/adfExplorer/man/adf.exists.Rd |only adfExplorer-0.1.8/adfExplorer/man/adf.file.remove.Rd |only adfExplorer-0.1.8/adfExplorer/man/amigaBlock-class.Rd |only adfExplorer-0.1.8/adfExplorer/man/amigaBlock-method.Rd |only adfExplorer-0.1.8/adfExplorer/man/amigaDateToRaw.Rd |only adfExplorer-0.1.8/adfExplorer/man/amigaDisk-class.Rd |only adfExplorer-0.1.8/adfExplorer/man/amigaIntToRaw.Rd |only adfExplorer-0.1.8/adfExplorer/man/blank.amigaDOSDisk.Rd |only adfExplorer-0.1.8/adfExplorer/man/boot.block.code.Rd |only adfExplorer-0.1.8/adfExplorer/man/current.adf.dir.Rd |only adfExplorer-0.1.8/adfExplorer/man/dir.create.adf.Rd |only adfExplorer-0.1.8/adfExplorer/man/displayRawData.Rd |only adfExplorer-0.1.8/adfExplorer/man/file.info.Rd |only adfExplorer-0.1.8/adfExplorer/man/get.adf.file.Rd |only adfExplorer-0.1.8/adfExplorer/man/get.blockID.Rd |only adfExplorer-0.1.8/adfExplorer/man/get.diskLocation.Rd |only adfExplorer-0.1.8/adfExplorer/man/is.amigaDOS.Rd |only adfExplorer-0.1.8/adfExplorer/man/is.bootable.Rd |only adfExplorer-0.1.8/adfExplorer/man/list.adf.files.Rd |only adfExplorer-0.1.8/adfExplorer/man/print.Rd |only adfExplorer-0.1.8/adfExplorer/man/put.adf.file.Rd |only adfExplorer-0.1.8/adfExplorer/man/rawToAmigaDate.Rd |only adfExplorer-0.1.8/adfExplorer/man/rawToAmigaInt.Rd |only adfExplorer-0.1.8/adfExplorer/man/rawToBitmap.Rd |only adfExplorer-0.1.8/adfExplorer/man/read.adf.Rd |only adfExplorer-0.1.8/adfExplorer/man/write.adf.Rd |only adfExplorer-0.1.8/adfExplorer/vignettes/amigaDiskFiles.Rmd |only adfExplorer-2.0.0/adfExplorer/DESCRIPTION | 53 +- adfExplorer-2.0.0/adfExplorer/MD5 | 171 +++++-- adfExplorer-2.0.0/adfExplorer/NAMESPACE | 226 ++++++++-- adfExplorer-2.0.0/adfExplorer/NEWS.md | 46 +- adfExplorer-2.0.0/adfExplorer/R/adfExplorer-package.R |only adfExplorer-2.0.0/adfExplorer/R/blocks.R |only adfExplorer-2.0.0/adfExplorer/R/compress.R |only adfExplorer-2.0.0/adfExplorer/R/connect_adf.R |only adfExplorer-2.0.0/adfExplorer/R/cpp11.R |only adfExplorer-2.0.0/adfExplorer/R/deprecated.R |only adfExplorer-2.0.0/adfExplorer/R/device_create.R |only adfExplorer-2.0.0/adfExplorer/R/device_info.R |only adfExplorer-2.0.0/adfExplorer/R/directory.R |only adfExplorer-2.0.0/adfExplorer/R/entry_info.R |only adfExplorer-2.0.0/adfExplorer/R/helpers.R |only adfExplorer-2.0.0/adfExplorer/R/move.R |only adfExplorer-2.0.0/adfExplorer/R/remove.R |only adfExplorer-2.0.0/adfExplorer/R/s3_conn.R |only adfExplorer-2.0.0/adfExplorer/R/s3_methods.R |only adfExplorer-2.0.0/adfExplorer/R/virtual_path.R |only adfExplorer-2.0.0/adfExplorer/README.md | 142 ++++-- adfExplorer-2.0.0/adfExplorer/build/vignette.rds |binary adfExplorer-2.0.0/adfExplorer/cleanup |only adfExplorer-2.0.0/adfExplorer/cleanup.win |only adfExplorer-2.0.0/adfExplorer/configure |only adfExplorer-2.0.0/adfExplorer/configure.win |only adfExplorer-2.0.0/adfExplorer/inst/doc/adf_objects.R |only adfExplorer-2.0.0/adfExplorer/inst/doc/adf_objects.Rmd |only adfExplorer-2.0.0/adfExplorer/inst/doc/adf_objects.html |only adfExplorer-2.0.0/adfExplorer/inst/doc/file_system_modes.R |only adfExplorer-2.0.0/adfExplorer/inst/doc/file_system_modes.Rmd |only adfExplorer-2.0.0/adfExplorer/inst/doc/file_system_modes.html |only adfExplorer-2.0.0/adfExplorer/inst/doc/version2.R |only adfExplorer-2.0.0/adfExplorer/inst/doc/version2.Rmd |only adfExplorer-2.0.0/adfExplorer/inst/doc/version2.html |only adfExplorer-2.0.0/adfExplorer/inst/doc/virtual_paths.R |only adfExplorer-2.0.0/adfExplorer/inst/doc/virtual_paths.Rmd |only adfExplorer-2.0.0/adfExplorer/inst/doc/virtual_paths.html |only adfExplorer-2.0.0/adfExplorer/inst/example.adz |only adfExplorer-2.0.0/adfExplorer/man/adfExplorer-package.Rd | 54 +- adfExplorer-2.0.0/adfExplorer/man/adf_block.Rd |only adfExplorer-2.0.0/adfExplorer/man/adf_directory.Rd |only adfExplorer-2.0.0/adfExplorer/man/adf_file_con.Rd |only adfExplorer-2.0.0/adfExplorer/man/compress.Rd |only adfExplorer-2.0.0/adfExplorer/man/connect_adf.Rd |only adfExplorer-2.0.0/adfExplorer/man/create_adf_device.Rd |only adfExplorer-2.0.0/adfExplorer/man/deprecated.Rd |only adfExplorer-2.0.0/adfExplorer/man/device_info.Rd |only adfExplorer-2.0.0/adfExplorer/man/entry_info.Rd |only adfExplorer-2.0.0/adfExplorer/man/exists.Rd |only adfExplorer-2.0.0/adfExplorer/man/figures |only adfExplorer-2.0.0/adfExplorer/man/list_adf_entries.Rd |only adfExplorer-2.0.0/adfExplorer/man/move.Rd |only adfExplorer-2.0.0/adfExplorer/man/name.Rd |only adfExplorer-2.0.0/adfExplorer/man/read_write.Rd |only adfExplorer-2.0.0/adfExplorer/man/remove_adf_entry.Rd |only adfExplorer-2.0.0/adfExplorer/man/s3_methods.Rd |only adfExplorer-2.0.0/adfExplorer/man/virtual_path.Rd |only adfExplorer-2.0.0/adfExplorer/src |only adfExplorer-2.0.0/adfExplorer/tests |only adfExplorer-2.0.0/adfExplorer/vignettes/adf_objects.Rmd |only adfExplorer-2.0.0/adfExplorer/vignettes/file_system_modes.Rmd |only adfExplorer-2.0.0/adfExplorer/vignettes/version2.Rmd |only adfExplorer-2.0.0/adfExplorer/vignettes/virtual_paths.Rmd |only 105 files changed, 494 insertions(+), 198 deletions(-)
Title: The 'epilogi' Variable Selection Algorithm for Continuous Data
Description: The 'epilogi' variable selection algorithm is implemented for the case of continuous response and predictor variables. The relevant paper is: Lakiotaki K., Papadovasilakis Z., Lagani V., Fafalios S., Charonyktakis P., Tsagris M. and Tsamardinos I. (2023). "Automated machine learning for Genome Wide Association Studies". Bioinformatics, 39(9): btad545. <doi:10.1093/bioinformatics/btad545>.
Author: Michail Tsagris [aut, cre]
Maintainer: Michail Tsagris <mtsagris@uoc.gr>
Diff between epilogi versions 1.1 dated 2024-09-10 and 1.2 dated 2024-12-23
DESCRIPTION | 11 ++++++----- MD5 | 8 ++++---- R/epilogi.R | 10 ++++------ man/epilogi-package.Rd | 6 +++--- man/epilogi.Rd | 7 +++++-- 5 files changed, 22 insertions(+), 20 deletions(-)
Title: Estimate Vapnik-Chervonenkis Dimension and Sample Complexity
Description: We provide a suite of tools for estimating the sample complexity of a chosen model through theoretical bounds and simulation. The package incorporates methods for estimating the Vapnik-Chervonenkis dimension (VCD) of a chosen algorithm, which can be used to estimate its sample complexity. Alternatively, we provide simulation methods to estimate sample complexity directly. For more details, see Carter, P & Choi, D (2024). "Learning from Noise: Applying Sample Complexity for Political Science Research" <doi:10.31219/osf.io/evrcj>.
Author: Perry Carter [aut, cre] ,
Dahyun Choi [aut]
Maintainer: Perry Carter <pjc504@nyu.edu>
Diff between scR versions 0.3.0 dated 2024-12-18 and 0.4.0 dated 2024-12-23
DESCRIPTION | 6 +- LICENSE | 4 - MD5 | 32 +++++++------- NAMESPACE | 1 R/data.R | 22 ++++----- R/datagen.R | 106 +++++++++++++++++++++++------------------------ R/globals.R | 2 R/scR.R | 9 ++- R/simulations.R | 52 +++++++++++++++-------- man/acc_sim.Rd | 81 +++++++++++++++++++++++++---------- man/br.Rd | 44 +++++++++---------- man/estimate_accuracy.Rd | 4 - man/getpac.Rd | 2 man/loss.Rd | 60 +++++++++++++------------- man/plot_accuracy.Rd | 2 man/risk_bounds.Rd | 38 ++++++++-------- man/simvcd.Rd | 3 + 17 files changed, 263 insertions(+), 205 deletions(-)
More information about ForestElementsR at CRAN
Permanent link
Title: Procedures for Psychological, Psychometric, and Personality
Research
Description: A general purpose toolbox developed originally for personality, psychometric theory and experimental psychology. Functions are primarily for multivariate analysis and scale construction using factor analysis, principal component analysis, cluster analysis and reliability analysis, although others provide basic descriptive statistics. Item Response Theory is done using factor analysis of tetrachoric and polychoric correlations. Functions for analyzing data at multiple levels include within and between group statistics, including correlations and factor analysis. Validation and cross validation of scales developed using basic machine learning algorithms are provided, as are functions for simulating and testing particular item and test structures. Several functions serve as a useful front end for structural equation modeling. Graphical displays of path diagrams, including mediation models, factor analysis and structural equation models are created using basic graphics. Some of the fu [...truncated...]
Author: William Revelle [aut, cre]
Maintainer: William Revelle <revelle@northwestern.edu>
Diff between psych versions 2.4.6.26 dated 2024-06-27 and 2.4.12 dated 2024-12-23
DESCRIPTION | 12 +++--- MD5 | 60 ++++++++++++++++----------------- R/ICLUST.R | 15 ++++---- R/ICLUST.diagram.R | 2 - R/bestScale.R | 19 +++++----- R/cta.15.R | 2 - R/diagram.R | 14 ++++--- R/error.bars.by.R | 87 +++++++++++++++++++++++++++++------------------- R/fa.parallel.R | 12 +++--- R/reliability.R | 23 +++++++----- R/schmid.R | 2 - R/sim.hierarchical.R | 11 +++++- R/sim.structural.R | 5 +- R/thurstone.R | 2 - R/unidim.r | 21 +++++++++-- build/partial.rdb |binary build/vignette.rds |binary inst/CITATION | 2 - inst/NEWS.Rd | 38 ++++++++++++++++++-- inst/doc/scoring.pdf |binary man/ICLUST.Rd | 15 ++++++-- man/best.scales.Rd | 4 +- man/cta.Rd | 3 - man/error.bars.by.Rd | 2 - man/fa.Rd | 5 ++ man/factor.rotate.Rd | 2 - man/factor.scores.Rd | 2 - man/iclust.diagram.Rd | 5 ++ man/mediate.Rd | 2 - man/reliability.Rd | 17 ++++++--- man/sim.hierarchical.Rd | 6 ++- 31 files changed, 247 insertions(+), 143 deletions(-)
Title: Slide Automation for Tables, Listings and Figures
Description: The normal process of creating clinical study slides is that
a statistician manually type in the numbers from outputs and a
separate statistician to double check the typed in numbers. This
process is time consuming, resource intensive, and error prone.
Automatic slide generation is a solution to address these issues. It
reduces the amount of work and the required time when creating slides,
and reduces the risk of errors from manually typing or copying numbers
from the output to slides. It also helps users to avoid unnecessary
stress when creating large amounts of slide decks in a short time
window.
Author: Joe Zhu [cre, aut] ,
Heng Wang [aut],
Yinqi Zhao [aut],
Bo Ci [aut],
Liming Li [aut],
Laura Wang [ctb],
Xiaoli Duan [aut],
Stefan Pascal Thoma [aut],
Thomas Neitmann [ctb],
Miles Almond [aut],
Mahdi About [ctb],
Kai Lim [ctb],
Nolan Steed [ctb],
Daol [...truncated...]
Maintainer: Joe Zhu <joe.zhu@roche.com>
Diff between autoslider.core versions 0.1.0 dated 2024-11-27 and 0.2.1 dated 2024-12-23
DESCRIPTION | 50 +++--- MD5 | 95 ++++++++--- NAMESPACE | 31 +-- NEWS.md | 17 ++ R/assert.R | 14 + R/decorate.R | 28 +-- R/ft_formats.R | 35 ---- R/g_mean_slides.R |only R/helper_functions.R | 2 R/l_ae_slide.R |only R/null_report.R | 2 R/package.R | 16 -- R/t_ae_pt_diff_slide.R | 4 R/t_ae_slide.R | 4 R/t_ae_summary_slide.R | 12 - R/t_aesi_slide.R | 41 ++--- R/t_dd_slide.R | 2 R/t_dm_slide.R | 2 R/t_ds_slide.R |only R/to_ft_funs.R | 83 +--------- R/to_slides.R | 3 R/util.R | 26 +-- README.md | 34 +++- build |only inst/WORDLIST | 29 +++ inst/bad_filters.yml |only inst/doc |only inst/filters.yml | 15 + inst/spec.yml | 23 ++ man/autoslider.core-package.Rd | 2 man/autoslider_format.Rd | 10 - man/g_eg_slide.Rd |only man/g_lb_slide.Rd |only man/g_mean_general.Rd |only man/g_vs_slide.Rd |only man/l_ae_slide.Rd |only man/null_report.Rd | 2 man/t_ds_slide.Rd |only tests/testthat/_snaps/filter_spec-verbose.md |only tests/testthat/_snaps/format_date.md |only tests/testthat/_snaps/helper_functions.md |only tests/testthat/_snaps/l_ae_slide.md |only tests/testthat/_snaps/slides_preview.md |only tests/testthat/_snaps/t_ae_slide.md |only tests/testthat/_snaps/t_ae_summary_slide.md |only tests/testthat/_snaps/t_aesi_slide.md |only tests/testthat/_snaps/t_dm_slide.md | 216 +++++++++++++-------------- tests/testthat/_snaps/t_ds_slide.md |only tests/testthat/setup.R | 2 tests/testthat/t_dm_output.rds |only tests/testthat/test-bad_filters.R |only tests/testthat/test-filter_spec-verbose.R |only tests/testthat/test-formats.R |only tests/testthat/test-g_mean_slides.R |only tests/testthat/test-helper_functions.R |only tests/testthat/test-l_ae_slide.R |only tests/testthat/test-output-table-format.R |only tests/testthat/test-slides_preview.R |only tests/testthat/test-srep_outputs.R |only tests/testthat/test-t_ae_slide.R |only tests/testthat/test-t_ae_summary_slide.R |only tests/testthat/test-t_aesi_slide.R |only tests/testthat/test-t_dm_slide.R | 10 - tests/testthat/test-t_ds_slide.R |only tests/testthat/test_format_date.R |only vignettes |only 66 files changed, 416 insertions(+), 394 deletions(-)
More information about autoslider.core at CRAN
Permanent link