Sun, 04 Oct 2015

Package plotSEMM updated to version 2.1 with previous version 2.0 dated 2014-07-07

Title: Graphing Nonlinear Relations Among Latent Variables from Structural Equation Mixture Models
Description: Contains a graphical user interface to generate the diagnostic plots proposed by Bauer (2005) and Pek & Chalmers (2015) to investigate nonlinear bivariate relationships in latent regression models using structural equation mixture models (SEMMs).
Author: Bethany Kok [ctb], Jolynn Pek [ctb], Sonya Sterba [ctb], Dan Bauer [ctb], Phil Chalmers [cre, ctb]
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>

Diff between plotSEMM versions 2.0 dated 2014-07-07 and 2.1 dated 2015-10-04

 DESCRIPTION                 |   24 ++--
 MD5                         |   67 +++++++++--
 NAMESPACE                   |    6 -
 R/plotSEMM-package.R        |   35 +-----
 R/plotSEMM_GUI.R            |  252 ++++++++++++++++++++++++--------------------
 R/plotSEMM_ci.R             |   58 +++++-----
 R/plotSEMM_contour.R        |    5 
 R/plotSEMM_probability.R    |  100 ++++++++---------
 R/plotSEMM_setup.R          |  118 ++++++++++----------
 R/plotSEMM_setup2.R         |    5 
 R/read.plotSEMM_wACOV.R     |    2 
 inst                        |only
 man/plotSEMM.Rd             |   28 +---
 man/plotSEMM_GUI.Rd         |   30 +++--
 man/plotSEMM_contour.Rd     |    8 +
 man/plotSEMM_probability.Rd |   11 +
 man/plotSEMM_setup.Rd       |    5 
 17 files changed, 410 insertions(+), 344 deletions(-)

More information about plotSEMM at CRAN
Permanent link

Package mirtCAT updated to version 0.6 with previous version 0.5 dated 2015-05-09

Title: Computerized Adaptive Testing with Multidimensional Item Response Theory
Description: Provides tools to generate an HTML interface for creating adaptive and non-adaptive educational and psychological tests using the shiny package. Suitable for applying unidimensional and multidimensional computerized adaptive tests using item response theory methodology and for creating simple questionnaires forms to collect response data directly in R.
Author: Phil Chalmers [aut, cre, cph]
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>

Diff between mirtCAT versions 0.5 dated 2015-05-09 and 0.6 dated 2015-10-04

 DESCRIPTION                 |   10 +++++-----
 MD5                         |   24 ++++++++++++------------
 NAMESPACE                   |    7 +++++++
 NEWS                        |    5 +++++
 R/ShinyGUIClass.R           |    7 ++++---
 R/mirtCAT-package.R         |    1 +
 R/mirtCAT.R                 |   11 +++++++----
 R/server.R                  |    2 +-
 R/zzz-methods.R             |   18 +++++++++++++-----
 README.md                   |    5 +++++
 build/vignette.rds          |binary
 man/mirtCAT.Rd              |   21 +++++++++++++++------
 tests/GUI-tests/GUI-tests.R |   14 ++++++++++++--
 13 files changed, 87 insertions(+), 38 deletions(-)

More information about mirtCAT at CRAN
Permanent link

Package geoBayes updated to version 0.3.1 with previous version 0.3.0 dated 2015-10-03

Title: Analysis of Geostatistical Data using Bayes and Empirical Bayes Methods
Description: Functions to fit geostatistical data. The data can be continuous, binary or count data and the models implemented are flexible. Conjugate priors are assumed on some parameters while inference on the other parameters can be done through a full Bayesian analysis of by empirical Bayes methods.
Author: Evangelos Evangelou <e.evangelou@maths.bath.ac.uk>, Vivekananda Roy <vroy@iastate.edu>
Maintainer: Evangelos Evangelou <e.evangelou@maths.bath.ac.uk>

Diff between geoBayes versions 0.3.0 dated 2015-10-03 and 0.3.1 dated 2015-10-04

 DESCRIPTION  |    8 ++++----
 MD5          |    6 +++---
 NEWS         |    5 ++++-
 src/Makevars |   13 +++++++------
 4 files changed, 18 insertions(+), 14 deletions(-)

