Sun, 21 Aug 2016

New package indelmiss with initial version 1.0.7
Package: indelmiss
Type: Package
Title: Insertion Deletion Analysis While Accounting for Possible Missing Data
Version: 1.0.7
Date: 2016-08-21
Author: Utkarsh J. Dang and G. Brian Golding
Maintainer: Utkarsh J. Dang <udang@binghamton.edu>
Description: Genome-wide gene insertion and deletion rates can be modelled in a maximum likelihood framework with the additional flexibility of modelling potential missing data using the models included within. These models simultaneously estimate insertion and deletion (indel) rates of gene families and proportions of "missing" data for (multiple) taxa of interest. The likelihood framework is utilized for parameter estimation. A phylogenetic tree of the taxa and gene presence/absence patterns (with data ordered by the tips of the tree) are required. For more details, see Utkarsh J. Dang, Alison M. Devault, Tatum D. Mortimer, Caitlin S. Pepperell, Hendrik N. Poinar, G. Brian Golding (2016). Gene insertion deletion analysis while accounting for possible missing data. Genetics (accepted).
License: GPL (>= 2)
Imports: Rcpp (>= 0.11.2), ape (>= 3.2), numDeriv (>= 2012.9.1), phangorn (>= 1.99.13)
LinkingTo: Rcpp
Suggests: testthat
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: yes
Packaged: 2016-08-21 19:54:08 UTC; owner
Repository: CRAN
Date/Publication: 2016-08-22 01:59:09

More information about indelmiss at CRAN
Permanent link

Package shinyjs updated to version 0.7 with previous version 0.6 dated 2016-04-25

Title: Perform Common JavaScript Operations in Shiny Apps using Plain R Code
Description: Perform common JavaScript operations in Shiny applications without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions.
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>

Diff between shinyjs versions 0.6 dated 2016-04-25 and 0.7 dated 2016-08-21

 DESCRIPTION                                         |   10 +-
 MD5                                                 |   59 ++++++++------
 NEWS.md                                             |   22 +++++
 R/colourInput.R                                     |   10 ++
 R/colourPickerGadget.R                              |    9 +-
 R/jsFunc-html.R                                     |    4 -
 R/reset.R                                           |   14 ++-
 R/shinyjs.R                                         |    4 -
 R/utils.R                                           |    7 +
 README.md                                           |   52 +++++--------
 build/vignette.rds                                  |binary
 inst/doc/overview.Rmd                               |   32 +++-----
 inst/doc/overview.html                              |   59 +++++++++-----
 inst/examples/colourInput/app.R                     |   71 +++++++++++------
 inst/examples/colourInput/www/app.css               |   62 +++++++++++++++
 inst/examples/colourInput/www/github-gray-right.png |only
 inst/examples/demo/ui.R                             |   80 ++++++++++++++------
 inst/examples/demo/www/github-green-right.png       |only
 inst/examples/demo/www/header.png                   |only
 inst/examples/demo/www/style.css                    |   70 ++++++++++++++---
 inst/examples/sandbox/ui.R                          |   48 ++++++++----
 inst/examples/sandbox/www/github-green-right.png    |only
 inst/examples/sandbox/www/header.png                |only
 inst/examples/sandbox/www/style.css                 |   70 ++++++++++++++---
 inst/srcjs/shinyjs-default-funcs.js                 |   40 ++++++----
 inst/www/shared/colourpicker/js/colourpicker.js     |    9 +-
 inst/www/shared/colourpicker/js/colourpicker.min.js |    3 
 man/colourInput.Rd                                  |    7 +
 man/colourPicker.Rd                                 |    7 +
 man/html.Rd                                         |    5 +
 man/reset.Rd                                        |    9 +-
 man/shinyjs.Rd                                      |    4 -
 vignettes/overview.Rmd                              |   32 +++-----
 33 files changed, 546 insertions(+), 253 deletions(-)

More information about shinyjs at CRAN
Permanent link

