Thu, 07 Jul 2016

Package tsoutliers updated to version 0.6-3 with previous version 0.6 dated 2015-01-27

Title: Detection of Outliers in Time Series
Description: Detection of outliers in time series following the Chen and Liu (1993) procedure. Innovational outliers, additive outliers, level shifts, temporary changes and seasonal level shifts are considered.
Author: Javier López-de-Lacalle <javlacalle@yahoo.es>
Maintainer: Javier López-de-Lacalle <javlacalle@yahoo.es>

Diff between tsoutliers versions 0.6 dated 2015-01-27 and 0.6-3 dated 2016-07-07

 DESCRIPTION                    |   12 ++++++------
 MD5                            |   20 ++++++++++----------
 NAMESPACE                      |   16 ++++++++++++----
 NEWS                           |   25 +++++++++++++++++++++++++
 R/coefs2poly.R                 |   18 +++++++++++++++++-
 build/vignette.rds             |binary
 inst/doc/index.html            |    6 +++---
 inst/doc/tsoutliers-intro.Rnw  |   10 +++++-----
 inst/doc/tsoutliers-intro.pdf  |binary
 man/remove-outliers.Rd         |    2 +-
 vignettes/tsoutliers-intro.Rnw |   10 +++++-----
 11 files changed, 84 insertions(+), 35 deletions(-)

More information about tsoutliers at CRAN
Permanent link

Package tigerhitteR updated to version 1.0.2 with previous version 1.0.1 dated 2016-07-05

Title: Pre-Process of Time Series Data Set in R
Description: Pre-process for discrete time series data set which is not continuous at the column of 'date'. Refilling records of missing 'date' and other columns to the hollow data set so that final data set is able to be dealt with time series analysis.
Author: Will Kuan <aiien61will@gmail.com>
Maintainer: Will Kuan <aiien61will@gmail.com>

Diff between tigerhitteR versions 1.0.1 dated 2016-07-05 and 1.0.2 dated 2016-07-07

 DESCRIPTION     |   12 +++++-----
 MD5             |    6 ++---
 NAMESPACE       |    2 +
 R/tigerhitteR.R |   66 +++++++++++++++++++++++++++++++++++++++-----------------
 4 files changed, 58 insertions(+), 28 deletions(-)

More information about tigerhitteR at CRAN
Permanent link

New package SOIL with initial version 1.0
Package: SOIL
Type: Package
Title: Sparsity Oriented Importance Learning
Version: 1.0
Date: 2016-07-07
Author: Chenglong Ye <yexxx323@umn.edu>, Yi Yang <yi.yang6@mcgill.ca>, Yuhong Yang <yyang@stat.umn.edu>
Maintainer: Yi Yang <yi.yang6@mcgill.ca>
Depends: stats, glmnet, ncvreg, MASS, parallel, brglm
Description: Sparsity Oriented Importance Learning (SOIL) provides an objective and informative profile of variable importances for high dimensional regression and classification models.
License: GPL-2
URL: https://github.com/emeryyi/SOIL
Packaged: 2016-07-07 20:30:37 UTC; yiyang
Date/Publication: 2016-07-07 23:52:14
NeedsCompilation: no
Repository: CRAN

More information about SOIL at CRAN
Permanent link

Package netdiffuseR updated to version 1.16.7 with previous version 1.16.5 dated 2016-05-06

Title: Network Analysis for Diffusion of Innovations
Description: Empirical statistical analysis, visualization and simulation of network models of the diffusion of innovations. The package implements algorithms for calculating network diffusion statistics such as transmission rate, hazard rates, exposure models, network threshold levels, infectiousness (contagion), and susceptibility. The package is inspired by work published in Valente, et al., (2015) <DOI:10.1016/j.socscimed.2015.10.001>; Valente (1995) <ISBN:9781881303213>, Myers (2000) <DOI:10.1086/303110>, Iyengar and others (2011) <DOI:10.1287/mksc.1100.0566>, Burt (1987) <DOI:10.1086/228667>; among others.
Author: George Vega Yon [aut, cre] (Rewrite functions with Rcpp, plus new features), Stephanie Dyal [aut] (Package's first version), Timothy Hayes [aut] (Package's first version), Thomas Valente [aut, cph] (R original code)
Maintainer: George Vega Yon <g.vegayon@gmail.com>

Diff between netdiffuseR versions 1.16.5 dated 2016-05-06 and 1.16.7 dated 2016-07-07

 ChangeLog                                       |only
 DESCRIPTION                                     |   19 
 MD5                                             |  147 +--
 NAMESPACE                                       |   45 +
 R/RcppExports.R                                 |    4 
 R/adjmat.R                                      |   18 
 R/data.R                                        |   29 
 R/diffnet-class.R                               |    5 
 R/diffnet-indexing.R                            |   29 
 R/diffnet-methods.R                             |  465 +++++++---
 R/egonets.R                                     |   35 
 R/imports.R                                     |   11 
 R/infect_suscept.R                              |   15 
 R/misc.R                                        |  224 ++++
 R/plot_diffnet2.R                               |only
 R/rewire.R                                      |   14 
 R/spatial.R                                     |only
 R/stats.R                                       |  181 +++-
 R/struct_equiv.R                                |   14 
 R/struct_test.R                                 |   59 +
 R/survey_to_diffnet.R                           |    2 
 build/vignette.rds                              |binary
 inst/NEWS                                       |   67 +
 inst/doc/analyzing-medical-innovation-data.R    |   12 
 inst/doc/analyzing-medical-innovation-data.Rmd  |   14 
 inst/doc/analyzing-medical-innovation-data.html |   69 -
 inst/doc/introduction-to-netdiffuser.html       |   46 -
 inst/extdata/SAMPSON.DAT                        |  466 +++++-----
 inst/extdata/SAMPSON.NET                        | 1078 ++++++++++++------------
 inst/extdata/SAMPSONL.NET                       |  380 ++++----
 man/as.array.diffnet.Rd                         |    4 
 man/as_diffnet.Rd                               |   26 
 man/brfarmersDiffNet.Rd                         |    5 
 man/c.diffnet.Rd                                |    4 
 man/classify_adopters.Rd                        |only
 man/cumulative_adopt_count.Rd                   |    9 
 man/dgr.Rd                                      |    3 
 man/diffnet-arithmetic.Rd                       |   26 
 man/diffnet_index.Rd                            |    6 
 man/diffnetmatmult.Rd                           |only
 man/diffusionMap.Rd                             |only
 man/drawColorKey.Rd                             |only
 man/edgelist_to_adjmat.Rd                       |    2 
 man/egonet_attrs.Rd                             |    5 
 man/exposure.Rd                                 |    9 
 man/fakeDynEdgelist.Rd                          |    5 
 man/fakeEdgelist.Rd                             |    5 
 man/fakesurvey.Rd                               |    5 
 man/fakesurveyDyn.Rd                            |    5 
 man/hazard_rate.Rd                              |   17 
 man/infection.Rd                                |    9 
 man/kfamily.Rd                                  |    5 
 man/kfamilyDiffNet.Rd                           |    5 
 man/medInnovations.Rd                           |    5 
 man/medInnovationsDiffNet.Rd                    |    5 
 man/moran.Rd                                    |    9 
 man/plot_adopters.Rd                            |    8 
 man/plot_diffnet.Rd                             |   46 -
 man/plot_diffnet2.Rd                            |only
 man/plot_infectsuscep.Rd                        |   21 
 man/plot_threshold.Rd                           |    9 
 man/pretty_within.Rd                            |only
 man/recode.Rd                                   |    2 
 man/rescale_vertex_igraph.Rd                    |only
 man/rewire_graph.Rd                             |    2 
 man/round_to_seq.Rd                             |only
 man/struct_equiv.Rd                             |    9 
 man/struct_test.Rd                              |   28 
 man/survey_to_diffnet.Rd                        |    2 
 man/threshold.Rd                                |   16 
 src/RcppExports.cpp                             |   13 
 src/egonets.cpp                                 |   10 
 src/infection.cpp                               |   12 
 src/netdiffuser_extra.cpp                       |   25 
 src/stats.cpp                                   |    6 
 tests/testthat/test-diffnet-methods.R           |   41 
 tests/testthat/test-random_graph.R              |    4 
 tests/testthat/test-stats.R                     |   84 -
 tests/testthat/test-struct_test.R               |   16 
 vignettes/analyzing-medical-innovation-data.Rmd |   14 
 80 files changed, 2431 insertions(+), 1559 deletions(-)

More information about netdiffuseR at CRAN
Permanent link

New package Rtnmin with initial version 2016-7.7
Package: Rtnmin
Type: Package
Title: Truncated Newton Function Minimization with Bounds Constraints
Version: 2016-7.7
Date: 2016-07-07
Authors@R: c( person(given = c("John", "C"), family = "Nash", role = c("aut", "cre", "cph"), email = "nashjc@uottawa.ca"), person(given = c("Stephen", "G"), family = "Nash", role = c("aut", "cph"), email = "sgn@gmu.edu") )
Maintainer: John C Nash <nashjc@uottawa.ca>
Description: Truncated Newton function minimization with bounds constraints based on the 'Matlab'/'Octave' codes of Stephen Nash.
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2016-07-07 20:47:11 UTC; john
Author: John C Nash [aut, cre, cph], Stephen G Nash [aut, cph]
Repository: CRAN
Date/Publication: 2016-07-07 23:56:42

