Sat, 11 Feb 2017

New package WWR with initial version 1.0.0
Package: WWR
Type: Package
Version: 1.0.0
Date: 2017-02-09
Title: Weighted Win Loss Statistics and their Variances
Description: Calculate the (weighted) win loss statistics including the win ratio, win difference and win product and their variances, with which the p-values are also calculated. The variance estimation is based on Luo et al. (2015) <doi:10.1111/biom.12225>.
Authors@R: c( person(given="Xiaodong", family="Luo", email = "Xiaodong.Luo@sanofi.com", role =c("aut", "cre")), person(given="Junshan", family="Qiu", role = "ctb"), person(given="Steven", family="Bai", role = "ctb"), person(given="Hong", family="Tian", role = "ctb"), person("Sanofi", role = "cph"))
Depends: R (>= 3.1.2)
Imports: stats
License: GPL (>= 2)
RoxygenNote: 5.0.1
LazyData: true
NeedsCompilation: yes
Packaged: 2017-02-11 23:06:10 UTC; xiaodong
Author: Xiaodong Luo [aut, cre], Junshan Qiu [ctb], Steven Bai [ctb], Hong Tian [ctb], Sanofi [cph]
Maintainer: Xiaodong Luo <Xiaodong.Luo@sanofi.com>
Repository: CRAN
Date/Publication: 2017-02-12 05:36:39

More information about WWR at CRAN
Permanent link

Package ecm updated to version 0.6.0 with previous version 0.5.0 dated 2017-01-31

Title: Build Error Correction Models
Description: Functions for easy building of error correction models (ECM) for time series regression.
Author: Gaurav Bansal
Maintainer: Gaurav Bansal <gaurbans@gmail.com>

Diff between ecm versions 0.5.0 dated 2017-01-31 and 0.6.0 dated 2017-02-11

 DESCRIPTION |    6 +++---
 MD5         |    4 ++--
 R/ecmback.r |   26 ++++++++++++++++++--------
 3 files changed, 23 insertions(+), 13 deletions(-)

More information about ecm at CRAN
Permanent link

New package wrapr with initial version 0.1.0
Package: wrapr
Type: Package
Title: Wrap R Functions for Debugging and Ease of Use
Version: 0.1.0
Author: John Mount, Nina Zumel
Maintainer: John Mount <jmount@win-vector.com>
URL: https://github.com/WinVector/wrapr
BugReports: https://github.com/WinVector/wrapr/issues
Description: Provides 'DebugFnW()' to capture function context on error for debugging, and 'let()' which converts non-standard evaluation interfaces to standard evaluation interfaces.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-02-11 15:07:23 UTC; johnmount
Repository: CRAN
Date/Publication: 2017-02-11 17:43:13

More information about wrapr at CRAN
Permanent link

New package StVAR with initial version 1.1
Package: StVAR
Type: Package
Title: Student's t Vector Autoregression (StVAR)
Version: 1.1
Date: 2017-02-10
Author: Niraj Poudyal
Maintainer: Niraj Poudyal <nirajp6@vt.edu>
Description: Estimation of multivariate Student's t dynamic regression models for a given degrees of freedom and lag length. Users can also specify the trends and dummies of any kind in matrix form.
Imports: ADGofTest,numDeriv, MCMCpack, matlab
License: GPL-2
NeedsCompilation: no
Packaged: 2017-02-11 14:27:16 UTC; user
Repository: CRAN
Date/Publication: 2017-02-11 17:43:11

More information about StVAR at CRAN
Permanent link

New package SetTest with initial version 0.1.0
Package: SetTest
Type: Package
Title: Group Testing Procedures for Signal Detection and Goodness-of-Fit
Version: 0.1.0
Author: Hong Zhang and Zheyang Wu
Maintainer: Hong Zhang <hzhang@wpi.edu>
Description: It provides cumulative distribution function (CDF), quantile, p-value, statistical power calculator and random number generator for a collection of group-testing procedures, including the Higher Criticism tests, the one-sided Kolmogorov-Smirnov tests, the one-sided Berk-Jones tests, the one-sided phi-divergence tests, etc. The input are a group of p-values. The null hypothesis is that they are i.i.d. Uniform(0,1). In the context of signal detection, the null hypothesis means no signals. In the context of the goodness-of-fit testing, which contrasts a group of i.i.d. random variables to a given continuous distribution, the input p-values can be obtained by the CDF transformation. The null hypothesis means that these random variables follow the given distribution. For reference, see Hong Zhang, Jiashun Jin and Zheyang Wu. "Distributions and Statistical Power of Optimal Signal Detection Methods in Finite Samples", submitted.
License: GPL-2
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-02-11 15:36:07 UTC; hong
Repository: CRAN
Date/Publication: 2017-02-11 17:43:09

More information about SetTest at CRAN
Permanent link

Package RGENERATEPREC updated to version 1.2 with previous version 1.0 dated 2015-01-07

Title: Tools to Generate Daily-Precipitation Time Series
Description: The method 'generate()' is extended for spatial multi-site stochastic generation of daily precipitation. It generates precipitation occurrence in several sites using logit regression (Generalized Linear Models) and D.S. Wilks' approach (Journal of Hydrology, 1998).
Author: Emanuele Cordano
Maintainer: Emanuele Cordano <emanuele.cordano@gmail.com>

Diff between RGENERATEPREC versions 1.0 dated 2015-01-07 and 1.2 dated 2017-02-11

 RGENERATEPREC-1.0/RGENERATEPREC/man/RGENERATEPREC-package.Rd                    |only
 RGENERATEPREC-1.2/RGENERATEPREC/DESCRIPTION                                     |   13 
 RGENERATEPREC-1.2/RGENERATEPREC/MD5                                             |   46 +-
 RGENERATEPREC-1.2/RGENERATEPREC/NAMESPACE                                       |   12 
 RGENERATEPREC-1.2/RGENERATEPREC/R/PrecipitationOccurenceMultiSiteModel.R        |    4 
 RGENERATEPREC-1.2/RGENERATEPREC/R/generate.PrecipitationOccurenceModel.R        |    6 
 RGENERATEPREC-1.2/RGENERATEPREC/R/omega.R                                       |   13 
 RGENERATEPREC-1.2/RGENERATEPREC/R/predict.PrecipitationOccurenceModel.R         |    4 
 RGENERATEPREC-1.2/RGENERATEPREC/R/predict.zPrecipitationAmountModel.R           |    2 
 RGENERATEPREC-1.2/RGENERATEPREC/R/predict.zzgeneratezPrecipitationAmountModel.R |    2 
 RGENERATEPREC-1.2/RGENERATEPREC/inst/CITATION                                   |only
 RGENERATEPREC-1.2/RGENERATEPREC/inst/example.wilks1998.R                        |only
 RGENERATEPREC-1.2/RGENERATEPREC/inst/example.wilks1998_second.R                 |only
 RGENERATEPREC-1.2/RGENERATEPREC/inst/precipitation_generator                    |only
 RGENERATEPREC-1.2/RGENERATEPREC/man/CCGamma.Rd                                  |  154 +++-------
 RGENERATEPREC-1.2/RGENERATEPREC/man/CCGammaToBlockmatrix.Rd                     |   32 +-
 RGENERATEPREC-1.2/RGENERATEPREC/man/PrecipitationAmountModel.Rd                 |   35 +-
 RGENERATEPREC-1.2/RGENERATEPREC/man/PrecipitationOccurenceModel.Rd              |   44 +-
 RGENERATEPREC-1.2/RGENERATEPREC/man/PrecipitationOccurenceMultiSiteModel.Rd     |   70 +---
 RGENERATEPREC-1.2/RGENERATEPREC/man/dw.spell.Rd                                 |   34 +-
 RGENERATEPREC-1.2/RGENERATEPREC/man/generate.Rd                                 |   68 +---
 RGENERATEPREC-1.2/RGENERATEPREC/man/nwetdays.Rd                                 |   29 -
 RGENERATEPREC-1.2/RGENERATEPREC/man/omega.Rd                                    |   46 --
 RGENERATEPREC-1.2/RGENERATEPREC/man/omega_inv.Rd                                |   85 +----
 RGENERATEPREC-1.2/RGENERATEPREC/man/omega_root.Rd                               |   23 -
 RGENERATEPREC-1.2/RGENERATEPREC/man/predict.Rd                                  |   47 +--
 26 files changed, 325 insertions(+), 444 deletions(-)