New package zebu with initial version 0.1.0
Package: zebu
Type: Package
Title: Local Association Measures
Version: 0.1.0
Date: 2016-08-21
Authors@R: c( person("Olivier M. F.", "Martin", email = "olivmrtn@gmail.com", role = c("aut", "cre")), person("Michel", "Ducher", email = "michel.ducher@chu-lyon.fr", role = "aut"))
Author: Olivier M. F. Martin [aut, cre], Michel Ducher [aut]
Maintainer: Olivier M. F. Martin <olivmrtn@gmail.com>
Description: Implements the estimation of local (and global) association measures: Ducher's Z, pointwise mutual information and normalized pointwise mutual information. The significance of local (and global) association is accessed using p-values estimated by permutations. Finally, using local association subgroup analysis, it identifies if the association between variables is dependent on the value of another variable.
URL: http://github.com/olivmrtn/zebu
BugReports: https://github.com/olivmrtn/zebu/issues
Depends: R (>= 3.2.0)
License: GPL-3
LazyData: true
Imports: ggplot2 (>= 2.0.0), reshape2 (>= 1.4.0), pbapply (>= 1.1.0), plyr (>= 1.8.0), parallel (>= 3.2.0)
Suggests: knitr, rmarkdown, devtools
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-21 19:33:43 UTC; oliviermartin
Repository: CRAN
Date/Publication: 2016-08-21 22:05:55

More information about zebu at CRAN
Permanent link

Package ph2bye updated to version 0.1.4 with previous version 0.1.3 dated 2016-08-09

Title: Phase II Clinical Trial Design Using Bayesian Methods
Description: Calculate the Bayesian posterior/predictive probability and determine the sample size and stopping boundaries for single-arm Phase II design.
Author: Yalin Zhu, Rui Qin
Maintainer: Yalin Zhu <yalin.zhu@outlook.com>

Diff between ph2bye versions 0.1.3 dated 2016-08-09 and 0.1.4 dated 2016-08-21

 ph2bye-0.1.3/ph2bye/vignettes              |only
 ph2bye-0.1.4/ph2bye/DESCRIPTION            |    9 
 ph2bye-0.1.4/ph2bye/MD5                    |  279 +----------------------------
 ph2bye-0.1.4/ph2bye/NAMESPACE              |    4 
 ph2bye-0.1.4/ph2bye/R/doublethres.R        |only
 ph2bye-0.1.4/ph2bye/R/package_ph2bye.R     |   13 +
 ph2bye-0.1.4/ph2bye/R/postp.R              |    4 
 ph2bye-0.1.4/ph2bye/R/predp.R              |    6 
 ph2bye-0.1.4/ph2bye/R/prior_fun.R          |only
 ph2bye-0.1.4/ph2bye/R/sequential_monitor.R |    8 
 ph2bye-0.1.4/ph2bye/man/BB.aniplot.Rd      |    4 
 ph2bye-0.1.4/ph2bye/man/DT.design.Rd       |only
 ph2bye-0.1.4/ph2bye/man/PostP.design.Rd    |    4 
 ph2bye-0.1.4/ph2bye/man/PredP.Rd           |    2 
 ph2bye-0.1.4/ph2bye/man/PredP.design.Rd    |    4 
 ph2bye-0.1.4/ph2bye/man/bayes.design.Rd    |    4 
 ph2bye-0.1.4/ph2bye/man/package-ph2bye.Rd  |   19 +
 ph2bye-0.1.4/ph2bye/man/prior.Rd           |only
 18 files changed, 71 insertions(+), 289 deletions(-)

More information about ph2bye at CRAN
Permanent link

New package ph2mult with initial version 0.1.0
Package: ph2mult
Type: Package
Title: Phase II Clinical Trial Design for Multinomial Endpoints
Version: 0.1.0
Author: Yalin Zhu, Rui Qin
Maintainer: Yalin Zhu <yalin.zhu@outlook.com>
Description: Provide multinomial design methods under intersection-union test (IUT) and union-intersection test (UIT) scheme for Phase II trial. The design types include : Minimax (minimize the maximum sample size), Optimal (minimize the expected sample size), Admissible (minimize the Bayesian risk) and Maxpower (maximize the exact power level).
License: GPL (>= 2)
LazyData: TRUE
Imports: clinfun, graphics, stats
Suggests: gsDesign, survival
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-21 19:39:13 UTC; yalin.zhu
Repository: CRAN
Date/Publication: 2016-08-21 22:07:30