More information about Rtnmin at CRAN
Permanent link

Package mbbefd updated to version 0.8-5 with previous version 0.8-0 dated 2016-02-23

Title: Maxwell Boltzmann Bose Einstein Fermi Dirac Distribution and Destruction Rate Modelling
Description: Distributions that are typically used for exposure rating in general insurance, in particular to price reinsurance contracts. The vignettes show code snippets to fit the distribution to empirical data.
Author: Giorgio Spedicato [aut, cre], Christophe Dutang [aut], Markus Gesmann [ctb]
Maintainer: Giorgio Spedicato <spedicato_giorgio@yahoo.it>

Diff between mbbefd versions 0.8-0 dated 2016-02-23 and 0.8-5 dated 2016-07-07

 ChangeLog                           |    2 
 DESCRIPTION                         |    8 +--
 MD5                                 |   19 ++++---
 NEWS                                |   23 ---------
 R/fitDR-output.R                    |   60 ++++++++++++++++++------
 R/fitDR.R                           |   90 ++++++++----------------------------
 inst/doc/Introduction_to_mbbefd.pdf |binary
 man/fitDR.Rd                        |   18 +++----
 man/mbbefd-package.Rd               |    4 -
 tests/test-asiacom.R                |only
 tests/test-lossalae.R               |    5 +-
 11 files changed, 98 insertions(+), 131 deletions(-)

More information about mbbefd at CRAN
Permanent link

Package markovchain updated to version 0.5 with previous version 0.4.9.9 dated 2016-07-03

Title: Easy Handling Discrete Time Markov Chains
Description: Functions and S4 methods to create and manage discrete time Markov chains (DTMC) more easily. In addition functions to perform statistical (fitting and drawing random variates) and probabilistic (analysis of DTMC proprieties) analysis are provided.
Author: Giorgio Alfredo Spedicato [aut,cre], Tae Seung Kang [aut], Sai Bhargav Yalamanchi [aut], Mildenberger Thoralf [ctb], Deepak Yadav [ctb]
Maintainer: Giorgio Alfredo Spedicato <spedicato_giorgio@yahoo.it>

Diff between markovchain versions 0.4.9.9 dated 2016-07-03 and 0.5 dated 2016-07-07

 ChangeLog                                           |    3 +-
 DESCRIPTION                                         |    8 +++---
 MD5                                                 |   19 ++++++++------
 NEWS                                                |    6 ++--
 R/sales.R                                           |only
 data/sales.rda                                      |only
 inst/CITATION                                       |    4 +--
 inst/doc/an_introduction_to_markovchain_package.pdf |binary
 inst/doc/markovchainCrashIntro.pdf                  |binary
 man/sales.Rd                                        |only
 src/1_functions4Fitting.cpp                         |   26 ++++++++++----------
 src/mapFitFunctionsSAI.h                            |    2 -
 12 files changed, 36 insertions(+), 32 deletions(-)

More information about markovchain at CRAN
Permanent link

Package lifecontingencies updated to version 1.2.1 with previous version 1.2 dated 2016-06-13

Title: Financial and Actuarial Mathematics for Life Contingencies
Description: Classes and methods that allow the user to manage life table, actuarial tables (also multiple decrement tables). Moreover, functions to easily perform demographic, financial and actuarial mathematics on life contingencies insurances calculations are contained therein.
Author: Giorgio Alfredo Spedicato [cre,aut], Reinhold Kainhofer [ctb], Kevin J. Owens [ctb], Christophe Dutang [ctb], Ernesto Schirmacher[ctb]
Maintainer: Giorgio Alfredo Spedicato <spedicato_giorgio@yahoo.it>

Diff between lifecontingencies versions 1.2 dated 2016-06-13 and 1.2.1 dated 2016-07-07

 ChangeLog                                                 |    2 
 DESCRIPTION                                               |    8 
 MD5                                                       |   32 +-
 NEWS                                                      |    4 
 R/3_demographicFunctions.R                                |   76 ++++--
 R/5_actuarialFunctions.R                                  |    6 
 data/soa08.rda                                            |binary
 data/soa08Act.rda                                         |binary
 inst/doc/an_introduction_to_lifecontingencies_package.pdf |binary
 inst/doc/introToLifecontingencies.pdf                     |binary
 man/soa08.Rd                                              |   34 +--
 man/soa08Act.Rd                                           |   26 +-
 tests/testthat/testActuarialMathematics.R                 |  118 +++++++++-
 tests/testthat/testDemography.R                           |   19 +
 tests/testthat/testMultipleLives.R                        |   19 +
 vignettes/fullpage.sty                                    |  156 ++++++-------
 vignettes/myVignette.sty                                  |  158 +++++++-------
 17 files changed, 419 insertions(+), 239 deletions(-)

More information about lifecontingencies at CRAN
Permanent link

New package expss with initial version 0.5.1
Package: expss
Type: Package
Title: Some Useful Functions from Spreadsheets and 'SPSS' Statistics
Version: 0.5.1
Date: 2016-07-07
Author: Gregory Demin
Maintainer: Gregory Demin <gdemin@gmail.com>
URL: https://github.com/gdemin/expss
Depends: R (>= 3.3)
Imports: foreign, utils, stats
Suggests: knitr
Description: Package implements several popular functions from Excel ('COUNTIF', 'VLOOKUP', etc.) and 'SPSS' Statistics ('RECODE', 'COUNT', etc.). Also there are functions for basic tables with value labels/variable labels support. Package aimed to help people to move data processing from Excel/'SPSS' to R.
VignetteBuilder: knitr
LazyData: yes
License: GPL (>= 2)
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-07-07 20:30:55 UTC; gregory
Repository: CRAN
Date/Publication: 2016-07-07 23:56:43

More information about expss at CRAN
Permanent link

Package QCAGUI updated to version 2.4 with previous version 2.3 dated 2016-06-15

Title: Modern Functions for Qualitative Comparative Analysis
Description: An extensive set of functions to perform Qualitative Comparative Analysis: crisp sets ('csQCA'), temporal ('tQCA'), multivalue ('mvQCA') and fuzzy sets ('fsQCA'), using a GUI - graphical user interface. 'QCA' is a methodology that bridges the qualitative and quantitative divide in social science research. It uses a Boolean algorithm that results in a minimal causal combination which explains a given phenomenon.
Author: Adrian Dusa [aut, cre, cph], jQuery Foundation [cph] (jQuery library and jQuery UI library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/gui/www/shared/jquery-AUTHORS.txt), Vasil Dinkov [ctb, cph] (jquery.smartmenus.js library), Dmitry Baranovskiy [ctb, cph] (raphael.js library), Emmanuel Quentin [ctb, cph] (raphael.inline_text_editing.js library), Jimmy Breck-McKye [ctb, cph] (raphael-paragraph.js library), Alrik Thiem [ctb] (package QCA versions 1.0-0 to 1.1-3)
Maintainer: Adrian Dusa <dusa.adrian@unibuc.ro>

Diff between QCAGUI versions 2.3 dated 2016-06-15 and 2.4 dated 2016-07-07

 DESCRIPTION                                   |   12 
 MD5                                           |  114 
 R/XYplot.R                                    |   16 
 R/eqmcc.R                                     |   11 
 R/pof.R                                       |    4 
 R/recode.R                                    |   12 
 R/runGUI.R                                    |    1 
 R/truthTable.R                                |   15 
 README.md                                     |    9 
 inst/CITATION                                 |   10 
 inst/ChangeLog                                |   15 
 inst/gui/server.R                             |  849 ++--
 inst/gui/www/css/qcagui.css                   |    7 
 inst/gui/www/index.html                       |    6 
 inst/gui/www/js/maincode.js                   | 5281 +++++++++++++++-----------
 inst/gui/www/js/utils.js                      |  105 
 inst/staticdocs/CV.html                       |    4 
 inst/staticdocs/LegacyDatasets.html           |    4 
 inst/staticdocs/Lipset.html                   |    4 
 inst/staticdocs/QCAGUI-internal.html          |    4 
 inst/staticdocs/QCAGUI.package.html           |    8 
 inst/staticdocs/RS.html                       |    4 
 inst/staticdocs/SOPexpression.html            |    4 
 inst/staticdocs/XYplot.html                   |    8 
 inst/staticdocs/calibrate.html                |    4 
 inst/staticdocs/chartFunctions.html           |    4 
 inst/staticdocs/deMorgan.html                 |    4 
 inst/staticdocs/eqmcc.html                    |    4 
 inst/staticdocs/export.html                   |    4 
 inst/staticdocs/factorize.html                |    4 
 inst/staticdocs/findTh.html                   |    4 
 inst/staticdocs/fuzzyops.html                 |    4 
 inst/staticdocs/implicantMatrixFunctions.html |    4 
 inst/staticdocs/index.html                    |    4 
 inst/staticdocs/intersection.html             |    4 
 inst/staticdocs/pof.html                      |    4 
 inst/staticdocs/recode.html                   |    4 
 inst/staticdocs/retention.html                |    4 
 inst/staticdocs/runGUI.html                   |    4 
 inst/staticdocs/subsetsAndSupersets.html      |    4 
 inst/staticdocs/truthTable.html               |    4 
 man/QCAGUI.package.Rd                         |    4 
 man/SOPexpression.Rd                          |    4 
 man/XYplot.Rd                                 |    7 
 man/calibrate.Rd                              |    4 
 man/chartFunctions.Rd                         |    4 
 man/deMorgan.Rd                               |    4 
 man/eqmcc.Rd                                  |    4 
 man/factorize.Rd                              |    5 
 man/findTh.Rd                                 |    4 
 man/fuzzyops.Rd                               |    5 
 man/implicantMatrixFunctions.Rd               |    4 
 man/intersection.Rd                           |    5 
 man/pof.Rd                                    |    5 
 man/recode.Rd                                 |    5 
 man/retention.Rd                              |    4 
 man/subsetsAndSupersets.Rd                    |    4 
 man/truthTable.Rd                             |    4 
 58 files changed, 3915 insertions(+), 2736 deletions(-)