More information about geoBayes at CRAN
Permanent link

New package gmum.r with initial version 0.2.1
Package: gmum.r
Version: 0.2.1
Date: 2015-09-25
Title: GMUM Machine Learning Group Package
Type: Package
Author: Wojciech Czarnecki, Stanislaw Jastrzebski, Marcin Data, Igor Sieradzki, Mateusz Bruno-Kaminski, Karol Jurek, Piotr Kowenzowski, Michal Pletty, Konrad Talik, Maciej Zgliczynski
Maintainer: Stanislaw Jastrzebski <staszek.jastrzebski@gmail.com>
Description: Direct R interface to Support Vector Machine libraries ('LIBSVM' and 'SVMLight') and efficient C++ implementations of Growing Neural Gas and models developed by 'GMUM' group (Cross Entropy Clustering and 2eSVM).
License: MIT + file LICENSE
Repository: CRAN
Imports: ggplot2 (>= 1.0.0), stats, igraph, SparseM, Matrix, httr, Rcpp (>= 0.11.6), methods, grid
LinkingTo: Rcpp, RcppArmadillo, BH
NeedsCompilation: yes
LazyData: yes
Suggests: car, caret, e1071, klaR, testthat, mlbench
URL: https://github.com/gmum/gmum.r
BugReports: https://github.com/gmum/gmum.r/issues
Packaged: 2015-10-04 16:53:14 UTC; kudkudak
Date/Publication: 2015-10-04 23:41:44

More information about gmum.r at CRAN
Permanent link

Package gdalUtils updated to version 2.0.1.5 with previous version 0.3.1 dated 2014-01-30

Title: Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities
Description: Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities.
Author: Jonathan Asher Greenberg and Matteo Mattiuzzi
Maintainer: Jonathan Asher Greenberg <gdalUtils@estarcion.net>

Diff between gdalUtils versions 0.3.1 dated 2014-01-30 and 2.0.1.5 dated 2015-10-04

 DESCRIPTION                       |   13 -
 MD5                               |   94 +++++---
 NAMESPACE                         |   17 +
 R/align_rasters.R                 |only
 R/gdal_contour.R                  |only
 R/gdal_grid.R                     |only
 R/gdal_rasterize.R                |   13 -
 R/gdal_setInstallation.R          |   34 ++-
 R/gdal_translate.R                |   42 ++-
 R/gdaladdo.R                      |   15 -
 R/gdalbuildvrt.R                  |   16 -
 R/gdaldem.R                       |    7 
 R/gdalinfo.R                      |   70 ++++--
 R/gdallocationinfo.R              |only
 R/gdalmanage.R                    |only
 R/gdalsrsinfo.R                   |    6 
 R/gdaltindex.R                    |only
 R/gdaltransform.R                 |only
 R/gdalwarp.R                      |   53 +++-
 R/get_subdatasets.R               |    3 
 R/mosaic_rasters.R                |   73 ++++++
 R/nearblack.R                     |only
 R/ogr2ogr.R                       |  145 +++++++++----
 R/ogrinfo.R                       |   22 +-
 R/ogrlineref.R                    |only
 R/ogrtindex.R                     |only
 man/align_rasters.Rd              |only
 man/batch_gdal_translate.Rd       |   48 +---
 man/gdal_chooseInstallation.Rd    |   22 --
 man/gdal_cmd_builder.Rd           |   63 ++---
 man/gdal_contour.Rd               |only
 man/gdal_grid.Rd                  |only
 man/gdal_rasterize.Rd             |  209 ++++++-------------
 man/gdal_setInstallation.Rd       |   73 ++----
 man/gdal_translate.Rd             |  252 ++++++++---------------
 man/gdaladdo.Rd                   |   69 ++----
 man/gdalbuildvrt.Rd               |  204 +++++-------------
 man/gdaldem.Rd                    |  183 +++++-----------
 man/gdalinfo.Rd                   |  192 +++++------------
 man/gdallocationinfo.Rd           |only
 man/gdalmanage.Rd                 |only
 man/gdalsrsinfo.Rd                |   72 ++----
 man/gdaltindex.Rd                 |only
 man/gdaltransform.Rd              |only
 man/gdalwarp.Rd                   |  327 +++++++++++-------------------
 man/get_subdatasets.Rd            |   38 +--
 man/mosaic_rasters.Rd             |   39 +--
 man/nearblack.Rd                  |only
 man/ogr2ogr.Rd                    |  412 ++++++++++++++------------------------
 man/ogrinfo.Rd                    |  155 +++++---------
 man/ogrlineref.Rd                 |only
 man/ogrtindex.Rd                  |only
 man/qm.Rd                         |    7 
 man/remove_file_extension.Rd      |    7 
 man/tahoe_highrez_training.Rd     |    2 
 man/tahoe_lidar_bareearth.tif.Rd  |    5 
 man/tahoe_lidar_highesthit.tif.Rd |    5 
 man/test_modis.hdf.Rd             |    2 
 58 files changed, 1301 insertions(+), 1708 deletions(-)