More information about ph2mult at CRAN
Permanent link

Package interplot updated to version 0.1.3 with previous version 0.1.2.1 dated 2016-03-24

Title: Plot the Effects of Variables in Interaction Terms
Description: Plots the conditional coefficients ("marginal effects") of variables included in multiplicative interaction terms.
Author: Frederick Solt [aut], Yue Hu [aut, cre], Brenton Kenkel [ctb]
Maintainer: Yue Hu <yue-hu-1@uiowa.edu>

Diff between interplot versions 0.1.2.1 dated 2016-03-24 and 0.1.3 dated 2016-08-21

 DESCRIPTION                      |   16 ++-
 MD5                              |   40 +++----
 NAMESPACE                        |    1 
 NEWS.md                          |   16 ++-
 R/Interplot.R                    |    8 -
 R/Interplot_default.R            |  110 +++++++++++++-------
 R/Interplot_mi.R                 |  207 +++++++++++++++++++++++----------------
 R/Interplot_mlm.R                |  206 +++++++++++++++++++++++++-------------
 R/Interplot_mlmmi.R              |  207 +++++++++++++++++++++++++--------------
 R/Interplot_plot.R               |   47 ++++++--
 build/vignette.rds               |binary
 inst/doc/interplot-vignette.R    |    5 
 inst/doc/interplot-vignette.Rmd  |   10 +
 inst/doc/interplot-vignette.html |   51 +++++----
 man/interplot.Rd                 |    8 -
 man/interplot.default.Rd         |    9 +
 man/interplot.lmerMod.Rd         |    9 +
 man/interplot.lmmi.Rd            |    9 +
 man/interplot.mlmmi.Rd           |    9 +
 man/interplot.plot.Rd            |    9 +
 vignettes/interplot-vignette.Rmd |   10 +
 21 files changed, 639 insertions(+), 348 deletions(-)

More information about interplot at CRAN
Permanent link

New package PDM with initial version 0.1
Package: PDM
Type: Package
Title: Photogrammetric Distances Measurer
Version: 0.1
Date: 2016-08-20
Author: J.F. Palomeque-Gonzalez and M. San-Juan
Maintainer: J.F. Palomeque-Gonzalez <jfpalomeque.gonzalez@gmail.com>
Depends: R (>= 3.1.0), jpeg
Description: Measures real distances in pictures. With PDM() function, you can choose one '*.jpg' file, select the measure in mm of scale, starting and and finishing point in the graphical scale, the name of the measure, and starting and and finishing point of the measures. After, ask the user for a new measure.
License: GPL
LazyData: TRUE
NeedsCompilation: no
Packaged: 2016-08-21 16:14:01 UTC; juan
Repository: CRAN
Date/Publication: 2016-08-21 18:33:03

More information about PDM at CRAN
Permanent link

New package OSMscale with initial version 0.2.9
Package: OSMscale
Title: Add a Scale Bar to 'OpenStreetMap' Plots
Version: 0.2.9
Date: 2016-08-21
Author: Berry Boessenkool
Maintainer: Berry Boessenkool <berry-b@gmx.de>
Description: Functionality to handle and project lat-long coordinates, easily download background maps and add a correct scale bar to 'OpenStreetMap' plots in any map projection.
Imports: OpenStreetMap, berryFunctions (>= 1.11.0), sp
URL: https://github.com/brry/OSMscale
License: GPL-3
Encoding: UTF-8
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-21 15:31:07 UTC; berry
Repository: CRAN
Date/Publication: 2016-08-21 18:33:01

More information about OSMscale at CRAN
Permanent link

Package OAIHarvester updated to version 0.2-1 with previous version 0.2-0 dated 2015-12-20

Title: Harvest Metadata Using OAI-PMH v2.0
Description: Harvest metadata using the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) version 2.0.
Author: Kurt Hornik [aut, cre]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>

Diff between OAIHarvester versions 0.2-0 dated 2015-12-20 and 0.2-1 dated 2016-08-21

 DESCRIPTION        |    8 ++++----
 MD5                |    8 ++++----
 build/vignette.rds |binary
 inst/doc/oaih.pdf  |binary
 man/size.Rd        |    2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

