Sun, 31 Mar 2019

Package RcppDynProg updated to version 0.1.2 with previous version 0.1.1 dated 2019-02-03

Title: 'Rcpp' Dynamic Programming
Description: Dynamic Programming implemented in 'Rcpp'. Includes example partition and out of sample fitting applications. Also supplies additional custom coders for the 'vtreat' package.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between RcppDynProg versions 0.1.1 dated 2019-02-03 and 0.1.2 dated 2019-03-31

 RcppDynProg-0.1.1/RcppDynProg/inst/doc/RcppDynProg.R       |only
 RcppDynProg-0.1.1/RcppDynProg/man/run_package_tests.Rd     |only
 RcppDynProg-0.1.2/RcppDynProg/DESCRIPTION                  |   12 
 RcppDynProg-0.1.2/RcppDynProg/MD5                          |   37 +-
 RcppDynProg-0.1.2/RcppDynProg/NAMESPACE                    |    2 
 RcppDynProg-0.1.2/RcppDynProg/NEWS.md                      |    5 
 RcppDynProg-0.1.2/RcppDynProg/R/run_package_tests.R        |   90 +----
 RcppDynProg-0.1.2/RcppDynProg/build/vignette.rds           |binary
 RcppDynProg-0.1.2/RcppDynProg/inst/doc/RcppDynProg.Rmd     |  211 -------------
 RcppDynProg-0.1.2/RcppDynProg/inst/doc/RcppDynProg.html    |  173 ----------
 RcppDynProg-0.1.2/RcppDynProg/inst/doc/Segmentation.R      |   93 +++--
 RcppDynProg-0.1.2/RcppDynProg/inst/doc/Segmentation.Rmd    |   93 +++--
 RcppDynProg-0.1.2/RcppDynProg/inst/doc/Segmentation.html   |  127 +++++--
 RcppDynProg-0.1.2/RcppDynProg/inst/doc/SegmentationL.R     |   56 ++-
 RcppDynProg-0.1.2/RcppDynProg/inst/doc/SegmentationL.Rmd   |   56 ++-
 RcppDynProg-0.1.2/RcppDynProg/inst/doc/SegmentationL.html  |   88 +++--
 RcppDynProg-0.1.2/RcppDynProg/man/run_RcppDynProg_tests.Rd |only
 RcppDynProg-0.1.2/RcppDynProg/tests/run_tests.R            |   14 
 RcppDynProg-0.1.2/RcppDynProg/vignettes/RcppDynProg.Rmd    |  211 -------------
 RcppDynProg-0.1.2/RcppDynProg/vignettes/Segmentation.Rmd   |   93 +++--
 RcppDynProg-0.1.2/RcppDynProg/vignettes/SegmentationL.Rmd  |   56 ++-
 21 files changed, 501 insertions(+), 916 deletions(-)

More information about RcppDynProg at CRAN
Permanent link

Package llogistic updated to version 1.0.3 with previous version 1.0.0 dated 2017-07-16

Title: The L-Logistic Distribution
Description: Density, distribution function, quantile function and random generation for the L-Logistic distribution with parameters m and phi. The parameter m is the median of the distribution.
Author: Rosineide Fernando da Paz [aut, cre], Jorge Luís Bazán [ctb]
Maintainer: Rosineide Fernando da Paz <rfpaz2@gmail.com>

Diff between llogistic versions 1.0.0 dated 2017-07-16 and 1.0.3 dated 2019-03-31

 DESCRIPTION      |   10 +++++-----
 MD5              |   12 ++++++------
 R/dllogistic.R   |   29 +++++++++++++++--------------
 R/pllogistic.R   |    4 ++--
 R/qllogistic.R   |    4 ++--
 R/rllogistic.R   |    4 ++--
 man/llogistic.Rd |   31 ++++++++++++++-----------------
 7 files changed, 46 insertions(+), 48 deletions(-)

More information about llogistic at CRAN
Permanent link

Package vtreat updated to version 1.3.8 with previous version 1.3.7 dated 2019-02-21

Title: A Statistically Sound 'data.frame' Processor/Conditioner
Description: A 'data.frame' processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner. 'vtreat' prepares variables so that data has fewer exceptional cases, making it easier to safely use models in production. Common problems 'vtreat' defends against: 'Inf', 'NA', too many categorical levels, rare categorical levels, and new categorical levels (levels seen during application, but not during training). Reference: "'vtreat': a data.frame Processor for Predictive Modeling", 'Zumel', 'Mount', 2016, DOI:10.5281/zenodo.1173314.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between vtreat versions 1.3.7 dated 2019-02-21 and 1.3.8 dated 2019-03-31

 DESCRIPTION                       |   16 
 MD5                               |   65 +--
 NAMESPACE                         |    3 
 NEWS.md                           |    6 
 R/outOfSample.R                   |   18 
 R/variable_importance.R           |   10 
 R/vtreat_pipes.R                  |only
 README.md                         |   74 ++-
 inst/doc/MultiClassVtreat.html    |    4 
 inst/doc/SavingTreamentPlans.html |    4 
 inst/doc/VariableImportance.html  |  743 --------------------------------------
 inst/doc/vtreat.Rmd               |    2 
 inst/doc/vtreat.html              |   54 +-
 inst/doc/vtreatCrossFrames.html   |   38 -
 inst/doc/vtreatGrouping.R         |   41 --
 inst/doc/vtreatGrouping.Rmd       |   40 --
 inst/doc/vtreatGrouping.html      |   13 
 inst/doc/vtreatOverfit.html       |   38 -
 inst/doc/vtreatRareLevels.R       |    6 
 inst/doc/vtreatRareLevels.Rmd     |    6 
 inst/doc/vtreatRareLevels.html    |   13 
 inst/doc/vtreatScaleMode.html     |   16 
 inst/doc/vtreatSignificance.html  |   18 
 inst/doc/vtreatSplitting.R        |   15 
 inst/doc/vtreatSplitting.Rmd      |   15 
 inst/doc/vtreatSplitting.html     |   22 -
 inst/doc/vtreatVariableTypes.html |   42 +-
 man/kWayStratifiedY.Rd            |   18 
 man/value_variables_C.Rd          |    6 
 man/value_variables_N.Rd          |    7 
 vignettes/vtreat.Rmd              |    2 
 vignettes/vtreatGrouping.Rmd      |   40 --
 vignettes/vtreatRareLevels.Rmd    |    6 
 vignettes/vtreatSplitting.Rmd     |   15 
 34 files changed, 235 insertions(+), 1181 deletions(-)

More information about vtreat at CRAN
Permanent link

Package replyr updated to version 1.0.0 with previous version 0.9.9 dated 2019-01-02

Title: Patches to Use 'dplyr' on Remote Data Sources
Description: Patches to use 'dplyr' on remote data sources ('SQL' databases, 'Spark' 2.0.0 and above) in a reliable "generic" fashion (generic meaning user code works similarly on all such sources, without needing per-source adaption). Due to the fluctuating nature of 'dplyr'/'dbplyr'/'rlang' 'APIs' this package is going into maintenance mode. Most of the 'replyr' functions are already done better by one of the non-monolithic replacement packages: 'wrapr', 'seplyr', 'rquery', or 'cdata'.
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>

Diff between replyr versions 0.9.9 dated 2019-01-02 and 1.0.0 dated 2019-03-31

 DESCRIPTION                     |   14 +++----
 MD5                             |   26 +++++++-------
 NEWS.md                         |    4 ++
 README.md                       |   18 +++++-----
 inst/doc/DependencySorting.html |   64 ++++++++++++++++++++++++------------
 inst/doc/ParametricExample.html |   30 ++++++++++++++--
 inst/doc/coalesce.html          |   34 +++++++++++++++----
 inst/doc/joinController.html    |   71 +++++++++++++++++++++++++++-------------
 inst/doc/letExample.R           |   45 -------------------------
 inst/doc/letExample.Rmd         |   49 ---------------------------
 inst/doc/letExample.html        |   71 ++++++++++++++--------------------------
 inst/doc/replyr.html            |   40 +++++++++++++++++-----
 inst/doc/summary.html           |   33 +++++++++++++++---
 vignettes/letExample.Rmd        |   49 ---------------------------
 14 files changed, 263 insertions(+), 285 deletions(-)

More information about replyr at CRAN
Permanent link

Package fastNaiveBayes updated to version 1.1.1 with previous version 1.0.1 dated 2019-03-08

