Sun, 27 May 2018

New package Haplin with initial version 7.0.0
Package: Haplin
Title: Analyzing Case-Parent Triad and/or Case-Control Data with SNP Haplotypes
Version: 7.0.0
Date: 2018-05-25
Type: Package
Author: Hakon K. Gjessing [aut, cre], Miriam Gjerdevik [ctb] (functions 'lineByLine' and 'convertPed'), Julia Romanowska [ctb] (new data format, parallelisation, new documentation), Oivind Skare [ctb] (TDT tests)
Authors@R: c( person("Hakon K.", "Gjessing", email = "hakon.gjessing@uib.no", role = c("aut", "cre")), person("Miriam", "Gjerdevik", role = "ctb", comment = "functions 'lineByLine' and 'convertPed'"), person("Julia", "Romanowska", role = "ctb", comment = "new data format, parallelisation, new documentation"), person("Oivind", "Skare", role = "ctb", comment = "TDT tests") )
Maintainer: Hakon K. Gjessing <hakon.gjessing@uib.no>
Depends:
Imports: tools, mgcv, MASS, ff, ffbase, SuppDists, snow
Suggests: knitr, Rmpi, ggplot2, testthat
Description: Performs genetic association analyses of case-parent triad (trio) data with multiple markers. It can also incorporate complete or incomplete control triads, for instance independent control children. Estimation is based on haplotypes, for instance SNP haplotypes, even though phase is not known from the genetic data. 'Haplin' estimates relative risk (RR + conf.int.) and p-value associated with each haplotype. It uses maximum likelihood estimation to make optimal use of data from triads with missing genotypic data, for instance if some SNPs has not been typed for some individuals. 'Haplin' also allows estimation of effects of maternal haplotypes and parent-of-origin effects, particularly appropriate in perinatal epidemiology. 'Haplin' allows special models, like X-inactivation, to be fitted on the X-chromosome. A GxE analysis allows testing interactions between environment and all estimated genetic effects. The models were originally described in Gjessing, HK and Lie, RT (2006) <doi:10.1111/j.1529-8817.2005.00218.x>.
License: GPL (>= 2)
URL: http://folk.uib.no/gjessing/genetics/software/haplin/
VignetteBuilder: knitr
RoxygenNote: 6.0.1
BuildVignettes: yes
NeedsCompilation: no
Packaged: 2018-05-27 10:49:43 UTC; hkgjess
Repository: CRAN
Date/Publication: 2018-05-27 22:50:36 UTC

More information about Haplin at CRAN
Permanent link

Package ggforce updated to version 0.1.2 with previous version 0.1.1 dated 2016-11-28

Title: Accelerating 'ggplot2'
Description: The aim of 'ggplot2' is to aid in visual data investigations. This focus has led to a lack of facilities for composing specialised plots. 'ggforce' aims to be a collection of mainly new stats and geoms that fills this gap. All additional functionality is aimed to come through the official extension system so using 'ggforce' should be a stable experience.
Author: Thomas Lin Pedersen
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>

Diff between ggforce versions 0.1.1 dated 2016-11-28 and 0.1.2 dated 2018-05-27

 DESCRIPTION         |    8 ++++----
 MD5                 |   10 +++++-----
 R/RcppExports.R     |   16 ++++++++--------
 R/link.R            |    2 +-
 build/partial.rdb   |binary
 src/RcppExports.cpp |   49 +++++++++++++++++++++++++++++++------------------
 6 files changed, 49 insertions(+), 36 deletions(-)

More information about ggforce at CRAN
Permanent link

Package energy updated to version 1.7-4 with previous version 1.7-2 dated 2017-09-14

Title: E-Statistics: Multivariate Inference via the Energy of Data
Description: E-statistics (energy) tests and statistics for multivariate and univariate inference, including distance correlation, one-sample, two-sample, and multi-sample tests for comparing multivariate distributions, are implemented. Measuring and testing multivariate independence based on distance correlation, partial distance correlation, multivariate goodness-of-fit tests, clustering based on energy distance, testing for multivariate normality, distance components (disco) for non-parametric analysis of structured data, and other energy statistics/methods are implemented.
Author: Maria L. Rizzo and Gabor J. Szekely
Maintainer: Maria Rizzo <mrizzo@bgsu.edu>

Diff between energy versions 1.7-2 dated 2017-09-14 and 1.7-4 dated 2018-05-27

 energy-1.7-2/energy/NEWS                     |only
 energy-1.7-2/energy/man/energy-deprecated.Rd |only
 energy-1.7-4/energy/DESCRIPTION              |    8 +--
 energy-1.7-4/energy/MD5                      |   18 ++++----
 energy-1.7-4/energy/NEWS.md                  |only
 energy-1.7-4/energy/R/Eindep.R               |   60 +--------------------------
 energy-1.7-4/energy/R/dcorT.R                |   27 ++++++------
 energy-1.7-4/energy/R/disco.R                |    6 +-
 energy-1.7-4/energy/README.md                |only
 energy-1.7-4/energy/man/dcovU_stats.Rd       |only
 energy-1.7-4/energy/man/dcovu.Rd             |   15 ------
 energy-1.7-4/energy/man/disco.Rd             |    5 +-
 energy-1.7-4/energy/man/energy-defunct.Rd    |only
 13 files changed, 41 insertions(+), 98 deletions(-)

More information about energy at CRAN
Permanent link

Package bestglm updated to version 0.37 with previous version 0.36 dated 2017-02-23

Title: Best Subset GLM and Regression Utilities
Description: Best subset glm using information criteria or cross-validation. Implements PCR and PLS using AIC/BIC. Implements one-standard deviation rule for use with the `caret` package.
Author: A.I. McLeod and Changjiang Xu
Maintainer: A.I. McLeod <aimcleod@uwo.ca>