More information about OAIHarvester at CRAN
Permanent link

Package iprior updated to version 0.6.2 with previous version 0.6.1 dated 2016-08-19

Title: Linear Regression using I-Priors
Description: Provides methods to perform and analyse I-prior regression models. Estimation is mainly done via an EM algorithm, but there is flexibility in using any optimiser.
Author: Haziq Jamil [aut, cre]
Maintainer: Haziq Jamil <haziq.jamil@gmail.com>

Diff between iprior versions 0.6.1 dated 2016-08-19 and 0.6.2 dated 2016-08-21

 DESCRIPTION                           |   31 ++++++++++++++++++-------------
 MD5                                   |   17 +++++++++--------
 NAMESPACE                             |    3 ++-
 NEWS.md                               |    6 +++++-
 R/Namespace.R                         |    2 +-
 R/Utilities.R                         |   20 ++++++++++++++++++++
 README.md                             |   11 ++++++++++-
 man/sigma.Rd                          |only
 tests/testthat/Rplots.pdf             |binary
 tests/testthat/test-7iprior_methods.R |    7 +++++++
 10 files changed, 72 insertions(+), 25 deletions(-)

More information about iprior at CRAN
Permanent link

Package irtDemo updated to version 0.1.2 with previous version 0.1.1 dated 2016-06-16

Title: Item Response Theory Demo Collection
Description: Includes a collection of shiny applications to demonstrate or to explore fundamental item response theory (IRT) concepts such as estimation, scoring, and multidimensional IRT models.
Author: Metin Bulus [aut,cre] Wes Bonifay [aut,cre]
Maintainer: Metin Bulus <bulusmetin@gmail.com>

Diff between irtDemo versions 0.1.1 dated 2016-06-16 and 0.1.2 dated 2016-08-21

 DESCRIPTION    |   11 ++++++-----
 MD5            |   10 ++++++----
 NAMESPACE      |    4 ++++
 NEWS.md        |only
 R/irtDemo.R    |    7 +++----
 README.md      |only
 man/irtDemo.Rd |    3 ---
 7 files changed, 19 insertions(+), 16 deletions(-)

More information about irtDemo at CRAN
Permanent link

Package matchingMarkets updated to version 0.3-1 with previous version 0.2-1 dated 2016-01-30

Title: Analysis of Stable Matchings
Description: Implements structural estimators to correct for the sample selection bias from observed outcomes in matching markets. This includes one-sided matching of agents into groups as well as two-sided matching of students to schools. The package also contains algorithms to find stable matchings in the three most common matching problems: the stable roommates problem, the college admissions problem, and the house allocation problem.
Author: Thilo Klein
Maintainer: Thilo Klein <thilo@klein.uk>