Title: Extremely Fast Implementation of a Naive Bayes Classifier
Description: This is an extremely fast implementation of a Naive Bayes classifier. This package is currently the only package that supports a Bernoulli distribution, a Multinomial distribution, and a Gaussian distribution, making it suitable for both binary features, frequency counts, and numerical features. Another unique feature is the support of a mix of different event models. Only numerical variables are allowed, however, categorical variables can be transformed into dummies and used with the Bernoulli distribution. This implementation offers a huge performance gain compared to the 'e1071' implementation in R. The execution times were compared on a data set of tweets and was found to be around 1135 times faster. Compared to other implementations the minimum speed up was found to be 12.5 times faster for the Bernoulli distribution. See the vignette for more details. This performance gain is only realized using a Bernoulli event model. Furthermore, the Multinomial event model implementation is even slightly faster, but incomparable since it was not implemented in 'e1071'. Compared to other implementations of a Multinomial distribution, this package was found to give a speed up of 12.2 times. The implementation is largely based on the paper "A comparison of event models for Naive Bayes anti-spam e-mail filtering" written by K.M. Schneider (2003) <doi:10.3115/1067807>. Any issues can be submitted to: <https://github.com/mskogholt/fastNaiveBayes/issues>.
Author: Martin Skogholt
Maintainer: Martin Skogholt <m.skogholt@gmail.com>

Diff between fastNaiveBayes versions 1.0.1 dated 2019-03-08 and 1.1.1 dated 2019-03-31

 fastNaiveBayes-1.0.1/fastNaiveBayes/tests/testthat/test-fastnaivebayes.R                     |only
 fastNaiveBayes-1.1.1/fastNaiveBayes/DESCRIPTION                                              |   13 
 fastNaiveBayes-1.1.1/fastNaiveBayes/MD5                                                      |   67 +-
 fastNaiveBayes-1.1.1/fastNaiveBayes/NAMESPACE                                                |    2 
 fastNaiveBayes-1.1.1/fastNaiveBayes/NEWS.md                                                  |   15 
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.bernoulli.R                             |   63 +-
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.bernoulli.default.R                     |   69 +-
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.detect_distribution.R                   |only
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.detect_distribution.default.R           |only
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.gaussian.R                              |   53 +-
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.gaussian.default.R                      |   46 +
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.mixed.R                                 |  156 +++---
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.mixed.default.R                         |   63 +-
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.multinomial.R                           |   51 -
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/fastNaiveBayes.multinomial.default.R                   |   44 -
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/predict.fastNaiveBayes.bernoulli.R                     |   97 +--
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/predict.fastNaiveBayes.gaussian.R                      |  107 ++--
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/predict.fastNaiveBayes.mixed.R                         |  195 ++++---
 fastNaiveBayes-1.1.1/fastNaiveBayes/R/predict.fastNaiveBayes.multinomial.R                   |   81 +--
 fastNaiveBayes-1.1.1/fastNaiveBayes/README.md                                                |    4 
 fastNaiveBayes-1.1.1/fastNaiveBayes/inst/doc/fastnaivebayes.Rmd                              |   37 -
 fastNaiveBayes-1.1.1/fastNaiveBayes/inst/doc/fastnaivebayes.html                             |   89 +--
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/fastNaiveBayes.bernoulli.Rd                          |   55 +-
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/fastNaiveBayes.detect_distribution.Rd                |only
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/fastNaiveBayes.gaussian.Rd                           |   50 +
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/fastNaiveBayes.mixed.Rd                              |  160 +++---
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/fastNaiveBayes.multinomial.Rd                        |   43 -
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/predict.fastNaiveBayes.bernoulli.Rd                  |   55 +-
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/predict.fastNaiveBayes.gaussian.Rd                   |   43 -
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/predict.fastNaiveBayes.mixed.Rd                      |  147 ++---
 fastNaiveBayes-1.1.1/fastNaiveBayes/man/predict.fastNaiveBayes.multinomial.Rd                |   43 -
 fastNaiveBayes-1.1.1/fastNaiveBayes/tests/testthat/test-fastnaivebayes_bernoulli.R           |  127 ++--
 fastNaiveBayes-1.1.1/fastNaiveBayes/tests/testthat/test-fastnaivebayes_detect_distribution.R |only
 fastNaiveBayes-1.1.1/fastNaiveBayes/tests/testthat/test-fastnaivebayes_gaussian.R            |  127 +---
 fastNaiveBayes-1.1.1/fastNaiveBayes/tests/testthat/test-fastnaivebayes_mixed.R               |  257 ++--------
 fastNaiveBayes-1.1.1/fastNaiveBayes/tests/testthat/test-fastnaivebayes_multinomial.R         |  136 ++---
 fastNaiveBayes-1.1.1/fastNaiveBayes/vignettes/fastnaivebayes.Rmd                             |   37 -
 37 files changed, 1227 insertions(+), 1305 deletions(-)

More information about fastNaiveBayes at CRAN
Permanent link

Package zenplots updated to version 0.0-4 with previous version 0.0-3 dated 2018-02-27

Title: Zigzag Expanded Navigation Plots
Description: Graphical tools for visualizing high-dimensional data with a path of pairs. Note that this requires 'graph' from Bioconductor. If you want to use dynamic graphics based on 'loon', you also need to have 'loon' installed, see <https://github.com/waddella/loon>.
Author: Marius Hofert [aut, cre], Wayne Oldford [aut]
Maintainer: Marius Hofert <marius.hofert@uwaterloo.ca>

Diff between zenplots versions 0.0-3 dated 2018-02-27 and 0.0-4 dated 2019-03-31

 zenplots-0.0-3/zenplots/R/auxiliaries.R                           |only
 zenplots-0.0-3/zenplots/R/tools_graphics.R                        |only
 zenplots-0.0-3/zenplots/R/tools_grid.R                            |only
 zenplots-0.0-3/zenplots/R/tools_loon.R                            |only
 zenplots-0.0-3/zenplots/inst/doc/intro.R                          |only
 zenplots-0.0-3/zenplots/inst/doc/intro.Rmd                        |only
 zenplots-0.0-3/zenplots/inst/doc/intro.html                       |only
 zenplots-0.0-3/zenplots/vignettes/intro.Rmd                       |only
 zenplots-0.0-3/zenplots/vignettes/intro_de_elect_pairs68_1500.png |only
 zenplots-0.0-4/zenplots/DESCRIPTION                               |   21 
 zenplots-0.0-4/zenplots/MD5                                       |   60 -
 zenplots-0.0-4/zenplots/NAMESPACE                                 |    9 
 zenplots-0.0-4/zenplots/R/getpath.R                               |   88 -
 zenplots-0.0-4/zenplots/R/plot1dgraphics.R                        |   10 
 zenplots-0.0-4/zenplots/R/plot1dgrid.R                            |   12 
 zenplots-0.0-4/zenplots/R/plot1dloon.R                            |   17 
 zenplots-0.0-4/zenplots/R/plot2dgraphics.R                        |   90 +
 zenplots-0.0-4/zenplots/R/plot2dgrid.R                            |  121 +-
 zenplots-0.0-4/zenplots/R/plot2dloon.R                            |   47 
 zenplots-0.0-4/zenplots/R/tools.R                                 |  320 +++++
 zenplots-0.0-4/zenplots/R/zenpath.R                               |   45 
 zenplots-0.0-4/zenplots/TODO                                      |   20 
 zenplots-0.0-4/zenplots/build/vignette.rds                        |binary
 zenplots-0.0-4/zenplots/data/happiness.rda                        |only
 zenplots-0.0-4/zenplots/inst/doc/selected_features.R              |   79 -
 zenplots-0.0-4/zenplots/inst/doc/selected_features.Rmd            |   73 -
 zenplots-0.0-4/zenplots/inst/doc/selected_features.html           |  568 ++++++----
 zenplots-0.0-4/zenplots/man/burst.Rd                              |    6 
 zenplots-0.0-4/zenplots/man/happiness.Rd                          |only
 zenplots-0.0-4/zenplots/man/occupancy.Rd                          |only
 zenplots-0.0-4/zenplots/man/plots_graphics.Rd                     |   20 
 zenplots-0.0-4/zenplots/man/plots_grid.Rd                         |   17 
 zenplots-0.0-4/zenplots/man/plots_loon.Rd                         |    6 
 zenplots-0.0-4/zenplots/man/zenpath.Rd                            |   63 -
 zenplots-0.0-4/zenplots/man/zenplot.Rd                            |   15 
 zenplots-0.0-4/zenplots/src/init.c                                |    2 
 zenplots-0.0-4/zenplots/vignettes/selected_features.Rmd           |   73 -
 37 files changed, 1253 insertions(+), 529 deletions(-)

More information about zenplots at CRAN
Permanent link