More information about RGENERATEPREC at CRAN
Permanent link

Package RGENERATE updated to version 1.3.5 with previous version 1.3 dated 2015-01-05

Title: Tools to Generate Vector Time Series
Description: A method 'generate()' is implemented in this package for the random generation of vector time series according to models obtained by 'RMAWGEN', 'vars' or other packages. This package was created to generalize the algorithms of the 'RMAWGEN' package for the analysis and generation of any environmental vector time series.
Author: Emanuele Cordano
Maintainer: Emanuele Cordano <emanuele.cordano@gmail.com>

Diff between RGENERATE versions 1.3 dated 2015-01-05 and 1.3.5 dated 2017-02-11

 DESCRIPTION       |   15 +++--
 MD5               |   13 ++--
 NAMESPACE         |    5 +
 R/gapFilling.R    |    4 -
 R/generate.R      |   18 +++---
 inst/CITATION     |only
 man/gapFilling.Rd |   26 +++++----
 man/generate.Rd   |  144 +++++++++++++++++++-----------------------------------
 8 files changed, 98 insertions(+), 127 deletions(-)

More information about RGENERATE at CRAN
Permanent link

Package InfoTrad updated to version 1.1 with previous version 1.0 dated 2016-12-23

Title: Calculates the Probability of Informed Trading (PIN)
Description: Estimates the probability of informed trading (PIN) initially introduced by Easley et. al. (1996) <doi:10.1111/j.1540-6261.1996.tb04074.x> . Contribution of the package is that it uses likelihood factorizations of Easley et. al. (2010) <doi:10.1017/S0022109010000074> (EHO factorization) and Lin and Ke (2011) <doi:10.1016/j.finmar.2011.03.001> (LK factorization). Moreover, the package uses different estimation algorithms. Specifically, the grid-search algorithm proposed by Yan and Zhang (2012) <doi:10.1016/j.jbankfin.2011.08.003> , hierarchical agglomerative clustering approach proposed by Gan et. al. (2015) <doi:10.1080/14697688.2015.1023336> and later extended by Ersan and Alici (2016) <doi:10.1016/j.intfin.2016.04.001> .
Author: Duygu Celik and Murat Tinic
Maintainer: Murat Tinic <tinic@bilkent.edu.tr>

Diff between InfoTrad versions 1.0 dated 2016-12-23 and 1.1 dated 2017-02-11

 DESCRIPTION             |   10 ++--
 MD5                     |   24 +++++----
 R/EA.R                  |only
 R/EHO.R                 |   98 ++++++++++++++++++++-------------------
 R/GAN.R                 |   12 +++-
 R/LK.R                  |    9 +--
 R/YZ.R                  |    8 ++-
 build/partial.rdb       |binary
 man/EA.Rd               |only
 man/EHO.Rd              |  118 ++++++++++++++++++++++++------------------------
 man/GAN.Rd              |   38 ++++++++-------
 man/InfoTrad-package.Rd |    3 -
 man/LK.Rd               |   61 +++++++++++++-----------
 man/YZ.Rd               |   31 +++++++-----
 14 files changed, 221 insertions(+), 191 deletions(-)

More information about InfoTrad at CRAN
Permanent link

New package AWR with initial version 1.11.88
Type: Package
Package: AWR
Maintainer: Gergely Daroczi <gergely.daroczi@card.com>
Author: Gergely Daroczi <gergely.daroczi@card.com>
Title: 'AWS' Java 'SDK' for R
Description: Installs the compiled Java modules of the Amazon Web Services ('AWS') 'SDK' to be used in downstream R packages interacting with 'AWS'. See <https://aws.amazon.com/sdk-for-java> for more information on the 'AWS' 'SDK' for Java.
Version: 1.11.88
Date: 2017-02-10
URL: https://github.com/cardcorp/AWR
License: AGPL-3
Imports: rJava, utils
Suggests: AWR.jars
Additional_repositories: https://cardcorp.gitlab.io/AWR.jars
NeedsCompilation: no
Packaged: 2017-02-11 12:38:07 UTC; daroczig
Repository: CRAN
Date/Publication: 2017-02-11 15:17:53

More information about AWR at CRAN
Permanent link

Package rEHR (with last version 1.0) was removed from CRAN

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

2017-01-23 1.0

Permanent link
Package seasonalview updated to version 0.2 with previous version 0.1.3 dated 2016-12-14

Title: Graphical User Interface for Seasonal Adjustment
Description: A graphical user interface to the 'seasonal' package and 'X-13ARIMA-SEATS', the U.S. Census Bureau's seasonal adjustment software. Unifies the code base of <http://www.seasonal.website> and the GUI in the 'seasonal' package.
Author: Christoph Sax
Maintainer: Christoph Sax <christoph.sax@gmail.com>

Diff between seasonalview versions 0.1.3 dated 2016-12-14 and 0.2 dated 2017-02-11

 seasonalview-0.1.3/seasonalview/R/import.spc2.R             |only
 seasonalview-0.1.3/seasonalview/man/seasonalview-exports.Rd |only
 seasonalview-0.2/seasonalview/DESCRIPTION                   |   20 ++---
 seasonalview-0.2/seasonalview/MD5                           |   31 ++++----
 seasonalview-0.2/seasonalview/NAMESPACE                     |    9 +-
 seasonalview-0.2/seasonalview/NEWS                          |   22 +++++-
 seasonalview-0.2/seasonalview/R/importable-xts.R            |only
 seasonalview-0.2/seasonalview/R/imported-and-re-exported.R  |   43 ++++++------
 seasonalview-0.2/seasonalview/R/plot_dypraph.R              |   10 +-
 seasonalview-0.2/seasonalview/R/seasonalview-package.R      |    4 -
 seasonalview-0.2/seasonalview/R/series0.R                   |    4 -
 seasonalview-0.2/seasonalview/R/view.R                      |   14 ++-
 seasonalview-0.2/seasonalview/README.md                     |   28 +++----
 seasonalview-0.2/seasonalview/inst/app/global.R             |   24 ++++--
 seasonalview-0.2/seasonalview/inst/app/server.R             |    2 
 seasonalview-0.2/seasonalview/man/seasonalview-package.Rd   |   13 +--
 seasonalview-0.2/seasonalview/man/standalone.Rd             |    1 
 seasonalview-0.2/seasonalview/man/view.Rd                   |    5 -
 18 files changed, 135 insertions(+), 95 deletions(-)