Diff between matchingMarkets versions 0.2-1 dated 2016-01-30 and 0.3-1 dated 2016-08-21

 matchingMarkets-0.2-1/matchingMarkets/R/daa.R                                       |only
 matchingMarkets-0.2-1/matchingMarkets/R/plp.R                                       |only
 matchingMarkets-0.2-1/matchingMarkets/man/daa.Rd                                    |only
 matchingMarkets-0.2-1/matchingMarkets/man/plp.Rd                                    |only
 matchingMarkets-0.2-1/matchingMarkets/tests                                         |only
 matchingMarkets-0.3-1/matchingMarkets/DESCRIPTION                                   |   26 
 matchingMarkets-0.3-1/matchingMarkets/MD5                                           |   83 
 matchingMarkets-0.3-1/matchingMarkets/NAMESPACE                                     |    7 
 matchingMarkets-0.3-1/matchingMarkets/NEWS.md                                       |   17 
 matchingMarkets-0.3-1/matchingMarkets/R/RcppExports.R                               |    9 
 matchingMarkets-0.3-1/matchingMarkets/R/hri.R                                       |only
 matchingMarkets-0.3-1/matchingMarkets/R/onLoad.R                                    |only
 matchingMarkets-0.3-1/matchingMarkets/R/sri.R                                       |only
 matchingMarkets-0.3-1/matchingMarkets/R/stabit.R                                    | 1147 +++-------
 matchingMarkets-0.3-1/matchingMarkets/R/stabit2.R                                   |  572 +++-
 matchingMarkets-0.3-1/matchingMarkets/R/stabsim2.R                                  |   87 
 matchingMarkets-0.3-1/matchingMarkets/R/ttc.R                                       |    7 
 matchingMarkets-0.3-1/matchingMarkets/README.md                                     |    8 
 matchingMarkets-0.3-1/matchingMarkets/build/vignette.rds                            |binary
 matchingMarkets-0.3-1/matchingMarkets/data/baac00.RData                             |binary
 matchingMarkets-0.3-1/matchingMarkets/data/klein15a.RData                           |binary
 matchingMarkets-0.3-1/matchingMarkets/data/klein15b.RData                           |binary
 matchingMarkets-0.3-1/matchingMarkets/inst/doc/matching.Rnw                         |   20 
 matchingMarkets-0.3-1/matchingMarkets/inst/doc/matching.pdf                         |binary
 matchingMarkets-0.3-1/matchingMarkets/inst/java                                     |only
 matchingMarkets-0.3-1/matchingMarkets/java                                          |only
 matchingMarkets-0.3-1/matchingMarkets/man/hri.Rd                                    |only
 matchingMarkets-0.3-1/matchingMarkets/man/matchingMarkets-package.Rd                |   32 
 matchingMarkets-0.3-1/matchingMarkets/man/sri.Rd                                    |only
 matchingMarkets-0.3-1/matchingMarkets/man/stabit.Rd                                 |   24 
 matchingMarkets-0.3-1/matchingMarkets/man/stabit2.Rd                                |   51 
 matchingMarkets-0.3-1/matchingMarkets/man/stabsim2.Rd                               |    7 
 matchingMarkets-0.3-1/matchingMarkets/man/ttc.Rd                                    |    2 
 matchingMarkets-0.3-1/matchingMarkets/src/RcppExports.cpp                           |   51 
 matchingMarkets-0.3-1/matchingMarkets/src/stabitCpp.cpp                             |    2 
 matchingMarkets-0.3-1/matchingMarkets/src/stabitCpp2.cpp                            |  325 +-
 matchingMarkets-0.3-1/matchingMarkets/src/stabitCpp3.cpp                            |only
 matchingMarkets-0.3-1/matchingMarkets/vignettes/Sections/1_Introduction.tex         |   18 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/Sections/2_Example.tex              |    4 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/Sections/3_StructuralModel.tex      |    7 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/Sections/4_MonteCarloResults.Rnw    |   28 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/Sections/5_Application.Rnw          |   19 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/inputs/figures/4_MC.Rnw             |    4 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/inputs/figures/5_gibbs-draws.Rnw    |only
 matchingMarkets-0.3-1/matchingMarkets/vignettes/inputs/figures/mf-gibbs-draws-1.pdf |only
 matchingMarkets-0.3-1/matchingMarkets/vignettes/inputs/script.R                     |   74 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/inputs/tables/4_MC.Rnw              |    2 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/matching.Rnw                        |   20 
 matchingMarkets-0.3-1/matchingMarkets/vignettes/matching.bib                        |  247 ++
 49 files changed, 1606 insertions(+), 1294 deletions(-)

More information about matchingMarkets at CRAN
Permanent link

Package vows updated to version 0.5 with previous version 0.4 dated 2015-02-12

Title: Voxelwise Semiparametrics
Description: Parametric and semiparametric inference for massively parallel models, i.e., a large number of models with common design matrix, as often occurs with brain imaging data.
Author: Philip Reiss, Yin-Hsiu Chen, Lei Huang, Lan Huo, Ruixin Tan, and Rong Jiao
Maintainer: Philip Reiss <phil.reiss@nyumc.org>