More information about QCAGUI at CRAN
Permanent link

Package QCA updated to version 2.4 with previous version 2.3 dated 2016-06-14

Title: Qualitative Comparative Analysis
Description: Core functions to perform Qualitative Comparative Analysis.
Author: Adrian Dusa [aut, cre, cph], Alrik Thiem [aut] (from version 1.0-0, up to version 1.1-3)
Maintainer: Adrian Dusa <dusa.adrian@unibuc.ro>

Diff between QCA versions 2.3 dated 2016-06-14 and 2.4 dated 2016-07-07

 DESCRIPTION        |    8 ++++----
 MD5                |    6 +++---
 R/string.R         |    2 +-
 man/QCA.package.Rd |    4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

More information about QCA at CRAN
Permanent link

Package jtGWAS updated to version 1.4 with previous version 1.3 dated 2016-06-15

Title: Efficient Jonckheere-Terpstra Test Statistics
Description: The core of this 'Rcpp' based package is a function to compute standardized Jonckheere-Terpstra test statistics for large numbers of dependent and independent variables, e.g., genome-wide analysis. It implements 'OpenMP', allowing the option of computing on multiple threads. Supporting functions are also provided to calculate p-values and summarize results.
Author: Jiaxing Lin, Alexander Sibley, Ivo Shterev, and Kouros Owzar
Maintainer: Jiaxing Lin <jiaxing.lin@duke.edu>

Diff between jtGWAS versions 1.3 dated 2016-06-15 and 1.4 dated 2016-07-07

 DESCRIPTION           |    8 +-
 MD5                   |   18 ++--
 NEWS                  |    4 +
 R/jtGWAS.R            |    6 +
 inst/doc/jtGWAS.Rnw   |    3 
 inst/doc/jtGWAS.pdf   |binary
 man/jtGWAS-package.Rd |    4 -
 src/jtGWAS.cpp        |  194 ++++++++++++++++++++++++++++---------------------
 src/jtGWASmp.cpp      |  196 +++++++++++++++++++++++++++++++-------------------
 vignettes/jtGWAS.Rnw  |    3 
 10 files changed, 264 insertions(+), 172 deletions(-)

More information about jtGWAS at CRAN
Permanent link

Package vietnamcode updated to version 0.1.1 with previous version 0.1.0 dated 2016-07-03

Title: Convert Vietnam Provincial Codes
Description: Converts Vietnam's provinces' names and ID across different formats. Handles diacritics and different spellings.
Author: Anh Le [aut, cre]
Maintainer: Anh Le <anh.le@duke.edu>

Diff between vietnamcode versions 0.1.0 dated 2016-07-03 and 0.1.1 dated 2016-07-07

 DESCRIPTION                              |    6 -
 MD5                                      |   24 ++---
 NAMESPACE                                |    6 -
 NEWS.md                                  |   10 +-
 R/utils.R                                |only
 R/vietnamcode.R                          |  127 +++++++++++++---------------
 R/vietnamcode_data.R                     |   28 +++---
 README.md                                |   37 ++++----
 data/vietnamcode_data.csv                |  136 +++++++++++++++----------------
 man/vietnamcode.Rd                       |   74 ++++++++--------
 man/vietnamcode_data.Rd                  |   50 +++++------
 tests/testthat.R                         |    8 -
 tests/testthat/test-unicode-conversion.R |only
 tests/testthat/test-vietnamcode.R        |   83 ++++++++++--------
 14 files changed, 298 insertions(+), 291 deletions(-)

More information about vietnamcode at CRAN
Permanent link

Package idbr updated to version 0.2 with previous version 0.1.2 dated 2016-02-29

Title: R Interface to the US Census Bureau International Data Base API
Description: Use R to make requests to the US Census Bureau's International Data Base API. Results are returned as R data frames. For more information about the IDB API, visit <http://www.census.gov/data/developers/data-sets/international-database.html>.
Author: Kyle Walker [aut, cre]
Maintainer: Kyle Walker <kyle.walker@tcu.edu>

Diff between idbr versions 0.1.2 dated 2016-02-29 and 0.2 dated 2016-07-07

 DESCRIPTION      |   13 ++++----
 MD5              |   14 ++++-----
 NAMESPACE        |    1 
 R/idb.R          |   40 ++++++++++++++++++++++----
 R/idbr_package.R |    1 
 README.md        |   82 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 man/idb1.Rd      |    4 +-
 man/idb5.Rd      |    6 ++--
 8 files changed, 135 insertions(+), 26 deletions(-)

More information about idbr at CRAN
Permanent link

Package geostatsp updated to version 1.4.4 with previous version 1.4.0 dated 2016-03-04

Title: Geostatistical Modelling with Likelihood and Bayes
Description: Geostatistical modelling facilities using Raster and SpatialPoints objects are provided. Non-Gaussian models are fit using INLA, and Gaussian geostatistical models use Maximum Likelihood Estimation.
Author: Patrick Brown <patrick.brown@utoronto.ca>[aut, cre], Robert Hijmans [ctb]
Maintainer: Patrick Brown <patrick.brown@utoronto.ca>

Diff between geostatsp versions 1.4.0 dated 2016-03-04 and 1.4.4 dated 2016-07-07

 DESCRIPTION            |   14 -
 MD5                    |   62 +++---
 R/0gm.R                |   39 ++--
 R/NNmat.R              |    2 
 R/asImRaster.R         |   20 --
 R/excProb.R            |   22 +-
 R/glgm.R               |   47 ++--
 R/lgcp.R               |   34 +++
 R/lgm.R                |    2 
 R/loglikLgm.R          |   13 +
 R/maternGmrfPrec.R     |  287 +----------------------------
 R/simLgcp.R            |   17 +
 R/spatialRoc.R         |  476 ++++++++++++++++++++++++++++++++++---------------
 R/spdfToBrick.R        |   11 -
 build/vignette.rds     |binary
 data/gambiaUTM.RData   |binary
 data/loaloa.RData      |binary
 data/murder.RData      |binary
 data/nn32.RData        |binary
 data/rongelapUTM.RData |binary
 data/swissRain.RData   |binary
 data/swissRainR.RData  |binary
 data/torontoPop.RData  |binary
 data/wheat.RData       |binary
 inst/doc/lgcp.pdf      |binary
 man/RFsimulate.Rd      |    8 
 man/asImRaster.Rd      |   12 -
 man/loaloa.Rd          |    3 
 man/spatialRoc.Rd      |    7 
 tests/glgm.R           |    7 
 tests/lgmRaster.R      |    2 
 tests/simLgcp.R        |    8 
 32 files changed, 533 insertions(+), 560 deletions(-)

More information about geostatsp at CRAN
Permanent link

Package fastGraph updated to version 1.1 with previous version 1.0 dated 2016-02-09

Title: Fast Drawing and Shading of Graphs of Statistical Distributions
Description: Provides functionality to produce graphs of probability density functions and cumulative distribution functions with few keystrokes, allows shading under the curve of the probability density function to illustrate concepts such as p-values and critical values, and fits a simple linear regression line on a scatter plot with the equation as the main title.
Author: Steven T. Garren [aut, cre]
Maintainer: Steven T. Garren <garrenst@jmu.edu>

Diff between fastGraph versions 1.0 dated 2016-02-09 and 1.1 dated 2016-07-07

 DESCRIPTION              |    8 ++++----
 MD5                      |   14 +++++++-------
 R/fastGraph.R            |   34 ++++++++++++----------------------
 man/fastGraph-package.Rd |   27 +++++++++++++++------------
 man/plotDist.Rd          |    3 ++-
 man/plotLine.Rd          |    2 +-
 man/shadeDist.Rd         |    2 +-
 man/shadePhat.Rd         |    6 +++---
 8 files changed, 45 insertions(+), 51 deletions(-)

More information about fastGraph at CRAN
Permanent link

Package agRee updated to version 0.5-0 with previous version 0.4-0 dated 2015-07-10

Title: Various Methods for Measuring Agreement
Description: Bland-Altman plot and scatter plot with identity line for visualization and point and interval estimates for different metrics related to reproducibility/repeatability/agreement including the concordance correlation coefficient, intraclass correlation coefficient, within-subject coefficient of variation, smallest detectable difference, and mean normalized smallest detectable difference.
Author: Dai Feng
Maintainer: Dai Feng <dai_feng@merck.com>