Package AmigaFFH updated to version 0.3.1 with previous version 0.2.0 dated 2019-01-27

Title: Commodore Amiga File Format Handler
Description: Modern software often poorly support older file formats. This package intends to handle many file formats that were native to the antiquated Commodore Amiga machine. This package focuses on file types from the older Amiga operating systems (<= 3.0). It will read and write specific file formats and coerces them into more contemporary data.
Author: Pepijn de Vries [aut, cre, dtc]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>

Diff between AmigaFFH versions 0.2.0 dated 2019-01-27 and 0.3.1 dated 2019-03-31

 DESCRIPTION                    |   10 -
 MD5                            |  104 ++++++++------
 NAMESPACE                      |   24 +++
 NEWS                           |   27 +++
 R/AmigaFFH.r                   |   30 ++--
 R/bitmapfont.r                 |only
 R/data.r                       |   22 +++
 R/generic_support.r            |  216 +++++++++++++++++++++++++++----
 R/hardwareSprites.r            |    2 
 R/iff.0.r                      |   94 ++++---------
 R/iff.ilbm.r                   |   96 ++++++++++++-
 R/system_configuration.r       |   56 +++++---
 R/workbench_icon.r             |  285 +++++++++++++++++++++++++----------------
 data/font_example.rda          |only
 man/AmigaBitmapFont.Rd         |only
 man/AmigaFFH.Rd                |   30 ++--
 man/AmigaIcon.Rd               |    6 
 man/IFFChunk-class.Rd          |    3 
 man/IFFChunk.Rd                |    4 
 man/SysConfig.Rd               |    4 
 man/WaveToIFF.Rd               |    3 
 man/amiga_monitors.Rd          |    2 
 man/as.raster.Rd               |   42 ++++--
 man/as.raw.Rd                  |   28 ++--
 man/availableFontSizes.Rd      |only
 man/bitmapToRaster.Rd          |    6 
 man/c.Rd                       |only
 man/colourToAmigaRaw.Rd        |    5 
 man/deltaFibonacciCompress.Rd  |    2 
 man/dither.Rd                  |   15 +-
 man/fontName.Rd                |only
 man/font_example.Rd            |only
 man/getAmigaBitmapFont.Rd      |only
 man/getIFFChunk.Rd             |    2 
 man/hardwareSprite-class.Rd    |    2 
 man/index.colours.Rd           |   20 ++
 man/interpretIFFChunk.Rd       |    6 
 man/packBitmap.Rd              |    2 
 man/plot.Rd                    |   47 +++++-
 man/rasterToAmigaBitmapFont.Rd |only
 man/rasterToBitmap.Rd          |   38 ++++-
 man/rasterToHWSprite.Rd        |    7 -
 man/rasterToIFF.Rd             |   20 ++
 man/rawToAmigaBitmapFont.Rd    |only
 man/rawToAmigaBitmapFontSet.Rd |only
 man/rawToAmigaIcon.Rd          |    4 
 man/rawToHWSprite.Rd           |    2 
 man/rawToIFFChunk.Rd           |    4 
 man/rawToSysConfig.Rd          |    2 
 man/read.AmigaBitmapFont.Rd    |only
 man/read.AmigaBitmapFontSet.Rd |only
 man/read.AmigaIcon.Rd          |   16 +-
 man/read.SysConfig.Rd          |   17 +-
 man/read.iff.Rd                |   16 +-
 man/simpleAmigaIcon.Rd         |    2 
 man/simpleSysConfig.Rd         |   14 +-
 man/write.AmigaBitmapFont.Rd   |only
 man/write.AmigaIcon.Rd         |   17 +-
 man/write.SysConfig.Rd         |   15 +-
 man/write.iff.Rd               |   16 +-
 60 files changed, 994 insertions(+), 391 deletions(-)

More information about AmigaFFH at CRAN
Permanent link

New package otpr with initial version 0.1.0
Package: otpr
Title: An R Wrapper for the 'OpenTripPlanner' REST API
Version: 0.1.0
Authors@R: c( person("Marcus", "Young", email = "M.A.Young@soton.ac.uk", role = c("aut", "cre")) )
Description: A wrapper for the 'OpenTripPlanner' <http://www.opentripplanner.org/> REST API. Queries are submitted to the relevant 'OpenTripPlanner' API resource, the response is parsed and useful R objects are returned.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: checkmate, httr, curl, jsonlite
RoxygenNote: 6.1.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2019-03-31 10:38:07 UTC; marcu
Author: Marcus Young [aut, cre]
Maintainer: Marcus Young <M.A.Young@soton.ac.uk>
Repository: CRAN
Date/Publication: 2019-03-31 15:10:03 UTC

More information about otpr at CRAN
Permanent link

Package imfr updated to version 0.1.6 with previous version 0.1.5 dated 2017-11-17

Title: Download Data from the International Monetary Fund's Data API
Description: Explore and download data from the International Monetary Fund's data API <http://data.imf.org/>.
Author: Christopher Gandrud [aut, cre]
Maintainer: Christopher Gandrud <christopher.gandrud@gmail.com>

Diff between imfr versions 0.1.5 dated 2017-11-17 and 0.1.6 dated 2019-03-31

 DESCRIPTION        |   10 +++++-----
 MD5                |    8 ++++----
 NEWS               |    4 ++++
 R/data_functions.R |   12 ++++--------
 man/imf_ids.Rd     |    6 ++----
 5 files changed, 19 insertions(+), 21 deletions(-)

More information about imfr at CRAN
Permanent link

Package UCSCXenaTools updated to version 1.2.0 with previous version 1.1.0 dated 2019-03-29