Diff between vows versions 0.4 dated 2015-02-12 and 0.5 dated 2016-08-21

 vows-0.4/vows/R/funkpanel.R          |only
 vows-0.4/vows/R/rlrtpanel.R          |only
 vows-0.4/vows/man/funkpanel.Rd       |only
 vows-0.4/vows/man/rlrtpanel.Rd       |only
 vows-0.5/vows/DESCRIPTION            |   14 +++---
 vows-0.5/vows/MD5                    |   74 ++++++++++++++++-------------------
 vows-0.5/vows/NAMESPACE              |   13 +++---
 vows-0.5/vows/R/funkmeans.R          |   11 +++--
 vows-0.5/vows/R/funkmeans4d.R        |    4 -
 vows-0.5/vows/R/plot.funkmeans.R     |    2 
 vows-0.5/vows/R/plot.rlrt4d.R        |   10 +++-
 vows-0.5/vows/R/rlrt4d.R             |    1 
 vows-0.5/vows/R/vows_0.4-package.R   |    5 --
 vows-0.5/vows/man/F.mp.Rd            |    3 -
 vows-0.5/vows/man/Fdr.rlrt.Rd        |    3 -
 vows-0.5/vows/man/R2nii.Rd           |    2 
 vows-0.5/vows/man/extract.fd.Rd      |    4 -
 vows-0.5/vows/man/funkmeans.Rd       |   12 ++++-
 vows-0.5/vows/man/funkmeans4d.Rd     |    7 +--
 vows-0.5/vows/man/lm.mp.Rd           |    3 -
 vows-0.5/vows/man/lm4d.Rd            |    5 +-
 vows-0.5/vows/man/nii2R.Rd           |    4 -
 vows-0.5/vows/man/permF.mp.Rd        |    3 -
 vows-0.5/vows/man/plot.funkmeans.Rd  |   11 ++---
 vows-0.5/vows/man/plot.rlrt4d.Rd     |   16 ++++++-
 vows-0.5/vows/man/plot.semipar.mp.Rd |    5 +-
 vows-0.5/vows/man/qplsc.mp.Rd        |    3 -
 vows-0.5/vows/man/rlrt.mp.Rd         |    3 -
 vows-0.5/vows/man/rlrt.mp.fit.Rd     |    3 -
 vows-0.5/vows/man/rlrt4d.Rd          |    6 +-
 vows-0.5/vows/man/screen.vox.Rd      |    3 -
 vows-0.5/vows/man/semipar.mix.mp.Rd  |    4 -
 vows-0.5/vows/man/semipar.mp.Rd      |    3 -
 vows-0.5/vows/man/semipar4d.Rd       |    5 +-
 vows-0.5/vows/man/sf.Rd              |    2 
 vows-0.5/vows/man/summary.lm.mp.Rd   |    3 -
 vows-0.5/vows/man/test.Rd            |    2 
 vows-0.5/vows/man/vows-internal.Rd   |    2 
 vows-0.5/vows/man/vows-mgcv.Rd       |    4 +
 vows-0.5/vows/man/vows-package.Rd    |    5 --
 40 files changed, 151 insertions(+), 109 deletions(-)

More information about vows at CRAN
Permanent link

Package miniCRAN updated to version 0.2.7 with previous version 0.2.6 dated 2016-07-13

Title: Create a Mini Version of CRAN Containing Only Selected Packages
Description: Makes it possible to create an internally consistent repository consisting of selected packages from CRAN-like repositories. The user specifies a set of desired packages, and miniCRAN recursively reads the dependency tree for these packages, then downloads only this subset. The user can then install packages from this repository directly, rather than from CRAN. This is useful in production settings, e.g. server behind a firewall, or remote locations with slow broadband access.
Author: Revolution Analytics [aut], Andrie de Vries [aut, cre], Alex Chubaty [ctb]
Maintainer: Andrie de Vries <adevries@microsoft.com>

Diff between miniCRAN versions 0.2.6 dated 2016-07-13 and 0.2.7 dated 2016-08-21

 DESCRIPTION                                      |    8 ++++----
 MD5                                              |    8 ++++----
 NEWS                                             |    6 ++++++
 R/makeRepo.R                                     |    6 ++++--
 tests/testthat/test-3b-makeRepo-from-localCRAN.R |   12 +++++++-----
 5 files changed, 25 insertions(+), 15 deletions(-)

More information about miniCRAN at CRAN
Permanent link

Package AzureML updated to version 0.2.13 with previous version 0.2.12 dated 2016-07-13