Diff between agRee versions 0.4-0 dated 2015-07-10 and 0.5-0 dated 2016-07-07

 ChangeLog             |    5 +++
 DESCRIPTION           |    8 ++--
 MD5                   |   14 ++++----
 R/agree.ccc.R         |   82 ++++++++++++++++++++++++++++++++++++++++++++++----
 data/judgeRatings.rda |binary
 data/lesionBurden.rda |binary
 data/petVT.rda        |binary
 man/agree.ccc.Rd      |   14 ++++----
 8 files changed, 101 insertions(+), 22 deletions(-)

More information about agRee at CRAN
Permanent link

New package SpectralMap with initial version 1.0
Package: SpectralMap
Title: Diffusion Map and Spectral Map
Version: 1.0
Authors@R: person("Tianhao", "Wu", email = "tianhao.wu@yale.edu", role = c("aut", "cre"))
Imports: scatterplot3d, graphics, fields
Description: Implements the diffusion map method of dimensionality reduction and spectral method of combining multiple diffusion maps, including creation of the spectra and visualization of maps.
Depends: R (>= 3.2.2)
License: GNU General Public License version 2
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-07-07 14:36:20 UTC; tianhaowu
Author: Tianhao Wu [aut, cre]
Maintainer: Tianhao Wu <tianhao.wu@yale.edu>
Repository: CRAN
Date/Publication: 2016-07-07 17:37:38

More information about SpectralMap at CRAN
Permanent link

Package miscF updated to version 0.1-3 with previous version 0.1-2 dated 2013-06-14

Title: Miscellaneous Functions
Description: Various functions for random number generation, density estimation, classification, curve fitting, and spatial data analysis.
Author: Dai Feng
Maintainer: Dai Feng <dai_feng@merck.com>

Diff between miscF versions 0.1-2 dated 2013-06-14 and 0.1-3 dated 2016-07-07

 ChangeLog        |    4 ++++
 DESCRIPTION      |   20 +++++++++++---------
 MD5              |   16 ++++++++++++----
 NAMESPACE        |   13 ++++++++++++-
 R/mvsn.mcmc.R    |only
 R/mvst.mcmc.R    |only
 R/mvt.mcmc.R     |    2 +-
 R/rmvsn.R        |only
 R/rmvst.R        |only
 man/mvsn.mcmc.Rd |only
 man/mvst.mcmc.Rd |only
 man/rmvsn.Rd     |only
 man/rmvst.Rd     |only
 13 files changed, 40 insertions(+), 15 deletions(-)

More information about miscF at CRAN
Permanent link

Package geotopbricks updated to version 1.4 with previous version 1.3.7.2 dated 2015-06-17

Title: An R Plug-in for the Distributed Hydrological Model GEOtop
Description: It analyzes raster maps and other information as input/output files from the Hydrological Distributed Model GEOtop. It contains functions and methods to import maps and other keywords from geotop.inpts file. Some examples with simulation cases of GEOtop 2.0 are presented in the package. Any information about the GEOtop Distributed Hydrological Model source code is available on https://github.com/geotopmodel or https://github.com/se27xx/GEOtop. Technical details about the model are available in Endrizzi et al, 2014 (http://www.geosci-model-dev.net/7/2831/2014/gmd-7-2831-2014.html).
Author: Emanuele Cordano, Daniele Andreis, Fabio Zottele
Maintainer: Emanuele Cordano <emanuele.cordano@gmail.com>

Diff between geotopbricks versions 1.3.7.2 dated 2015-06-17 and 1.4 dated 2016-07-07

 geotopbricks-1.3.7.2/geotopbricks/R/read.ascii.vectorizrerd.brick.R        |only
 geotopbricks-1.3.7.2/geotopbricks/inst/png___kml.R                         |only
 geotopbricks-1.4/geotopbricks/DESCRIPTION                                  |   16 -
 geotopbricks-1.4/geotopbricks/MD5                                          |  131 ++++-----
 geotopbricks-1.4/geotopbricks/NAMESPACE                                    |   15 -
 geotopbricks-1.4/geotopbricks/R/AAAClasses.R                               |    4 
 geotopbricks-1.4/geotopbricks/R/KML.GeotopRasterBrick.R                    |    2 
 geotopbricks-1.4/geotopbricks/R/argsParser.R                               |only
 geotopbricks-1.4/geotopbricks/R/bar.color.R                                |    9 
 geotopbricks-1.4/geotopbricks/R/bar.color.raster.R                         |    2 
 geotopbricks-1.4/geotopbricks/R/brick.GeotopRasterBrick.R                  |    4 
 geotopbricks-1.4/geotopbricks/R/brick.decimal.formatter.R                  |   35 ++
 geotopbricks-1.4/geotopbricks/R/brickFromOutput3DTensor.R                  |   85 ++++-
 geotopbricks-1.4/geotopbricks/R/create.geotop.inpts.keywords.R             |    4 
 geotopbricks-1.4/geotopbricks/R/create.geotop.meteo.file.R                 |    2 
 geotopbricks-1.4/geotopbricks/R/declared.geotop.inpts.keywords.R           |    6 
 geotopbricks-1.4/geotopbricks/R/geotopbrick_S3.R                           |    9 
 geotopbricks-1.4/geotopbricks/R/get.keyword.value.R                        |   88 ++++--
 geotopbricks-1.4/geotopbricks/R/get.recovery.state.R                       |   26 +
 geotopbricks-1.4/geotopbricks/R/listFromOutput3DTensor.R                   |   12 
 geotopbricks-1.4/geotopbricks/R/ops.GeotopRasterBrick.R                    |    3 
 geotopbricks-1.4/geotopbricks/R/plot.GeotopRasterBrick.R                   |    5 
 geotopbricks-1.4/geotopbricks/R/pointer.to.2Dmaps.R                        |    3 
 geotopbricks-1.4/geotopbricks/R/read.ascii.vectorized.brick.R              |only
 geotopbricks-1.4/geotopbricks/R/read.raster.from.asc.url.R                 |    2 
 geotopbricks-1.4/geotopbricks/R/read.vectorized.geotop.recovery.R          |    2 
 geotopbricks-1.4/geotopbricks/R/replace.keyword.v0.R                       |    6 
 geotopbricks-1.4/geotopbricks/R/set.recovery.state.R                       |    8 
 geotopbricks-1.4/geotopbricks/R/write.ascii.vectorizrerd.brick.R           |    3 
 geotopbricks-1.4/geotopbricks/R/write.geotop.table.R                       |only
 geotopbricks-1.4/geotopbricks/R/write.vectorized.geotop.recovery.R         |    8 
 geotopbricks-1.4/geotopbricks/R/write.vectorized.variable.in.string.R      |    2 
 geotopbricks-1.4/geotopbricks/R/writeRasterxgeotop.R                       |    8 
 geotopbricks-1.4/geotopbricks/data/bondone.rda                             |binary
 geotopbricks-1.4/geotopbricks/inst/regression-testing                      |only
 geotopbricks-1.4/geotopbricks/man/GeotopRasterBrick-class.Rd               |   13 
 geotopbricks-1.4/geotopbricks/man/KML-methods.Rd                           |    8 
 geotopbricks-1.4/geotopbricks/man/Ops-methods.Rd                           |    9 
 geotopbricks-1.4/geotopbricks/man/argsParser.Rd                            |only
 geotopbricks-1.4/geotopbricks/man/bondone.Rd                               |    2 
 geotopbricks-1.4/geotopbricks/man/brick-methods.Rd                         |   11 
 geotopbricks-1.4/geotopbricks/man/brick.decimal.formatter.Rd               |    3 
 geotopbricks-1.4/geotopbricks/man/brickFromOutputSoil3DTensor.Rd           |  143 +++++-----
 geotopbricks-1.4/geotopbricks/man/color.bar.Rd                             |    8 
 geotopbricks-1.4/geotopbricks/man/color.bar.raster.Rd                      |    6 
 geotopbricks-1.4/geotopbricks/man/create.geotop.inpts.keyword.Rd           |   11 
 geotopbricks-1.4/geotopbricks/man/create.geotop.meteo.files.Rd             |    9 
 geotopbricks-1.4/geotopbricks/man/declared.geotop.inpts.keywords.Rd        |    3 
 geotopbricks-1.4/geotopbricks/man/geotopbrick.Rd                           |   13 
 geotopbricks-1.4/geotopbricks/man/get.geotop.inpts.keyword.value.Rd        |   47 ++-
 geotopbricks-1.4/geotopbricks/man/get.geotop.recovery.state.Rd             |   12 
 geotopbricks-1.4/geotopbricks/man/getProjection.Rd                         |    4 
 geotopbricks-1.4/geotopbricks/man/getvalues.brick.at.depth.Rd              |   10 
 geotopbricks-1.4/geotopbricks/man/listFromOutputSoil3DTensor.Rd            |  125 ++++----
 geotopbricks-1.4/geotopbricks/man/max_value.Rd                             |    3 
 geotopbricks-1.4/geotopbricks/man/min_value.Rd                             |    3 
 geotopbricks-1.4/geotopbricks/man/plot-methods.Rd                          |   15 -
 geotopbricks-1.4/geotopbricks/man/pointer.to.maps.xyz.time.Rd              |    7 
 geotopbricks-1.4/geotopbricks/man/read.ascii.vectorized.brick.Rd           |    3 
 geotopbricks-1.4/geotopbricks/man/read.raster.from.url.Rd                  |    3 
 geotopbricks-1.4/geotopbricks/man/read.vectorized.geotop.recovery.Rd       |    5 
 geotopbricks-1.4/geotopbricks/man/replace.keyword.Rd                       |    9 
 geotopbricks-1.4/geotopbricks/man/set.geotop.recovery.state.Rd             |    3 
 geotopbricks-1.4/geotopbricks/man/vertical.aggregate.brick.within.depth.Rd |   17 -
 geotopbricks-1.4/geotopbricks/man/write.ascii.vectorized.brick.Rd          |    5 
 geotopbricks-1.4/geotopbricks/man/write.geotop.table.Rd                    |only
 geotopbricks-1.4/geotopbricks/man/write.vectorized.geotop.recovery.Rd      |    6 
 geotopbricks-1.4/geotopbricks/man/write.vectorized.variable.in.string.Rd   |    7 
 geotopbricks-1.4/geotopbricks/man/writeRasterxGEOtop.Rd                    |   11 
 geotopbricks-1.4/geotopbricks/man/zoo-class.Rd                             |    4 
 70 files changed, 651 insertions(+), 387 deletions(-)