Diff between bestglm versions 0.36 dated 2017-02-23 and 0.37 dated 2018-05-27

 bestglm-0.36/bestglm/R/oneSdRule.R              |only
 bestglm-0.36/bestglm/build                      |only
 bestglm-0.36/bestglm/inst/doc                   |only
 bestglm-0.36/bestglm/man/oneSdRule.Rd           |only
 bestglm-0.36/bestglm/vignettes                  |only
 bestglm-0.37/bestglm/DESCRIPTION                |   17 ++++----
 bestglm-0.37/bestglm/MD5                        |   46 ++++++++++--------------
 bestglm-0.37/bestglm/NAMESPACE                  |   19 +++++++--
 bestglm-0.37/bestglm/NEWS                       |    8 ++++
 bestglm-0.37/bestglm/R/bestglm.R                |   28 ++++++++------
 bestglm-0.37/bestglm/R/dgrid.R                  |    2 -
 bestglm-0.37/bestglm/R/oneSDRule.R              |only
 bestglm-0.37/bestglm/R/pcreg.R                  |only
 bestglm-0.37/bestglm/R/plot1SDRule.R            |only
 bestglm-0.37/bestglm/inst/SimExperimentBICq.pdf |only
 bestglm-0.37/bestglm/inst/bestglm.pdf           |only
 bestglm-0.37/bestglm/man/dgrid.Rd               |    3 +
 bestglm-0.37/bestglm/man/fitted.pcreg.Rd        |only
 bestglm-0.37/bestglm/man/oneSDRule.Rd           |only
 bestglm-0.37/bestglm/man/pcreg.Rd               |only
 bestglm-0.37/bestglm/man/plot.pcreg.Rd          |only
 bestglm-0.37/bestglm/man/plot1SDRule.Rd         |only
 bestglm-0.37/bestglm/man/predict.pcreg.Rd       |only
 bestglm-0.37/bestglm/man/print.pcreg.Rd         |only
 bestglm-0.37/bestglm/man/residuals.pcreg.Rd     |only
 bestglm-0.37/bestglm/man/summary.pcreg.Rd       |only
 bestglm-0.37/bestglm/man/trainTestPartition.Rd  |    4 ++
 27 files changed, 76 insertions(+), 51 deletions(-)

More information about bestglm at CRAN
Permanent link

Package qgam updated to version 1.2.1 with previous version 1.1.1 dated 2017-08-29

Title: Smooth Additive Quantile Regression Models
Description: Smooth additive quantile regression models, fitted using the methods of Fasiolo et al. (2017) <arXiv:1707.03307>. Differently from 'quantreg', the smoothing parameters are estimated automatically by marginal loss minimization, while the regression coefficients are estimated using either PIRLS or Newton algorithm. The learning rate is determined so that the Bayesian credible intervals of the estimated effects have approximately the correct coverage. The main function is qgam() which is similar to gam() in 'mgcv', but fits non-parametric quantile regression models.
Author: Matteo Fasiolo [aut, cre], Simon N. Wood [ctb], Yannig Goude [ctb], Raphael Nedellec [ctb]
Maintainer: Matteo Fasiolo <matteo.fasiolo@gmail.com>

Diff between qgam versions 1.1.1 dated 2017-08-29 and 1.2.1 dated 2018-05-27

 DESCRIPTION                  |   30 ++-
 MD5                          |   68 +++++---
 NAMESPACE                    |    2 
 R/I_biasedCov.R              |only
 R/I_colVars.R                |only
 R/I_getPenMatrix.R           |only
 R/I_llkGrads.R               |only
 R/I_objFunLearnFast.R        |only
 R/I_prepBootObj.R            |   11 +
 R/I_sandwichLoss.R           |only
 R/I_tuneLearnBootstrapping.R |only
 R/I_tuneLearnFullFits.R      |only
 R/check_learn.R              |    8 -
 R/check_qgam.R               |   38 ++++
 R/elf.R                      |   80 ++++------
 R/elflss.R                   |  135 ++++++++++------
 R/mqgam.R                    |   17 +-
 R/qdo.R                      |    1 
 R/qgam.R                     |    8 -
 R/tuneLearn.R                |  220 ++++-----------------------
 R/tuneLearnFast.R            |  193 ++++--------------------
 build/vignette.rds           |binary
 inst/doc/qgam.R              |   10 -
 inst/doc/qgam.Rmd            |   35 ++--
 inst/doc/qgam.html           |  344 +++++++++++++++++++++++++++++++++----------
 inst/tests                   |only
 man/UKload.Rd                |    4 
 man/check.learn.Rd           |    7 
 man/check.learnFast.Rd       |    2 
 man/check.qgam.Rd            |   20 +-
 man/elf.Rd                   |    8 -
 man/elflss.Rd                |   23 +-
 man/mqgam.Rd                 |    8 -
 man/qgam.Rd                  |    2 
 man/tuneLearn.Rd             |    2 
 man/tuneLearnFast.Rd         |    2 
 tests                        |only
 vignettes/qgam.Rmd           |   35 ++--
 38 files changed, 665 insertions(+), 648 deletions(-)

More information about qgam at CRAN
Permanent link

Package rdatacite updated to version 0.4.0 with previous version 0.3.0 dated 2017-11-03