Title: Interface with Azure Machine Learning Datasets, Experiments and Web Services
Description: Functions and datasets to support Azure Machine Learning. This allows you to interact with datasets, as well as publish and consume R functions as API services.
Author: Andrie de Vries [aut, cre], Microsoft Corporation [cph], Revolution Analytics [cph] (Code adapted from the foreach package)
Maintainer: Andrie de Vries <adevries@microsoft.com>

Diff between AzureML versions 0.2.12 dated 2016-07-13 and 0.2.13 dated 2016-08-21

 DESCRIPTION                          |    8 ++--
 MD5                                  |   59 +++++++++++++++++------------------
 NAMESPACE                            |    2 -
 NEWS                                 |only
 R/internal.R                         |   39 ++++++++++++++---------
 R/publish.R                          |    2 -
 R/wrapper.R                          |   42 +++++++++++++-----------
 man/AzureML-deprecated.Rd            |    2 -
 man/AzureML-package.Rd               |    2 -
 man/consume.Rd                       |    2 -
 man/datasets.Rd                      |    8 ++--
 man/delete.datasets.Rd               |    8 ++--
 man/deleteWebService.Rd              |    4 +-
 man/discoverSchema.Rd                |    7 ++--
 man/download.datasets.Rd             |    2 -
 man/download.intermediate.dataset.Rd |   10 ++---
 man/endpointHelp.Rd                  |    7 ++--
 man/endpoints.Rd                     |    8 ++--
 man/experiments.Rd                   |    4 +-
 man/getDetailsFromUrl.Rd             |    2 -
 man/is.Dataset.Rd                    |    2 -
 man/is.Endpoint.Rd                   |    2 -
 man/is.Service.Rd                    |    2 -
 man/is.Workspace.Rd                  |    2 -
 man/publishWebService.Rd             |    4 +-
 man/read.AzureML.config.Rd           |    2 -
 man/refresh.Rd                       |    2 -
 man/services.Rd                      |    8 ++--
 man/upload.dataset.Rd                |    8 ++--
 man/workspace.Rd                     |   20 ++++++-----
 tests/testthat/config.json           |   15 ++++----
 31 files changed, 153 insertions(+), 132 deletions(-)

More information about AzureML at CRAN
Permanent link

Package MCMCpack updated to version 1.3-7 with previous version 1.3-6 dated 2016-04-15

Title: Markov Chain Monte Carlo (MCMC) Package
Description: Contains functions to perform Bayesian inference using posterior simulation for a number of statistical models. Most simulation is done in compiled C++ written in the Scythe Statistical Library Version 1.0.3. All models return coda mcmc objects that can then be summarized using the coda package. Some useful utility functions such as density functions, pseudo-random number generators for statistical distributions, a general purpose Metropolis sampling algorithm, and tools for visualization are provided.
Author: Andrew D. Martin, Kevin M. Quinn, and Jong Hee Park
Maintainer: Jong Hee Park <jongheepark@snu.ac.kr>

Diff between MCMCpack versions 1.3-6 dated 2016-04-15 and 1.3-7 dated 2016-08-21

 DESCRIPTION            |    8 ++++----
 MD5                    |    7 ++++---
 R/MCMCordfactanal.R    |    4 +++-
 inst/HISTORY           |only
 src/MCMCordfactanal.cc |   14 --------------
 5 files changed, 11 insertions(+), 22 deletions(-)

More information about MCMCpack at CRAN
Permanent link

Package captr updated to version 0.2.0 with previous version 0.1.5 dated 2016-02-28

Title: Client for the Captricity API
Description: Get text from images of text using Captricity Optical Character Recognition (OCR) API. Captricity allows you to get text from handwritten forms --- think surveys --- and other structured paper documents. And it can output data in form a delimited file keeping field information intact. For more information, read https://shreddr.captricity.com/developer/overview/.
Author: Gaurav Sood [aut, cre]
Maintainer: Gaurav Sood <gsood07@gmail.com>