More information about geotopbricks at CRAN
Permanent link

New package changepoint.np with initial version 0.0.2
Package: changepoint.np
Type: Package
Title: Methods for Nonparametric Changepoint Detection
Version: 0.0.2
Date: 2016-07-06
Author: c(person("Kaylea", "Haynes", role = c("aut", "cre"), email = "k.haynes1@lancaster.ac.uk"), person("Rebecca", "Killick", role="ctr"), person("Paul", "Fearnhead", role=c("ths", "ctr")), person("Idris", "Eckley", role=c("ths")))
Maintainer: Kaylea Haynes <k.haynes1@lancaster.ac.uk>
Description: Implements the multiple changepoint algorithm PELT with a nonparametric cost function based on the empirical distribution of the data. The cpt.np() function should be your first point of call. This package is an extension to the \code{changepoint} package which uses parametric changepoint methods. For further information on the methods see the documentation for \code{changepoint}.
Depends: R(>= 3.2), changepoint
Imports: methods, zoo
License: GPL
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-07-07 13:58:55 UTC; kaylea
Repository: CRAN
Date/Publication: 2016-07-07 17:37:39

More information about changepoint.np at CRAN
Permanent link

Package RCriteo updated to version 1.0.2 with previous version 1.0.1 dated 2015-09-08

Title: Loading Criteo Data into R
Description: Aims at loading Criteo online advertising campaign data into R. Criteo <http://www.criteo.com/> is an online advertising service that enables advertisers to display commercial ads to web users. The package provides an authentication process for R with the Criteo API <http://kb.criteo.com/ advertising/content/5/27/en/api.html>. Moreover, the package features an interface to query campaign data from the Criteo API. The data can be downloaded and will be transformed into a R data frame.
Author: Johannes Burkhardt <johannes.burkhardt@gmail.com>
Maintainer: Johannes Burkhardt <johannes.burkhardt@gmail.com>

Diff between RCriteo versions 1.0.1 dated 2015-09-08 and 1.0.2 dated 2016-07-07

 DESCRIPTION                 |   22 +++++++------
 MD5                         |   30 +++++++++---------
 NAMESPACE                   |    2 -
 NEWS                        |    7 ++++
 R/doCriteoAuth.R            |   18 +++++------
 R/getCriteoData.R           |   70 +++++++++++++++++++++++++++++++-------------
 README.md                   |    2 -
 man/RCriteo.Rd              |    2 -
 man/criteoData.Rd           |    2 -
 man/doCriteoAuth.Rd         |    2 -
 man/getCriteoAccount.Rd     |    2 -
 man/getCriteoCampaigns.Rd   |    2 -
 man/getCriteoData.Rd        |    2 -
 man/getCriteoDownloadURL.Rd |    2 -
 man/getCriteoJobStatus.Rd   |    2 -
 man/scedCriteoReport.Rd     |    2 -
 16 files changed, 104 insertions(+), 65 deletions(-)

More information about RCriteo at CRAN
Permanent link

New package QCApro with initial version 1.1-1
Package: QCApro
Version: 1.1-1
Date: 2016-07-07
Title: Professional Functionality for Performing and Evaluating Qualitative Comparative Analysis
Authors@R: c(person("Alrik", "Thiem", role = c("aut", "cre", "cph"), email = "alrik.thiem@unige.ch"), person("Michael", "Baumgartner", role = "ctb"), person("Adrian", "Dusa", role = "ctb"), person("Reto", "Spoehel", role = "ctb") )
URL: http://www.alrik-thiem.net/; https://www.researchgate.net/profile/Alrik_Thiem
Depends: R (>= 3.2.5)
Suggests: QCA3 (<= 0.0-7), QCAGUI (<= 2.3), testthat (<= 0.11.0)
Imports: lpSolve, utils
Description: The 'QCApro' package provides professional functionality for performing configurational comparative research with Qualitative Comparative Analysis (QCA), including crisp-set, multi-value, and fuzzy-set QCA. It also offers advanced tools for sensitivity diagnostics and methodological evaluations of QCA.
License: GPL-3
NeedsCompilation: yes
Packaged: 2016-07-07 13:09:18 UTC; Alrik Thiem
Author: Alrik Thiem [aut, cre, cph], Michael Baumgartner [ctb], Adrian Dusa [ctb], Reto Spoehel [ctb]
Maintainer: Alrik Thiem <alrik.thiem@unige.ch>
Repository: CRAN
Date/Publication: 2016-07-07 15:44:34

More information about QCApro at CRAN
Permanent link

New package OpenImageR with initial version 1.0
Package: OpenImageR
Type: Package
Title: An Image Processing Toolkit
Version: 1.0
Imports: Rcpp (>= 0.12.5), shiny, jpeg, png, tiff, utils
Date: 2016-07-06
Authors@R: c( person("Lampros", "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre")), person("Sight", "Machine", role = "cph", comment = "findHOGFeatures function of the SimpleCV computer vision platform"), person("Johannes", "Buchner", role = "cph", comment = "average_hash, dhash and phash functions of the ImageHash python library") )
Description: Incorporates functions for image preprocessing, filtering and image recognition. The package takes advantage of 'RcppArmadillo' to speed up computationally intensive functions. The histogram of oriented gradients descriptor is a modification of the 'findHOGFeatures' function of the 'SimpleCV' computer vision platform and the average_hash(), dhash() and phash() functions are based on the 'ImageHash' python library.
License: GPL-3
Copyright: See file inst/COPYRIGHT
LinkingTo: Rcpp, RcppArmadillo
Suggests: testthat, knitr, rmarkdown, grid
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-07-07 09:59:53 UTC; lampros
Author: Lampros Mouselimis [aut, cre], Sight Machine [cph] (findHOGFeatures function of the SimpleCV computer vision platform), Johannes Buchner [cph] (average_hash, dhash and phash functions of the ImageHash python library)
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Repository: CRAN
Date/Publication: 2016-07-07 15:54:10

More information about OpenImageR at CRAN
Permanent link

Package heavy updated to version 0.38 with previous version 0.3 dated 2016-03-21

Title: Robust Estimation Using Heavy-Tailed Distributions
Description: Functions to perform robust estimation considering heavy-tailed distributions. Currently, the package includes linear regression, linear mixed-effect models, multivariate location and scatter estimation, multivariate regression, penalized splines and random variate generation.
Author: Felipe Osorio
Maintainer: Felipe Osorio <felipe.osorio@ucv.cl>

Diff between heavy versions 0.3 dated 2016-03-21 and 0.38 dated 2016-07-07

 ChangeLog            |only
 DESCRIPTION          |    8 
 MD5                  |   54 +--
 NAMESPACE            |   13 
 R/control.R          |    2 
 R/lm.R               |  361 +++++++++++++----------
 R/lme.R              |    2 
 data/housePrices.rda |only
 inst/CITATION        |   19 -
 man/heavy.control.Rd |   10 
 man/heavyFit.Rd      |   18 -
 man/heavyLm.Rd       |   35 +-
 man/heavyLm.fit.Rd   |only
 man/heavyPS.Rd       |   15 
 man/housePrices.Rd   |only
 src/Makevars         |    1 
 src/base.h           |    6 
 src/family.c         |   22 -
 src/init.c           |    3 
 src/lm_fit.c         |  337 +++++++++++----------
 src/lm_fit.h         |    2 
 src/lme_fit.c        |  784 +++++++++++++++++++++++++--------------------------
 src/matrix.c         |  262 ++++++++++-------
 src/matrix.h         |   43 +-
 src/mlm_fit.c        |  414 +++++++++++++-------------
 src/mv_fit.c         |  285 +++++++++---------
 src/ps_fit.c         |   31 --
 src/random.c         |    5 
 src/random.h         |    3 
 src/specfun.c        |    9 
 30 files changed, 1445 insertions(+), 1299 deletions(-)

More information about heavy at CRAN
Permanent link

Package fastR updated to version 1.1 with previous version 1.0 dated 2016-06-27

Title: Fast R Functions
Description: A collection of fast (utility) functions for data analysis. Fast covariance matrix calculation, Mahalanobis distance and column-wise variances are some of the functions.
Author: Michail Tsagris, Manos Papadakis and Ioannis Tsamardinos
Maintainer: Manos Papadakis <papadakm95@gmail.com>