More information about gdalUtils at CRAN
Permanent link

New package captr with initial version 0.1
Package: captr
Title: Access to Captricity API
Version: 0.1
Authors@R: person("Gaurav", "Sood", email = "gsood07@gmail.com", role = c("aut", "cre"))
Maintainer: Gaurav Sood <gsood07@gmail.com>
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/.
URL: http://github.com/soodoku/captR
BugReports: http://github.com/soodoku/captR/issues
Depends: R (>= 3.2.0)
License: GPL (>= 2)
LazyData: true
Imports: curl, jsonlite
NeedsCompilation: no
Packaged: 2015-10-04 21:10:23 UTC; gaurav
Author: Gaurav Sood [aut, cre]
Repository: CRAN
Date/Publication: 2015-10-04 23:27:52

More information about captr at CRAN
Permanent link

Package RcppArmadillo updated to version 0.6.100.0.0 with previous version 0.5.600.2.0 dated 2015-09-19

Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. 'Armadillo' is licensed under the MPL 2.0, while 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
Author: Dirk Eddelbuettel, Romain Francois and Doug Bates
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff between RcppArmadillo versions 0.5.600.2.0 dated 2015-09-19 and 0.6.100.0.0 dated 2015-10-04

 ChangeLog                                              |   16 
 DESCRIPTION                                            |    8 
 MD5                                                    |  144 +-
 inst/NEWS.Rd                                           |   22 
 inst/doc/RcppArmadillo-intro.pdf                       |binary
 inst/doc/RcppArmadillo-unitTests.pdf                   |binary
 inst/include/armadillo                                 |    6 
 inst/include/armadillo_bits/Col_bones.hpp              |    2 
 inst/include/armadillo_bits/Cube_bones.hpp             |   33 
 inst/include/armadillo_bits/Cube_meat.hpp              |  216 ++--
 inst/include/armadillo_bits/Glue_bones.hpp             |   15 
 inst/include/armadillo_bits/Mat_bones.hpp              |   27 
 inst/include/armadillo_bits/Mat_meat.hpp               |  205 +---
 inst/include/armadillo_bits/Op_bones.hpp               |   20 
 inst/include/armadillo_bits/Row_bones.hpp              |    2 
 inst/include/armadillo_bits/SpMat_bones.hpp            |  201 +--
 inst/include/armadillo_bits/arma_forward.hpp           |only
 inst/include/armadillo_bits/arma_ostream_meat.hpp      |    4 
 inst/include/armadillo_bits/arma_version.hpp           |    8 
 inst/include/armadillo_bits/arrayops_bones.hpp         |   31 
 inst/include/armadillo_bits/arrayops_meat.hpp          |  198 ---
 inst/include/armadillo_bits/atlas_bones.hpp            |   10 
 inst/include/armadillo_bits/atlas_wrapper.hpp          |   58 +
 inst/include/armadillo_bits/auxlib_bones.hpp           |   20 
 inst/include/armadillo_bits/auxlib_meat.hpp            |  110 +-
 inst/include/armadillo_bits/blas_bones.hpp             |   28 
 inst/include/armadillo_bits/blas_wrapper.hpp           |   68 +
 inst/include/armadillo_bits/compiler_setup.hpp         |    4 
 inst/include/armadillo_bits/field_bones.hpp            |   12 
 inst/include/armadillo_bits/field_meat.hpp             |    1 
 inst/include/armadillo_bits/fn_conv.hpp                |   15 
 inst/include/armadillo_bits/fn_cumprod.hpp             |    6 
 inst/include/armadillo_bits/fn_cumsum.hpp              |    6 
 inst/include/armadillo_bits/fn_diff.hpp                |    6 
 inst/include/armadillo_bits/fn_hist.hpp                |   62 -
 inst/include/armadillo_bits/fn_histc.hpp               |   30 
 inst/include/armadillo_bits/fn_join.hpp                |  111 +-
 inst/include/armadillo_bits/fn_norm.hpp                |  861 ++---------------
 inst/include/armadillo_bits/fn_reshape.hpp             |    2 
 inst/include/armadillo_bits/fn_schur.hpp               |only
 inst/include/armadillo_bits/fn_shuffle.hpp             |   56 -
 inst/include/armadillo_bits/fn_sort.hpp                |   54 -
 inst/include/armadillo_bits/glue_conv_bones.hpp        |    6 
 inst/include/armadillo_bits/glue_conv_meat.hpp         |   69 -
 inst/include/armadillo_bits/glue_hist_bones.hpp        |   20 
 inst/include/armadillo_bits/glue_hist_meat.hpp         |  291 ++---
 inst/include/armadillo_bits/glue_histc_bones.hpp       |   17 
 inst/include/armadillo_bits/glue_histc_meat.hpp        |  193 +--
 inst/include/armadillo_bits/glue_join_bones.hpp        |   28 
 inst/include/armadillo_bits/glue_join_meat.hpp         |  147 +-
 inst/include/armadillo_bits/mtGlue_bones.hpp           |   21 
 inst/include/armadillo_bits/mtOp_bones.hpp             |   41 
 inst/include/armadillo_bits/mul_gemm.hpp               |    6 
 inst/include/armadillo_bits/mul_gemv.hpp               |    6 
 inst/include/armadillo_bits/mul_herk.hpp               |    4 
 inst/include/armadillo_bits/mul_syrk.hpp               |    4 
 inst/include/armadillo_bits/op_cumprod_bones.hpp       |    4 
 inst/include/armadillo_bits/op_cumprod_meat.hpp        |   21 
 inst/include/armadillo_bits/op_cumsum_bones.hpp        |    4 
 inst/include/armadillo_bits/op_cumsum_meat.hpp         |   21 
 inst/include/armadillo_bits/op_diff_bones.hpp          |    4 
 inst/include/armadillo_bits/op_diff_meat.hpp           |   25 
 inst/include/armadillo_bits/op_dot_meat.hpp            |    4 
 inst/include/armadillo_bits/op_hist_bones.hpp          |    7 
 inst/include/armadillo_bits/op_hist_meat.hpp           |   60 -
 inst/include/armadillo_bits/op_norm_bones.hpp          |only
 inst/include/armadillo_bits/op_norm_meat.hpp           |only
 inst/include/armadillo_bits/op_prod_bones.hpp          |    9 
 inst/include/armadillo_bits/op_prod_meat.hpp           |   73 -
 inst/include/armadillo_bits/op_shuffle_bones.hpp       |   15 
 inst/include/armadillo_bits/op_shuffle_meat.hpp        |   52 -
 inst/include/armadillo_bits/op_sort_bones.hpp          |   12 
 inst/include/armadillo_bits/op_sort_meat.hpp           |   44 
 inst/include/armadillo_bits/subview_cube_each_meat.hpp |  176 ++-
 inst/include/armadillo_bits/subview_meat.hpp           |   14 
 75 files changed, 1870 insertions(+), 2206 deletions(-)