Title: Download and Explore Datasets from UCSC Xena Data Hubs
Description: Download and explore datasets from UCSC Xena data hubs, which are a collection of UCSC-hosted public databases such as TCGA, ICGC, TARGET, GTEx, CCLE, and others. Databases are normalized so they can be combined, linked, filtered, explored and downloaded.
Author: Shixiang Wang [aut, cre] (<https://orcid.org/0000-0001-9855-7357>), Martin Morgan [aut]
Maintainer: Shixiang Wang <w_shixiang@163.com>

Diff between UCSCXenaTools versions 1.1.0 dated 2019-03-29 and 1.2.0 dated 2019-03-31

 UCSCXenaTools-1.1.0/UCSCXenaTools/R/api.R                              |only
 UCSCXenaTools-1.1.0/UCSCXenaTools/R/download.R                         |only
 UCSCXenaTools-1.1.0/UCSCXenaTools/R/query.R                            |only
 UCSCXenaTools-1.2.0/UCSCXenaTools/DESCRIPTION                          |   13 
 UCSCXenaTools-1.2.0/UCSCXenaTools/MD5                                  |   63 -
 UCSCXenaTools-1.2.0/UCSCXenaTools/NEWS.md                              |   12 
 UCSCXenaTools-1.2.0/UCSCXenaTools/R/XenaHub-class.R                    |  324 ++----
 UCSCXenaTools-1.2.0/UCSCXenaTools/R/api_higher.R                       |only
 UCSCXenaTools-1.2.0/UCSCXenaTools/R/api_inner.R                        |only
 UCSCXenaTools-1.2.0/UCSCXenaTools/R/api_xq.R                           |only
 UCSCXenaTools-1.2.0/UCSCXenaTools/R/data.R                             |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/R/workflow.R                         |only
 UCSCXenaTools-1.2.0/UCSCXenaTools/README.md                            |   64 -
 UCSCXenaTools-1.2.0/UCSCXenaTools/data/XenaData.rda                    |binary
 UCSCXenaTools-1.2.0/UCSCXenaTools/inst/api.RData                       |only
 UCSCXenaTools-1.2.0/UCSCXenaTools/inst/dataset_metadata.RData          |only
 UCSCXenaTools-1.2.0/UCSCXenaTools/inst/doc/USCSXenaTools.Rmd           |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/inst/doc/USCSXenaTools.html          |  103 -
 UCSCXenaTools-1.2.0/UCSCXenaTools/inst/doc/xena-apis.R                 |   40 
 UCSCXenaTools-1.2.0/UCSCXenaTools/inst/doc/xena-apis.Rmd               |  120 ++
 UCSCXenaTools-1.2.0/UCSCXenaTools/inst/doc/xena-apis.html              |  530 +++++++++-
 UCSCXenaTools-1.2.0/UCSCXenaTools/inst/test_api.R                      |  223 ++++
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/XenaBrowse.Rd                    |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/XenaData.Rd                      |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/XenaDownload.Rd                  |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/XenaFilter.Rd                    |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/XenaGenerate.Rd                  |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/XenaPrepare.Rd                   |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/XenaQuery.Rd                     |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/cohorts.Rd                       |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/datasets.Rd                      |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/hosts.Rd                         |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/samples.Rd                       |    6 
 UCSCXenaTools-1.2.0/UCSCXenaTools/man/to_snake.Rd                      |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/tests/testthat/test-basic-workflow.R |    6 
 UCSCXenaTools-1.2.0/UCSCXenaTools/vignettes/USCSXenaTools.Rmd          |    2 
 UCSCXenaTools-1.2.0/UCSCXenaTools/vignettes/xena-apis.Rmd              |  120 ++
 37 files changed, 1290 insertions(+), 362 deletions(-)

More information about UCSCXenaTools at CRAN
Permanent link

Package psycho updated to version 0.4.9 with previous version 0.4.0 dated 2019-01-14

Title: Efficient and Publishing-Oriented Workflow for Psychological Science
Description: The main goal of the psycho package is to provide tools for psychologists, neuropsychologists and neuroscientists, to facilitate and speed up the time spent on data analysis. It aims at supporting best practices and tools to format the output of statistical methods to directly paste them into a manuscript, ensuring statistical reporting standardization and conformity.
Author: Dominique Makowski [aut, cre, cph] (<https://orcid.org/0000-0001-5375-9967>), Hugo Najberg [ctb], Viliam Simko [ctb], Sasha Epskamp [rev] (Sasha reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/470)
Maintainer: Dominique Makowski <dom.makowski@gmail.com>

Diff between psycho versions 0.4.0 dated 2019-01-14 and 0.4.9 dated 2019-03-31

 psycho-0.4.0/psycho/R/affective.R                                    |only
 psycho-0.4.0/psycho/R/analyze.R                                      |only
 psycho-0.4.0/psycho/R/analyze.anova.R                                |only
 psycho-0.4.0/psycho/R/analyze.blavaan.R                              |only
 psycho-0.4.0/psycho/R/analyze.fa.R                                   |only
 psycho-0.4.0/psycho/R/analyze.glm.R                                  |only
 psycho-0.4.0/psycho/R/analyze.glmerMod.R                             |only
 psycho-0.4.0/psycho/R/analyze.htest.R                                |only
 psycho-0.4.0/psycho/R/analyze.lavaan.R                               |only
 psycho-0.4.0/psycho/R/analyze.lm.R                                   |only
 psycho-0.4.0/psycho/R/analyze.lmerModLmerTest.R                      |only
 psycho-0.4.0/psycho/R/analyze.principal.R                            |only
 psycho-0.4.0/psycho/R/analyze.stanreg.R                              |only
 psycho-0.4.0/psycho/R/as.data.frame.density.R                        |only
 psycho-0.4.0/psycho/R/assess.R                                       |only
 psycho-0.4.0/psycho/R/bayes_cor.R                                    |only
 psycho-0.4.0/psycho/R/cite_packages.R                                |only
 psycho-0.4.0/psycho/R/correlation.R                                  |only
 psycho-0.4.0/psycho/R/crawford.test.R                                |only
 psycho-0.4.0/psycho/R/crawford_dissociation.test.R                   |only
 psycho-0.4.0/psycho/R/create_intervals.R                             |only
 psycho-0.4.0/psycho/R/dprime.R                                       |only
 psycho-0.4.0/psycho/R/emotion.R                                      |only
 psycho-0.4.0/psycho/R/find_best_model.R                              |only
 psycho-0.4.0/psycho/R/find_best_model.lavaan.R                       |only
 psycho-0.4.0/psycho/R/find_best_model.lmerModLmerTest.R              |only
 psycho-0.4.0/psycho/R/find_best_model.stanreg.R                      |only
 psycho-0.4.0/psycho/R/find_combinations.R                            |only
 psycho-0.4.0/psycho/R/find_distance_cluster.R                        |only
 psycho-0.4.0/psycho/R/find_highest_density_point.R                   |only
 psycho-0.4.0/psycho/R/find_matching_string.R                         |only
 psycho-0.4.0/psycho/R/find_random_effects.R                          |only
 psycho-0.4.0/psycho/R/find_season.R                                  |only
 psycho-0.4.0/psycho/R/formatting.R                                   |only
 psycho-0.4.0/psycho/R/get_R2.R                                       |only
 psycho-0.4.0/psycho/R/get_contrasts.R                                |only
 psycho-0.4.0/psycho/R/get_data.R                                     |only
 psycho-0.4.0/psycho/R/get_formula.R                                  |only
 psycho-0.4.0/psycho/R/get_graph.R                                    |only
 psycho-0.4.0/psycho/R/get_info.R                                     |only
 psycho-0.4.0/psycho/R/get_means.R                                    |only
 psycho-0.4.0/psycho/R/get_predicted.R                                |only
 psycho-0.4.0/psycho/R/get_predicted.glm.R                            |only
 psycho-0.4.0/psycho/R/get_predicted.lm.R                             |only
 psycho-0.4.0/psycho/R/get_predicted.merMod.R                         |only
 psycho-0.4.0/psycho/R/get_predicted.stanreg.R                        |only
 psycho-0.4.0/psycho/R/golden.R                                       |only
 psycho-0.4.0/psycho/R/hdi.R                                          |only
 psycho-0.4.0/psycho/R/interpret_R2.R                                 |only
 psycho-0.4.0/psycho/R/interpret_RMSEA.R                              |only
 psycho-0.4.0/psycho/R/interpret_bf.R                                 |only
 psycho-0.4.0/psycho/R/interpret_d.R                                  |only
 psycho-0.4.0/psycho/R/interpret_lavaan.R                             |only
 psycho-0.4.0/psycho/R/interpret_odds.R                               |only
 psycho-0.4.0/psycho/R/interpret_omega_sq.R                           |only
 psycho-0.4.0/psycho/R/interpret_r.R                                  |only
 psycho-0.4.0/psycho/R/is.mixed.R                                     |only
 psycho-0.4.0/psycho/R/is.standardized.R                              |only
 psycho-0.4.0/psycho/R/mellenbergh.test.R                             |only
 psycho-0.4.0/psycho/R/model_to_priors.R                              |only
 psycho-0.4.0/psycho/R/mpe.R                                          |only
 psycho-0.4.0/psycho/R/n_factors.R                                    |only
 psycho-0.4.0/psycho/R/odds_to_probs.R                                |only
 psycho-0.4.0/psycho/R/overlap.R                                      |only
 psycho-0.4.0/psycho/R/percentile.R                                   |only
 psycho-0.4.0/psycho/R/plot.psychobject.R                             |only
 psycho-0.4.0/psycho/R/power_analysis.R                               |only
 psycho-0.4.0/psycho/R/print.psychobject.R                            |only
 psycho-0.4.0/psycho/R/probs_to_odds.R                                |only
 psycho-0.4.0/psycho/R/psychobject.R                                  |only
 psycho-0.4.0/psycho/R/refdata.R                                      |only
 psycho-0.4.0/psycho/R/remove_empty_cols.R                            |only
 psycho-0.4.0/psycho/R/remove_outliers.R                              |only
 psycho-0.4.0/psycho/R/rnorm_perfect.R                                |only
 psycho-0.4.0/psycho/R/rope.R                                         |only
 psycho-0.4.0/psycho/R/simulate.R                                     |only
 psycho-0.4.0/psycho/R/standardize.R                                  |only
 psycho-0.4.0/psycho/R/summary.psychobject.R                          |only
 psycho-0.4.0/psycho/R/values.R                                       |only
 psycho-0.4.0/psycho/inst/doc/bayesian.R                              |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.aov.R                |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.fa.R                 |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.glm.R                |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.glmerMod.R           |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.htest.R              |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.lavaan.R             |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.lm.R                 |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.lmerModLmerTest.R    |only
 psycho-0.4.0/psycho/tests/testthat/test-analyze.stanreg.R            |only
 psycho-0.4.0/psycho/tests/testthat/test-assess.R                     |only
 psycho-0.4.0/psycho/tests/testthat/test-bayes_cor.R                  |only
 psycho-0.4.0/psycho/tests/testthat/test-correlation.R                |only
 psycho-0.4.0/psycho/tests/testthat/test-crawford.test.R              |only
 psycho-0.4.0/psycho/tests/testthat/test-crawford_dissociation.test.R |only
 psycho-0.4.0/psycho/tests/testthat/test-create_intervals.R           |only
 psycho-0.4.0/psycho/tests/testthat/test-dprime.R                     |only
 psycho-0.4.0/psycho/tests/testthat/test-find_best_model.stanreg.R    |only
 psycho-0.4.0/psycho/tests/testthat/test-find_combinations.formula.R  |only
 psycho-0.4.0/psycho/tests/testthat/test-find_matching_string.R       |only
 psycho-0.4.0/psycho/tests/testthat/test-find_random_effects.R        |only
 psycho-0.4.0/psycho/tests/testthat/test-find_season.R                |only
 psycho-0.4.0/psycho/tests/testthat/test-formatting.R                 |only
 psycho-0.4.0/psycho/tests/testthat/test-get_R2.R                     |only
 psycho-0.4.0/psycho/tests/testthat/test-get_contrasts.R              |only
 psycho-0.4.0/psycho/tests/testthat/test-get_info.R                   |only
 psycho-0.4.0/psycho/tests/testthat/test-get_means.R                  |only
 psycho-0.4.0/psycho/tests/testthat/test-get_predicted.R              |only
 psycho-0.4.0/psycho/tests/testthat/test-hdi.R                        |only
 psycho-0.4.0/psycho/tests/testthat/test-interpret_R2.R               |only
 psycho-0.4.0/psycho/tests/testthat/test-interpret_RMSEA.R            |only
 psycho-0.4.0/psycho/tests/testthat/test-interpret_bf.R               |only
 psycho-0.4.0/psycho/tests/testthat/test-interpret_d.R                |only
 psycho-0.4.0/psycho/tests/testthat/test-interpret_odds.R             |only
 psycho-0.4.0/psycho/tests/testthat/test-interpret_r.R                |only
 psycho-0.4.0/psycho/tests/testthat/test-is.mixed.stanreg.R           |only
 psycho-0.4.0/psycho/tests/testthat/test-is.psychobject.R             |only
 psycho-0.4.0/psycho/tests/testthat/test-is.standardized.R            |only
 psycho-0.4.0/psycho/tests/testthat/test-mellenbergh.test.R           |only
 psycho-0.4.0/psycho/tests/testthat/test-model_to_priors.R            |only
 psycho-0.4.0/psycho/tests/testthat/test-n_factors.R                  |only
 psycho-0.4.0/psycho/tests/testthat/test-odds_to_probs.R              |only
 psycho-0.4.0/psycho/tests/testthat/test-overlap.R                    |only
 psycho-0.4.0/psycho/tests/testthat/test-plot.psychobject.R           |only
 psycho-0.4.0/psycho/tests/testthat/test-power_analysis.R             |only
 psycho-0.4.0/psycho/tests/testthat/test-print.psychobject.R          |only
 psycho-0.4.0/psycho/tests/testthat/test-probs_to_odds.R              |only
 psycho-0.4.0/psycho/tests/testthat/test-refdata.R                    |only
 psycho-0.4.0/psycho/tests/testthat/test-remove_empty_cols.R          |only
 psycho-0.4.0/psycho/tests/testthat/test-rnorm_perfect.R              |only
 psycho-0.4.0/psycho/tests/testthat/test-standardize.R                |only
 psycho-0.4.0/psycho/tests/testthat/test-values.psychobject.R         |only
 psycho-0.4.9/psycho/DESCRIPTION                                      |    6 
 psycho-0.4.9/psycho/LICENSE                                          |    2 
 psycho-0.4.9/psycho/MD5                                              |  413 +--
 psycho-0.4.9/psycho/NAMESPACE                                        |    5 
 psycho-0.4.9/psycho/R/data_affective.R                               |only
 psycho-0.4.9/psycho/R/data_emotion.R                                 |only
 psycho-0.4.9/psycho/R/deprecated.R                                   |only
 psycho-0.4.9/psycho/R/format_digit.R                                 |only
 psycho-0.4.9/psycho/R/startup_message.R                              |only
 psycho-0.4.9/psycho/README.md                                        |    4 
 psycho-0.4.9/psycho/build/vignette.rds                               |binary
 psycho-0.4.9/psycho/inst/doc/bayesian.Rmd                            |  671 -----
 psycho-0.4.9/psycho/inst/doc/bayesian.html                           | 1316 +---------
 psycho-0.4.9/psycho/inst/doc/overview.R                              |   60 
 psycho-0.4.9/psycho/inst/doc/overview.Rmd                            |  135 -
 psycho-0.4.9/psycho/inst/doc/overview.html                           |  473 ++-
 psycho-0.4.9/psycho/man/HDI.Rd                                       |    2 
 psycho-0.4.9/psycho/man/HDImax.Rd                                    |    2 
 psycho-0.4.9/psycho/man/HDImin.Rd                                    |    2 
 psycho-0.4.9/psycho/man/R2_LOO_Adjusted.Rd                           |    2 
 psycho-0.4.9/psycho/man/R2_nakagawa.Rd                               |    2 
 psycho-0.4.9/psycho/man/R2_tjur.Rd                                   |    2 
 psycho-0.4.9/psycho/man/affective.Rd                                 |    2 
 psycho-0.4.9/psycho/man/analyze.Rd                                   |    2 
 psycho-0.4.9/psycho/man/analyze.aov.Rd                               |    4 
 psycho-0.4.9/psycho/man/analyze.blavaan.Rd                           |    2 
 psycho-0.4.9/psycho/man/analyze.fa.Rd                                |    4 
 psycho-0.4.9/psycho/man/analyze.glm.Rd                               |    2 
 psycho-0.4.9/psycho/man/analyze.glmerMod.Rd                          |    2 
 psycho-0.4.9/psycho/man/analyze.htest.Rd                             |    2 
 psycho-0.4.9/psycho/man/analyze.lavaan.Rd                            |    2 
 psycho-0.4.9/psycho/man/analyze.lm.Rd                                |    2 
 psycho-0.4.9/psycho/man/analyze.lmerModLmerTest.Rd                   |    2 
 psycho-0.4.9/psycho/man/analyze.principal.Rd                         |    4 
 psycho-0.4.9/psycho/man/analyze.stanreg.Rd                           |    4 
 psycho-0.4.9/psycho/man/as.data.frame.density.Rd                     |    2 
 psycho-0.4.9/psycho/man/assess.Rd                                    |    2 
 psycho-0.4.9/psycho/man/bayes_cor.Rd                                 |    2 
 psycho-0.4.9/psycho/man/bayes_cor.test.Rd                            |    2 
 psycho-0.4.9/psycho/man/cite_packages.Rd                             |    2 
 psycho-0.4.9/psycho/man/correlation.Rd                               |    2 
 psycho-0.4.9/psycho/man/crawford.test.Rd                             |    2 
 psycho-0.4.9/psycho/man/crawford.test.freq.Rd                        |    2 
 psycho-0.4.9/psycho/man/crawford_dissociation.test.Rd                |    4 
 psycho-0.4.9/psycho/man/create_intervals.Rd                          |    2 
 psycho-0.4.9/psycho/man/dprime.Rd                                    |    2 
 psycho-0.4.9/psycho/man/emotion.Rd                                   |    2 
 psycho-0.4.9/psycho/man/find_best_model.Rd                           |    2 
 psycho-0.4.9/psycho/man/find_best_model.lavaan.Rd                    |    2 
 psycho-0.4.9/psycho/man/find_best_model.lmerModLmerTest.Rd           |    2 
 psycho-0.4.9/psycho/man/find_best_model.stanreg.Rd                   |    2 
 psycho-0.4.9/psycho/man/find_combinations.Rd                         |    2 
 psycho-0.4.9/psycho/man/find_combinations.formula.Rd                 |    2 
 psycho-0.4.9/psycho/man/find_distance_cluster.Rd                     |    2 
 psycho-0.4.9/psycho/man/find_highest_density_point.Rd                |    2 
 psycho-0.4.9/psycho/man/find_matching_string.Rd                      |    2 
 psycho-0.4.9/psycho/man/find_random_effects.Rd                       |    2 
 psycho-0.4.9/psycho/man/find_season.Rd                               |    2 
 psycho-0.4.9/psycho/man/format_bf.Rd                                 |    2 
 psycho-0.4.9/psycho/man/format_digit.Rd                              |   25 
 psycho-0.4.9/psycho/man/format_formula.Rd                            |    2 
 psycho-0.4.9/psycho/man/format_loadings.Rd                           |    2 
 psycho-0.4.9/psycho/man/format_p.Rd                                  |    2 
 psycho-0.4.9/psycho/man/format_string.Rd                             |    2 
 psycho-0.4.9/psycho/man/get_R2.Rd                                    |    2 
 psycho-0.4.9/psycho/man/get_R2.glm.Rd                                |    2 
 psycho-0.4.9/psycho/man/get_R2.lm.Rd                                 |    2 
 psycho-0.4.9/psycho/man/get_R2.merMod.Rd                             |    2 
 psycho-0.4.9/psycho/man/get_R2.stanreg.Rd                            |    2 
 psycho-0.4.9/psycho/man/get_cfa_model.Rd                             |    2 
 psycho-0.4.9/psycho/man/get_contrasts.Rd                             |    2 
 psycho-0.4.9/psycho/man/get_contrasts.glm.Rd                         |    2 
 psycho-0.4.9/psycho/man/get_contrasts.glmerMod.Rd                    |    2 
 psycho-0.4.9/psycho/man/get_contrasts.lm.Rd                          |    2 
 psycho-0.4.9/psycho/man/get_contrasts.lmerMod.Rd                     |    2 
 psycho-0.4.9/psycho/man/get_contrasts.lmerModLmerTest.Rd             |    2 
 psycho-0.4.9/psycho/man/get_contrasts.stanreg.Rd                     |    2 
 psycho-0.4.9/psycho/man/get_data.Rd                                  |    2 
 psycho-0.4.9/psycho/man/get_formula.Rd                               |    2 
 psycho-0.4.9/psycho/man/get_graph.Rd                                 |    2 
 psycho-0.4.9/psycho/man/get_graph.fa.Rd                              |    2 
 psycho-0.4.9/psycho/man/get_graph.lavaan.Rd                          |    2 
 psycho-0.4.9/psycho/man/get_graph.psychobject_correlation.Rd         |    2 
 psycho-0.4.9/psycho/man/get_info.Rd                                  |    2 
 psycho-0.4.9/psycho/man/get_info.lm.Rd                               |    2 
 psycho-0.4.9/psycho/man/get_info.lmerModLmerTest.Rd                  |    2 
 psycho-0.4.9/psycho/man/get_loadings_max.Rd                          |    2 
 psycho-0.4.9/psycho/man/get_means.Rd                                 |    2 
 psycho-0.4.9/psycho/man/get_predicted.Rd                             |    2 
 psycho-0.4.9/psycho/man/get_predicted.glm.Rd                         |    2 
 psycho-0.4.9/psycho/man/get_predicted.lm.Rd                          |    2 
 psycho-0.4.9/psycho/man/get_predicted.merMod.Rd                      |    2 
 psycho-0.4.9/psycho/man/get_predicted.stanreg.Rd                     |    2 
 psycho-0.4.9/psycho/man/golden.Rd                                    |    2 
 psycho-0.4.9/psycho/man/interpret_R2.Rd                              |    2 
 psycho-0.4.9/psycho/man/interpret_R2_posterior.Rd                    |    2 
 psycho-0.4.9/psycho/man/interpret_RMSEA.Rd                           |    2 
 psycho-0.4.9/psycho/man/interpret_bf.Rd                              |    2 
 psycho-0.4.9/psycho/man/interpret_d.Rd                               |    2 
 psycho-0.4.9/psycho/man/interpret_d_posterior.Rd                     |    2 
 psycho-0.4.9/psycho/man/interpret_lavaan.Rd                          |    2 
 psycho-0.4.9/psycho/man/interpret_lavaan.blavaan.Rd                  |    2 
 psycho-0.4.9/psycho/man/interpret_lavaan.lavaan.Rd                   |    2 
 psycho-0.4.9/psycho/man/interpret_odds.Rd                            |    4 
 psycho-0.4.9/psycho/man/interpret_odds_posterior.Rd                  |    2 
 psycho-0.4.9/psycho/man/interpret_omega_sq.Rd                        |    2 
 psycho-0.4.9/psycho/man/interpret_r.Rd                               |    2 
 psycho-0.4.9/psycho/man/interpret_r_posterior.Rd                     |    2 
 psycho-0.4.9/psycho/man/is.mixed.Rd                                  |    2 
 psycho-0.4.9/psycho/man/is.mixed.stanreg.Rd                          |    2 
 psycho-0.4.9/psycho/man/is.psychobject.Rd                            |    2 
 psycho-0.4.9/psycho/man/is.standardized.Rd                           |    2 
 psycho-0.4.9/psycho/man/mellenbergh.test.Rd                          |    2 
 psycho-0.4.9/psycho/man/model_to_priors.Rd                           |    2 
 psycho-0.4.9/psycho/man/mpe.Rd                                       |    4 
 psycho-0.4.9/psycho/man/n_factors.Rd                                 |    2 
 psycho-0.4.9/psycho/man/odds_to_d.Rd                                 |    2 
 psycho-0.4.9/psycho/man/odds_to_probs.Rd                             |    2 
 psycho-0.4.9/psycho/man/omega_sq.Rd                                  |    2 
 psycho-0.4.9/psycho/man/overlap.Rd                                   |    2 
 psycho-0.4.9/psycho/man/percentile.Rd                                |    2 
 psycho-0.4.9/psycho/man/percentile_to_z.Rd                           |    2 
 psycho-0.4.9/psycho/man/plot.psychobject.Rd                          |    2 
 psycho-0.4.9/psycho/man/plot_loadings.Rd                             |    2 
 psycho-0.4.9/psycho/man/power_analysis.Rd                            |    2 
 psycho-0.4.9/psycho/man/print.psychobject.Rd                         |    2 
 psycho-0.4.9/psycho/man/probs_to_odds.Rd                             |    2 
 psycho-0.4.9/psycho/man/refdata.Rd                                   |    2 
 psycho-0.4.9/psycho/man/remove_empty_cols.Rd                         |    2 
 psycho-0.4.9/psycho/man/remove_outliers.Rd                           |    2 
 psycho-0.4.9/psycho/man/reorder_matrix.Rd                            |    2 
 psycho-0.4.9/psycho/man/rnorm_perfect.Rd                             |    2 
 psycho-0.4.9/psycho/man/rope.Rd                                      |    2 
 psycho-0.4.9/psycho/man/simulate_data_regression.Rd                  |    2 
 psycho-0.4.9/psycho/man/standardize.Rd                               |    2 
 psycho-0.4.9/psycho/man/standardize.data.frame.Rd                    |    2 
 psycho-0.4.9/psycho/man/standardize.glm.Rd                           |    2 
 psycho-0.4.9/psycho/man/standardize.lm.Rd                            |    2 
 psycho-0.4.9/psycho/man/standardize.numeric.Rd                       |    2 
 psycho-0.4.9/psycho/man/standardize.stanreg.Rd                       |    2 
 psycho-0.4.9/psycho/man/summary.psychobject.Rd                       |    2 
 psycho-0.4.9/psycho/man/values.Rd                                    |    2 
 psycho-0.4.9/psycho/tests/testthat/test-deprecated.R                 |only
 psycho-0.4.9/psycho/vignettes/bayesian.Rmd                           |  671 -----
 psycho-0.4.9/psycho/vignettes/overview.Rmd                           |  135 -
 276 files changed, 983 insertions(+), 3197 deletions(-)

More information about psycho at CRAN
Permanent link

New package buildmer with initial version 1.0
Package: buildmer
Title: Stepwise Elimination and Term Reordering for Mixed-Effects Regression
Version: 1.0
Authors@R: person("Cesko", "Voeten", email = "c.c.voeten@hum.leidenuniv.nl", role = c("aut", "cre"))
Description: Finds the largest possible regression model that will still converge for various types of regression analyses (including mixed models and generalized additive models) and then optionally performs stepwise elimination similar to the forward and backward effect selection methods in SAS, based on the change in log-likelihood, Akaike's Information Criterion, or the Bayesian Information Criterion.
Depends: R (>= 3.2)
Imports: methods, mgcv, lme4, plyr, stats, utils
Suggests: JuliaCall, MASS, gamm4, glmmTMB, knitr, lmerTest, nlme, nnet, parallel, pbkrtest
License: FreeBSD
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
BugReports: https://github.com/cvoeten/buildmer/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-03-31 08:28:31 UTC; cesko
Author: Cesko Voeten [aut, cre]
Maintainer: Cesko Voeten <c.c.voeten@hum.leidenuniv.nl>
Repository: CRAN
Date/Publication: 2019-03-31 14:50:02 UTC

More information about buildmer at CRAN
Permanent link

Package bnviewer updated to version 0.1.2 with previous version 0.1.1 dated 2018-12-10

Title: Interactive Visualization of Bayesian Networks
Description: Bayesian networks provide an intuitive framework for probabilistic reasoning and its graphical nature can be interpreted quite clearly. Graph based methods of machine learning are becoming more popular because they offer a richer model of knowledge that can be understood by a human in a graphical format. The 'bnviewer' is an R Package that allows the interactive visualization of Bayesian Networks. The aim of this package is to improve the Bayesian Networks visualization over the basic and static views offered by existing packages.
Author: Robson Fernandes
Maintainer: Robson Fernandes <robs.fernandes@outlook.com>

Diff between bnviewer versions 0.1.1 dated 2018-12-10 and 0.1.2 dated 2019-03-31

 DESCRIPTION               |   16 ++++++++++------
 MD5                       |   13 ++++++++-----
 NAMESPACE                 |    1 +
 R/bnviewer.R              |   10 +---------
 R/model.to.structure.R    |only
 R/strength.viewer.R       |    4 ++--
 man/bnviewer-package.Rd   |only
 man/model.to.structure.Rd |only
 man/strength.viewer.Rd    |    2 +-
 9 files changed, 23 insertions(+), 23 deletions(-)

More information about bnviewer at CRAN
Permanent link

New package AzureGraph with initial version 1.0.0
Package: AzureGraph
Title: Simple Interface to 'Microsoft Graph'
Version: 1.0.0
Authors@R: c( person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")), person("Microsoft", role="cph") )
Description: A simple interface to the 'Microsoft Graph' API <https://docs.microsoft.com/en-us/graph/overview>. 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. Currently, this package aims to provide an R interface only to the 'Azure Active Directory' part, with a view to supporting interoperability of R and 'Azure': users, groups, registered apps and service principals. However it can be easily extended to cover other services.
URL: https://github.com/cloudyr/AzureGraph
BugReports: https://github.com/cloudyr/AzureGraph/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends: R (>= 3.3)
Imports: AzureAuth, utils, httr (>= 1.3), jsonlite, openssl, R6
Suggests: AzureRMR, knitr, testthat
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-03-25 19:47:48 UTC; hongo
Author: Hong Ooi [aut, cre], Microsoft [cph]
Maintainer: Hong Ooi <hongooi@microsoft.com>
Repository: CRAN
Date/Publication: 2019-03-31 14:30:02 UTC

More information about AzureGraph at CRAN
Permanent link

New package priceR with initial version 0.1.0
Package: priceR
Type: Package
Title: Regular Expressions for Prices and Currencies
Version: 0.1.0
Author: Steve Condylios [aut, cre] (<https://orcid.org/0000-0003-0599-844X>)
Maintainer: Steve Condylios <steve.condylios@gmail.com>
Description: Functions to aid in the analysis of price and currency data by expediting data preprocessing. This includes extraction of relevant data (e.g. from text fields), conversion into numeric class, cleaning, and standardisation as appropriate.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: dplyr, gsubfn, stringr
NeedsCompilation: no
Packaged: 2019-03-29 15:02:00 UTC; st
Repository: CRAN
Date/Publication: 2019-03-31 13:20:03 UTC

More information about priceR at CRAN
Permanent link

New package nhds with initial version 1.0.3
Package: nhds
Title: National Hospital Discharge Survey 2010 Data
Version: 1.0.3
Authors@R: person(given = "Jack", family = "Wasey", role = c("aut", "cre"), email = "jack@jackwasey.com")
Description: The National Hospital Discharge Survey (2010) summarizes the state of patients at the end of their hospital admissions. The US CDC publishes the data in the public domain, and describes it as follows: The National Hospital Discharge Survey (NHDS) is a continuing nationwide sample survey of short-stay hospitals in the United States. The scope of NHDS encompasses patients discharged from noninstitutional hospitals, exclusive of military and Department of Veterans Affairs hospitals, located in the 50 States and the District of Columbia. Only hospitals having six or more beds for in-patient use are included in the survey. See <https://www.cdc.gov/nchs/nhds> for more information.
License: GPL-3
URL: https://github.com/jackwasey/nhds
BugReports: https://github.com/jackwasey/nhds/issues
Depends: R (>= 2.10)
Suggests: icd, knitr, readr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-03-28 16:16:21 UTC; waseyj
Author: Jack Wasey [aut, cre]
Maintainer: Jack Wasey <jack@jackwasey.com>
Repository: CRAN
Date/Publication: 2019-03-31 13:30:03 UTC

More information about nhds at CRAN
Permanent link

New package jrc with initial version 0.1.1
Package: jrc
Type: Package
Title: Exchange Commands Between R and 'JavaScript'
Version: 0.1.1
Date: 2019-02-26
Authors@R: c( person("Svetlana", "Ovchinnikova", role = c("aut", "cre"), email = "s.ovchinnikova@zmbh.uni-heidelberg.de"), person("Simon", "Anders", role = c("aut"), email = "sanders@fs.tum.de") )
Description: An 'httpuv' based bridge between R and 'JavaScript'. Provides an easy way to exchange commands and data between a web page and a currently running R session.
License: GPL-3
Imports: httpuv, jsonlite, utils, stringr
RoxygenNote: 6.1.1
URL: https://github.com/anders-biostat/jrc
BugReports: https://github.com/anders-biostat/jrc/issues
NeedsCompilation: no
Packaged: 2019-03-29 11:36:50 UTC; tyranchik
Author: Svetlana Ovchinnikova [aut, cre], Simon Anders [aut]
Maintainer: Svetlana Ovchinnikova <s.ovchinnikova@zmbh.uni-heidelberg.de>
Repository: CRAN
Date/Publication: 2019-03-31 14:00:03 UTC

More information about jrc at CRAN
Permanent link

New package bysykkel with initial version 0.1.1.0
Package: bysykkel
Type: Package
Title: Get, Download, and Read City Bike Data from Norway
Description: Functions to get, download, and read open data from each City Bike website, and each City Bike API, in Norway that is made available under the NLOD 2.0 <https://data.norge.no/nlod/en/2.0>. These functions speed up the process of reading city bike data directly to R, and to download the data to disk, so that the user can focus on data analysis. The data is retrieved from the "developer" or "open data" pages of Oslo City Bike <https://developer.oslobysykkel.no/>, Oslo Winter Bike <https://oslovintersykkel.no/en/open-data>, Bergen City Bike <https://bergenbysykkel.no/en/open-data>, and Trondheim City Bike <https://trondheimbysykkel.no/en/open-data>.
Version: 0.1.1.0
Authors@R: person("Iman", "Ghayoornia", email = "ghayoornia.iman@gmail.com", role = c("aut", "cre"))
URL: http://github.com/PersianCatsLikeToMeow/bysykkel
BugReports: http://github.com/PersianCatsLikeToMeow/bysykkel/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: data.table, glue (>= 1.3.0), httr, jsonlite, magrittr, tibble
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-03-27 22:00:18 UTC; Iman Ghayoornia
Author: Iman Ghayoornia [aut, cre]
Maintainer: Iman Ghayoornia <ghayoornia.iman@gmail.com>
Repository: CRAN
Date/Publication: 2019-03-31 12:00:03 UTC

More information about bysykkel at CRAN
Permanent link

New package BDEsize with initial version 1.1
Package: BDEsize
Type: Package
Title: Efficient Determination of Sample Size in Balanced Design of Experiments
Version: 1.1
Date: 2019-03-27
Author: Jong Hee Chung, Yong Bin Lim
Maintainer: Jong Hee Chung <jochung947@gmail.com>
Description: Provides the sample size in balanced design of experiments and three graphs ; detectable standardized effect size vs power, sample size vs detectable standardized effect size, and sample size vs power. Sample size is computed in order to detect a certain standardized effect size with power at the significance level. Three graphs show the mutual relationship between the sample size, power and the detectable standardized effect size. By investigating those graphs, it can be checked that which effects are sensitive to the efficient sample size determination. Lenth,R.V.(2006-9) <http://www.stat.uiowa.edu/~rlenth/Power> Lim, Yong Bin (1998) Marvin, A., Kastenbaum, A. and Hoel, D.G. (1970) <doi:10.2307/2334851> Montgomery, Douglas C. (2013, ISBN: 0849323312).
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 6.1.1
NeedsCompilation: no
Repository: CRAN
Imports: fpow, shiny, shinyalert, ggplot2
Packaged: 2019-03-27 17:29:04 UTC; jonghee
Date/Publication: 2019-03-31 12:00:06 UTC

More information about BDEsize at CRAN
Permanent link

New package waterYearType with initial version 1.0.0
Package: waterYearType
Type: Package
Title: Sacramento and San Joaquin Valley Water Year Types
Version: 1.0.0
Authors@R: person("Sadie", "Gill", email = "sgill@flowwest.com", role = c("cre", "aut"))
Description: Provides Water Year Hydrologic Classification Indices based on measured unimpaired runoff (in million acre-feet). Data is provided by California Department of Water Resources and subject to revision.
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2019-03-27 16:39:29 UTC; sadie
Author: Sadie Gill [cre, aut]
Maintainer: Sadie Gill <sgill@flowwest.com>
Repository: CRAN
Date/Publication: 2019-03-31 10:50:03 UTC

More information about waterYearType at CRAN
Permanent link

Package LNIRT updated to version 0.4.0 with previous version 0.3.5 dated 2018-11-14

Title: LogNormal Response Time Item Response Theory Models
Description: Allows the simultaneous analysis of responses and response times in an Item Response Theory (IRT) modelling framework. Supports variable person speed functions (intercept, trend, quadratic), and covariates for item and person (random) parameters. Data missing-by-design can be specified. Parameter estimation is done with a MCMC algorithm. LNIRT replaces the package CIRT, which was written by Rinke Klein Entink. For reference, see the paper by Fox, Klein Entink and Van der Linden (2007), "Modeling of Responses and Response Times with the Package cirt", Journal of Statistical Software, <doi:10.18637/jss.v020.i07>.
Author: Jean-Paul Fox, Konrad Klotzke, Rinke Klein Entink
Maintainer: Konrad Klotzke <omd.bms.utwente.stats@gmail.com>

Diff between LNIRT versions 0.3.5 dated 2018-11-14 and 0.4.0 dated 2019-03-31

 DESCRIPTION         |   14 +-
 MD5                 |   30 ++++--
 NAMESPACE           |    9 +
 R/LNIRT.R           |  252 +++++++++++++++++++++++++++++++++++++++++++---------
 R/LNIRT_Q.R         |only
 R/LNRT.R            |    2 
 R/LNRT_Q.R          |only
 R/MCMC.R            |  233 +++++++++++++++++++++++++++++++++++++++++++++++-
 R/MCMC_Q.R          |only
 R/SUMMARY_LNIRT_Q.R |only
 R/fit.R             |  171 +++++++++++++++++++++++++++++++----
 R/fit_Q.R           |only
 R/print.R           |    7 +
 R/simLNIRT.R        |    2 
 R/simLNIRT_Q.R      |only
 R/summary.R         |   15 ++-
 man/LNIRT.Rd        |   14 ++
 man/LNIRTQ.Rd       |only
 man/LNRTQ.Rd        |only
 man/simLNIRTQ.Rd    |only
 man/summaryIRTQ.Rd  |only
 21 files changed, 659 insertions(+), 90 deletions(-)

More information about LNIRT at CRAN
Permanent link

New package ggroups with initial version 1.1.4
Package: ggroups
Title: Pedigree and Genetic Groups
Version: 1.1.4
Date: 2019-03-25
Authors@R: person("Mohammad Ali", "Nilforooshan", email="m.a.nilforooshan@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0339-5442"))
Description: Calculates additive genetic relationship matrix and its inverse, in matrix and tabular-sparse formats. It includes functions for checking and processing pedigree, as well as functions to calculate the matrix of genetic group contributions (Q), and adding those contributions to the genetic merit of animals (Quaas (1988) <doi:10.3168/jds.S0022-0302(88)79691-5>). Calculation of Q is computationally extensive. There are computationally optimized functions to calculate Q.
License: GPL-3
LazyData: true
Suggests: doParallel (>= 1.0.14), foreach (>= 1.4.4)
RoxygenNote: 6.1.1
Encoding: UTF-8
Repository: CRAN
NeedsCompilation: no
Packaged: 2019-03-27 05:55:30 UTC; mnil
Author: Mohammad Ali Nilforooshan [aut, cre] (<https://orcid.org/0000-0003-0339-5442>)
Maintainer: Mohammad Ali Nilforooshan <m.a.nilforooshan@gmail.com>
Date/Publication: 2019-03-31 11:00:03 UTC

More information about ggroups at CRAN
Permanent link

Package MASS updated to version 7.3-51.4 with previous version 7.3-51.2 dated 2019-03-01

Title: Support Functions and Datasets for Venables and Ripley's MASS
Description: Functions and datasets to support Venables and Ripley, "Modern Applied Statistics with S" (4th edition, 2002).
Author: Brian Ripley [aut, cre, cph], Bill Venables [ctb], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>

Diff between MASS versions 7.3-51.2 dated 2019-03-01 and 7.3-51.4 dated 2019-03-31

 DESCRIPTION                      |   10 +++++-----
 MD5                              |    4 ++--
 tests/Examples/MASS-Ex.Rout.save |    7 ++-----
 3 files changed, 9 insertions(+), 12 deletions(-)

More information about MASS at CRAN
Permanent link

Package modifiedmk updated to version 1.3.1 with previous version 1.3.0 dated 2019-01-25

Title: Modified Versions of Mann Kendall and Spearman's Rho Trend Tests
Description: Power of non-parametric Mann-Kendall test and Spearman’s Rho test is highly influenced by serially correlated data. To address this issue, trend tests may be applied on the modified versions of the time series data by Block Bootstrapping (BBS), Prewhitening (PW) , Trend Free Prewhitening (TFPW), Bias Corrected Prewhitening and Variance Correction Approach by calculating effective sample size. Mann, H. B. (1945).<doi:10.1017/CBO9781107415324.004>. Kendall, M. (1975). Multivariate analysis. Charles Griffin&Company Ltd,. sen, P. K. (1968).<doi:10.2307/2285891>. Önöz, B., & Bayazit, M. (2012) <doi:10.1002/hyp.8438>. Hamed, K. H. (2009).<doi:10.1016/j.jhydrol.2009.01.040>. Yue, S., & Wang, C. Y. (2002) <doi:10.1029/2001WR000861>. Yue, S., Pilon, P., Phinney, B., & Cavadias, G. (2002) <doi:10.1002/hyp.1095>. Hamed, K. H., & Ramachandra Rao, A. (1998) <doi:10.1016/S0022-1694(97)00125-X>. Yue, S., & Wang, C. Y. (2004) <doi:10.1023/B:WARM.0000043140.61082.60>.
Author: Sandeep Kumar Patakamuri [aut, cre], Nicole O'Brien [aut, ctb]
Maintainer: Sandeep Kumar Patakamuri <sandeep.patakamuri@gmail.com>

Diff between modifiedmk versions 1.3.0 dated 2019-01-25 and 1.3.1 dated 2019-03-31

 DESCRIPTION               |    8 +-
 MD5                       |   52 ++++++++--------
 R/bbsmk.R                 |   42 ++++++-------
 R/bbssr.R                 |   28 ++++----
 R/bcpw.R                  |   47 ++++++++------
 R/mkttest.R               |   48 ++++++++-------
 R/mmkh.R                  |   71 +++++++++++-----------
 R/mmkh3.R                 |  147 +++++++++++++++++++++++-----------------------
 R/mmky.R                  |   67 +++++++++++---------
 R/mmky1.R                 |  109 +++++++++++++++++-----------------
 R/pbmk.R                  |   91 +++++++++++++---------------
 R/pwmk.R                  |   64 ++++++++++----------
 R/spmr.R                  |   52 ++++++++++++----
 R/tfpwmk.R                |   66 ++++++++++----------
 inst/doc/my-vignette.html |    2 
 man/bbsmk.Rd              |   26 ++++----
 man/bbssr.Rd              |   18 ++---
 man/bcpw.Rd               |   16 ++---
 man/mkttest.Rd            |   22 +++---
 man/mmkh.Rd               |   28 ++++----
 man/mmkh3lag.Rd           |   26 ++++----
 man/mmky.Rd               |   23 ++++---
 man/mmky1lag.Rd           |   23 ++++---
 man/pbmk.Rd               |   44 +++++--------
 man/pwmk.Rd               |   30 ++++-----
 man/spear.Rd              |   11 ++-
 man/tfpwmk.Rd             |   30 ++++-----
 27 files changed, 625 insertions(+), 566 deletions(-)

More information about modifiedmk at CRAN
Permanent link

Package MASS updated to version 7.3-51.3 with previous version 7.3-51.2 dated 2019-03-01

Title: Support Functions and Datasets for Venables and Ripley's MASS
Description: Functions and datasets to support Venables and Ripley, "Modern Applied Statistics with S" (4th edition, 2002).
Author: Brian Ripley [aut, cre, cph], Bill Venables [ctb], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>

Diff between MASS versions 7.3-51.2 dated 2019-03-01 and 7.3-51.3 dated 2019-03-31

 MASS |only
 1 file changed

More information about MASS at CRAN
Permanent link

Package PSGExpress (with last version 3.1.2) was removed from CRAN

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

2019-03-25 3.1.2
2019-03-21 3.1.1
2019-03-16 3.1

Permanent link

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