Diff between fastR versions 1.0 dated 2016-06-27 and 1.1 dated 2016-07-07

 DESCRIPTION          |   16 +++++++++-------
 MD5                  |   37 ++++++++++++++++++++++++++-----------
 NAMESPACE            |    5 +++--
 R/RcppExports.R      |only
 R/allbetas.R         |   38 ++++++++++++++++++++++++++++++++------
 R/colVars.R          |    6 +++---
 R/correls.R          |only
 R/standardise.R      |only
 R/ttests.R           |    8 ++++----
 R/univglms.R         |only
 man/allbetas.Rd      |    9 ++++++---
 man/colMedians.Rd    |only
 man/colVars.Rd       |    6 +++---
 man/correls.Rd       |only
 man/cova.Rd          |    6 +++---
 man/dista.Rd         |    2 +-
 man/fastR-package.Rd |   17 +++++++++++------
 man/logistic_only.Rd |only
 man/mahala.Rd        |    6 +++---
 man/nth.Rd           |only
 man/poisson_only.Rd  |only
 man/standardise.Rd   |only
 man/univglms.Rd      |only
 src                  |only
 24 files changed, 104 insertions(+), 52 deletions(-)

More information about fastR at CRAN
Permanent link

Package WhopGenome updated to version 0.9.4 with previous version 0.9.3 dated 2015-09-08

Title: High-Speed Processing of VCF, FASTA and Alignment Data
Description: Provides very fast access to whole genome, population scale variation data from VCF files and sequence data from FASTA-formatted files. It also reads in alignments from FASTA, Phylip, MAF and other file formats. Provides easy-to-use interfaces to genome annotation from UCSC and Bioconductor and gene ontology data from AmiGO and is capable to read, modify and write PLINK .PED-format pedigree files.
Author: Ulrich Wittelsbuerger [aut, cre], Heng Li [ctb], Bob Handsaker [ctb]
Maintainer: Ulrich Wittelsbuerger <ulrich.wittelsbuerger@uni-duesseldorf.de>

Diff between WhopGenome versions 0.9.3 dated 2015-09-08 and 0.9.4 dated 2016-07-07

 WhopGenome-0.9.3/WhopGenome/man/fai_query3.Rd      |only
 WhopGenome-0.9.3/WhopGenome/man/fai_query5.Rd      |only
 WhopGenome-0.9.4/WhopGenome/DESCRIPTION            |    8 
 WhopGenome-0.9.4/WhopGenome/MD5                    |   24 +-
 WhopGenome-0.9.4/WhopGenome/NAMESPACE              |    2 
 WhopGenome-0.9.4/WhopGenome/R/fai.R                |   13 +
 WhopGenome-0.9.4/WhopGenome/R/read_simple.R        |   10 
 WhopGenome-0.9.4/WhopGenome/man/fai_query2.Rd      |only
 WhopGenome-0.9.4/WhopGenome/man/fai_query4.Rd      |only
 WhopGenome-0.9.4/WhopGenome/man/fai_reopen.Rd      |    6 
 WhopGenome-0.9.4/WhopGenome/man/vcf_readLineRaw.Rd |   25 +-
 WhopGenome-0.9.4/WhopGenome/src/faidx_ifc.cpp      |  228 +++++++++------------
 WhopGenome-0.9.4/WhopGenome/src/w_common.h         |    8 
 WhopGenome-0.9.4/WhopGenome/src/w_main.cpp         |    8 
 WhopGenome-0.9.4/WhopGenome/src/w_read.cpp         |   78 +++++--
 15 files changed, 231 insertions(+), 179 deletions(-)

More information about WhopGenome at CRAN
Permanent link

Package seqinr updated to version 3.2-0 with previous version 3.1-5 dated 2016-06-13

Title: Biological Sequences Retrieval and Analysis
Description: Exploratory data analysis and data visualization for biological sequence (DNA and protein) data. Includes also utilities for sequence data management under the ACNUC system.
Author: Delphine Charif [aut], Olivier Clerc [ctb], Carolin Frank [ctb], Jean R. Lobry [aut], Anamaria Necşulea [ctb], Leonor Palmeira [ctb], Simon Penel [cre], Guy Perrière [ctb]
Maintainer: Simon Penel <simon.penel@univ-lyon1.fr>

Diff between seqinr versions 3.1-5 dated 2016-06-13 and 3.2-0 dated 2016-07-07

 DESCRIPTION              |   16 ++++----
 MD5                      |   86 +++++++++++++++++++++++++----------------------
 R/PI.R                   |    4 +-
 R/gb2fasta.R             |    7 +--
 R/write.fasta.R          |    2 -
 data/AnoukResult.RData   |binary
 data/ECH.RData           |binary
 data/EXP.RData           |binary
 data/JLO.RData           |binary
 data/SEQINR.UTIL.RData   |binary
 data/aacost.RData        |binary
 data/aaindex.RData       |binary
 data/caitab.RData        |binary
 data/chargaff.RData      |binary
 data/clustal.RData       |binary
 data/dinucl.RData        |binary
 data/ec999.RData         |binary
 data/fasta.RData         |binary
 data/gs500liz.RData      |binary
 data/identifiler.RData   |binary
 data/m16j.RData          |binary
 data/mase.RData          |binary
 data/msf.RData           |binary
 data/pK.RData            |binary
 data/phylip.RData        |binary
 data/prochlo.RData       |binary
 data/revaligntest.RData  |binary
 data/sysdata.rda         |binary
 data/toyaa.RData         |binary
 data/toycodon.RData      |binary
 data/waterabs.RData      |binary
 inst/sequences/ct.bfa    |only
 inst/sequences/ct.gbk.gz |only
 man/SEQINR.UTIL.Rd       |    2 -
 man/aacost.Rd            |    4 ++
 man/chargaff.Rd          |   32 +++++++++++------
 man/ec999.Rd             |    4 ++
 man/figures              |only
 man/gb2fasta.Rd          |   20 ++++++++--
 man/get.db.growth.Rd     |   33 +++++++++++++++---
 man/m16j.Rd              |    9 ++++
 man/read.fasta.Rd        |   15 +++++---
 man/waterabs.Rd          |   14 +++++--
 43 files changed, 164 insertions(+), 84 deletions(-)

More information about seqinr at CRAN
Permanent link

Package ropenaq updated to version 0.1.1 with previous version 0.1.0 dated 2016-07-05

Title: Accesses Air Quality Data from the Open Data Platform OpenAQ
Description: Allows access to air quality data from the API of the OpenAQ platform <https://docs.openaq.org/>, with the different services the API offers (getting measurements for a given query, getting latest measurements, getting lists of available countries/cities/locations).
Author: Maëlle Salmon [aut, cre], Andrew MacDonald [ctb] (Andrew MacDonald reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/24), Andy Teucher [ctb] (Andy Teucher reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/24)
Maintainer: Maëlle Salmon <maelle.salmon@yahoo.se>

Diff between ropenaq versions 0.1.0 dated 2016-07-05 and 0.1.1 dated 2016-07-07

 DESCRIPTION                                                         |    6 
 MD5                                                                 |   16 
 NEWS.md                                                             |    4 
 R/measurements.R                                                    |    3 
 inst/doc/Ropenaq-vignette.html                                      |  342 +++++-----
 inst/doc/animated-map.html                                          |    6 
 inst/doc/graphics_of_pm_25_concentrations_in_several_countries.html |    8 
 inst/doc/mapping_openaq_monitors.html                               |    6 
 inst/doc/using_openair_package_with_openaq_data.html                |    6 
 9 files changed, 210 insertions(+), 187 deletions(-)

More information about ropenaq at CRAN
Permanent link

Package pdR updated to version 1.4 with previous version 1.3 dated 2015-05-16

Title: Threshold Model and Unit Root Tests in Panel Data
Description: Threshold model, panel version of Hylleberg et al.(1990) seasonal unit root tests, and panel unit root test of Chang(2002).
Author: Ho Tsung-wu
Maintainer: Ho Tsung-wu <tsungwu@cc.shu.edu.tw>

Diff between pdR versions 1.3 dated 2015-05-16 and 1.4 dated 2016-07-07

 DESCRIPTION           |   14 +++++---
 MD5                   |   33 ++++++++++++++-------
 NAMESPACE             |   13 ++++++++
 R/hegy.R              |   11 +++----
 R/iClick_plm.R        |only
 R/ptm.R               |   17 ++++++----
 data/bank_income.rda  |only
 data/cigaretts.rda    |only
 data/crime.rda        |only
 data/productivity.rda |only
 man/bank_income.Rd    |only
 man/cigaretts.Rd      |only
 man/crime.Rd          |only
 man/iClick_plm1way.Rd |only
 man/iClick_plm2way.Rd |only
 man/model.Rd          |   72 +++++++++++++++++++++-------------------------
 man/productivity.Rd   |only
 man/ptm.Rd            |   78 ++++++++++++++++++++++++++------------------------
 man/r_est.Rd          |   52 ++++++++++++++-------------------
 man/selPsignf.Rd      |    1 
 man/sse_calc.Rd       |   13 ++------
 man/thr_sse.Rd        |   38 ++++++++----------------
 man/tr.Rd             |   18 +++--------
 23 files changed, 179 insertions(+), 181 deletions(-)

More information about pdR at CRAN
Permanent link