More information about RcppArmadillo at CRAN
Permanent link

Package ManlyMix updated to version 0.1.2 with previous version 0.1.1 dated 2015-10-02

Title: Manly Mixture Modeling and Model-Based Clustering
Description: The utility of this package includes finite mixture modeling and model-based clustering through Manly mixture models. It also provides capabilities for forward and backward model selection procedures.
Author: Xuwen Zhu [aut, cre], Volodymyr Melnykov [aut], Michael Hutt [ctb, cph] (NM optimization in c), Stephen Moshier [ctb, cph] (eigen calculations in c), Rouben Rostamian [ctb, cph] (memory allocation in c)
Maintainer: Xuwen Zhu <xzhu20@crimson.ua.edu>

Diff between ManlyMix versions 0.1.1 dated 2015-10-02 and 0.1.2 dated 2015-10-04

 DESCRIPTION             |   25 +++++++++++++++++--------
 MD5                     |    8 ++++----
 NEWS                    |    4 ++++
 man/ManlyMix-package.Rd |   48 ++++++++++++++++++++++++++++++------------------
 src/crosen.c            |   32 ++++++++++++++++++++++++++++----
 5 files changed, 83 insertions(+), 34 deletions(-)

More information about ManlyMix at CRAN
Permanent link

New package ggfortify with initial version 0.0.4
Package: ggfortify
Type: Package
Title: Data Visualization Tools for Statistical Analysis Results
Version: 0.0.4
Date: 2015-10-03
Author: Masaaki Horikoshi, Yuan Tang
Maintainer: Masaaki Horikoshi <sinhrks@gmail.com>
Description: Unified plotting tools for statistics commonly used, such as GLM, time series, PCA families, clustering and survival analysis. The package offers a single plotting interface for these analysis results and plots in a unified style using 'ggplot2'.
License: GPL-2
VignetteBuilder: knitr
Depends: methods, grid, scales, proto, ggplot2
Imports: dplyr (>= 0.3), tidyr, gridExtra
Suggests: testthat, cluster, changepoint, dlm, fGarch, forecast, grDevices, KFAS, knitr, MASS, MSwM, nlme, stats, strucchange, survival, timeSeries, tseries, utils, vars, xts, zoo, lfda
NeedsCompilation: no
Packaged: 2015-10-03 17:32:21 UTC; sin
Repository: CRAN
Date/Publication: 2015-10-04 19:50:15