More information about seasonalview at CRAN
Permanent link

New package CATkit with initial version 3.0.0.1
Package: CATkit
Type: Package
Title: Chronomics Analysis Toolkit (CAT): Analyze Periodicity
Version: 3.0.0.1
Date: 2017-2-11
Author: Cathy Lee Gierke, Ruth Helget, Germaine Cornelissen-Guillaume
Maintainer: Cathy Lee Gierke <leegi001@umn.edu>
Imports: MASS, png, rtf, season, magic, stats, graphics, utils, grDevices, signal
LazyData: true
Description: Performs analysis of sinusoidal rhythms in time series data: actogram, smoothing, autocorrelation, crosscorrelation, several flavors of cosinor.
URL: http://z.umn.edu/CATkit, http://www.tandfonline.com/doi/full/10.1080/09291016.2015.1094965
License: GPL-2
NeedsCompilation: no
Packaged: 2017-02-11 11:39:47 UTC; user
Repository: CRAN
Date/Publication: 2017-02-11 13:27:23

More information about CATkit at CRAN
Permanent link

Package OpenImageR updated to version 1.0.4 with previous version 1.0.3 dated 2017-01-07

Title: An Image Processing Toolkit
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.
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>

Diff between OpenImageR versions 1.0.3 dated 2017-01-07 and 1.0.4 dated 2017-02-11

 DESCRIPTION                          |    8 
 MD5                                  |  108 +--
 NAMESPACE                            |   74 +-
 NEWS.md                              |    7 
 R/RcppExports.R                      |  492 +++++++--------
 R/hash_functions.R                   |    2 
 R/hog_features_rscript.R             |   10 
 R/read_image.R                       |    5 
 R/write_image.R                      |    9 
 README.md                            |    3 
 build/vignette.rds                   |binary
 inst/doc/The_OpenImageR_package.R    |  734 +++++++++++------------
 inst/doc/The_OpenImageR_package.html | 1090 +++++++++++++++++------------------
 man/Augmentation.Rd                  |  170 ++---
 man/HOG.Rd                           |   72 +-
 man/HOG_apply.Rd                     |  104 +--
 man/List_2_Array.Rd                  |   68 +-
 man/MinMaxObject.Rd                  |  102 +--
 man/NormalizeObject.Rd               |  102 +--
 man/ZCAwhiten.Rd                     |   76 +-
 man/average_hash.Rd                  |   82 +-
 man/convolution.Rd                   |   96 +--
 man/cropImage.Rd                     |   86 +-
 man/crop_image_secondary.Rd          |   26 
 man/delationErosion.Rd               |   78 +-
 man/dhash.Rd                         |   78 +-
 man/down_sample_image.Rd             |   84 +-
 man/edge_detection.Rd                |   98 +--
 man/flipImage.Rd                     |   64 +-
 man/func_chech_range.Rd              |   26 
 man/func_transform.Rd                |   26 
 man/gamma_correction.Rd              |   70 +-
 man/gaussian_kernel.Rd               |   26 
 man/hash_apply.Rd                    |   98 +--
 man/imageShow.Rd                     |   56 -
 man/image_thresholding.Rd            |   70 +-
 man/invariant_hash.Rd                |  126 ++--
 man/laplacian_kernels.Rd             |   26 
 man/norm_range_gauss.Rd              |   26 
 man/phash.Rd                         |   84 +-
 man/readImage.Rd                     |   61 -
 man/resizeImage.Rd                   |   78 +-
 man/rgb_2gray.Rd                     |   64 +-
 man/rotateFixed.Rd                   |   64 +-
 man/rotateImage.Rd                   |   76 +-
 man/runUI.Rd                         |   26 
 man/sec_gaus_bl.Rd                   |   26 
 man/sec_resiz_array.Rd               |   26 
 man/switch_filter.Rd                 |   28 
 man/switch_hashing.Rd                |   28 
 man/switch_invariant.Rd              |   26 
 man/translation.Rd                   |   70 +-
 man/uniform_filter.Rd                |   74 +-
 man/writeImage.Rd                    |   69 +-
 src/RcppExports.cpp                  |  458 +++++++-------
 55 files changed, 2881 insertions(+), 2855 deletions(-)

More information about OpenImageR at CRAN
Permanent link

Package fmdates updated to version 0.1.2 with previous version 0.1.1 dated 2017-02-05

