Title: Interface to 'fastai'
Description: The 'fastai' <https://docs.fast.ai/index.html> library
simplifies training fast and accurate neural networks
using modern best practices. It is based on research
in to deep learning best practices undertaken
at 'fast.ai', including 'out of the box' support
for vision, text, tabular, audio, time series, and
collaborative filtering models.
Author: Turgut Abdullayev [ctb, cre, cph, aut]
Maintainer: Turgut Abdullayev <turqut.a.314@gmail.com>
Diff between fastai versions 2.2.0 dated 2022-03-21 and 2.2.1 dated 2023-03-11
fastai-2.2.0/fastai/tests/testthat/test-GAN.R |only fastai-2.2.0/fastai/tests/testthat/test-collab.R |only fastai-2.2.0/fastai/tests/testthat/test-experimental.R |only fastai-2.2.0/fastai/tests/testthat/test-generics-tensor.R |only fastai-2.2.0/fastai/tests/testthat/test-image.R |only fastai-2.2.0/fastai/tests/testthat/test-medical.R |only fastai-2.2.0/fastai/tests/testthat/test-medical_image_render.R |only fastai-2.2.0/fastai/tests/testthat/test-model_load.R |only fastai-2.2.0/fastai/tests/testthat/test-modify.R |only fastai-2.2.0/fastai/tests/testthat/test-nn_module.R |only fastai-2.2.0/fastai/tests/testthat/test-predict_medical.R |only fastai-2.2.0/fastai/tests/testthat/test-pretrained_in_cnn_learner.R |only fastai-2.2.0/fastai/tests/testthat/test-regression.R |only fastai-2.2.0/fastai/tests/testthat/test-tabular.R |only fastai-2.2.0/fastai/tests/testthat/test-text-load.R |only fastai-2.2.1/fastai/DESCRIPTION | 8 fastai-2.2.1/fastai/MD5 | 141 +-- fastai-2.2.1/fastai/NEWS.md | 4 fastai-2.2.1/fastai/R/GAN.R | 8 fastai-2.2.1/fastai/R/audio_core_config.R | 6 fastai-2.2.1/fastai/R/blocks.R | 4 fastai-2.2.1/fastai/R/blurr_hugging_face.R | 11 fastai-2.2.1/fastai/R/bs_finder.R | 2 fastai-2.2.1/fastai/R/callbacks.R | 4 fastai-2.2.1/fastai/R/custom_modules.R | 4 fastai-2.2.1/fastai/R/cycleGAN_models.R | 12 fastai-2.2.1/fastai/R/dataloader.R | 2 fastai-2.2.1/fastai/R/fastaibuilt.R | 2 fastai-2.2.1/fastai/R/icevision_albumentations.R | 14 fastai-2.2.1/fastai/R/icevision_datasplitters.R | 3 fastai-2.2.1/fastai/R/icevision_efficentdet.R | 2 fastai-2.2.1/fastai/R/icevision_faster_rcnn.R | 2 fastai-2.2.1/fastai/R/icevision_mask_rcnn.R | 2 fastai-2.2.1/fastai/R/icevision_parsers.R | 2 fastai-2.2.1/fastai/R/icevision_utils.R | 4 fastai-2.2.1/fastai/R/import_modules.R | 26 fastai-2.2.1/fastai/R/install_fastai.R | 43 - fastai-2.2.1/fastai/R/kaggle_wrappers.R | 2 fastai-2.2.1/fastai/R/layers.R | 17 fastai-2.2.1/fastai/R/medical.R | 8 fastai-2.2.1/fastai/R/optimizers.R | 33 fastai-2.2.1/fastai/R/package.R | 338 ++++--- fastai-2.2.1/fastai/R/stats.R | 2 fastai-2.2.1/fastai/R/test.R | 7 fastai-2.2.1/fastai/R/text_core.R | 4 fastai-2.2.1/fastai/R/text_data.R | 2 fastai-2.2.1/fastai/R/text_learner.R | 2 fastai-2.2.1/fastai/R/text_models.R | 2 fastai-2.2.1/fastai/R/time_series_core.R | 2 fastai-2.2.1/fastai/R/vision_augment.R | 4 fastai-2.2.1/fastai/R/vision_core.R | 7 fastai-2.2.1/fastai/R/vision_models.R | 14 fastai-2.2.1/fastai/README.md | 419 --------- fastai-2.2.1/fastai/build/vignette.rds |binary fastai-2.2.1/fastai/inst/doc/Basic_Tabular.html | 358 ++++++-- fastai-2.2.1/fastai/inst/doc/audio.html | 329 ++++++- fastai-2.2.1/fastai/inst/doc/audio2tf.html | 320 ++++++- fastai-2.2.1/fastai/inst/doc/basic_img_class.html | 345 ++++++-- fastai-2.2.1/fastai/inst/doc/bayes_opt.html | 328 ++++++- fastai-2.2.1/fastai/inst/doc/callbacks.html | 331 ++++++- fastai-2.2.1/fastai/inst/doc/catalyst.html | 325 ++++++- fastai-2.2.1/fastai/inst/doc/custom_img.html | 334 ++++++- fastai-2.2.1/fastai/inst/doc/data_aug.html | 332 ++++++- fastai-2.2.1/fastai/inst/doc/gpt.html | 342 ++++++- fastai-2.2.1/fastai/inst/doc/head_pose.html | 328 ++++++- fastai-2.2.1/fastai/inst/doc/lightning.html | 323 ++++++- fastai-2.2.1/fastai/inst/doc/low.html | 356 ++++++-- fastai-2.2.1/fastai/inst/doc/medical_dcm.html | 331 ++++++- fastai-2.2.1/fastai/inst/doc/migrating_ignite.html | 323 ++++++- fastai-2.2.1/fastai/inst/doc/migrating_pytorch.html | 320 ++++++- fastai-2.2.1/fastai/inst/doc/multilabel.html | 323 ++++++- fastai-2.2.1/fastai/inst/doc/obj_detect.html | 328 ++++++- fastai-2.2.1/fastai/inst/doc/optimizer.html | 430 ++++++++-- fastai-2.2.1/fastai/inst/doc/question_answering.html | 329 ++++++- fastai-2.2.1/fastai/inst/doc/super_res_gan.html | 328 ++++++- fastai-2.2.1/fastai/inst/doc/textclassification.html | 326 ++++++- fastai-2.2.1/fastai/inst/doc/textsummarize.html | 323 ++++++- fastai-2.2.1/fastai/inst/doc/time_series.html | 324 ++++++- fastai-2.2.1/fastai/man/install_fastai.Rd | 6 79 files changed, 6777 insertions(+), 2434 deletions(-)
Title: Pattern Support for 'qtl2' Package
Description: Routines in 'qtl2' to study allele patterns in quantitative trait loci (QTL)
mapping over a chromosome.
Useful in crosses with more than two alleles to identify how sets of alleles,
genetically different strands at the same locus, have different response levels.
Plots show profiles over a chromosome.
Can handle multiple traits together.
See <https://github.com/byandell/qtl2pattern>.
Author: Brian S Yandell [aut, cre]
Maintainer: Brian S Yandell <brian.yandell@wisc.edu>
Diff between qtl2pattern versions 1.2.0 dated 2022-01-24 and 1.2.1 dated 2023-03-11
DESCRIPTION | 14 - MD5 | 32 +- R/ggplot_allele1.R | 26 - R/ggplot_feature_tbl.R | 66 ++-- R/ggplot_gene_exon.R | 6 R/ggplot_merge_feature.R | 20 - R/ggplot_scan1pattern.R | 46 +-- build/vignette.rds |binary inst/doc/qtl2pattern.html | 613 ++++++++++++++++++++++++++++++++++++---------- inst/scripts/depends.Rmd | 1 man/allele1.Rd | 6 man/feature_tbl.Rd | 14 - man/gene_exon.Rd | 6 man/merge_feature.Rd | 12 man/pattern_diplos.Rd | 2 man/scan1pattern.Rd | 10 man/top_snps_pattern.Rd | 2 17 files changed, 608 insertions(+), 268 deletions(-)
Title: Data Visualization for QTL Experiments
Description: Functions to plot QTL (quantitative trait loci) analysis
results and related diagnostics.
Part of 'qtl2', an upgrade of the 'qtl'
package to better handle high-dimensional data and complex cross
designs.
Author: Brian S Yandell [aut, cre],
Karl W Broman [aut]
Maintainer: Brian S Yandell <brian.yandell@wisc.edu>
Diff between qtl2ggplot versions 1.2.1 dated 2022-01-24 and 1.2.2 dated 2023-03-11
DESCRIPTION | 10 MD5 | 24 - R/ggplot_coef.R | 46 +-- R/ggplot_genes.R | 32 +- R/ggplot_listof_scan1coef.R | 22 - R/ggplot_scan1.R | 28 +- build/vignette.rds |binary inst/doc/qtl2ggplot.html | 525 ++++++++++++++++++++++++++++++----------- man/ggplot_coef.Rd | 8 man/ggplot_genes.Rd | 14 - man/ggplot_listof_scan1coef.Rd | 6 man/ggplot_scan1.Rd | 6 man/listof_scan1coef.Rd | 6 13 files changed, 485 insertions(+), 242 deletions(-)
Title: Tidy Modelling for Nested Data
Description: A modelling framework for nested data using the 'tidymodels'
ecosystem. Specify how to nest data using the 'recipes' package, create
testing and training splits using 'rsample', and fit models to this data
using the 'parsnip' and 'workflows' packages. Allows any model to be fit
to nested data.
Author: Ashby Thorpe [aut, cre] ,
Hadley Wickham [ctb]
Maintainer: Ashby Thorpe <ashbythorpe@gmail.com>
Diff between nestedmodels versions 1.0.3 dated 2023-01-05 and 1.0.4 dated 2023-03-11
DESCRIPTION | 6 - MD5 | 16 ++-- NEWS.md | 4 + R/step_nest.R | 2 README.md | 40 +++++------ data/example_nested_data.rda |binary inst/doc/nestedmodels-limitations.html | 2 inst/doc/nestedmodels.html | 112 ++++++++++++++++----------------- tests/testthat/_snaps/step_nest.md | 37 +++++----- 9 files changed, 111 insertions(+), 108 deletions(-)
Title: Symbols for 'Markdown' and 'Shiny' Application
Description: Direct insertion of over 1000 symbols (e.g. currencies, letters, emojis, arrows, mathematical symbols and so on) into 'Rmarkdown' documents and 'Shiny' applications by incorporating 'HTML' hex codes.
Author: Obinna Obianom [aut, cre]
Maintainer: Obinna Obianom <idonshayo@gmail.com>
Diff between r2symbols versions 1.3 dated 2023-01-07 and 1.4 dated 2023-03-11
r2symbols-1.3/r2symbols/inst/text.txt |only r2symbols-1.4/r2symbols/DESCRIPTION | 8 r2symbols-1.4/r2symbols/MD5 | 32 +-- r2symbols-1.4/r2symbols/NAMESPACE | 2 r2symbols-1.4/r2symbols/NEWS.md | 13 + r2symbols-1.4/r2symbols/R/fetchByKeyCat.R |only r2symbols-1.4/r2symbols/R/symbol.R | 3 r2symbols-1.4/r2symbols/README.md | 11 - r2symbols-1.4/r2symbols/build/vignette.rds |binary r2symbols-1.4/r2symbols/inst/data_pack.ob |binary r2symbols-1.4/r2symbols/inst/doc/fetching_multiple_symbols_r.R |only r2symbols-1.4/r2symbols/inst/doc/fetching_multiple_symbols_r.Rmd |only r2symbols-1.4/r2symbols/inst/doc/fetching_multiple_symbols_r.html |only r2symbols-1.4/r2symbols/inst/doc/introduction_r_symbols.R | 22 +- r2symbols-1.4/r2symbols/inst/doc/introduction_r_symbols.Rmd | 26 +- r2symbols-1.4/r2symbols/inst/doc/introduction_r_symbols.html | 101 +++++----- r2symbols-1.4/r2symbols/inst/doc/newversion_r_symbols.html | 10 r2symbols-1.4/r2symbols/man/symCat.Rd |only r2symbols-1.4/r2symbols/man/symKey.Rd |only r2symbols-1.4/r2symbols/vignettes/fetching_multiple_symbols_r.Rmd |only r2symbols-1.4/r2symbols/vignettes/introduction_r_symbols.Rmd | 26 +- 21 files changed, 157 insertions(+), 97 deletions(-)
Title: Create Simple Packages Which Do not Upset R Package Checks
Description: Provides a function kitten() which creates cute little
packages which pass R package checks. This sets it apart from
package.skeleton() which it calls, and which leaves imperfect files
behind. As this is not exactly helpful for beginners, kitten() offers
an alternative. Unit test support can be added via the 'tinytest'
package (if present), and documentation-creation support can be
added via 'roxygen2' (if present).
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between pkgKitten versions 0.2.2 dated 2021-07-20 and 0.2.3 dated 2023-03-11
ChangeLog | 17 ++++++++++++++++- DESCRIPTION | 10 +++++----- MD5 | 10 +++++----- R/pkgKitten.R | 7 ++----- README.md | 1 - inst/NEWS.Rd | 7 +++++++ 6 files changed, 35 insertions(+), 17 deletions(-)
Title: Generate Activity Counts from Raw Accelerometer Data
Description: A tool to obtain activity counts, originally a translation of the
'python' package 'agcounts' <https://github.com/actigraph/agcounts>. This tool
allows the processing of data from any accelerometer brand, with a more flexible
approach to handle different sampling frequencies.
Author: Jairo Hidalgo Migueles
Maintainer: Jairo Hidalgo Migueles <jairo.hidalgo.migueles@gmail.com>
Diff between actilifecounts versions 1.1.0 dated 2022-09-26 and 1.1.1 dated 2023-03-11
DESCRIPTION | 9 +++-- MD5 | 16 +++++----- NAMESPACE | 1 R/resample_30hz.R | 79 ++++++++++++++++++++++++++++----------------------- inst/NEWS.Rd | 5 +++ man/resample_10hz.Rd | 50 ++++++++++++++++---------------- man/resample_30hz.Rd | 54 +++++++++++++++++----------------- man/sum_counts.Rd | 54 +++++++++++++++++----------------- man/trim_data.Rd | 54 +++++++++++++++++----------------- 9 files changed, 169 insertions(+), 153 deletions(-)
More information about actilifecounts at CRAN
Permanent link
Title: Store Data About Rows
Description: Tools for keeping track of information, named
"keys", about rows of data frame like objects. This is done by
creating special attribute "keys" which is updated after every change
in rows (subsetting, ordering, etc.). This package is designed to
work tightly with 'dplyr' package.
Author: Evgeni Chasnovski [aut, cre]
Maintainer: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Diff between keyholder versions 0.1.6 dated 2021-12-04 and 0.1.7 dated 2023-03-11
DESCRIPTION | 8 MD5 | 22 NEWS.md | 4 R/keyed-df-one-tbl.R | 68 +- R/utils.R | 2 build/vignette.rds |binary inst/doc/introduction.html | 1074 ++++++++++++++++++++------------- man/key-by-scoped.Rd | 3 man/keyed-df-one-tbl.Rd | 28 man/keyed-df-two-tbl.Rd | 12 man/restore-keys-scoped.Rd | 3 tests/testthat/test-keyed-df-one-tbl.R | 2 12 files changed, 741 insertions(+), 485 deletions(-)
Title: Two-Stage Difference-in-Differences Following Gardner (2021)
Description: Estimates Two-way Fixed Effects difference-in-differences/event-study models using the approach proposed by Gardner (2021). To avoid the problems caused by OLS estimation of the Two-way Fixed Effects model, this function first estimates the fixed effects and covariates using untreated observations and then in a second stage, estimates the treatment effects.
Author: Kyle Butts [aut, cre] ,
John Gardner [aut] ,
Grant McDermott [ctb] ,
Laurent Berge [ctb]
Maintainer: Kyle Butts <kyle.butts@colorado.edu>
Diff between did2s versions 0.7.0 dated 2022-07-21 and 1.0.0 dated 2023-03-11
did2s-0.7.0/did2s/vignettes/event_study_cache |only did2s-1.0.0/did2s/DESCRIPTION | 14 did2s-1.0.0/did2s/MD5 | 37 did2s-1.0.0/did2s/NEWS.md | 2 did2s-1.0.0/did2s/R/RcppExports.R | 4 did2s-1.0.0/did2s/R/did2s.R | 463 +++++----- did2s-1.0.0/did2s/R/event_study.R | 30 did2s-1.0.0/did2s/R/zzz.R | 4 did2s-1.0.0/did2s/README.md | 7 did2s-1.0.0/did2s/inst/CITATION | 27 did2s-1.0.0/did2s/inst/doc/Two-Stage-Difference-in-Differences.html | 100 -- did2s-1.0.0/did2s/inst/references.bib | 6 did2s-1.0.0/did2s/man/did2s.Rd | 24 did2s-1.0.0/did2s/src/Makevars | 1 did2s-1.0.0/did2s/src/Makevars.win | 1 did2s-1.0.0/did2s/src/RcppExports.cpp | 16 did2s-1.0.0/did2s/src/code.cpp | 13 17 files changed, 390 insertions(+), 359 deletions(-)
Title: Interacting with BibTeX Databases
Description: Reading and writing BibTeX files using data frames in R sessions.
Author: Miguel Alvarez [aut, cre]
Maintainer: Miguel Alvarez <kamapu78@gmail.com>
Diff between biblio versions 0.0.7 dated 2022-11-11 and 0.0.8 dated 2023-03-11
DESCRIPTION | 12 ++++++------ MD5 | 6 +++--- R/compare_df.R | 4 ++-- R/write_bib.R | 11 ++++++----- 4 files changed, 17 insertions(+), 16 deletions(-)
Title: Utilities for Streamlined Data Import, Imputation and Modelling
Description: Provides functions streamlining the data analysis workflow:
Outsourcing data import, renaming and type casting to a *.csv.
Manipulating imputed datasets and fitting models on them. Summarizing models.
Author: J. Peter Marquardt [aut, cre] ,
Till D. Best [aut]
Maintainer: J. Peter Marquardt <peter@kmarquardt.de>
Diff between basecamb versions 1.1.1 dated 2023-01-22 and 1.1.2 dated 2023-03-11
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- R/Fit_mult_impute_observed_outcome.R | 17 ++++++++++++++++- R/quantile_group.R | 4 ++-- man/quantile_group.Rd | 5 +++++ 5 files changed, 31 insertions(+), 11 deletions(-)
Title: Diffusion Models R Analysis
Description: The implemented methods are: Standard Bass model, Generalized Bass model (with rectangular shock, exponential shock, and mixed shock. You can choose to add from 1 to 3 shocks), Guseo-Guidolin model and Variable Potential Market model, and UCRCD model. The Bass model consists of a simple differential equation that describes the process of how new products get adopted in a population, the Generalized Bass model is a generalization of the Bass model in which there is a "carrier" function x(t) that allows to change the speed of time sliding. In some real processes the reachable potential of the resource available in a temporal instant may appear to be not constant over time, because of this we use Variable Potential Market model, in which the Guseo-Guidolin has a particular specification for the market function. The UCRCD model (Unbalanced Competition and Regime Change Diachronic) is a diffusion model used to capture the dynamics of the competitive or collaborative transition.
Author: Savio Andrea, Zanghi Federico, Filippo Ziliotto, Bessi Alessandro
Maintainer: Savio Andrea <svandr97@gmail.com>
Diff between DIMORA versions 0.3.3 dated 2023-01-14 and 0.3.4 dated 2023-03-11
DIMORA-0.3.3/DIMORA/R/hello.R |only DIMORA-0.3.3/DIMORA/man/hello.Rd |only DIMORA-0.3.4/DIMORA/DESCRIPTION | 10 +-- DIMORA-0.3.4/DIMORA/MD5 | 26 ++++----- DIMORA-0.3.4/DIMORA/R/UCRCD.R | 78 +++++++++++++--------------- DIMORA-0.3.4/DIMORA/man/BM.Rd | 17 ++++-- DIMORA-0.3.4/DIMORA/man/DBdimora.Rd | 17 ++++-- DIMORA-0.3.4/DIMORA/man/DIMORA.Rd | 18 ++++-- DIMORA-0.3.4/DIMORA/man/GBM.Rd | 18 ++++-- DIMORA-0.3.4/DIMORA/man/GGM.Rd | 18 ++++-- DIMORA-0.3.4/DIMORA/man/UCRCD.Rd | 18 ++++-- DIMORA-0.3.4/DIMORA/man/makeinstantanous.Rd | 18 ++++-- DIMORA-0.3.4/DIMORA/man/plot.Dimora.Rd | 17 ++++-- DIMORA-0.3.4/DIMORA/man/predict.Dimora.Rd | 18 ++++-- DIMORA-0.3.4/DIMORA/man/summary.Dimora.Rd | 18 ++++-- 15 files changed, 182 insertions(+), 109 deletions(-)
Title: Test Suite for 'Future API' Backends
Description: Backends implementing the 'Future' API, as defined by the 'future' package, should use the tests provided by this package to validate that they meet the minimal requirements of the 'Future' API. The tests can be performed easily from within R or from outside of R from the command line making it easy to include them package tests and in Continuous Integration (CI) pipelines.
Author: Henrik Bengtsson [aut, cre, cph],
The R Consortium [fnd] grant in 2017)
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Diff between future.tests versions 0.5.0 dated 2022-12-16 and 0.6.0 dated 2023-03-11
future.tests-0.5.0/future.tests/inst/test-db/options.R |only future.tests-0.6.0/future.tests/DESCRIPTION | 6 future.tests-0.6.0/future.tests/MD5 | 36 - future.tests-0.6.0/future.tests/NAMESPACE | 2 future.tests-0.6.0/future.tests/NEWS.md | 29 + future.tests-0.6.0/future.tests/R/TestResult-class.R | 6 future.tests-0.6.0/future.tests/R/check.R | 32 - future.tests-0.6.0/future.tests/R/check_plan.R | 83 ++- future.tests-0.6.0/future.tests/R/evaluate_expr.R | 197 +++++--- future.tests-0.6.0/future.tests/R/skip_test.R |only future.tests-0.6.0/future.tests/R/state.R | 222 +++++----- future.tests-0.6.0/future.tests/R/zzz.R | 10 future.tests-0.6.0/future.tests/inst/CITATION | 8 future.tests-0.6.0/future.tests/inst/doc/future.tests-05-ci-github_actions.html | 14 future.tests-0.6.0/future.tests/inst/doc/future.tests-05-ci-github_actions.md | 14 future.tests-0.6.0/future.tests/inst/test-db/options,data.table.R |only future.tests-0.6.0/future.tests/inst/test-db/options,ff.R |only future.tests-0.6.0/future.tests/inst/test-db/plan.R | 28 - future.tests-0.6.0/future.tests/man/check.Rd | 2 future.tests-0.6.0/future.tests/man/skip_test.Rd |only future.tests-0.6.0/future.tests/tests/evaluate_expr,ff.R |only future.tests-0.6.0/future.tests/vignettes/future.tests-05-ci-github_actions.md | 14 22 files changed, 438 insertions(+), 265 deletions(-)
Title: Data on Asylum and Resettlement for the UK
Description: Data on Asylum and Resettlement for the UK,
provided by the Home Office <https://www.gov.uk/government/statistical-data-sets/immigration-system-statistics-data-tables-year-ending-december-2022>.
Author: Matthew Gwynfryn Thomas [cre, aut],
Mike Page [aut],
British Red Cross [cph]
Maintainer: Matthew Gwynfryn Thomas <matthewgthomas@gmail.com>
Diff between asylum versions 1.0.2 dated 2022-09-10 and 1.0.3 dated 2023-03-11
DESCRIPTION | 14 - MD5 | 152 +++++++----- NEWS.md | 4 R/data.R | 304 +++++++++++++++++++++++-- R/sysdata.rda |binary README.md | 35 ++ data/age_disputes.rda |binary data/age_of_asylum_operations.rda |binary data/appeal_representation_rate.rda |binary data/appeals_determined.rda |binary data/appeals_lodged.rda |binary data/applications.rda |binary data/applications_processed_in_6_months.rda |binary data/aspen.rda |binary data/asylum_costs_and_productivity.rda |binary data/asylum_work_in_progress.rda |binary data/awaiting_decision.rda |binary data/children_entering_detention.rda |only data/claims_certified_section_94.rda |only data/decision_quality.rda |binary data/decisions_resettlement.rda |binary data/detention_summary_flow.rda |only data/detentions_deaths_and_absconds.rda |only data/detentions_deaths_details.rda |only data/dublin_regulation.rda |binary data/family_reunion.rda |binary data/irregular_migration.rda |only data/local_authority_resettlement.rda |binary data/local_authority_support.rda |binary data/nrpf_change_of_conditions_age.rda |binary data/nrpf_change_of_conditions_decisions.rda |binary data/nrpf_change_of_conditions_gender.rda |binary data/nrpf_change_of_conditions_nationality.rda |binary data/nts.rda |binary data/oral_hearings_volume.rda |binary data/outcomes.rda |binary data/people_entering_detention.rda |only data/people_in_detention.rda |only data/people_leaving_detention.rda |only data/returns.rda |only data/returns_by_destination.rda |only data/returns_offenders_by_destination.rda |only data/returns_offenders_by_nationality.rda |only data/support_applications.rda |binary data/support_applications_rasi.rda |binary data/support_received.rda |binary data/travel_documents.rda |binary man/age_disputes.Rd | 60 ++-- man/age_of_asylum_operations.Rd | 62 ++--- man/appeal_representation_rate.Rd | 58 ++-- man/appeals_determined.Rd | 2 man/appeals_lodged.Rd | 2 man/appeals_non_suspensive.Rd | 64 ++--- man/applications.Rd | 2 man/applications_processed_in_6_months.Rd | 2 man/aspen.Rd | 52 ++-- man/aspen_support.Rd | 58 ++-- man/asylum_costs_and_productivity.Rd | 68 ++--- man/asylum_work_in_progress.Rd | 78 +++--- man/awaiting_decision.Rd | 2 man/children_entering_detention.Rd |only man/claims_certified_section_94.Rd |only man/decision_quality.Rd | 54 ++-- man/decisions_resettlement.Rd | 2 man/detention_summary_flow.Rd |only man/detentions_deaths_and_absconds.Rd |only man/detentions_deaths_details.Rd |only man/dublin_regulation.Rd | 62 ++--- man/family_reunion.Rd | 62 ++--- man/irregular_migration.Rd |only man/local_authority_resettlement.Rd | 60 ++-- man/local_authority_support.Rd | 62 ++--- man/nrpf_change_of_conditions_age.Rd | 76 +++--- man/nrpf_change_of_conditions_decisions.Rd | 72 ++--- man/nrpf_change_of_conditions_gender.Rd | 64 ++--- man/nrpf_change_of_conditions_nationality.Rd | 96 ++++--- man/nts.Rd | 64 ++--- man/oral_hearings_volume.Rd | 54 ++-- man/outcomes.Rd | 98 ++++---- man/people_entering_detention.Rd |only man/people_in_detention.Rd |only man/people_leaving_detention.Rd |only man/returns.Rd |only man/returns_by_destination.Rd |only man/returns_offenders_by_destination.Rd |only man/returns_offenders_by_nationality.Rd |only man/support_applications.Rd | 58 ++-- man/support_applications_rasi.Rd | 54 ++-- man/support_received.Rd | 2 man/travel_documents.Rd | 54 ++-- 90 files changed, 1163 insertions(+), 850 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-03-01 0.0.3
Title: Sassy 'UML' Diagrams
Description: A tool for drawing sassy 'UML' diagrams based on a simple syntax,
see <https://www.nomnoml.com>. Supports styling, R Markdown and exporting diagrams
in the PNG format.
Author: Andrie de Vries [aut, cre],
Javier Luraschi [aut],
Daniel Kallin [cph] ,
RStudio [cph, fnd]
Maintainer: Andrie de Vries <apdevries@gmail.com>
Diff between nomnoml versions 0.2.5 dated 2022-02-23 and 0.2.6 dated 2023-03-11
nomnoml-0.2.5/nomnoml/inst/examples/shiny/tests/shinytest/mytest-current |only nomnoml-0.2.6/nomnoml/DESCRIPTION | 8 nomnoml-0.2.6/nomnoml/MD5 | 46 - nomnoml-0.2.6/nomnoml/NEWS.md | 10 nomnoml-0.2.6/nomnoml/R/knit.R | 86 + nomnoml-0.2.6/nomnoml/R/zzz.R | 4 nomnoml-0.2.6/nomnoml/README.md | 28 nomnoml-0.2.6/nomnoml/inst/WORDLIST | 4 nomnoml-0.2.6/nomnoml/inst/examples/shiny/tests/shinytest/mytest-expected/001.json | 82 - nomnoml-0.2.6/nomnoml/inst/examples/shiny/tests/shinytest/mytest-expected/001.png |binary nomnoml-0.2.6/nomnoml/inst/examples/shiny/tests/shinytest/mytest-expected/002.json | 82 - nomnoml-0.2.6/nomnoml/inst/examples/shiny/tests/shinytest/mytest-expected/002.png |binary nomnoml-0.2.6/nomnoml/inst/examples/shiny/tests/shinytest/mytest-expected/003.json | 82 - nomnoml-0.2.6/nomnoml/inst/examples/shiny/tests/shinytest/mytest-expected/003.png |binary nomnoml-0.2.6/nomnoml/inst/examples/xaringan/xaringan.Rmd | 10 nomnoml-0.2.6/nomnoml/inst/examples/xaringan/xaringan.html | 50 - nomnoml-0.2.6/nomnoml/inst/examples/xaringan/xaringan_files/header-attrs-2.19 |only nomnoml-0.2.6/nomnoml/inst/examples/xaringan/xaringan_files/htmlwidgets-1.6.1 |only nomnoml-0.2.6/nomnoml/inst/examples/xaringan/xaringan_files/nomnoml-1.5.3 |only nomnoml-0.2.6/nomnoml/inst/examples/xaringan/xaringan_files/nomnoml-binding-0.2.5.9000 |only nomnoml-0.2.6/nomnoml/inst/htmlwidgets/lib-raw/nomnoml.js | 457 +++++----- nomnoml-0.2.6/nomnoml/inst/htmlwidgets/lib/graphre.js |only nomnoml-0.2.6/nomnoml/inst/htmlwidgets/lib/nomnoml.js |only nomnoml-0.2.6/nomnoml/inst/htmlwidgets/nomnoml.yaml | 2 nomnoml-0.2.6/nomnoml/tests/testthat/example_knitr.Rmd | 12 25 files changed, 564 insertions(+), 399 deletions(-)
Title: Bayesian Multi-State Models for Early Oncology
Description: Implements methods to fit a parametric Bayesian multi-state model
to tumor response data.
The model can be used to sample from the predictive distribution to impute
missing data and calculate probability of success for custom decision
criteria in early clinical trials during an ongoing trial.
The inference is implemented using 'stan'.
Author: Kevin Kunzmann [aut, cre] ,
Karthik Ananthakrishnan [ctb],
Boehringer Ingelheim Ltd. [cph, fnd]
Maintainer: Kevin Kunzmann <kevin.kunzmann@boehringer-ingelheim.com>
Diff between oncomsm versions 0.1.2 dated 2022-12-09 and 0.1.3 dated 2023-03-11
oncomsm-0.1.2/oncomsm/tests/testthat/test_impute.R |only oncomsm-0.1.2/oncomsm/tests/testthat/test_sampling.R |only oncomsm-0.1.3/oncomsm/DESCRIPTION | 18 oncomsm-0.1.3/oncomsm/MD5 | 104 oncomsm-0.1.3/oncomsm/NAMESPACE | 1 oncomsm-0.1.3/oncomsm/NEWS.md |only oncomsm-0.1.3/oncomsm/R/RcppExports.R | 4 oncomsm-0.1.3/oncomsm/R/check_data.R |only oncomsm-0.1.3/oncomsm/R/check_valid.R | 52 oncomsm-0.1.3/oncomsm/R/compute_pfs.R | 148 oncomsm-0.1.3/oncomsm/R/impute.R | 353 - oncomsm-0.1.3/oncomsm/R/oncomsm-package.R | 74 oncomsm-0.1.3/oncomsm/R/plot.R | 3 oncomsm-0.1.3/oncomsm/R/plot_mstate.R | 300 oncomsm-0.1.3/oncomsm/R/plot_pfs.R | 3 oncomsm-0.1.3/oncomsm/R/plot_response_probability.R | 122 oncomsm-0.1.3/oncomsm/R/plot_transition_times.R | 4 oncomsm-0.1.3/oncomsm/R/print.R | 46 oncomsm-0.1.3/oncomsm/R/sample_posterior.R | 163 oncomsm-0.1.3/oncomsm/R/sample_predictive.R | 152 oncomsm-0.1.3/oncomsm/R/sample_prior.R | 7 oncomsm-0.1.3/oncomsm/R/simulate_decision_rule.R | 150 oncomsm-0.1.3/oncomsm/R/srpmodel.R | 353 - oncomsm-0.1.3/oncomsm/R/stanmodels.R | 52 oncomsm-0.1.3/oncomsm/R/util.R | 346 - oncomsm-0.1.3/oncomsm/R/visits_to_mstate.R | 242 oncomsm-0.1.3/oncomsm/build/vignette.rds |binary oncomsm-0.1.3/oncomsm/configure |only oncomsm-0.1.3/oncomsm/configure.win |only oncomsm-0.1.3/oncomsm/inst/doc/avoiding-bias.R | 19 oncomsm-0.1.3/oncomsm/inst/doc/avoiding-bias.Rmd | 195 oncomsm-0.1.3/oncomsm/inst/doc/avoiding-bias.html | 378 - oncomsm-0.1.3/oncomsm/inst/doc/oncomsm.R | 19 oncomsm-0.1.3/oncomsm/inst/doc/oncomsm.Rmd | 24 oncomsm-0.1.3/oncomsm/inst/doc/oncomsm.html | 3237 +++++++++- oncomsm-0.1.3/oncomsm/inst/doc/prior-choice.Rmd | 498 - oncomsm-0.1.3/oncomsm/inst/doc/prior-choice.html | 426 + oncomsm-0.1.3/oncomsm/man/check_data.Rd |only oncomsm-0.1.3/oncomsm/man/plot.srpmodel.Rd | 3 oncomsm-0.1.3/oncomsm/man/plot_pfs.Rd | 3 oncomsm-0.1.3/oncomsm/man/plot_transition_times.Rd | 3 oncomsm-0.1.3/oncomsm/man/srpmodel.Rd | 15 oncomsm-0.1.3/oncomsm/man/visits_to_mstate.Rd | 12 oncomsm-0.1.3/oncomsm/src/RcppExports.cpp | 9 oncomsm-0.1.3/oncomsm/src/impute_srp_model.cpp | 31 oncomsm-0.1.3/oncomsm/tests/testthat/_snaps/plots/plot-srp-model-1.svg | 83 oncomsm-0.1.3/oncomsm/tests/testthat/test-check_data.R |only oncomsm-0.1.3/oncomsm/tests/testthat/test-impute.R |only oncomsm-0.1.3/oncomsm/tests/testthat/test-plots.R | 184 oncomsm-0.1.3/oncomsm/tests/testthat/test-sampling.R |only oncomsm-0.1.3/oncomsm/tests/testthat/test-simulate_decision.R | 114 oncomsm-0.1.3/oncomsm/tests/testthat/test-srpmodel.R | 128 oncomsm-0.1.3/oncomsm/tests/testthat/test-visist_to_mstate.R | 77 oncomsm-0.1.3/oncomsm/vignettes/avoiding-bias.Rmd | 195 oncomsm-0.1.3/oncomsm/vignettes/oncomsm.Rmd | 24 oncomsm-0.1.3/oncomsm/vignettes/prior-choice.Rmd | 498 - oncomsm-0.1.3/oncomsm/vignettes/web_only/bhmbasket-integration.Rmd | 428 - oncomsm-0.1.3/oncomsm/vignettes/web_only/probability-of-go.Rmd | 2 58 files changed, 6376 insertions(+), 2926 deletions(-)
Title: Single-Species, Multi-Species, and Integrated Spatial Occupancy
Models
Description: Fits single-species, multi-species, and integrated non-spatial and spatial occupancy models using Markov Chain Monte Carlo (MCMC). Models are fit using Polya-Gamma data augmentation detailed in Polson, Scott, and Windle (2013) <doi:10.1080/01621459.2013.829001>. Spatial models are fit using either Gaussian processes or Nearest Neighbor Gaussian Processes (NNGP) for large spatial datasets. Details on NNGP models are given in Datta, Banerjee, Finley, and Gelfand (2016) <doi:10.1080/01621459.2015.1044091> and Finley, Datta, and Banerjee (2020) <arXiv:2001.09111>. Provides functionality for data integration of multiple single-species occupancy data sets using a joint likelihood framework. Details on data integration are given in Miller, Pacifici, Sanderlin, and Reich (2019) <doi:10.1111/2041-210X.13110>. Details on single-species and multi-species models are found in MacKenzie, Nichols, Lachman, Droege, Royle, and Langtimm (2002) <doi:10.1890/0012-9658(2002)083[2 [...truncated...]
Author: Jeffrey Doser [aut, cre],
Andrew Finley [aut],
Marc Kery [ctb]
Maintainer: Jeffrey Doser <doserjef@msu.edu>
Diff between spOccupancy versions 0.6.0 dated 2023-03-03 and 0.6.1 dated 2023-03-11
DESCRIPTION | 6 +++--- MD5 | 42 +++++++++++++++++++++--------------------- NEWS.md | 4 ++++ R/intMsPGOcc.R | 2 +- R/postHocLM.R | 2 +- R/tPGOcc.R | 8 ++++---- src/init.cpp | 6 +++--- src/intMsPGOcc.cpp | 6 ++---- src/lfJSDM.cpp | 5 +---- src/lfMsPGOcc.cpp | 4 +--- src/postHocLM.cpp | 11 ++++------- src/sfJSDMNNGP.cpp | 3 +-- src/sfMsPGOccNNGP.cpp | 1 - src/sfMsPGOccNNGPPredict.cpp | 1 - src/spOccupancy.h | 10 +++++----- src/spPGOccNNGP.cpp | 1 - src/stPGOccNNGP.cpp | 4 +--- src/svcPGBinomNNGP.cpp | 2 -- src/svcPGOccNNGP.cpp | 1 - src/svcTPGBinomNNGP.cpp | 5 +---- src/svcTPGOccNNGP.cpp | 4 +--- src/tPGOcc.cpp | 24 +++--------------------- 22 files changed, 57 insertions(+), 95 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2023-03-10 1.5.2
2023-01-13 1.5.1
2022-10-27 1.5.0
Title: Diverse Cluster Ensemble in R
Description: Performs cluster analysis using an ensemble
clustering framework, Chiu & Talhouk (2018)
<doi:10.1186/s12859-017-1996-y>. Results from a diverse set of
algorithms are pooled together using methods such as majority voting,
K-Modes, LinkCluE, and CSPA. There are options to compare cluster
assignments across algorithms using internal and external indices,
visualizations such as heatmaps, and significance testing for the
existence of clusters.
Author: Derek Chiu [aut, cre],
Aline Talhouk [aut],
Johnson Liu [ctb, com]
Maintainer: Derek Chiu <dchiu@bccrc.ca>
Diff between diceR versions 1.2.2 dated 2022-09-29 and 2.0.0 dated 2023-03-11
DESCRIPTION | 16 +- MD5 | 18 +-- NEWS.md | 16 ++ R/consensus_evaluate.R | 67 ++++++++---- R/external_validity.R | 66 ++++++++++++ build/partial.rdb |binary build/vignette.rds |binary inst/doc/overview.Rmd | 11 +- inst/doc/overview.html | 264 +++++++++++++++++++------------------------------ vignettes/overview.Rmd | 11 +- 10 files changed, 265 insertions(+), 204 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-09-26 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-08-18 1.2.0
2021-09-15 1.1.2
2021-06-10 1.1.1
2021-06-09 1.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-05-05 0.1.5
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-04-05 1.0.4
2022-03-30 1.0.3
2022-03-28 1.0.2
2021-07-19 1.0.1
2021-07-12 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-10-19 1.0.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-07-26 1.2.8
2016-05-27 1.2.7
2015-08-31 1.2.6
2015-06-04 1.2.5
2014-12-11 1.2.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-04-13 1.3.0
2020-01-09 0.1.5
2019-04-19 0.1.2
2019-04-18 0.1.1
2019-03-24 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2020-12-02 0.1.6
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-02-24 0.5.5
2020-10-29 0.5.2
2020-09-20 0.5.1
2020-07-03 0.5.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2021-09-19 4.0.6
2021-09-06 4.0.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2022-12-14 1.2.0
2022-08-29 1.1.0
2022-08-18 1.0.0
Title: R Commander Plug-in for Dichotomous Choice Contingent Valuation
Description: Adds menu items to the R Commander for parametric analysis of dichotomous choice contingent valuation (DCCV) data. CV is a question-based survey method to elicit individuals' preferences for goods and services. This package depends on functions regarding parametric DCCV analysis in the package DCchoice. See Carson and Hanemann (2005) <doi:10.1016/S1574-0099(05)02017-6> for DCCV.
Author: Hideo Aizaki
Maintainer: Hideo Aizaki <azk-r@spa.nifty.com>
Diff between RcmdrPlugin.DCCV versions 0.1-1 dated 2021-02-08 and 0.1-2 dated 2023-03-11
DESCRIPTION | 8 ++++---- MD5 | 7 ++++--- NEWS |only R/RcmdrPlugin.DCCV.R | 26 +++++++++++++++++++------- R/globals.R | 3 ++- 5 files changed, 29 insertions(+), 15 deletions(-)
More information about RcmdrPlugin.DCCV at CRAN
Permanent link
Title: Statistical Models of Repeated Categorical Rating Data
Description: Fit statistical models based on the Dawid-Skene model - Dawid
and Skene (1979) <doi:10.2307/2346806> - to repeated categorical
rating data. Full Bayesian inference for these models is supported
through the Stan modelling language. 'rater' also allows the user to
extract and plot key parameters of these models.
Author: Jeffrey Pullin [aut, cre, cph]
,
Damjan Vukcevic [aut] ,
Lars Moelgaard Saxhaug [ctb]
Maintainer: Jeffrey Pullin <jeffrey.pullin@gmail.com>
Diff between rater versions 1.2.0 dated 2021-07-13 and 1.3.0 dated 2023-03-11
rater-1.2.0/rater/tests/testthat/_snaps/mcmc_diagnostics.md |only rater-1.2.0/rater/tests/testthat/_snaps/point_estimate.md |only rater-1.2.0/rater/tests/testthat/_snaps/posterior_interval.md |only rater-1.2.0/rater/tests/testthat/_snaps/posterior_predict.md |only rater-1.2.0/rater/tests/testthat/_snaps/posterior_samples.md |only rater-1.2.0/rater/tests/testthat/teardown.R |only rater-1.3.0/rater/DESCRIPTION | 12 rater-1.3.0/rater/MD5 | 91 +- rater-1.3.0/rater/NAMESPACE | 7 rater-1.3.0/rater/NEWS.md | 16 rater-1.3.0/rater/R/inference.R | 127 ++- rater-1.3.0/rater/R/mcmc_diagnostics.R | 31 rater-1.3.0/rater/R/model_comparison.R | 5 rater-1.3.0/rater/R/plotting.R | 56 + rater-1.3.0/rater/R/point_estimate.R | 31 rater-1.3.0/rater/R/posterior_predict.R | 7 rater-1.3.0/rater/R/posterior_samples.R | 20 rater-1.3.0/rater/R/rater_fit_class.R | 55 - rater-1.3.0/rater/R/simulate.R |only rater-1.3.0/rater/R/stanmodels.R | 2 rater-1.3.0/rater/README.md | 24 rater-1.3.0/rater/build/vignette.rds |binary rater-1.3.0/rater/inst/doc/data-formats.html | 399 +++++++-- rater-1.3.0/rater/inst/doc/workflow.html | 395 +++++++-- rater-1.3.0/rater/inst/stan/hierarchical_dawid_skene.stan | 55 - rater-1.3.0/rater/man/figures/README-plot-demo-1.png |binary rater-1.3.0/rater/man/make_complete_rating_design_sim_data.Rd |only rater-1.3.0/rater/man/make_theta.Rd |only rater-1.3.0/rater/man/plot.rater_fit.Rd | 23 rater-1.3.0/rater/man/posterior_predict.rater_fit.Rd | 3 rater-1.3.0/rater/man/rater.Rd | 11 rater-1.3.0/rater/man/reexports.Rd |only rater-1.3.0/rater/man/simulate_dawid_skene_model.Rd |only rater-1.3.0/rater/man/simulate_hier_dawid_skene_model.Rd |only rater-1.3.0/rater/src/Makevars | 5 rater-1.3.0/rater/src/Makevars.win | 5 rater-1.3.0/rater/src/RcppExports.cpp | 5 rater-1.3.0/rater/src/stanExports_class_conditional_dawid_skene.cc | 2 rater-1.3.0/rater/src/stanExports_dawid_skene.cc | 2 rater-1.3.0/rater/src/stanExports_grouped_data.cc | 2 rater-1.3.0/rater/src/stanExports_hierarchical_dawid_skene.cc | 2 rater-1.3.0/rater/src/stanExports_hierarchical_dawid_skene.h | 423 ++++------ rater-1.3.0/rater/tests/testthat/_snaps/rater.md | 10 rater-1.3.0/rater/tests/testthat/setup.R | 6 rater-1.3.0/rater/tests/testthat/test-mcmc_diagnostics.R | 10 rater-1.3.0/rater/tests/testthat/test-model_comparison.R | 6 rater-1.3.0/rater/tests/testthat/test-point_estimate.R | 45 - rater-1.3.0/rater/tests/testthat/test-posterior_interval.R | 10 rater-1.3.0/rater/tests/testthat/test-posterior_predict.R | 9 rater-1.3.0/rater/tests/testthat/test-posterior_samples.R | 5 rater-1.3.0/rater/tests/testthat/test-simulate.R |only rater-1.3.0/rater/tests/testthat/test_plotting.R | 23 rater-1.3.0/rater/tests/testthat/test_rater.R | 75 + 53 files changed, 1383 insertions(+), 632 deletions(-)
Title: Utility Functions for 'spatstat'
Description: Contains utility functions for the 'spatstat' family of packages
which may also be useful for other purposes.
Author: Adrian Baddeley [aut, cre] ,
Rolf Turner [aut] ,
Ege Rubak [aut]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Diff between spatstat.utils versions 3.0-1 dated 2022-10-19 and 3.0-2 dated 2023-03-11
DESCRIPTION | 9 ++---- MD5 | 18 ++++++------ NEWS | 13 +++++++++ R/resolve.defaults.R | 13 ++++----- R/utilarg.R | 53 ++++++++++++++++++++---------------- R/utilseq.R | 66 +++++++++++++++++++++++++--------------------- R/utiltext.R | 7 +++- inst/doc/packagesizes.txt | 1 man/check.named.vector.Rd | 10 ++++-- man/macros/defns.Rd | 3 ++ 10 files changed, 112 insertions(+), 81 deletions(-)
More information about spatstat.utils at CRAN
Permanent link