More information about ggfortify at CRAN
Permanent link

New package geoknife with initial version 1.0.0
Package: geoknife
Type: Package
Title: Web-Processing of Large Gridded Datasets
Version: 1.0.0
Date: 2015-10-02
Authors@R: c( person("Jordan", "Read", role = c("aut","cre"), email = "jread@usgs.gov"), person("Jordan", "Walker", role = c("aut"), email = "jiwalker@usgs.gov"), person("Alison", "Appling", role = c("aut"), email = "aappling@usgs.gov"), person("David", "Blodgett", role = c("aut"), email = "dblodgett@usgs.gov"), person("Emily", "Read", role = c("aut"), email = "eread@usgs.gov"), person("Luke", "Winslow", role = c("aut"), email = "lwinslow@usgs.gov"))
Description: Processes gridded datasets found on the U.S. Geological Survey Geo Data Portal web application or elsewhere, using a web-enabled workflow that eliminates the need to download and store large datasets that are reliably hosted on the Internet. The package provides access to several data subset and summarization algorithms that are available on remote web processing servers.
License: CC0
URL: https://github.com/USGS-R/geoknife
BugReports: https://github.com/USGS-R/geoknife/issues
Copyright: This software is in the public domain because it contains materials that originally came from the United States Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at http://www.usgs.gov/visual-id/credit_usgs.html#copyright
Depends: R (>= 3.0)
Imports: XML, methods, httr, sp, utils
Suggests: testthat, xtable, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-10-03 23:38:57 UTC; jread
Author: Jordan Read [aut, cre], Jordan Walker [aut], Alison Appling [aut], David Blodgett [aut], Emily Read [aut], Luke Winslow [aut]
Maintainer: Jordan Read <jread@usgs.gov>
Repository: CRAN
Date/Publication: 2015-10-04 19:46:23

More information about geoknife at CRAN
Permanent link


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