Diff between captr versions 0.1.5 dated 2016-02-28 and 0.2.0 dated 2016-08-21

 captr-0.1.5/captr/NEWS                          |only
 captr-0.2.0/captr/DESCRIPTION                   |    6 -
 captr-0.2.0/captr/MD5                           |   77 ++++++++--------
 captr-0.2.0/captr/NAMESPACE                     |    1 
 captr-0.2.0/captr/NEWS.md                       |only
 captr-0.2.0/captr/R/batch_price.R               |   19 +---
 captr-0.2.0/captr/R/captr.R                     |   30 ++++++
 captr-0.2.0/captr/R/create_batch.R              |   23 ++--
 captr-0.2.0/captr/R/delete_batch.R              |    3 
 captr-0.2.0/captr/R/get_batch_details.R         |    7 -
 captr-0.2.0/captr/R/get_instance_set.R          |    2 
 captr-0.2.0/captr/R/get_template_id.R           |   16 +--
 captr-0.2.0/captr/R/list_batch_files.R          |   18 +--
 captr-0.2.0/captr/R/list_batches.R              |    8 +
 captr-0.2.0/captr/R/list_docs.R                 |   10 +-
 captr-0.2.0/captr/R/set_batch_template.R        |    4 
 captr-0.2.0/captr/R/submit_batch.R              |   17 +--
 captr-0.2.0/captr/R/test_readiness.R            |   16 +--
 captr-0.2.0/captr/R/track_progress.R            |    5 -
 captr-0.2.0/captr/R/upload_image.R              |   18 +--
 captr-0.2.0/captr/R/user_profile.R              |   18 +--
 captr-0.2.0/captr/README.md                     |    2 
 captr-0.2.0/captr/build/vignette.rds            |binary
 captr-0.2.0/captr/inst/doc/using_captr.html     |  111 ++++++++++++++----------
 captr-0.2.0/captr/man/batch_price.Rd            |    9 +
 captr-0.2.0/captr/man/captr_GET.Rd              |    4 
 captr-0.2.0/captr/man/captr_POST.Rd             |only
 captr-0.2.0/captr/man/create_batch.Rd           |    4 
 captr-0.2.0/captr/man/get_batch_details.Rd      |    4 
 captr-0.2.0/captr/man/get_template_id.Rd        |    8 +
 captr-0.2.0/captr/man/list_batch_files.Rd       |   13 +-
 captr-0.2.0/captr/man/list_batches.Rd           |   19 +---
 captr-0.2.0/captr/man/list_docs.Rd              |    9 +
 captr-0.2.0/captr/man/submit_batch.Rd           |    8 +
 captr-0.2.0/captr/man/test_readiness.Rd         |    6 -
 captr-0.2.0/captr/man/track_progress.Rd         |    2 
 captr-0.2.0/captr/man/upload_image.Rd           |    4 
 captr-0.2.0/captr/man/user_profile.Rd           |only
 captr-0.2.0/captr/tests/testthat/captr_key      |only
 captr-0.2.0/captr/tests/testthat/captr_key.enc  |only
 captr-0.2.0/captr/tests/testthat/test-batch.R   |   40 ++++++++
 captr-0.2.0/captr/tests/testthat/upload-image.R |   10 +-
 captr-0.2.0/captr/vignettes/using_captr.md      |only
 43 files changed, 341 insertions(+), 210 deletions(-)

More information about captr at CRAN
Permanent link

New package bikeshare14 with initial version 0.1.0
Package: bikeshare14
Title: Bay Area Bike Share Trips in 2014
Version: 0.1.0
Authors@R: c( person("Arunkumar", "Srinivasan", email="arunkumar.sriniv@gmail.com", role=c("aut", "cre")) )
Maintainer: Arunkumar Srinivasan <arunkumar.sriniv@gmail.com>
Description: Anonymised Bay Area bike share trip data for the year 2014. Also contains additional metadata on stations and weather.
License: CC0
LazyData: true
Depends: R (>= 2.10)
Suggests: data.table
URL: http://github.com/arunsrinivasan/bikeshare14
BugReports: http://github.com/arunsrinivasan/bikeshare14
NeedsCompilation: no
Packaged: 2016-08-20 23:44:51 UTC; asrinivasan
Author: Arunkumar Srinivasan [aut, cre]
Repository: CRAN
Date/Publication: 2016-08-21 10:55:54

More information about bikeshare14 at CRAN
Permanent link


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