Package glmBfp updated to version 0.0-48 with previous version 0.0-47 dated 2016-06-29

Title: Bayesian Fractional Polynomials for GLMs
Description: Implements the Bayesian paradigm for fractional polynomials in generalized linear models. See package 'bfp' for the treatment of normal models.
Author: Isaac Gravestock [aut, cre], Daniel Sabanes Bove [aut], David Maisonave [ctb], Terry Therneau [ctb], R Core Team [ctb]
Maintainer: Isaac Gravestock <isaac.gravestock@uzh.ch>

Diff between glmBfp versions 0.0-47 dated 2016-06-29 and 0.0-48 dated 2016-07-07

 DESCRIPTION           |   12 ++++++------
 MD5                   |   10 +++++-----
 R/glmBayesMfp.R       |    2 ++
 inst/doc/examples.pdf |binary
 src/glmBayesMfp.cpp   |   14 +++++++-------
 src/types.h           |    3 ++-
 6 files changed, 22 insertions(+), 19 deletions(-)

More information about glmBfp at CRAN
Permanent link

Package frailtypack updated to version 2.9.3 with previous version 2.8.3 dated 2016-01-13

Title: General Frailty Models: Shared, Joint and Nested Frailty Models with Prediction
Description: The following several classes of frailty models using a penalized likelihood estimation on the hazard function but also a parametric estimation can be fit using this R package: 1) A shared frailty model (with gamma or log-normal frailty distribution) and Cox proportional hazard model. Clustered and recurrent survival times can be studied. 2) Additive frailty models for proportional hazard models with two correlated random effects (intercept random effect with random slope). 3) Nested frailty models for hierarchically clustered data (with 2 levels of clustering) by including two iid gamma random effects. 4) Joint frailty models in the context of the joint modelling for recurrent events with terminal event for clustered data or not. A joint frailty model for two semi-competing risks and clustered data is also proposed. 5) Joint general frailty models in the context of the joint modelling for recurrent events with terminal event data with two independent frailty terms. 6) Joint Nested frailty models in the context of the joint modelling for recurrent events with terminal event, for hierarchically clustered data (with two levels of clustering) by including two iid gamma random effects. 7) Multivariate joint frailty models for two types of recurrent events and a terminal event. 8) Joint models for longitudinal data and a terminal event. 9) Trivariate joint models for longitudinal data, recurrent events and a terminal event. Prediction values are available. Left-truncated (not for Joint model), right-censored data, interval-censored data (only for Cox proportional hazard and shared frailty model) and strata are allowed. In each model, the random effects have the gamma or normal distribution. Now, you can also consider time-varying covariates effects in Cox, shared and joint frailty models (1-5). The package includes concordance measures for Cox proportional hazards models and for shared frailty models.
Author: Virginie Rondeau, Juan R. Gonzalez, Yassin Mazroui, Audrey Mauguen, Agnieszka Krol, Amadou Diakite, Alexandre Laurent and Myriam Lopez
Maintainer: Virginie Rondeau <Virginie.Rondeau@isped.u-bordeaux2.fr>

Diff between frailtypack versions 2.8.3 dated 2016-01-13 and 2.9.3 dated 2016-07-07

 DESCRIPTION                        |   21 
 MD5                                |  141 -
 NAMESPACE                          |    5 
 NEWS                               |   21 
 R/additivePenal.R                  |    6 
 R/cluster.R                        |    4 
 R/frailtyPenal.R                   | 3856 +++++++++++++++++++++----------------
 R/longiPenal.R                     |  105 -
 R/multivPenal.R                    |    2 
 R/plot.Diffepoce.R                 |    6 
 R/plot.epoce.R                     |    6 
 R/plot.frailtyPenal.R              |   37 
 R/plot.jointNestedPenal.R          |only
 R/plot.jointPenal.R                |  139 -
 R/plot.longiPenal.R                |   16 
 R/plot.multivPenal.R               |   66 
 R/plot.nestedPenal.additivePenal.R |   89 
 R/plot.predFrailty.R               |   12 
 R/plot.predJoint.R                 |   14 
 R/plot.predLongi.R                 |   16 
 R/plot.trivPenal.R                 |   52 
 R/prediction.R                     |   79 
 R/print.jointNestedPenal.R         |only
 R/print.jointPenal.R               |    3 
 R/summary.jointNestedPenal.R       |only
 R/summary.jointPenal.R             |    6 
 R/trivPenal.R                      |   21 
 R/waldtest.R                       |   67 
 README                             |only
 man/Diffepoce.Rd                   |    4 
 man/additivePenal.Rd               |    2 
 man/cluster.Rd                     |only
 man/frailtyPenal.Rd                |  118 -
 man/frailtypack-package.Rd         |   26 
 man/longiPenal.Rd                  |    2 
 man/multivPenal.Rd                 |    6 
 man/plot.Diffepoce.Rd              |    7 
 man/plot.epoce.Rd                  |    5 
 man/plot.multivPenal.Rd            |   11 
 man/plot.predFrailty.Rd            |    4 
 man/plot.predJoint.Rd              |    7 
 man/plot.predLongi.Rd              |    6 
 man/plotAdditive.Rd                |    9 
 man/plotFrailtyPenal.Rd            |   10 
 man/plotJointNestedPenal.Rd        |only
 man/plotJointPenal.Rd              |    9 
 man/plotLongiPenal.Rd              |    9 
 man/plotNestedPenal.Rd             |    9 
 man/plotTrivPenal.Rd               |  151 -
 man/prediction.Rd                  |   53 
 man/printJointNestedPenal.Rd       |only
 man/subcluster.Rd                  |   15 
 man/summaryJointNestedPenal.Rd     |only
 man/trivPenal.Rd                   |    6 
 src/Adonnees.f90                   |    2 
 src/Aparameters.f90                |   53 
 src/Makevars                       |    2 
 src/aaOptim.f90                    | 3163 +++++++++++++++---------------
 src/afuncpasres.f90                |    6 
 src/aresidusMartingale.f90         |   48 
 src/atestWald.f90                  |   13 
 src/distance.f90                   |   17 
 src/epoce_log.f90                  |   14 
 src/frailtypack.f90                |   14 
 src/funcpajsplines.f90             |   26 
 src/funcpajsplines_fam.f90         |only
 src/funcpajweib.f90                |    6 
 src/funcpajweib_fam.f90            |only
 src/joint.f90                      |  982 +++++++--
 src/joint_longi.f90                |  378 +--
 src/multiveJoint.f90               |   18 
 src/nested.f90                     |    3 
 src/prediction_log.f90             |   22 
 src/prediction_sha_logn.f90        |   92 
 src/prediction_tri.f90             |   62 
 vignettes/Package_summary.Rmd      |   50 
 vignettes/Package_summary.html     |only
 77 files changed, 5769 insertions(+), 4461 deletions(-)

More information about frailtypack at CRAN
Permanent link

Package DBItest updated to version 1.3 with previous version 1.2 dated 2016-05-24

Title: Testing 'DBI' Back Ends
Description: A helper that tests 'DBI' back ends for conformity to the interface, currently work in progress.
Author: Kirill Müller [aut, cre], RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>

Diff between DBItest versions 1.2 dated 2016-05-24 and 1.3 dated 2016-07-07

 DBItest-1.2/DBItest/R/test_all.R                 |only
 DBItest-1.2/DBItest/R/test_compliance.R          |only
 DBItest-1.2/DBItest/R/test_connection.R          |only
 DBItest-1.2/DBItest/R/test_driver.R              |only
 DBItest-1.2/DBItest/R/test_getting_started.R     |only
 DBItest-1.2/DBItest/R/test_meta.R                |only
 DBItest-1.2/DBItest/R/test_result.R              |only
 DBItest-1.2/DBItest/R/test_sql.R                 |only
 DBItest-1.3/DBItest/DESCRIPTION                  |   18 ++++----
 DBItest-1.3/DBItest/MD5                          |   49 +++++++++++-----------
 DBItest-1.3/DBItest/NEWS.md                      |   38 +++++++++++++++++
 DBItest-1.3/DBItest/R/run.R                      |   51 +++++++++++++++--------
 DBItest-1.3/DBItest/R/test-all.R                 |only
 DBItest-1.3/DBItest/R/test-compliance.R          |only
 DBItest-1.3/DBItest/R/test-connection.R          |only
 DBItest-1.3/DBItest/R/test-driver.R              |only
 DBItest-1.3/DBItest/R/test-getting-started.R     |only
 DBItest-1.3/DBItest/R/test-meta.R                |only
 DBItest-1.3/DBItest/R/test-result.R              |only
 DBItest-1.3/DBItest/R/test-sql.R                 |only
 DBItest-1.3/DBItest/R/tweaks.R                   |   24 ++++++++++
 DBItest-1.3/DBItest/README.md                    |   10 +++-
 DBItest-1.3/DBItest/build/vignette.rds           |binary
 DBItest-1.3/DBItest/inst/doc/test.html           |    4 -
 DBItest-1.3/DBItest/man/test_all.Rd              |    2 
 DBItest-1.3/DBItest/man/test_compliance.Rd       |    2 
 DBItest-1.3/DBItest/man/test_connection.Rd       |    6 ++
 DBItest-1.3/DBItest/man/test_driver.Rd           |    6 +-
 DBItest-1.3/DBItest/man/test_getting_started.Rd  |    2 
 DBItest-1.3/DBItest/man/test_meta.Rd             |   11 ++++
 DBItest-1.3/DBItest/man/test_result.Rd           |   19 +++++---
 DBItest-1.3/DBItest/man/test_sql.Rd              |    2 
 DBItest-1.3/DBItest/man/tweaks.Rd                |   14 +++++-
 DBItest-1.3/DBItest/tests/testthat/test-tweaks.R |only
 34 files changed, 187 insertions(+), 71 deletions(-)