Title: Financial Market Date Calculations
Description: Implements common date calculations relevant for specifying the economic nature of financial market contracts that are typically defined by International Swap Dealer Association (ISDA, <http://www2.isda.org>) legal documentation. This includes methods to check whether dates are business days in certain locales, functions to adjust and shift dates and time length (or day counter) calculations.
Author: Imanuel Costigan <i.costigan@me.com>
Maintainer: Imanuel Costigan <i.costigan@me.com>

Diff between fmdates versions 0.1.1 dated 2017-02-05 and 0.1.2 dated 2017-02-11

 DESCRIPTION               |    8 +++----
 MD5                       |   33 ++++++++++++++++----------------
 NAMESPACE                 |    2 +
 NEWS                      |    4 +++
 R/calendar-methods.R      |    5 +---
 R/date-counters.R         |   47 ++++++++++++++++++++++++++++------------------
 inst/doc/dates.html       |    4 +--
 man/actual_360.Rd         |    9 ++++++++
 man/actual_365.Rd         |    9 ++++++++
 man/actual_actual_isda.Rd |    9 ++++++++
 man/is_valid_bdc.Rd       |    4 ---
 man/is_valid_day_basis.Rd |only
 man/thirty_360.Rd         |   10 +++++++++
 man/thirty_360_eu.Rd      |   10 +++++++++
 man/thirty_360_eu_isda.Rd |    9 ++++++++
 man/thirty_360_eu_plus.Rd |    9 ++++++++
 man/thirty_360_us.Rd      |   10 +++++++++
 man/year_frac.Rd          |   18 +++++++++--------
 18 files changed, 146 insertions(+), 54 deletions(-)

More information about fmdates at CRAN
Permanent link

Package smooth updated to version 1.6.3 with previous version 1.6.1 dated 2017-01-28

Title: Forecasting Using Smoothing Functions
Description: The set of smoothing functions used for time series analysis and in forecasting. Currently the package includes exponential smoothing models and SARIMA in state-space form + several simulation functions.
Author: Ivan Svetunkov [aut, cre] (Research Associate at Lancaster Centre for Forecasting, UK)
Maintainer: Ivan Svetunkov <ivan@svetunkov.ru>

Diff between smooth versions 1.6.1 dated 2017-01-28 and 1.6.3 dated 2017-02-11

 DESCRIPTION            |    8 -
 MD5                    |   48 ++++----
 NAMESPACE              |    2 
 NEWS                   |   32 +++++
 R/RcppExports.R        |    4 
 R/es.R                 |  111 ++++++++++++++++---
 R/methods.R            |   10 -
 R/ssfunctions.R        |  100 +++++++++++++----
 inst/doc/ces.html      |   49 ++++----
 inst/doc/es.R          |   23 ++-
 inst/doc/es.Rmd        |   32 +++--
 inst/doc/es.html       |  130 +++++++++++-----------
 inst/doc/ges.html      |   52 ++++-----
 inst/doc/simulate.html |   70 ++++++------
 inst/doc/sma.html      |    6 -
 inst/doc/smooth.html   |    4 
 inst/doc/ssarima.html  |   40 +++---
 man/ces.Rd             |    2 
 man/es.Rd              |    2 
 man/ges.Rd             |    2 
 man/sma.Rd             |    2 
 man/ssarima.Rd         |    2 
 src/RcppExports.cpp    |    7 -
 src/ssgeneralfun.cpp   |  282 +++++++++++++++++++++++++++----------------------
 vignettes/es.Rmd       |   32 +++--
 25 files changed, 647 insertions(+), 405 deletions(-)

More information about smooth at CRAN
Permanent link

Package rgeolocate updated to version 1.0.0 with previous version 0.8.0 dated 2016-10-13

Title: IP Address Geolocation
Description: Connectors to online and offline sources for taking IP addresses and geolocating them to country, city, timezone and other geographic ranges. For individual connectors, see the package index.
Author: Oliver Keyes [aut, cre], Drew Schmidt [aut], David Robinson [ctb], Chris Davis [ctb], Bob Rudis [ctb], Maxmind, Inc. [cph], Pascal Gloor [cph], IP2Location.com [cph]
Maintainer: Oliver Keyes <ironholds@gmail.com>

Diff between rgeolocate versions 0.8.0 dated 2016-10-13 and 1.0.0 dated 2017-02-11

 DESCRIPTION                              |   17 +-
 MD5                                      |   46 ++++----
 NAMESPACE                                |    1 
 NEWS                                     |    5 
 R/RcppExports.R                          |   12 --
 R/ip2location.R                          |only
 R/ip_api.R                               |    2 
 R/maxmind.R                              |   11 +
 README.md                                |    6 -
 inst/doc/Introduction_to_rgeolocate.html |    4 
 inst/extdata/ip2_sample.bin              |only
 man/db_ip.Rd                             |    1 
 man/ip2location.Rd                       |only
 man/ip_api.Rd                            |    1 
 man/maxmind.Rd                           |    7 -
 man/rgeolocate.Rd                        |    2 
 src/IP2Loc_DBInterface.c                 |only
 src/IP2Loc_DBInterface.h                 |only
 src/IP2Location.c                        |only
 src/IP2Location.h                        |only
 src/RcppExports.cpp                      |   40 ++----
 src/ip2.cpp                              |only
 src/ip2.h                                |only
 src/ip_to_df.cpp                         |  178 ++++++-------------------------
 src/maxmind.cpp                          |   40 +++++-
 src/maxmind.h                            |   14 +-
 src/rgeolocate.cpp                       |    6 +
 tests/testthat/test_ip2location.R        |only
 tests/testthat/test_ip_api.R             |    1 
 29 files changed, 170 insertions(+), 224 deletions(-)

More information about rgeolocate at CRAN
Permanent link

Package ResourceSelection updated to version 0.3-1 with previous version 0.3-0 dated 2016-11-05

Title: Resource Selection (Probability) Functions for Use-Availability Data
Description: Resource Selection (Probability) Functions for use-availability wildlife data based on weighted distributions as described in Lele and Keim (2006) <doi:10.1890/0012-9658(2006)87[3021:WDAEOR]2.0.CO;2>, Lele (2009) <doi:10.2193/2007-535>, and Solymos & Lele (2016) <doi:10.1111/2041-210X.12432>.
Author: Subhash R. Lele [aut], Jonah L. Keim [aut], Peter Solymos [aut, cre]
Maintainer: Peter Solymos <solymos@ualberta.ca>

Diff between ResourceSelection versions 0.3-0 dated 2016-11-05 and 0.3-1 dated 2017-02-11

 DESCRIPTION      |   10 +++++-----
 MD5              |   15 ++++++++++-----
 NAMESPACE        |   28 ++++++++++++++++------------
 R/mep.R          |only
 R/mep.default.R  |only
 R/mepdot.R       |only
 R/predict.rsf.R  |    1 +
 R/rsf.fit.R      |   10 +++++-----
 R/solveneardot.R |only
 R/vcov.rsf.R     |    2 +-
 man/mep.Rd       |only
 11 files changed, 38 insertions(+), 28 deletions(-)

More information about ResourceSelection at CRAN
Permanent link

New package RatingScaleReduction with initial version 1.0
Package: RatingScaleReduction
Type: Package
Title: Rating Scale Reduction Procedure
Version: 1.0
Date: 2017-01-31
Author: Waldemar W. Koczkodaj, Alicja Wolny-Dominiak
Maintainer: Alicja Wolny-Dominiak <alicja.wolny-dominiak@ue.katowice.pl>
Depends: pROC, ggplot2
Description: Reduces items in a rating scale by a new procedure of reducing items in a rating scale.
License: GPL-2
NeedsCompilation: no
Packaged: 2017-02-09 21:23:57 UTC; Woali
Repository: CRAN
Date/Publication: 2017-02-11 10:04:31

More information about RatingScaleReduction at CRAN
Permanent link

Package RADami updated to version 1.1-2 with previous version 1.0-3 dated 2014-03-03

Title: Phylogenetic Analysis of RADseq Data
Description: Implements import, export, manipulation, visualization, and downstream (post-clustering) analysis of RADseq data, integrating with the 'pyRAD' package by Deren Eaton.
Author: Andrew Hipp [aut, cre], Klaus Schliep [ctb]
Maintainer: Andrew Hipp <ahipp@mortonarb.org>

Diff between RADami versions 1.0-3 dated 2014-03-03 and 1.1-2 dated 2017-02-11

 DESCRIPTION                      |   26 +++--
 MD5                              |  114 ++++++++++++-----------
 NAMESPACE                        |   34 ++++--
 R/compare.all.trees.R            |   22 ++--
 R/consensus.pyRAD.R              |   39 ++++---
 R/filter.by.R                    |   32 ++++--
 R/gen.RAD.loci.datasets.R        |  192 +++++++++++++++++++--------------------
 R/genTrees.R                     |   78 +++++++--------
 R/genotypes.pyRAD.loci.R         |only
 R/get.raxml.siteLikelihoods.R    |   20 ++--
 R/get.raxml.treeLikelihoods.R    |   28 ++---
 R/grab.pyRAD.locus.R             |only
 R/group.subset.pyRAD.loci.R      |only
 R/lengths.report.R               |   46 ++++-----
 R/locus.dist.R                   |   30 +++---
 R/match.lnL.to.trees.R           |   53 +++++-----
 R/overlap.report.R               |   46 ++++-----
 R/pairwise.fst.R                 |only
 R/plot.locus.dist.R              |  100 ++++++++++----------
 R/plot.partitionedRAD.R          |  160 ++++++++++++++++----------------
 R/plot.rankedPartitionedRAD.R    |  162 ++++++++++++++++----------------
 R/print.pyRAD.loci.R             |   14 +-
 R/rad2mat.R                      |   34 +++---
 R/rad2phy.R                      |   40 ++++----
 R/rank.partitionedRAD.R          |   58 +++++------
 R/read.pyRAD.R                   |  102 ++++++++++----------
 R/rtreePhylo.R                   |   32 +++---
 R/subset.pyRAD.loci.R            |   84 ++++++++++-------
 R/summary.pyRAD.loci.R           |   84 ++++++++---------
 R/tidyName.R                     |only
 R/unique.multiPhylo.R            |   50 +++++-----
 R/write.DNAStringSet.R           |   24 +++-
 inst                             |only
 man/RADami-package.Rd            |   58 +++++------
 man/compare.all.trees.Rd         |   36 +++----
 man/consensus.pyRAD.Rd           |   64 ++++++-------
 man/filter.by.Rd                 |   55 ++++++-----
 man/gen.RAD.loci.datasets.Rd     |  133 +++++++++++++--------------
 man/genTrees.Rd                  |   87 ++++++++---------
 man/genotypes.pyRAD.loci.Rd      |only
 man/get.raxml.siteLikelihoods.Rd |   48 ++++-----
 man/get.raxml.treeLikelihoods.Rd |   42 ++++----
 man/grab.pyRAD.locus.Rd          |only
 man/lengths.report.Rd            |   67 ++++++-------
 man/locus.dist.Rd                |   70 +++++++-------
 man/match.lnL.to.trees.Rd        |   93 +++++++++---------
 man/oak.rads.Rd                  |   18 +--
 man/oak.tree.Rd                  |   28 ++---
 man/overlap.report.Rd            |   54 +++++-----
 man/pairwise.fst.Rd              |only
 man/plot.locus.dist.Rd           |  108 +++++++++++----------
 man/plot.partitionedRAD.Rd       |  124 ++++++++++++-------------
 man/plot.rankedPartitionedRAD.Rd |  128 +++++++++++++-------------
 man/print.pyRAD.loci.Rd          |   34 +++---
 man/rad2mat.Rd                   |   52 +++++-----
 man/rad2phy.Rd                   |   48 +++++----
 man/rank.partitionedRAD.Rd       |   88 +++++++++--------
 man/read.pyRAD.Rd                |   83 ++++++++--------
 man/rtreePhylo.Rd                |   44 ++++----
 man/subset.pyRAD.loci.Rd         |   92 ++++++++++--------
 man/summary.pyRAD.loci.Rd        |   70 +++++++-------
 man/tidyName.Rd                  |only
 man/write.DNAStringSet.Rd        |   43 ++++----
 63 files changed, 1788 insertions(+), 1683 deletions(-)

More information about RADami at CRAN
Permanent link

Package PopGenome updated to version 2.2.0 with previous version 2.1.6 dated 2015-05-04

Title: An Efficient Swiss Army Knife for Population Genomic Analyses
Description: Provides efficient tools for population genomics data analysis, able to process individual loci, large sets of loci, or whole genomes. PopGenome not only implements a wide range of population genetics statistics, but also facilitates the easy implementation of new algorithms by other researchers. PopGenome is optimized for speed via the seamless integration of C code.
Author: Bastian Pfeifer [aut, cre], Ulrich Wittelsbuerger [ctb], Heng Li [ctb], Bob Handsaker [ctb]
Maintainer: Bastian Pfeifer <Bastian.Pfeifer@uni-duesseldorf.de>

Diff between PopGenome versions 2.1.6 dated 2015-05-04 and 2.2.0 dated 2017-02-11

 DESCRIPTION                                           |    8 
 MD5                                                   |   67 -
 NAMESPACE                                             |    8 
 NEWS                                                  |   29 
 R/DATA.R                                              |    7 
 R/D_jacknife.R                                        |only
 R/GEN.R                                               |   10 
 R/GENOME.R                                            |  177 +++
 R/MS_jointfreqdist.R                                  |only
 R/PG_plot.biallelic.matrix.R                          |   23 
 R/SNPFST.R                                            |    6 
 R/calc.fixed.shared.R                                 |only
 R/calc_BD.R                                           |only
 R/calc_BDF.R                                          |only
 R/calc_Bd_CLR_table.R                                 |only
 R/calc_Bd_clr.R                                       |only
 R/calc_D.R                                            |   54 -
 R/calc_RNDmin.R                                       |only
 R/calc_miss.R                                         |    9 
 R/complike.R                                          |   26 
 R/diversity.stats.R                                   |    1 
 R/diversity.stats.between.R                           |only
 R/get_fixed_shared.R                                  |only
 R/intern.calc.R2.R                                    |    7 
 R/introgression.stats.R                               |  158 ++-
 R/jointfreqdist.R                                     |   74 +
 R/set.filter.R                                        |only
 R/set.synnonsyn.R                                     |    4 
 R/site_FST.R                                          |    2 
 R/site_diversity_between.R                            |only
 inst/doc/An_introduction_to_the_PopGenome_package.pdf |binary
 inst/doc/Integration_of_new_Methods.pdf               |binary
 inst/doc/Whole_genome_analyses_using_VCF_files.pdf    |  941 +++++++++---------
 man/GENOME-class.Rd                                   |   20 
 man/MKT-methods.Rd                                    |   10 
 man/PG_plot.biallelic.matrix.Rd                       |    5 
 man/calc.fixed.shared-methods.Rd                      |only
 man/diversity.stats.between-methods.Rd                |only
 man/introgression.stats.Rd                            |   34 
 man/set.filter-methods.Rd                             |only
 src/Makevars.win                                      |    4 
 src/R2_C.c                                            |   19 
 42 files changed, 1123 insertions(+), 580 deletions(-)

More information about PopGenome at CRAN
Permanent link

Package lmtest updated to version 0.9-35 with previous version 0.9-34 dated 2015-06-06

Title: Testing Linear Regression Models
Description: A collection of tests, data sets, and examples for diagnostic checking in linear regression models. Furthermore, some generic tools for inference in parametric models are provided.
Author: Torsten Hothorn [aut], Achim Zeileis [aut, cre], Richard W. Farebrother [aut] (pan.f), Clint Cummins [aut] (pan.f), Giovanni Millo [ctb], David Mitchell [ctb]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>

Diff between lmtest versions 0.9-34 dated 2015-06-06 and 0.9-35 dated 2017-02-11

 lmtest-0.9-34/lmtest/R/waldci.R                         |only
 lmtest-0.9-35/lmtest/DESCRIPTION                        |    8 -
 lmtest-0.9-35/lmtest/MD5                                |   80 ++++++++--------
 lmtest-0.9-35/lmtest/NAMESPACE                          |   25 +++--
 lmtest-0.9-35/lmtest/NEWS                               |   16 +++
 lmtest-0.9-35/lmtest/R/bgtest.R                         |    2 
 lmtest-0.9-35/lmtest/R/bptest.R                         |   18 ++-
 lmtest-0.9-35/lmtest/R/coefci.R                         |only
 lmtest-0.9-35/lmtest/R/coeftest.R                       |    4 
 lmtest-0.9-35/lmtest/R/coxtest.R                        |    4 
 lmtest-0.9-35/lmtest/R/gqtest.R                         |    1 
 lmtest-0.9-35/lmtest/R/jtest.R                          |    4 
 lmtest-0.9-35/lmtest/R/petest.R                         |    4 
 lmtest-0.9-35/lmtest/R/resettest.R                      |    2 
 lmtest-0.9-35/lmtest/R/waldtest.R                       |    6 +
 lmtest-0.9-35/lmtest/build/vignette.rds                 |binary
 lmtest-0.9-35/lmtest/data/ChickEgg.rda                  |binary
 lmtest-0.9-35/lmtest/data/Mandible.rda                  |binary
 lmtest-0.9-35/lmtest/data/USDistLag.rda                 |binary
 lmtest-0.9-35/lmtest/data/bondyield.rda                 |binary
 lmtest-0.9-35/lmtest/data/currencysubstitution.rda      |binary
 lmtest-0.9-35/lmtest/data/ftemp.rda                     |binary
 lmtest-0.9-35/lmtest/data/fyff.rda                      |binary
 lmtest-0.9-35/lmtest/data/gmdc.rda                      |binary
 lmtest-0.9-35/lmtest/data/growthofmoney.rda             |binary
 lmtest-0.9-35/lmtest/data/ip.rda                        |binary
 lmtest-0.9-35/lmtest/data/jocci.rda                     |binary
 lmtest-0.9-35/lmtest/data/lhur.rda                      |binary
 lmtest-0.9-35/lmtest/data/moneydemand.rda               |binary
 lmtest-0.9-35/lmtest/data/pw561.rda                     |binary
 lmtest-0.9-35/lmtest/data/unemployment.rda              |binary
 lmtest-0.9-35/lmtest/data/valueofstocks.rda             |binary
 lmtest-0.9-35/lmtest/data/wages.rda                     |binary
 lmtest-0.9-35/lmtest/inst/CITATION                      |    4 
 lmtest-0.9-35/lmtest/inst/doc/lmtest-intro.Rnw          |    8 -
 lmtest-0.9-35/lmtest/inst/doc/lmtest-intro.pdf          |binary
 lmtest-0.9-35/lmtest/man/bgtest.Rd                      |   12 +-
 lmtest-0.9-35/lmtest/man/coeftest.Rd                    |   55 ++++++++---
 lmtest-0.9-35/lmtest/man/dwtest.Rd                      |   10 --
 lmtest-0.9-35/lmtest/man/gqtest.Rd                      |    6 -
 lmtest-0.9-35/lmtest/tests/Examples/lmtest-Ex.Rout.save |   34 +++++-
 lmtest-0.9-35/lmtest/vignettes/lmtest-intro.Rnw         |    8 -
 42 files changed, 194 insertions(+), 117 deletions(-)

More information about lmtest at CRAN
Permanent link

New package libsoc with initial version 0.5
Package: libsoc
Version: 0.5
Date: 2017-02-07
Title: Read, Create and Write 'PharmML' Standard Output (so) XML Files
Author: Rikard Nordgren <rikard.nordgren@farmbio.uu.se>
Maintainer: Rikard Nordgren <rikard.nordgren@farmbio.uu.se>
Depends: R (>= 2.14.1)
Imports: methods
SystemRequirements: libxml2: libxml2-dev (deb), libxml2-devel (rpm)
NeedsCompilation: yes
Description: Handle 'PharmML' (Pharmacometrics Markup Language) standard output (SO) XML files. SO files can be created, read, manipulated and written through a data binding from the XML structure to a tree structure of R objects.
URL: https://github.com/rikardn/libsoc
BugReports: https://github.com/rikardn/libsoc/issues
License: LGPL-3
Copyright: 2015-2017 Rikard Nordgren
Packaged: 2017-02-09 09:56:54 UTC; rikard
Repository: CRAN
Date/Publication: 2017-02-11 10:04:35

More information about libsoc at CRAN
Permanent link

Package IRISSeismic updated to version 1.4.1 with previous version 1.3.9 dated 2016-12-19

Title: Classes and Methods for Seismic Data Analysis
Description: Provides classes and methods for seismic data analysis. The base classes and methods are inspired by the python code found in the 'ObsPy' python toolbox <https://github.com/obsypy/obspy>. Additional classes and methods support data returned by web services provided by the 'IRIS DMC' <http://service.iris.edu/>.
Author: Jonathan Callahan [aut], Rob Casey [aut], Gillian Sharer [aut, cre], Mary Templeton [aut], Chad Trabant [ctb]
Maintainer: Gillian Sharer <gillian@iris.washington.edu>

Diff between IRISSeismic versions 1.3.9 dated 2016-12-19 and 1.4.1 dated 2017-02-11

 IRISSeismic-1.3.9/IRISSeismic/src/libmseed/matlab                      |only
 IRISSeismic-1.3.9/IRISSeismic/src/libmseed/steimdata.h                 |only
 IRISSeismic-1.4.1/IRISSeismic/DESCRIPTION                              |    6 
 IRISSeismic-1.4.1/IRISSeismic/MD5                                      |  156 
 IRISSeismic-1.4.1/IRISSeismic/R/Class-IrisClient.R                     |  298 -
 IRISSeismic-1.4.1/IRISSeismic/R/Utils.R                                |   10 
 IRISSeismic-1.4.1/IRISSeismic/inst/doc/IRISSeismic-intro.html          |   24 
 IRISSeismic-1.4.1/IRISSeismic/man/IRISSeismic-package.Rd               |   29 
 IRISSeismic-1.4.1/IRISSeismic/man/IrisClient-class.Rd                  |    2 
 IRISSeismic-1.4.1/IRISSeismic/man/McNamaraBins.Rd                      |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/McNamaraPSD.Rd                       |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/STALTA.Rd                            |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/Stream-class.Rd                      |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/Trace-class.Rd                       |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/TraceHeader-class.Rd                 |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/basicStats.Rd                        |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/butterworth.Rd                       |    2 
 IRISSeismic-1.4.1/IRISSeismic/man/crossSpectrum.Rd                     |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/envelope.Rd                          |   12 
 IRISSeismic-1.4.1/IRISSeismic/man/eventWindow.Rd                       |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/getAvailability.Rd                   |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/getDataselect.Rd                     |   40 
 IRISSeismic-1.4.1/IRISSeismic/man/getDistaz.Rd                         |    2 
 IRISSeismic-1.4.1/IRISSeismic/man/getEvalresp.Rd                       |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/getGaps.Rd                           |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/getRotation.Rd                       |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/getSNCL.Rd                           |   42 
 IRISSeismic-1.4.1/IRISSeismic/man/getTraveltime.Rd                     |    2 
 IRISSeismic-1.4.1/IRISSeismic/man/getUpDownTimes.Rd                    |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/hilbert.Rd                           |    8 
 IRISSeismic-1.4.1/IRISSeismic/man/hilbertFFT.Rd                        |   13 
 IRISSeismic-1.4.1/IRISSeismic/man/mergeTraces.Rd                       |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/mergeUpDownTimes.Rd                  |    2 
 IRISSeismic-1.4.1/IRISSeismic/man/miniseed2Stream.Rd                   |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/multiplyBy.Rd                        |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/noiseMatrix2PdfMatrix.Rd             |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/noiseModels.Rd                       |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/psdDF2NoiseMatrix.Rd                 |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/psdList.Rd                           |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/psdList2NoiseMatrix.Rd               |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/psdPlot.Rd                           |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/psdStatistics.Rd                     |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/readMiniseedFile.Rd                  |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/rmsVariance.Rd                       |    5 
 IRISSeismic-1.4.1/IRISSeismic/man/rotate2D.Rd                          |    1 
 IRISSeismic-1.4.1/IRISSeismic/man/slice.Rd                             |    4 
 IRISSeismic-1.4.1/IRISSeismic/man/surfaceDistance.Rd                   |    1 
 IRISSeismic-1.4.1/IRISSeismic/src/Makevars                             |    2 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/ChangeLog                   |   77 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/INSTALL                     |   27 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/LICENSE.txt                 |only
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/Makefile                    |   22 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/Makefile.wat                |    8 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/README                      |   26 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/doc/ms_genfactmult.3        |   29 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/doc/ms_ratapprox.3          |   29 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/doc/ms_readleapsecondfile.3 |    4 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/doc/ms_readleapseconds.3    |    4 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/fileutils.c                 | 1501 ++---
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/genutils.c                  | 1755 +++---
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/gswap.c                     |   94 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/libmseed.def                |    2 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/libmseed.h                  |   31 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/lmplatform.c                |   35 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/lmplatform.h                |   49 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/logging.c                   |  292 -
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/lookup.c                    |  317 -
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/msrutils.c                  | 1774 +++---
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/pack.c                      | 1656 +++---
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/packdata.c                  | 1307 ++---
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/packdata.h                  |   38 
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/parseutils.c                | 1933 +++----
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/selection.c                 |  872 +--
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/tracelist.c                 | 2250 ++++----
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/traceutils.c                | 2543 ++++------
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/unpack.c                    | 1801 +++----
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/unpackdata.c                | 1661 +++---
 IRISSeismic-1.4.1/IRISSeismic/src/libmseed/unpackdata.h                |   52 
 IRISSeismic-1.4.1/IRISSeismic/src/parseMiniSEED.c                      |   15 
 79 files changed, 10720 insertions(+), 10218 deletions(-)

More information about IRISSeismic at CRAN
Permanent link

Package IRISMustangMetrics updated to version 2.0.4 with previous version 2.0.2 dated 2016-12-01

Title: Statistics and Metrics for Seismic Data
Description: Classes and functions for metrics calculation as part of the 'IRIS DMC MUSTANG' project. The functionality in this package builds upon the base classes of the 'IRISSeismic' package. Metrics include basic statistics as well as higher level 'health' metrics that can help identify problematic seismometers.
Author: Jonathan Callahan [aut], Rob Casey [aut], Mary Templeton [aut], Gillian Sharer [aut, cre]
Maintainer: Gillian Sharer <gillian@iris.washington.edu>

Diff between IRISMustangMetrics versions 2.0.2 dated 2016-12-01 and 2.0.4 dated 2017-02-11

 DESCRIPTION                       |    6 ++--
 MD5                               |   40 +++++++++++++--------------
 NAMESPACE                         |    3 +-
 R/BSSUtils.R                      |   56 ++++++++++++++++++++++++--------------
 R/SNRMetric.R                     |    8 ++---
 man/GeneralValueMetric-class.Rd   |    1 
 man/IRISMustangMetrics-package.Rd |    8 ++++-
 man/SNRMetric.Rd                  |    2 -
 man/SpectrumMetric-class.Rd       |    1 
 man/basicStatsMetric.Rd           |    2 -
 man/convertBssErrors.Rd           |    1 
 man/createBssUrl.Rd               |    2 -
 man/crossCorrelationMetric.Rd     |    2 -
 man/dailyDCOffsetMetric.Rd        |    1 
 man/getGeneralValueMetrics.Rd     |    2 -
 man/getMetricFunctionMetadata.Rd  |    2 -
 man/getMetricsXml.Rd              |    2 -
 man/getSingleValueMetrics.Rd      |    3 ++
 man/metricList2DF.Rd              |    2 -
 man/metricList2DFList.Rd          |   24 ----------------
 man/spectrumMetric2Xml.Rd         |    2 -
 21 files changed, 77 insertions(+), 93 deletions(-)

More information about IRISMustangMetrics at CRAN
Permanent link

Package devEMF updated to version 3.3-1 with previous version 3.3 dated 2017-02-09

Title: EMF Graphics Output Device
Description: Output graphics to EMF+/EMF.
Author: Philip Johnson
Maintainer: Philip Johnson <plfj@umd.edu>

Diff between devEMF versions 3.3 dated 2017-02-09 and 3.3-1 dated 2017-02-11

 DESCRIPTION       |    8 ++++----
 MD5               |    9 +++++----
 NEWS              |    6 ++++++
 cleanup           |only
 src/devEMF.cpp    |   13 +++++++++----
 src/fontmetrics.h |   33 +++++++++++++++++++--------------
 6 files changed, 43 insertions(+), 26 deletions(-)

More information about devEMF at CRAN
Permanent link

Package DescTools updated to version 0.99.19 with previous version 0.99.18 dated 2016-11-04

Title: Tools for Descriptive Statistics
Description: A collection of miscellaneous basic statistic functions and convenience wrappers for efficiently describing data. The author's intention was to create a toolbox, which facilitates the (notoriously time consuming) first descriptive tasks in data analysis, consisting of calculating descriptive statistics, drawing graphical summaries and reporting the results. The package contains furthermore functions to produce documents using MS Word (or PowerPoint) and functions to import data from Excel. Many of the included functions can be found scattered in other packages and other sources written partly by Titans of R. The reason for collecting them here, was primarily to have them consolidated in ONE instead of dozens of packages (which themselves might depend on other packages which are not needed at all), and to provide a common and consistent interface as far as function and arguments naming, NA handling, recycling rules etc. are concerned. Google style guides were used as naming rules (in absence of convincing alternatives). The 'camel style' was consequently applied to functions borrowed from contributed R packages as well.
Author: Andri Signorell. Includes R source code and/or documentation previously published by (in alphabetical order): Ken Aho, Andreas Alfons, Nanina Anderegg, Tomas Aragon, Antti Arppe, Adrian Baddeley, Kamil Barton, Ben Bolker, Frederico Caeiro, Stephane Champely, Daniel Chessel, Leanne Chhay, Clint Cummins, Michael Dewey, Harold C. Doran, Stephane Dray, Charles Dupont, Dirk Eddelbuettel, Jeff Enos, Claus Ekstrom, Martin Elff, Kamil Erguler, Richard W. Farebrother, John Fox, Romain Francois, Michael Friendly, Tal Galili, Matthias Gamer, Joseph L. Gastwirth, Yulia R. Gel, Juergen Gross, Gabor Grothendieck, Frank E. Harrell Jr, Richard Heiberger, Michael Hoehle, Christian W. Hoffmann, Torsten Hothorn, Markus Huerzeler, Wallace W. Hui, Pete Hurd, Rob J. Hyndman, Pablo J. Villacorta Iglesias, Matthias Kohl, Mikko Korpela, Max Kuhn, Detlew Labes, Friederich Leisch, Jim Lemon, Dong Li, Martin Maechler, Arni Magnusson, Daniel Malter, George Marsaglia, John Marsaglia, Alina Matei, David Meyer, Weiwen Miao, Giovanni Millo, Yongyi Min, David Mitchell, Markus Naepflin, Daniel Navarro, Henric Nilsson, Klaus Nordhausen, Derek Ogle, Hong Ooi, Nick Parsons, Sandrine Pavoine, Tony Plate, Roland Rapold, William Revelle, Tyler Rinker, Brian D. Ripley, Caroline Rodriguez, Nathan Russell, Nick Sabbe, Venkatraman E. Seshan, Greg Snow, Michael Smithson, Werner A. Stahel, Mark Stevenson, Matthias Templ, Terry Therneau, Yves Tille, Adrian Trapletti, Kevin Ushey, Jeremy VanDerWal, Bill Venables, John Verzani, Gregory R. Warnes, Stefan Wellek, Hadley Wickham, Rand R. Wilcox, Peter Wolf, Daniel Wollschlaeger, Thomas Yee, Achim Zeileis
Maintainer: Andri Signorell <andri@signorell.net>

Diff between DescTools versions 0.99.18 dated 2016-11-04 and 0.99.19 dated 2017-02-11

 DESCRIPTION                |   12 
 MD5                        |  161 +++---
 NAMESPACE                  |   21 
 NEWS                       |   84 ++-
 R/Desc.R                   |   67 ++
 R/DescTools.r              | 1151 +++++++++++++++++++++++++++------------------
 R/LinMod.R                 |   97 +--
 R/StatsAndCIs.r            |  346 +++++++++++--
 inst/doc/TablesInR.pdf     |binary
 man/BarText.Rd             |only
 man/BinToDec.Rd            |   10 
 man/BootCI.Rd              |only
 man/BrierScore.Rd          |    6 
 man/Canvas.Rd              |    2 
 man/CartToPol.Rd           |    4 
 man/CochranArmitageTest.Rd |   14 
 man/ColToHex.Rd            |    6 
 man/CombPairs.Rd           |    8 
 man/ConDisPairs.Rd         |    2 
 man/CramerV.Rd             |    4 
 man/CramerVonMisesTest.Rd  |    2 
 man/Cstat.Rd               |   37 -
 man/Date.Rd                |    8 
 man/DegToRad.Rd            |    2 
 man/DescToolsOptions.Rd    |    8 
 man/DivCoef.Rd             |    6 
 man/Dummy.Rd               |   48 -
 man/EtaSq.Rd               |    4 
 man/ExpFreq.Rd             |    2 
 man/FindCorr.Rd            |    2 
 man/FisherZ.Rd             |    6 
 man/Format.Rd              |    6 
 man/GetNewPP.Rd            |    4 
 man/GetNewWrd.Rd           |    2 
 man/GetNewXL.Rd            |    4 
 man/GoodmanKruskalGamma.Rd |    2 
 man/HexToCol.Rd            |    4 
 man/HotellingsT.Rd         |   12 
 man/IdentifyA.Rd           |    2 
 man/IsDate.Rd              |    4 
 man/KappaM.Rd              |    8 
 man/LillieTest.Rd          |    2 
 man/LinScale.Rd            |   14 
 man/LogSt.Rd               |   64 +-
 man/Logit.Rd               |    2 
 man/MAE.Rd                 |    2 
 man/Mar.Rd                 |    4 
 man/Mean.Rd                |    5 
 man/MeanSE.Rd              |    2 
 man/Median.Rd              |   26 -
 man/MixColor.Rd            |    2 
 man/PearsonTest.Rd         |    2 
 man/Phrase.Rd              |only
 man/PlotACF.Rd             |    6 
 man/PlotBag.Rd             |  104 ++--
 man/PlotDev.Rd             |only
 man/PlotDot.Rd             |    4 
 man/PlotFun.Rd             |    5 
 man/PlotLinesA.Rd          |    7 
 man/PlotMarDens.Rd         |   12 
 man/PlotPch.Rd             |    2 
 man/PlotTernary.Rd         |    8 
 man/PlotWeb.Rd             |    2 
 man/Primes.Rd              |    2 
 man/Quantile.Rd            |only
 man/Recode.Rd              |   13 
 man/RoundTo.Rd             |   32 +
 man/ShapiroFranciaTest.Rd  |    2 
 man/Sort.Rd                |   14 
 man/StdCoef.Rd             |    8 
 man/StrCap.Rd              |   23 
 man/StrChop.Rd             |   27 -
 man/Strata.Rd              |   26 -
 man/TOne.Rd                |   18 
 man/TheilU.Rd              |    4 
 man/TitleRect.Rd           |only
 man/ToWrd.Rd               |    4 
 man/Unwhich.Rd             |only
 man/VIF.Rd                 |    7 
 man/d.whisky.Rd            |    1 
 man/identify.formula.Rd    |    2 
 man/like.Rd                |    2 
 man/matpow.Rd              |only
 man/n.Rd                   |only
 man/paste.Rd               |    4 
 man/wdConst.Rd             |   10 
 86 files changed, 1684 insertions(+), 958 deletions(-)

More information about DescTools at CRAN
Permanent link

New package CoSeg with initial version 0.38
Package: CoSeg
Type: Package
Title: Cosegregation Analysis and Pedigree Simulation
Version: 0.38
Date: 2017-02-08
Author: John Michael O. Ranola and Brian H. Shirts
Depends: kinship2, fGarch, splines
Maintainer: John Michael O. Ranola <ranolaj@uw.edu>
Description: Tools for generating and analyzing pedigrees. Specifically, this has functions that will generate realistic pedigrees for the USA and China based on historical birth rates and family sizes. It also has functions for analyzing these pedigrees when they include disease information including one based on counting meioses and another based on likelihood ratios.
License: GPL (>= 2)
LazyData: True
Repository: CRAN
Repository/R-Forge/Project: coseg
Repository/R-Forge/Revision: 34
Repository/R-Forge/DateTimeStamp: 2017-02-10 11:24:38
Date/Publication: 2017-02-11 10:04:01
NeedsCompilation: yes
Packaged: 2017-02-10 11:45:28 UTC; rforge

More information about CoSeg at CRAN
Permanent link

Package ClusterR updated to version 1.0.5 with previous version 1.0.4 dated 2017-02-02

Title: Gaussian Mixture Models, K-Means, Mini-Batch-Kmeans and K-Medoids Clustering
Description: Gaussian mixture models, k-means, mini-batch-kmeans and k-medoids clustering with the option to plot, validate, predict (new data) and estimate the optimal number of clusters. The package takes advantage of 'RcppArmadillo' to speed up the computationally intensive parts of the functions.
Author: Lampros Mouselimis <mouselimislampros@gmail.com>
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>

Diff between ClusterR versions 1.0.4 dated 2017-02-02 and 1.0.5 dated 2017-02-11

 DESCRIPTION                                |    8 +--
 MD5                                        |   10 ++--
 NEWS.md                                    |   65 +++++++++++++++--------------
 README.md                                  |    1 
 inst/doc/the_clusterR_package.html         |   12 ++---
 src/kmeans_miniBatchKmeans_GMM_Medoids.cpp |   48 +++++++++++----------
 6 files changed, 77 insertions(+), 67 deletions(-)

More information about ClusterR at CRAN
Permanent link


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