Title: 'DataCite' Client for 'OAI-PMH' Methods and their Search API
Description: Client for the web service methods provided by 'DataCite' (<https://www.datacite.org/>), including functions to interface with their 'OAI-PMH' 'metadata' service, and a 'RESTful' search API. The API is backed by 'SOLR', allowing expressive queries, including faceting, statistics on variables, and 'more-like-this' queries.
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>

Diff between rdatacite versions 0.3.0 dated 2017-11-03 and 0.4.0 dated 2018-05-27

 DESCRIPTION                                      |   18 +-
 LICENSE                                          |    2 
 MD5                                              |   59 ++++---
 NEWS.md                                          |   10 +
 R/dc_data_center.R                               |    2 
 R/dc_data_centers.R                              |    2 
 R/dc_members.R                                   |    9 -
 R/dc_oai_listidentifiers.R                       |   21 +-
 R/dc_oai_listmetadataformats.R                   |    9 -
 R/dc_works.R                                     |    2 
 README.md                                        |  179 ++++++++++++-----------
 man/dc_data_center.Rd                            |    2 
 man/dc_members.Rd                                |    6 
 man/dc_oai_getrecord.Rd                          |    4 
 man/dc_oai_identify.Rd                           |    2 
 man/dc_oai_listidentifiers.Rd                    |   10 -
 man/dc_oai_listmetadataformats.Rd                |   12 -
 man/dc_oai_listrecords.Rd                        |   10 -
 man/dc_oai_listsets.Rd                           |    2 
 tests/fixtures                                   |only
 tests/testthat/helper-rdatacite.R                |only
 tests/testthat/test-dc_data_center.R             |only
 tests/testthat/test-dc_data_centers.R            |only
 tests/testthat/test-dc_member.R                  |only
 tests/testthat/test-dc_members.R                 |only
 tests/testthat/test-dc_oai_identify.R            |    7 
 tests/testthat/test-dc_oai_listmetadataformats.R |    8 -
 tests/testthat/test-dc_oai_listsets.R            |    8 -
 tests/testthat/test-dc_search.R                  |   74 ++++-----
 tests/testthat/test-dc_work.R                    |only
 tests/testthat/test-dc_works.R                   |only
 31 files changed, 243 insertions(+), 215 deletions(-)

More information about rdatacite at CRAN
Permanent link

New package xtensor with initial version 0.6.1-0
Package: xtensor
Type: Package
Title: Headers for the 'xtensor' Library
Version: 0.6.1-0
Author: Johan Mabille, Sylvain Corlay and Wolf Vollprecht
Maintainer: Sylvain Corlay <sylvain.corlay@gmail.com>
Description: The 'xtensor' C++ library for numerical analysis with multi-dimensional array expressions is provided as a header-only C++14 library. It offers an extensible expression system enabling lazy broadcasting; an API following the idioms of the C++ standard library; and tools to manipulate array expressions and build upon 'xtensor'.
URL: https://github.com/QuantStack/xtensor
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Imports: Rcpp
LinkingTo: Rcpp
LazyData: true
NeedsCompilation: yes
Packaged: 2018-05-27 03:10:53 UTC; scorlay
Repository: CRAN
Date/Publication: 2018-05-27 16:34:10 UTC

More information about xtensor at CRAN
Permanent link

New package stemmatology with initial version 0.3.1
Package: stemmatology
Type: Package
Title: Stemmatological Analysis of Textual Traditions
Version: 0.3.1
Date: 2018-05-25
Author: Jean-Baptiste Camps ; Florian Cafiero
Maintainer: Jean-Baptiste Camps <jbcamps@hotmail.com>
Description: Explore and analyse the genealogy of textual or musical traditions, from their variants, with various stemmatological methods, mainly the disagreement-based algorithms suggested by Camps and Cafiero (2015) <doi:10.1484/M.LECTIO-EB.5.102565>.
BugReports: https://github.com/Jean-Baptiste-Camps/stemmatology/issues
Imports: graphics, stats, cluster, igraph, xml2
Suggests: testthat, knitr, rmarkdown, covr
License: GPL-3 | file LICENSE
Encoding: UTF-8
NeedsCompilation: no
URL: https://github.com/Jean-Baptiste-Camps/stemmatology
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Packaged: 2018-05-25 14:33:36 UTC; jbc
Repository: CRAN
Date/Publication: 2018-05-27 16:34:13 UTC

More information about stemmatology at CRAN
Permanent link

Package RWeka updated to version 0.4-38 with previous version 0.4-37 dated 2018-01-06

Title: R/Weka Interface
Description: An R interface to Weka (Version 3.9.2). Weka is a collection of machine learning algorithms for data mining tasks written in Java, containing tools for data pre-processing, classification, regression, clustering, association rules, and visualization. Package 'RWeka' contains the interface code, the Weka jar is in a separate package 'RWekajars'. For more information on Weka see <http://www.cs.waikato.ac.nz/ml/weka/>.
Author: Kurt Hornik [aut, cre] (<https://orcid.org/0000-0003-4198-9911>), Christian Buchta [ctb], Torsten Hothorn [ctb], Alexandros Karatzoglou [ctb], David Meyer [ctb], Achim Zeileis [ctb] (<https://orcid.org/0000-0003-0918-3766>)
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>

Diff between RWeka versions 0.4-37 dated 2018-01-06 and 0.4-38 dated 2018-05-27

 CHANGELOG                  |    7 +++++++
 DESCRIPTION                |   12 ++++++------
 MD5                        |   18 +++++++++---------
 R/interfaces.R             |   20 +++++++++++---------
 build/vignette.rds         |binary
 configure                  |   12 ++++++------
 inst/doc/RWeka.pdf         |binary
 inst/java/RWeka.jar        |binary
 java/Makefile              |    2 +-
 java/RWekaInterfaces.class |binary
 10 files changed, 40 insertions(+), 31 deletions(-)

More information about RWeka at CRAN
Permanent link

New package MLZ with initial version 0.1.0
Package: MLZ
Title: Mean Length-Based Estimators of Mortality using TMB
Version: 0.1.0
Authors@R: c(person("Quang", "Huynh", email = "q.huynh@oceans.ubc.ca", role = c("aut", "cre")), person("Todd", "Gedamke", rol = "ctb"), person("Amy", "Then", rol = "ctb"))
Maintainer: Quang Huynh <q.huynh@oceans.ubc.ca>
Description: Estimation functions and diagnostic tools for mean length-based total mortality estimators based on Gedamke and Hoenig (2006) <doi:10.1577/T05-153.1>.
Depends: R (>= 3.4.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: methods, stats, graphics, grDevices, dplyr (>= 0.5.0), gplots, ggplot2 (>= 2.0.0), reshape2 (>= 1.4.1), parallel, TMB
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
LinkingTo: TMB, RcppEigen
NeedsCompilation: yes
Packaged: 2018-05-25 17:21:55 UTC; Quang Huynh
Author: Quang Huynh [aut, cre], Todd Gedamke [ctb], Amy Then [ctb]
Repository: CRAN
Date/Publication: 2018-05-27 16:34:47 UTC

More information about MLZ at CRAN
Permanent link

New package messaging with initial version 0.1.0
Type: Package
Package: messaging
Title: Conveniently Issue Messages, Warnings, and Errors
Version: 0.1.0
Description: Provides tools for creating and issuing nicely-formatted text within R diagnostic messages and those messages given during warnings and errors. The formatting of the messages can be customized using templating features. Issues with singular and plural forms can be handled through specialized syntax.
Authors@R: person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"), comment = c(ORCID = "0000-0003-3925-190X"))
License: MIT + file LICENSE
URL: https://github.com/rich-iannone/messaging
BugReports: https://github.com/rich-iannone/messaging/issues
Depends: R (>= 3.1.2)
Imports: dplyr (>= 0.7.4), glue (>= 1.2.0), magrittr, rlang (>= 0.2.0), stringr (>= 1.3.0)
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.0.1
Suggests: testthat, covr
NeedsCompilation: no
Packaged: 2018-05-25 07:17:43 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2018-05-27 16:34:19 UTC

More information about messaging at CRAN
Permanent link

New package irregulAR1 with initial version 1.0.0
Package: irregulAR1
Type: Package
Title: Functions for Irregularly Sampled AR(1) Processes
Version: 1.0.0
Authors@R: person("Benjamin", "Allévius", email = "benjak@math.su.se", role = c("aut", "cre"))
Maintainer: Benjamin Allévius <benjak@math.su.se>
Description: Simulation and density evaluation of irregularly sampled stationary AR(1) processes with Gaussian errors using the algorithms described in Allévius (2018) <arXiv:1801.03791>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: Matrix
Imports: methods, Rcpp (>= 0.12.13)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1
Suggests: mvtnorm, testthat
NeedsCompilation: yes
Packaged: 2018-05-25 11:01:52 UTC; bekj9674
Author: Benjamin Allévius [aut, cre]
Repository: CRAN
Date/Publication: 2018-05-27 16:34:22 UTC

More information about irregulAR1 at CRAN
Permanent link

Package ggimage updated to version 0.1.6 with previous version 0.1.5 dated 2018-05-02

Title: Use Image in 'ggplot2'
Description: Supports image files and graphic objects to be visualized in 'ggplot2' graphic system.
Author: Guangchuang Yu [aut, cre] (<https://orcid.org/0000-0002-6485-8781>)
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>

Diff between ggimage versions 0.1.5 dated 2018-05-02 and 0.1.6 dated 2018-05-27

 DESCRIPTION           |   10 +++++-----
 MD5                   |   18 +++++++++---------
 NAMESPACE             |    2 +-
 NEWS.md               |    5 +++++
 R/geom_icon.R         |    4 ++--
 R/geom_subview.R      |    7 +------
 inst/doc/ggimage.R    |    2 +-
 inst/doc/ggimage.Rmd  |    2 +-
 inst/doc/ggimage.html |   10 +++++-----
 vignettes/ggimage.Rmd |    2 +-
 10 files changed, 31 insertions(+), 31 deletions(-)

More information about ggimage at CRAN
Permanent link

New package echo.find with initial version 1.0.0
Package: echo.find
Type: Package
Title: Finding Rhythms Using Extended Circadian Harmonic Oscillators (ECHO)
Version: 1.0.0
Authors@R: c(person("Hannah", "De los Santos", email = "delosh@rpi.edu", role = c("aut", "cre")), person("Emily", "Collins", role = c("aut")), person("Jonathan", "Shewchuk", role = c("ctb")), person("E.F.", "Harding", role = c("ctb")), person("Kristin", "Bennett", role = c("aut")), person("Jennifer", "Hurley", role = c("aut")))
Description: Provides a function (echo_find()) designed to find rhythms from data using extended harmonic oscillators. For more information, see H. De los Santos et al. (2017) <doi:10.1145/3107411.3107420> .
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: minpack.lm (>= 1.2.1)
URL: https://github.com/delosh653/ECHO
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, ggplot2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-05-24 17:33:08 UTC; delosh
Author: Hannah De los Santos [aut, cre], Emily Collins [aut], Jonathan Shewchuk [ctb], E.F. Harding [ctb], Kristin Bennett [aut], Jennifer Hurley [aut]
Maintainer: Hannah De los Santos <delosh@rpi.edu>
Repository: CRAN
Date/Publication: 2018-05-27 16:34:33 UTC

More information about echo.find at CRAN
Permanent link

Package data.table updated to version 1.11.4 with previous version 1.11.2 dated 2018-05-08

Title: Extension of `data.frame`
Description: Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.
Author: Matt Dowle [aut, cre], Arun Srinivasan [aut], Jan Gorecki [ctb], Michael Chirico [ctb], Pasha Stetsenko [ctb], Tom Short [ctb], Steve Lianoglou [ctb], Eduard Antonyan [ctb], Markus Bonsch [ctb], Hugh Parsonage [ctb]
Maintainer: Matt Dowle <mattjdowle@gmail.com>

Diff between data.table versions 1.11.2 dated 2018-05-08 and 1.11.4 dated 2018-05-27

 data.table-1.11.2/data.table/tests/testthat                                              |only
 data.table-1.11.2/data.table/tests/testthat.R                                            |only
 data.table-1.11.4/data.table/DESCRIPTION                                                 |    9 
 data.table-1.11.4/data.table/MD5                                                         |   59 +-
 data.table-1.11.4/data.table/NEWS.md                                                     |   15 
 data.table-1.11.4/data.table/R/data.table.R                                              |    3 
 data.table-1.11.4/data.table/R/onAttach.R                                                |   11 
 data.table-1.11.4/data.table/R/setkey.R                                                  |    3 
 data.table-1.11.4/data.table/R/test.data.table.R                                         |    2 
 data.table-1.11.4/data.table/inst/doc/datatable-benchmarking.html                        |    4 
 data.table-1.11.4/data.table/inst/doc/datatable-faq.html                                 |    4 
 data.table-1.11.4/data.table/inst/doc/datatable-importing.html                           |    4 
 data.table-1.11.4/data.table/inst/doc/datatable-intro.html                               |    8 
 data.table-1.11.4/data.table/inst/doc/datatable-keys-fast-subset.html                    |    6 
 data.table-1.11.4/data.table/inst/doc/datatable-reference-semantics.html                 |    4 
 data.table-1.11.4/data.table/inst/doc/datatable-reshape.html                             |    4 
 data.table-1.11.4/data.table/inst/doc/datatable-secondary-indices-and-auto-indexing.html |   12 
 data.table-1.11.4/data.table/inst/tests/tests.Rraw                                       |  256 ++++++++--
 data.table-1.11.4/data.table/man/chmatch.Rd                                              |   21 
 data.table-1.11.4/data.table/src/assign.c                                                |    9 
 data.table-1.11.4/data.table/src/between.c                                               |   33 -
 data.table-1.11.4/data.table/src/data.table.h                                            |    4 
 data.table-1.11.4/data.table/src/fmelt.c                                                 |   45 -
 data.table-1.11.4/data.table/src/forder.c                                                |  120 ++--
 data.table-1.11.4/data.table/src/fread.c                                                 |    9 
 data.table-1.11.4/data.table/src/freadR.c                                                |   24 
 data.table-1.11.4/data.table/src/fsort.c                                                 |    6 
 data.table-1.11.4/data.table/src/init.c                                                  |    2 
 data.table-1.11.4/data.table/src/reorder.c                                               |    6 
 data.table-1.11.4/data.table/src/subset.c                                                |   18 
 data.table-1.11.4/data.table/src/wrappers.c                                              |   24 
 31 files changed, 478 insertions(+), 247 deletions(-)

More information about data.table at CRAN
Permanent link

New package bench with initial version 1.0.0
Package: bench
Title: High Precision Timing of R Expressions
Version: 1.0.0
Authors@R: c( person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre")) )
Description: Tools to accurately benchmark and analyze execution times for R expressions.
License: GPL-3
URL: https://github.com/r-lib/bench
BugReports: https://github.com/r-lib/bench/issues
Depends: R (>= 3.1)
Imports: glue, methods, pillar, profmem, rlang, stats, tibble, utils
Suggests: covr, dplyr, forcats, ggbeeswarm, ggplot2, ggridges, mockery, scales, testthat, tidyr (>= 0.8.1), withr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
NeedsCompilation: yes
Packaged: 2018-05-25 15:44:36 UTC; jhester
Author: Jim Hester [aut, cre]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2018-05-27 16:34:44 UTC

More information about bench at CRAN
Permanent link

New package tricolore with initial version 1.0.3
Package: tricolore
Type: Package
Title: A Flexible Color Scale for Ternary Compositions
Version: 1.0.3
Author: Jonas Schöley
Maintainer: Jonas Schöley <jschoeley@gmail.com>
Description: A flexible color scale for ternary compositions with options for discretization, centering and scaling.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: grDevices, ggplot2, ggtern, dplyr, shiny, assertthat
RoxygenNote: 6.0.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-05-23 12:48:46 UTC; jon
Repository: CRAN
Date/Publication: 2018-05-27 13:55:37 UTC

More information about tricolore at CRAN
Permanent link

Package rusk updated to version 0.1.1 with previous version 0.1 dated 2018-02-21

Title: Beautiful Graphical Representation of Multiplication Tables on a Modular Circle
Description: By placing on a circle 10 points numbered from 1 to 10, and connecting them by a straight line to the point corresponding to its multiplication by 2. (1 must be connected to 1 * 2 = 2, point 2 must be set to 2 * 2 = 4, point 3 to 3 * 2 = 6 and so on). You will obtain an amazing geometric figure that complicates and beautifies itself by varying the number of points and the multiplication table you use.
Author: Vincent Guyader [aut, cre]
Maintainer: Vincent Guyader <vincent@thinkr.fr>

Diff between rusk versions 0.1 dated 2018-02-21 and 0.1.1 dated 2018-05-27

 DESCRIPTION         |    6 +--
 MD5                 |   14 +++----
 NAMESPACE           |   18 ++++-----
 R/draw.R            |    3 -
 inst/app/app.R      |  104 ++++++++++++++++++++++++++--------------------------
 man/draw.Rd         |   54 +++++++++++++--------------
 man/draw_app.Rd     |   22 +++++------
 man/rusk-package.Rd |   42 ++++++++++-----------
 8 files changed, 131 insertions(+), 132 deletions(-)

More information about rusk at CRAN
Permanent link

New package RQEntangle with initial version 0.1.0
Package: RQEntangle
Type: Package
Title: Quantum Entanglement of Bipartite System
Version: 0.1.0
Authors@R: person("Kwan-Yuet", "Ho", email = "stephenhky@yahoo.com.hk", role = c("aut", "cre"))
Description: It computes the Schmidt decomposition of bipartite quantum systems, discrete or continuous, and their respective entanglement metrics. See Artur Ekert, Peter L. Knight (1995) <doi:10.1119/1.17904> for more details.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R(>= 2.15.1), itertools(>= 0.1-3), iterators
Suggests: knitr, rmarkdown, dplyr, ggplot2, roxygen2
RoxygenNote: 6.0.1
URL: https://github.com/stephenhky/RQEntangle
BugReports: https://github.com/stephenhky/RQEntangle/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-05-24 13:54:36 UTC; hok
Author: Kwan-Yuet Ho [aut, cre]
Maintainer: Kwan-Yuet Ho <stephenhky@yahoo.com.hk>
Repository: CRAN
Date/Publication: 2018-05-27 13:56:35 UTC

More information about RQEntangle at CRAN
Permanent link

Package rmutil updated to version 1.1.1 with previous version 1.1.0 dated 2016-11-25

Title: Utilities for Nonlinear Regression and Repeated Measurements Models
Description: A toolkit of functions for nonlinear regression and repeated measurements not to be used by itself but called by other Lindsey packages such as 'gnlm', 'stable', 'growth', 'repeated', and 'event' (available at <http://www.commanster.eu/rcode.html>).
Author: Bruce Swihart [cre, aut], Jim Lindsey [aut] (Jim created this package, Bruce is maintaining the CRAN version)
Maintainer: Bruce Swihart <bruce.swihart@gmail.com>

Diff between rmutil versions 1.1.0 dated 2016-11-25 and 1.1.1 dated 2018-05-27

 DESCRIPTION        |    8 ++++----
 MD5                |   21 +++++++++++----------
 NAMESPACE          |    6 +++---
 NEWS.md            |    9 +++++++++
 R/dist.r           |   12 ++++++------
 R/gettvc.r         |    2 +-
 R/int.r            |    2 +-
 man/DataMethods.Rd |    2 +-
 src/dist.c         |   12 ++++++------
 src/dist.h         |   12 ++++++------
 src/gettvc.f       |    4 ++--
 src/rmutil_init.c  |only
 12 files changed, 50 insertions(+), 40 deletions(-)

More information about rmutil at CRAN
Permanent link

Package plotrix updated to version 3.7-2 with previous version 3.7-1 dated 2018-05-14

Title: Various Plotting Functions
Description: Lots of plots, various labeling, axis and color scaling functions.
Author: Jim Lemon, Ben Bolker, Sander Oom, Eduardo Klein, Barry Rowlingson, Hadley Wickham, Anupam Tyagi, Olivier Eterradossi, Gabor Grothendieck, Michael Toews, John Kane, Rolf Turner, Carl Witthoft, Julian Stander, Thomas Petzoldt, Remko Duursma, Elisa Biancotto, Ofir Levy, Christophe Dutang, Peter Solymos, Robby Engelmann, Michael Hecker, Felix Steinbeck, Hans Borchers, Henrik Singmann, Ted Toal, Derek Ogle, Darshan Baral, Ulrike Groemping
Maintainer: Jim Lemon <drjimlemon@gmail.com>

Diff between plotrix versions 3.7-1 dated 2018-05-14 and 3.7-2 dated 2018-05-27

 DESCRIPTION            |    8 +--
 MD5                    |   14 ++---
 NEWS                   |    5 +
 R/bumpchart.R          |   11 ++--
 R/gap.boxplot.R        |    2 
 R/textbox.R            |  126 ++++++++++++++++++++++---------------------------
 man/bumpchart.Rd       |   13 +++--
 man/plotrix-package.Rd |    8 +--
 8 files changed, 95 insertions(+), 92 deletions(-)

More information about plotrix at CRAN
Permanent link

New package phateR with initial version 0.2.6
Package: phateR
Title: PHATE - Potential of Heat-Diffusion for Affinity-Based Transition Embedding
Version: 0.2.6
Authors@R: c(person("Krishnan", "Srinivasan", email = "krishnan.srinivasan@yale.edu", role = c("aut")), person(given = 'Scott', family = 'Gigante', email = 'scott.gigante@yale.edu', role = 'cre', comment = c(ORCID = '0000-0002-4544-2764')))
Description: PHATE is a tool for visualizing high dimensional single-cell data with natural progressions or trajectories. PHATE uses a novel conceptual framework for learning and visualizing the manifold inherent to biological systems in which smooth transitions mark the progressions of cells from one state to another. To see how PHATE can be applied to single-cell RNA-seq datasets from hematopoietic stem cells, human embryonic stem cells, and bone marrow samples, check out our preprint on bioRxiv at <http://biorxiv.org/content/early/2017/03/24/120378>.
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3), Matrix (>= 1.2-12)
Imports: methods, stats, graphics, reticulate (>= 1.7), ggplot2
Suggests: gridGraphics, cowplot, tidyverse
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-05-24 02:55:29 UTC; scott
Author: Krishnan Srinivasan [aut], Scott Gigante [cre] (<https://orcid.org/0000-0002-4544-2764>)
Maintainer: Scott Gigante <scott.gigante@yale.edu>
Repository: CRAN
Date/Publication: 2018-05-27 13:56:05 UTC

More information about phateR at CRAN
Permanent link

Package pdftools updated to version 1.8 with previous version 1.7 dated 2018-05-17

Title: Text Extraction, Rendering and Converting of PDF Documents
Description: Utilities based on 'libpoppler' for extracting text, fonts, attachments and metadata from a PDF file. Also supports high quality rendering of PDF documents info PNG, JPEG, TIFF format, or into raw bitmap vectors for further processing in R.
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>

Diff between pdftools versions 1.7 dated 2018-05-17 and 1.8 dated 2018-05-27

 DESCRIPTION            |    8 ++++----
 MD5                    |   10 +++++-----
 NEWS                   |    3 +++
 configure              |    1 +
 man/pdf_render_page.Rd |    1 -
 man/pdftools.Rd        |    1 -
 6 files changed, 13 insertions(+), 11 deletions(-)

More information about pdftools at CRAN
Permanent link

Package ohtadstats updated to version 1.1.1 with previous version 1.1.0 dated 2018-04-23

Title: Tomoka Ohta D Statistics
Description: Calculate's Tomoka Ohta's partitioning of linkage disequilibrium, deemed D-statistics, for pairs of loci. Beissinger et al. (2016) <doi:10.1038/hdy.2015.81>.
Author: Paul F. Petrowski <pfpetrowski@mail.missouri.edu> & Timothy M. Beissinger <timbeissinger@gmail.com>
Maintainer: Paul F. Petrowski <pfpetrowski@mail.missouri.edu>

Diff between ohtadstats versions 1.1.0 dated 2018-04-23 and 1.1.1 dated 2018-05-27

 DESCRIPTION     |    8 ++++----
 MD5             |   12 ++++++------
 R/dheatmap.R    |    3 ++-
 R/dstat.R       |    3 +++
 R/dwrapper.R    |    2 ++
 man/dstat.Rd    |    4 ++++
 man/dwrapper.Rd |    2 ++
 7 files changed, 23 insertions(+), 11 deletions(-)

More information about ohtadstats at CRAN
Permanent link

Package mritc updated to version 0.5-1 with previous version 0.5-0 dated 2015-01-05

Title: MRI Tissue Classification
Description: Various methods for MRI tissue classification.
Author: Dai Feng and Luke Tierney
Maintainer: Dai Feng <dai_feng@merck.com>

Diff between mritc versions 0.5-0 dated 2015-01-05 and 0.5-1 dated 2018-05-27

 ChangeLog                   |  148 ++++++++++++++++++++++----------------------
 DESCRIPTION                 |    7 +-
 MD5                         |    9 +-
 NAMESPACE                   |   28 +++++---
 R/mritc.bayes.R             |   15 +++-
 src/registerDynamicSymbol.c |only
 6 files changed, 116 insertions(+), 91 deletions(-)

More information about mritc at CRAN
Permanent link

New package FloodMapper with initial version 1.0
Package: FloodMapper
Title: Cross-Scale Flooding Prediction under Heavy Precipitation
Version: 1.0
Date: 2018-05-13
Authors@R: person("Xander", "Wang", email = "xiuquan.wang@gmail.com", role = c("aut", "cre", "cph"))
Description: A gridded model to facilitate cross-scale flooding prediction under heavy precipitation events. The model also allows the consideration of current urban stormwater systems and their future developments in order to help explore potential adaptation strategies against climate change. Reference: Wang, X., G. Huang, and J. Liu (2014) <doi:10.1002/2014JD022564>.
License: MIT + file LICENSE
Depends: R (>= 3.4.0)
NeedsCompilation: no
LazyLoad: no
Imports: sp, raster, rgdal, magick
Packaged: 2018-05-23 15:08:20 UTC; Xander Wang
Author: Xander Wang [aut, cre, cph]
Maintainer: Xander Wang <xiuquan.wang@gmail.com>
Repository: CRAN
Date/Publication: 2018-05-27 13:56:39 UTC

More information about FloodMapper at CRAN
Permanent link

New package DisImpact with initial version 0.0.1
Package: DisImpact
Title: Calculates Disproportionate Impact When Binary Success Data are Disaggregated by Subgroups
Version: 0.0.1
Authors@R: person("Vinh", "Nguyen", email = "nguyenvq714@gmail.com", role = c("aut", "cre"))
Description: Implements methods for calculating disproportionate impact: the percentage point gap, proportionality index, and the 80% index. California Community Colleges Chancellor's Office (2017). Percentage Point Gap Method. <http://extranet.cccco.edu/Portals/1/TRIS/Research/Analysis/PercentagePointGapMethod2017.pdf>. California Community Colleges Chancellor's Office (2014). Guidelines for Measuring Disproportionate Impact in Equity Plans. <http://extranet.cccco.edu/Portals/1/TRIS/Research/Accountability/GUIDELINES%20FOR%20MEASURING%20DISPROPORTIONATE%20IMPACT%20IN%20EQUITY%20PLANS.pdf>.
Depends: R (>= 3.4.0)
Imports: magrittr, dplyr, rlang
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-05-24 16:51:58 UTC; vnguyen216
Author: Vinh Nguyen [aut, cre]
Maintainer: Vinh Nguyen <nguyenvq714@gmail.com>
Repository: CRAN
Date/Publication: 2018-05-27 13:56:42 UTC

More information about DisImpact at CRAN
Permanent link

Package desctable updated to version 0.1.2 with previous version 0.1.1 dated 2018-01-30

Title: Produce Descriptive and Comparative Tables Easily
Description: Easily create descriptive and comparative tables. It makes use and integrates directly with the tidyverse family of packages, and pipes. Tables are produced as data frames/lists of data frames for easy manipulation after creation, and ready to be saved as csv, or piped to DT::datatable() or pander::pander() to integrate into reports.
Author: Maxime Wack [aut, cre]
Maintainer: Maxime Wack <maximewack@free.fr>

Diff between desctable versions 0.1.1 dated 2018-01-30 and 0.1.2 dated 2018-05-27

 DESCRIPTION             |    6 
 MD5                     |   12 
 R/build.R               |    6 
 build/vignette.rds      |binary
 inst/doc/desctable.html |  948 ++++++++++++++++++++++++++++++------------------
 man/datatable.Rd        |    4 
 man/fisher.test.Rd      |    9 
 7 files changed, 623 insertions(+), 362 deletions(-)

More information about desctable at CRAN
Permanent link

Package ddpcr updated to version 1.9 with previous version 1.8 dated 2017-06-24

Title: Analysis and Visualization of Droplet Digital PCR in R and on the Web
Description: An interface to explore, analyze, and visualize droplet digital PCR (ddPCR) data in R. This is the first non-proprietary software for analyzing two-channel ddPCR data. An interactive tool was also created and is available online to facilitate this analysis for anyone who is not comfortable with using R.
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>

Diff between ddpcr versions 1.8 dated 2017-06-24 and 1.9 dated 2018-05-27

 ddpcr-1.8/ddpcr/man/pnpp_experiment.Rd          |only
 ddpcr-1.9/ddpcr/DESCRIPTION                     |    6 
 ddpcr-1.9/ddpcr/MD5                             |   20 
 ddpcr-1.9/ddpcr/NEWS.md                         |    4 
 ddpcr-1.9/ddpcr/R/plate-utils.R                 |   38 -
 ddpcr-1.9/ddpcr/build/vignette.rds              |binary
 ddpcr-1.9/ddpcr/inst/doc/algorithm.html         |  194 +++++++
 ddpcr-1.9/ddpcr/inst/doc/extend.html            |  526 ++++++++++++++------
 ddpcr-1.9/ddpcr/inst/doc/overview.html          |  616 +++++++++++++++---------
 ddpcr-1.9/ddpcr/inst/doc/technical_details.html |  190 +++++++
 ddpcr-1.9/ddpcr/man/PNPP_EXPERIMENT.Rd          |only
 ddpcr-1.9/ddpcr/tests/testthat/test-read.R      |   18 
 12 files changed, 1186 insertions(+), 426 deletions(-)

More information about ddpcr at CRAN
Permanent link

Package birdnik updated to version 0.1.1 with previous version 0.1.0 dated 2016-08-14

Title: Connector for the Wordnik API
Description: A connector to the API for 'Wordnik' <https://www.wordnik.com>, a dictionary service that also provides bigram generation, word frequency data, and a whole host of other functionality.
Author: Oliver Keyes
Maintainer: Oliver Keyes <ironholds@gmail.com>

Diff between birdnik versions 0.1.0 dated 2016-08-14 and 0.1.1 dated 2018-05-27

 DESCRIPTION                   |   12 ++++++------
 MD5                           |   22 +++++++++++-----------
 README.md                     |    2 +-
 man/birdnik.Rd                |    2 +-
 man/birdnik_get.Rd            |    5 ++---
 man/related_words.Rd          |    1 -
 man/word_bigrams.Rd           |    1 -
 man/word_definitions.Rd       |    1 -
 man/word_frequency.Rd         |    1 -
 man/word_pronunciations.Rd    |    1 -
 man/word_top_example.Rd       |    1 -
 tests/testthat/test_birdnik.R |    2 +-
 12 files changed, 22 insertions(+), 29 deletions(-)

More information about birdnik at CRAN
Permanent link

Package RJSDMX updated to version 1.9-3.1 with previous version 1.9-3 dated 2018-02-14

Title: R Interface to SDMX Web Services
Description: Provides functions to retrieve data and metadata from providers that disseminate data by means of SDMX web services. SDMX (Statistical Data and Metadata eXchange) is a standard that has been developed with the aim of simplifying the exchange of statistical information. More about the SDMX standard and the SDMX Web Services can be found at: <http://sdmx.org>.
Author: Attilio Mattiocco, Diana Nicoletti, Gianpaolo Lopez, Banca d'Italia
Maintainer: ORPHANED

Diff between RJSDMX versions 1.9-3 dated 2018-02-14 and 1.9-3.1 dated 2018-05-27

 DESCRIPTION |   12 ++++++++----
 MD5         |    4 ++--
 R/onLoad.R  |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)

More information about RJSDMX at CRAN
Permanent link

Package reReg (with last version 1.1-3) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-05-25 1.1-3
2018-04-17 1.1-2
2018-02-01 1.1-1
2017-12-22 1.1-0
2015-10-31 1.0-0

Permanent link
Package expands (with last version 2.1.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-03-18 2.1.1
2018-02-24 2.1.0
2017-04-09 2.0.0
2016-04-04 1.7.2
2016-03-27 1.7.1
2016-03-26 1.7
2015-12-03 1.6.1
2015-11-02 1.6
2014-09-28 1.5
2014-03-02 1.4
2013-10-09 1.3
2013-09-03 1.2

Permanent link
Package GreedyExperimentalDesign (with last version 1.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-03-02 1.1
2016-12-08 1.0

Permanent link
Package bioacoustics (with last version 0.1.1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-05-11 0.1.1
2018-05-06 0.1.0

Permanent link
Package aftgee (with last version 1.1-1) was removed from CRAN

Previous versions (as known to CRANberries) which should be available via the Archive link are:

2018-05-07 1.1-1
2018-04-21 1.1-0
2014-11-13 1.0-0
2014-04-13 0.4-3
2014-02-05 0.4-2
2014-01-27 0.4-1

Permanent link

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