More information about DBItest at CRAN
Permanent link

Package survMisc updated to version 0.5.3 with previous version 0.5.2 dated 2016-05-16

Title: Miscellaneous Functions for Survival Data
Description: A collection of functions to help in the analysis of right-censored survival data. These extend the methods available in package:survival.
Author: Chris Dardis
Maintainer: Chris Dardis <christopherdardis@gmail.com>

Diff between survMisc versions 0.5.2 dated 2016-05-16 and 0.5.3 dated 2016-07-07

 DESCRIPTION          |   12 ++++++------
 MD5                  |   22 ++++++++++++----------
 NAMESPACE            |    5 +++++
 R/onAttach.R         |    2 +-
 R/sf.R               |   25 ++++++++++++++-----------
 R/survMisc_package.R |    1 +
 R/ten.R              |   14 +++++++-------
 R/xtable.R           |only
 build/vignette.rds   |binary
 inst/NEWS.Rd         |   12 +++++++++++-
 inst/doc/plots.pdf   |binary
 man/ten.Rd           |    4 ++--
 man/xtable.Rd        |only
 13 files changed, 59 insertions(+), 38 deletions(-)

More information about survMisc at CRAN
Permanent link

Package rhandsontable updated to version 0.3.2 with previous version 0.3.1 dated 2016-03-11

Title: Interface to the 'Handsontable.js' Library
Description: An R interface to the 'Handsontable' JavaScript library, which is a minimalist Excel-like data grid editor.
Author: Jonathan Owen [aut, cre, cph], Jeff Allen [ctb], Yihui Xie [ctb], Enzo Martoglio [ctb], Warpechowski Marcin [ctb, cph] (Handsontable.js library), Handsoncode sp. z o.o. [ctb, cph] (Handsontable.js library), Aisch Gregor [ctb, cph] (Chroma.js library), Wood Tim [ctb, cph] (Moment.js library), Chernev Iskren [ctb, cph] (Moment.js library), Moment.js contributors [ctb, cph] (Moment.js library), Bushell David [ctb, cph] (Pikaday.js library), jQuery Foundation [ctb, cph] (jQuery.js library), Splunk Inc [ctb, cph] (Sparkline.js library), Rohan Jon [ctb, cph] (ZeroClipboard library), Greene James [ctb, cph] (ZeroClipboard library)
Maintainer: Jonathan Owen <jonathanro@gmail.com>

Diff between rhandsontable versions 0.3.1 dated 2016-03-11 and 0.3.2 dated 2016-07-07

 DESCRIPTION                                                 |   11 
 MD5                                                         |   42 +--
 NAMESPACE                                                   |    2 
 NEWS                                                        |   15 +
 R/editAddin.R                                               |only
 R/misc.R                                                    |    3 
 R/rhandsontable-package.R                                   |    2 
 R/rhandsontable.R                                           |   16 -
 build/vignette.rds                                          |binary
 inst/doc/intro_rhandsontable.R                              |   17 +
 inst/doc/intro_rhandsontable.Rmd                            |   35 ++
 inst/doc/intro_rhandsontable.html                           |  155 +++++++-----
 inst/htmlwidgets/lib/handsontable/handsontable.full.min.css |    2 
 inst/htmlwidgets/lib/handsontable/handsontable.full.min.js  |   68 +++--
 inst/htmlwidgets/lib/numeral                                |only
 inst/htmlwidgets/rhandsontable.js                           |    4 
 inst/htmlwidgets/rhandsontable.yaml                         |    6 
 inst/rstudio                                                |only
 man/editAddin.Rd                                            |only
 man/hot_col.Rd                                              |    5 
 man/hot_cols.Rd                                             |    3 
 man/hot_table.Rd                                            |    4 
 man/rhandsontable.Rd                                        |    4 
 vignettes/intro_rhandsontable.Rmd                           |   35 ++
 24 files changed, 305 insertions(+), 124 deletions(-)

More information about rhandsontable at CRAN
Permanent link

New package NetOrigin with initial version 1.0-2
Package: NetOrigin
Title: Origin Estimation for Propagation Processes on Complex Networks
Description: Performs network-based source estimation. Different approaches are available: effective distance median, recursive backtracking, and centrality-based source estimation. Additionally, we provide public transportation network data as well as methods for data preparation, source estimation performance analysis and visualization.
Version: 1.0-2
Authors@R: c(person("Juliane", "Manitz", email="r@manitz.org", role=c("aut", "cre")), person("Jonas", "Harbering", email="", role=c("ctb")))
Depends: R (>= 3.2.2)
Imports: igraph, Hmisc, colorspace
License: GPL-3
LazyData: true
RoxygenNote: 5.0.1
Collate: '0_helper_net.r' 'NetOrigin.r' 'origin_helper.r' 'origin_methods.r' 'distance.r' 'data.r' 'data_handling.r' 'robustness.r'
NeedsCompilation: no
Packaged: 2016-07-06 22:29:05 UTC; jmanitz
Author: Juliane Manitz [aut, cre], Jonas Harbering [ctb]
Maintainer: Juliane Manitz <r@manitz.org>
Repository: CRAN
Date/Publication: 2016-07-07 07:39:10

More information about NetOrigin at CRAN
Permanent link

Package mime updated to version 0.5 with previous version 0.4 dated 2015-09-03

Title: Map Filenames to MIME Types
Description: Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
Author: Jeffrey Horner [ctb], Yihui Xie [aut, cre]
Maintainer: Yihui Xie <xie@yihui.name>

Diff between mime versions 0.4 dated 2015-09-03 and 0.5 dated 2016-07-07

 DESCRIPTION |   11 ++++++-----
 MD5         |    6 +++---
 NEWS        |    6 ++++++
 README.md   |    4 ++--
 4 files changed, 17 insertions(+), 10 deletions(-)

More information about mime at CRAN
Permanent link

Package GSODR updated to version 0.1.8.1 with previous version 0.1.8 dated 2016-07-04

Title: Download, Clean and Generate New Variables from GSOD Data
Description: Download, clean, reformat and create new variables from the USA National Climatic Data Center (NCDC) Global Surface Summary of the Day (GSOD) weather stations data, <https://data.noaa.gov/dataset/global-surface-summary-of-the-day-gsod>. The function, get_GSOD(), retrieves data from the GSOD ftp site and reformats it from United States Customary System (USCS) units to International System of Units (SI), also for convenience elevation is converted from decimetres to metres. Stations are individually checked for number of missing days, as defined by the user, to assure data quality. Stations with too many missing observations are omitted from final file. Stations with missing latitude or longitude or values for both of 0 are omitted. Also omitted are stations with a latitude of < -90 or > 90 or longitude of < - 180 or > 180. Output is returned as a comma-separated values (CSV) file written to disk in a location selected by the user, which summarises each year by station and includes new variables: actual vapor pressure, saturation vapor pressure and relative humidity, calculated from the original GSOD data. The resulting files can be as large as 500mb depending on the user's stringency for missing data and geographic area of interest. Be sure to have sufficient RAM and disk space as well as a reasonably fast internet connection to use this package to perform this operation. However, for much smaller and more manageable data sets, an individual country of interest may be selected as well as only stations falling between -60/60 degrees latitude for agroclimatology work or individual stations if the station ID is known. The resulting files include station data (e.g., station name, country, latitude, longitude, elevation) for use in a geographic information system (GIS). The function was largely based on T. Hengl's 'getGSOD.R' script, available from <http://spatial-analyst.net/book/system/files/getGSOD.R> with enhancements to be more cross-platform, faster and more flexible. For information on the original data from NCDC, please see the GSOD readme.txt file available from, <http://www1.ncdc.noaa.gov/pub/data/gsod/readme.txt>.
Author: Adam Sparks [aut, cre], Tomislav Hengl [ctb], Andy Nelson [ctb], Kay Sumfleth [ctb]
Maintainer: Adam Sparks <adamhsparks@gmail.com>

Diff between GSODR versions 0.1.8 dated 2016-07-04 and 0.1.8.1 dated 2016-07-07

 DESCRIPTION  |    8 ++++----
 MD5          |    6 +++---
 NEWS.md      |    7 ++++++-
 R/get_GSOD.R |    6 +++++-
 4 files changed, 18 insertions(+), 9 deletions(-)

More information about GSODR at CRAN
Permanent link

New package EXRQ with initial version 1.0
Package: EXRQ
Type: Package
Title: Extreme Regression of Quantiles
Version: 1.0
Date: 2016-07-06
Author: Huixia Judy Wang
Maintainer: Huixia Judy Wang <judywang@gwu.edu>
Description: Estimation for high conditional quantiles based on quantile regression.
Depends: quantreg, mnormt
License: GPL-3
Packaged: 2016-07-06 15:57:38 UTC; jwang1
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2016-07-06 23:48:41

More information about EXRQ at CRAN
Permanent link


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