Title: Quantitative Analysis of Textual Data
Description: A fast, flexible toolset for for the management, processing, and
quantitative analysis of textual data in R.
Author: Kenneth Benoit [aut, cre],
Paul Nulty [aut],
Pablo Barberá [ctb],
Kohei Watanabe [ctb],
Benjamin Lauderdale [ctb]
Maintainer: Kenneth Benoit <kbenoit@lse.ac.uk>
Diff between quanteda versions 0.8.0-3 dated 2015-07-11 and 0.8.0-4 dated 2015-07-13
DESCRIPTION | 10 ++++---- MD5 | 28 +++++++++++------------ NAMESPACE | 1 NEWS | 6 ++++ R/corpus.R | 10 ++++++-- R/dfm-main.R | 2 - R/dfm-methods.R | 13 ++++++---- R/readability.R | 20 +++++++++++----- R/textfile.R | 9 ++++++- README.md | 52 ++++++++++++++++++++++++++++++++++--------- inst/doc/corpus-sources.html | 14 +++++------ inst/doc/quickstart.html | 16 ++++++------- man/corpus.Rd | 1 man/nsentence.Rd | 7 +++++ man/readability.Rd | 4 +++ 15 files changed, 132 insertions(+), 61 deletions(-)
Title: Nonparametric Boundary Regression
Description: A variety of functions for the best known and most innovative approaches to nonparametric boundary estimation. The selected methods are concerned with empirical, smoothed, unrestricted as well as constrained fits under both separate and multiple shape constraints. They cover robust approaches to outliers as well as data envelopment techniques based on piecewise polynomials, splines, local linear fitting, extreme values and kernel smoothing. The package also seamlessly allows for Monte Carlo comparisons among these different estimation methods. Its use is illustrated via a number of empirical applications and simulated examples.
Author: Abdelaati Daouia <Abdelaati.Daouia@tse-fr.eu>, Thibault Laurent <thibault.laurent@univ-tlse1.fr>, Hohsuk Noh <word5810@gmail.com>
Maintainer: Thibault Laurent <thibault.laurent@univ-tlse1.fr>
Diff between npbr versions 1.1 dated 2015-04-01 and 1.2 dated 2015-07-13
DESCRIPTION | 12 ++++++------ MD5 | 10 +++++----- NAMESPACE | 6 +++++- man/kern_smooth.Rd | 4 +++- man/kern_smooth_bw.Rd | 2 ++ man/quad_spline_est.Rd | 4 +++- 6 files changed, 24 insertions(+), 14 deletions(-)
Title: Download 'Socrata' Data Sets as R Data Frames
Description: Provides easier interaction with
Socrata open data portals http://dev.socrata.com.
Users can provide a 'Socrata' data set resource URL,
or a 'Socrata' Open Data API (SoDA) web query,
or a 'Socrata' "human-friendly" URL,
returns an R data frame.
Converts dates to 'POSIX' format.
Manages throttling by 'Socrata'.
Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., and John Malc
Maintainer: "Tom Schenk Jr." <developers@cityofchicago.org>
Diff between RSocrata versions 1.6.0-12 dated 2015-04-20 and 1.6.2-10 dated 2015-07-13
RSocrata-1.6.0-12/RSocrata/R/tests |only RSocrata-1.6.0-12/RSocrata/man/logMsg.Rd |only RSocrata-1.6.2-10/RSocrata/DESCRIPTION | 25 - RSocrata-1.6.2-10/RSocrata/LICENSE | 2 RSocrata-1.6.2-10/RSocrata/MD5 | 25 - RSocrata-1.6.2-10/RSocrata/NAMESPACE | 24 - RSocrata-1.6.2-10/RSocrata/R/RSocrata.R | 480 ++++++++++++------------- RSocrata-1.6.2-10/RSocrata/README.md |only RSocrata-1.6.2-10/RSocrata/man/fieldName.Rd | 54 +- RSocrata-1.6.2-10/RSocrata/man/isFourByFour.Rd | 48 +- RSocrata-1.6.2-10/RSocrata/man/ls.socrata.Rd | 50 +- RSocrata-1.6.2-10/RSocrata/man/posixify.Rd | 42 +- RSocrata-1.6.2-10/RSocrata/man/read.socrata.Rd | 64 +-- RSocrata-1.6.2-10/RSocrata/man/validateUrl.Rd | 58 +-- RSocrata-1.6.2-10/RSocrata/tests |only 15 files changed, 447 insertions(+), 425 deletions(-)
Title: A Collection of Network Data Sets for the 'igraph' Package
Description: A small collection of various network data sets,
to use with the 'igraph' package: the Enron email network, various food webs,
interactions in the immunoglobulin protein, the karate club network,
Koenigsberg's bridges, visuotactile brain areas of the macaque monkey,
UK faculty friendship network, domestic US flights network, etc.
Author: Gabor Csardi <csardi.gabor@gmail.com>
Maintainer: Gabor Csardi <csardi.gabor@gmail.com>
Diff between igraphdata versions 1.0.0 dated 2015-06-26 and 1.0.1 dated 2015-07-13
igraphdata-1.0.0/igraphdata/README.md |only igraphdata-1.0.1/igraphdata/DESCRIPTION | 6 +++--- igraphdata-1.0.1/igraphdata/MD5 | 8 +++++--- igraphdata-1.0.1/igraphdata/data/enron.rda |binary igraphdata-1.0.1/igraphdata/inst/NEWS.md |only igraphdata-1.0.1/igraphdata/inst/README.Rmd |only igraphdata-1.0.1/igraphdata/inst/README.md |only 7 files changed, 8 insertions(+), 6 deletions(-)
Title: Calibrating Parameters for the Samejima's Continuous IRT Model
Description: Estimates item and person parameters for the Samejima's Continuous Response Model (CRM), computes item fit residual statistics, draws empirical 3D item category response curves, draws theoretical 3D item category response curves, and generates data under the CRM for simulation studies.
Author: Cengiz Zopluoglu
Maintainer: Cengiz Zopluoglu <c.zopluoglu@miami.edu>
Diff between EstCRM versions 1.3 dated 2012-07-30 and 1.4 dated 2015-07-13
DESCRIPTION | 22 +- MD5 | 26 +-- NAMESPACE | 7 NEWS | 12 + R/EstCRMitem.R | 373 +++++++++++++++++++++++++++++++++++++------------- R/bootCRM.R | 6 R/fitCRM.R | 2 R/plotCRM.R | 8 - R/print.CRM.R | 29 ++- man/EPIA.Rd | 5 man/EstCRM-package.Rd | 6 man/EstCRMitem.Rd | 21 +- man/bootCRM.Rd | 12 + man/simCRM.Rd | 2 14 files changed, 373 insertions(+), 158 deletions(-)
Title: Constrained Inference for Linear Mixed Effects Models
Description: Estimation and inference for linear models where some or all of the fixed-effects coefficients are subject to order restrictions. This package uses the robust residual bootstrap methodology for inference, and can handle some structure in the residual variance matrix.
Author: Casey M. Jelsema, Shyamal D. Peddada
Maintainer: Casey M. Jelsema <jelsema.casey@gmail.com>
Diff between CLME versions 2.0-2 dated 2015-01-27 and 2.0-4 dated 2015-07-13
CLME-2.0-2/CLME/build |only CLME-2.0-2/CLME/inst/doc |only CLME-2.0-2/CLME/man/VarCorr.clme.Rd |only CLME-2.0-2/CLME/man/confint.clme.Rd |only CLME-2.0-2/CLME/man/figures/Thumbs.db |only CLME-2.0-2/CLME/man/shiny.clme.Rd |only CLME-2.0-2/CLME/vignettes |only CLME-2.0-4/CLME/DESCRIPTION | 23 CLME-2.0-4/CLME/MD5 | 114 +-- CLME-2.0-4/CLME/NAMESPACE | 131 ++- CLME-2.0-4/CLME/NEWS | 105 +-- CLME-2.0-4/CLME/R/00Package.r |only CLME-2.0-4/CLME/R/clme.em.fixed.r | 5 CLME-2.0-4/CLME/R/clme.em.mixed.r | 5 CLME-2.0-4/CLME/R/clme.em.r | 130 +++ CLME-2.0-4/CLME/R/clme.r | 208 +++--- CLME-2.0-4/CLME/R/clme_resids.r | 55 + CLME-2.0-4/CLME/R/create.constraints.r | 263 ++++--- CLME-2.0-4/CLME/R/minque.r | 47 + CLME-2.0-4/CLME/R/plot.clme.r | 343 ++++++---- CLME-2.0-4/CLME/R/resid_boot.r | 44 + CLME-2.0-4/CLME/R/shiny_clme.r | 313 +++++---- CLME-2.0-4/CLME/R/summary.clme.r | 251 ++++++- CLME-2.0-4/CLME/R/test.stat.r | 101 ++ CLME-2.0-4/CLME/R/utilities.r | 1013 ++++++++++++++++++++++++++++-- CLME-2.0-4/CLME/inst/CITATION |only CLME-2.0-4/CLME/man/AIC.clme.Rd | 51 - CLME-2.0-4/CLME/man/BIC.clme.Rd |only CLME-2.0-4/CLME/man/CLME-package.Rd | 164 ++-- CLME-2.0-4/CLME/man/VarCorr.Rd |only CLME-2.0-4/CLME/man/as.clme.Rd | 41 - CLME-2.0-4/CLME/man/clme.Rd | 124 ++- CLME-2.0-4/CLME/man/clme_em.Rd | 131 ++- CLME-2.0-4/CLME/man/clme_resids.Rd | 64 - CLME-2.0-4/CLME/man/confint.Rd |only CLME-2.0-4/CLME/man/create.constraints.Rd | 89 +- CLME-2.0-4/CLME/man/fibroid.Rd | 85 +- CLME-2.0-4/CLME/man/fixef.clme.Rd | 70 +- CLME-2.0-4/CLME/man/formula.clme.Rd | 49 - CLME-2.0-4/CLME/man/logLik.clme.Rd | 52 - CLME-2.0-4/CLME/man/lrt.stat.Rd | 52 - CLME-2.0-4/CLME/man/minque.Rd | 69 -- CLME-2.0-4/CLME/man/model.frame.clme.Rd | 39 - CLME-2.0-4/CLME/man/model.matrix.clme.Rd | 43 - CLME-2.0-4/CLME/man/model_terms_clme.Rd | 75 +- CLME-2.0-4/CLME/man/nobs.clme.Rd | 43 - CLME-2.0-4/CLME/man/plot.clme.Rd | 77 -- CLME-2.0-4/CLME/man/plot.summary.clme.Rd |only CLME-2.0-4/CLME/man/print.clme.Rd | 42 - CLME-2.0-4/CLME/man/print.summary.clme.Rd |only CLME-2.0-4/CLME/man/print.varcorr_clme.Rd | 38 - CLME-2.0-4/CLME/man/ranef.Rd |only CLME-2.0-4/CLME/man/ranef.clme.Rd | 46 - CLME-2.0-4/CLME/man/rat.blood.Rd | 84 +- CLME-2.0-4/CLME/man/resid_boot.Rd | 91 +- CLME-2.0-4/CLME/man/residuals.clme.Rd | 54 - CLME-2.0-4/CLME/man/shiny_clme.Rd |only CLME-2.0-4/CLME/man/sigma.Rd |only CLME-2.0-4/CLME/man/sigma.clme.Rd | 41 - CLME-2.0-4/CLME/man/sigma.summary.clme.Rd |only CLME-2.0-4/CLME/man/summary.clme.Rd | 61 - CLME-2.0-4/CLME/man/vcov.clme.Rd | 44 - CLME-2.0-4/CLME/man/w.stat.Rd | 132 +-- 63 files changed, 3391 insertions(+), 1711 deletions(-)
Title: General Utility Functions for the 'Agricultural Production
Systems Simulator'
Description: Contains functions designed to facilitate the loading
and transformation of 'Agricultural Production Systems Simulator'
output files <https://www.apsim.info>. Input meteorological data
(also known as "weather" or "met") files can also be generated
from user supplied data.
Author: Justin Fainges
Maintainer: Justin Fainges <Justin.Fainges@csiro.au>
Diff between APSIM versions 0.8.0 dated 2015-06-03 and 0.8.1 dated 2015-07-13
DESCRIPTION | 10 +++++----- MD5 | 8 ++++---- NAMESPACE | 1 + R/LoadAPSIMouts.R | 3 +-- R/apsim.R | 1 + 5 files changed, 12 insertions(+), 11 deletions(-)