Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-04-28 1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2013-06-04 0.1-0
Title: ProPublica API Client
Diff between RPublica versions 0.1.1 dated 2014-05-09 and 0.1.2 dated 2014-12-20
Description: Client for accessing ProPublica's data journalism APIs
Author: Thomas J. Leeper [aut, cre],
Jeroen Ooms [ctb]
Maintainer: Thomas J. Leeper
DESCRIPTION | 17 ++--
MD5 | 14 +--
NAMESPACE | 6 -
NEWS | 9 ++
R/nonprofitexplorer.R | 4 -
R/ppQuery.R | 13 +--
README.md | 187 +++++++++++++++++++++++++++++++++++++++-----------
man/ppQuery.Rd | 3
8 files changed, 183 insertions(+), 70 deletions(-)
Title: NOAA Climate Data from R
Diff between rnoaa versions 0.2.0 dated 2014-07-21 and 0.3.3 dated 2014-12-20
Description: An R client for many NOAA data sources including the NCDC
climate API at http://www.ncdc.noaa.gov/cdo-web/webservices/v2, with
functions for each of the API endpoints: data, data categories, data sets,
data types, locations, location categories, and stations. In addition, we
have an interface for NOAA sea ice data, the NOAA severe weather inventory,
ERDDAP data, NOAA Historical Observing Metadata Repository (HOMR) data,
NOAA storm data via IBTrACS, and tornado data via the NOAA storm prediction
center. NOAA buoy data is only on the buoy branch in the Github repository
for this package (see url below).
Author: Hart Edmund [aut],
Scott Chamberlain [aut, cre],
Karthik Ram [aut]
Maintainer: Scott Chamberlain
rnoaa-0.2.0/rnoaa/inst/vign/figure |only
rnoaa-0.2.0/rnoaa/man/erddap_data.Rd |only
rnoaa-0.2.0/rnoaa/man/long2utm.Rd |only
rnoaa-0.2.0/rnoaa/tests/testthat/test-check_response_erddap.R |only
rnoaa-0.2.0/rnoaa/vignettes/figure |only
rnoaa-0.3.3/rnoaa/DESCRIPTION | 46
rnoaa-0.3.3/rnoaa/LICENSE | 2
rnoaa-0.3.3/rnoaa/MD5 | 232 +-
rnoaa-0.3.3/rnoaa/NAMESPACE | 43
rnoaa-0.3.3/rnoaa/NEWS | 47
rnoaa-0.3.3/rnoaa/R/caching.R |only
rnoaa-0.3.3/rnoaa/R/defunct.R | 11
rnoaa-0.3.3/rnoaa/R/erddap.R | 295 ---
rnoaa-0.3.3/rnoaa/R/erddap_grid.R |only
rnoaa-0.3.3/rnoaa/R/erddap_info.R |only
rnoaa-0.3.3/rnoaa/R/erddap_search.R |only
rnoaa-0.3.3/rnoaa/R/erddap_table.R |only
rnoaa-0.3.3/rnoaa/R/erddap_utils.R |only
rnoaa-0.3.3/rnoaa/R/globals.R |only
rnoaa-0.3.3/rnoaa/R/homr.R |only
rnoaa-0.3.3/rnoaa/R/homr_definitions.R |only
rnoaa-0.3.3/rnoaa/R/isd.R |only
rnoaa-0.3.3/rnoaa/R/ncdc.r | 20
rnoaa-0.3.3/rnoaa/R/ncdc_combine.r | 5
rnoaa-0.3.3/rnoaa/R/ncdc_datacats.r | 16
rnoaa-0.3.3/rnoaa/R/ncdc_datasets.r | 15
rnoaa-0.3.3/rnoaa/R/ncdc_datatypes.r | 12
rnoaa-0.3.3/rnoaa/R/ncdc_legacy.R |only
rnoaa-0.3.3/rnoaa/R/ncdc_locs.r | 13
rnoaa-0.3.3/rnoaa/R/ncdc_locs_cats.r | 10
rnoaa-0.3.3/rnoaa/R/ncdc_plot.r | 8
rnoaa-0.3.3/rnoaa/R/ncdc_stations.r | 16
rnoaa-0.3.3/rnoaa/R/rnoaa-package.r | 51
rnoaa-0.3.3/rnoaa/R/startup.r | 4
rnoaa-0.3.3/rnoaa/R/storm_shp.R |only
rnoaa-0.3.3/rnoaa/R/storms.R |only
rnoaa-0.3.3/rnoaa/R/storms_meta.R |only
rnoaa-0.3.3/rnoaa/R/swdi.r | 12
rnoaa-0.3.3/rnoaa/R/tornadoes.R |only
rnoaa-0.3.3/rnoaa/R/utils.r |only
rnoaa-0.3.3/rnoaa/R/zzz.r | 77
rnoaa-0.3.3/rnoaa/README.md | 852 +++++++---
rnoaa-0.3.3/rnoaa/build/vignette.rds |binary
rnoaa-0.3.3/rnoaa/data/storm_columns.rda |only
rnoaa-0.3.3/rnoaa/data/storms_names.rda |only
rnoaa-0.3.3/rnoaa/inst/doc/erddap_vignette.Rmd | 739 ++++----
rnoaa-0.3.3/rnoaa/inst/doc/erddap_vignette.html | 700 ++++----
rnoaa-0.3.3/rnoaa/inst/doc/homr_vignette.Rmd |only
rnoaa-0.3.3/rnoaa/inst/doc/homr_vignette.html |only
rnoaa-0.3.3/rnoaa/inst/doc/ncdc_attributes.html | 16
rnoaa-0.3.3/rnoaa/inst/doc/ncdc_vignette.Rmd | 185 --
rnoaa-0.3.3/rnoaa/inst/doc/ncdc_vignette.html | 198 +-
rnoaa-0.3.3/rnoaa/inst/doc/ncdc_workflow.Rmd | 278 +--
rnoaa-0.3.3/rnoaa/inst/doc/ncdc_workflow.html | 292 +--
rnoaa-0.3.3/rnoaa/inst/doc/seaice_vignette.html | 21
rnoaa-0.3.3/rnoaa/inst/doc/storms_vignette.Rmd |only
rnoaa-0.3.3/rnoaa/inst/doc/storms_vignette.html |only
rnoaa-0.3.3/rnoaa/inst/doc/swdi_vignette.Rmd | 585 ++----
rnoaa-0.3.3/rnoaa/inst/doc/swdi_vignette.html | 587 ++----
rnoaa-0.3.3/rnoaa/inst/vign/erddap_vignette.Rmd | 110 -
rnoaa-0.3.3/rnoaa/inst/vign/erddap_vignette.md | 739 ++++----
rnoaa-0.3.3/rnoaa/inst/vign/homr_vignette.Rmd |only
rnoaa-0.3.3/rnoaa/inst/vign/homr_vignette.md |only
rnoaa-0.3.3/rnoaa/inst/vign/myfile.kmz |only
rnoaa-0.3.3/rnoaa/inst/vign/myfile.zip |only
rnoaa-0.3.3/rnoaa/inst/vign/ncdc_vignette.Rmd | 51
rnoaa-0.3.3/rnoaa/inst/vign/ncdc_vignette.md | 185 --
rnoaa-0.3.3/rnoaa/inst/vign/ncdc_workflow.Rmd | 30
rnoaa-0.3.3/rnoaa/inst/vign/ncdc_workflow.md | 278 +--
rnoaa-0.3.3/rnoaa/inst/vign/seaice_vignette.Rmd | 3
rnoaa-0.3.3/rnoaa/inst/vign/storms_vignette.Rmd |only
rnoaa-0.3.3/rnoaa/inst/vign/storms_vignette.md |only
rnoaa-0.3.3/rnoaa/inst/vign/swdi_vignette.Rmd | 54
rnoaa-0.3.3/rnoaa/inst/vign/swdi_vignette.md | 585 ++----
rnoaa-0.3.3/rnoaa/man/check_response.Rd | 3
rnoaa-0.3.3/rnoaa/man/check_response_erddap.Rd | 3
rnoaa-0.3.3/rnoaa/man/check_response_swdi.Rd | 3
rnoaa-0.3.3/rnoaa/man/disk.Rd |only
rnoaa-0.3.3/rnoaa/man/erddap.Rd |only
rnoaa-0.3.3/rnoaa/man/erddap_clear_cache.Rd |only
rnoaa-0.3.3/rnoaa/man/erddap_data-defunct.Rd |only
rnoaa-0.3.3/rnoaa/man/erddap_grid.Rd |only
rnoaa-0.3.3/rnoaa/man/erddap_info.Rd | 69
rnoaa-0.3.3/rnoaa/man/erddap_search.Rd | 40
rnoaa-0.3.3/rnoaa/man/erddap_table.Rd |only
rnoaa-0.3.3/rnoaa/man/fipscodes.Rd | 3
rnoaa-0.3.3/rnoaa/man/homr.Rd |only
rnoaa-0.3.3/rnoaa/man/homr_definitions.Rd |only
rnoaa-0.3.3/rnoaa/man/is.ncdc_data.Rd | 4
rnoaa-0.3.3/rnoaa/man/isd.Rd |only
rnoaa-0.3.3/rnoaa/man/latlong2bbox.Rd | 3
rnoaa-0.3.3/rnoaa/man/ncdc.Rd | 49
rnoaa-0.3.3/rnoaa/man/ncdc_combine.Rd | 3
rnoaa-0.3.3/rnoaa/man/ncdc_datacats.Rd | 24
rnoaa-0.3.3/rnoaa/man/ncdc_datasets.Rd | 40
rnoaa-0.3.3/rnoaa/man/ncdc_datatypes.Rd | 46
rnoaa-0.3.3/rnoaa/man/ncdc_legacy.Rd |only
rnoaa-0.3.3/rnoaa/man/ncdc_locs.Rd | 15
rnoaa-0.3.3/rnoaa/man/ncdc_locs_cats.Rd | 9
rnoaa-0.3.3/rnoaa/man/ncdc_plot.Rd | 3
rnoaa-0.3.3/rnoaa/man/ncdc_stations.Rd | 57
rnoaa-0.3.3/rnoaa/man/ncdc_theme.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_combine-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_datacats-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_datasets-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_datatypes-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_locs-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_locs_cats-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_plot-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_seaice-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/noaa_stations-defunct.Rd | 3
rnoaa-0.3.3/rnoaa/man/readshpfile.Rd | 3
rnoaa-0.3.3/rnoaa/man/rnoaa-defunct.Rd | 5
rnoaa-0.3.3/rnoaa/man/rnoaa-package.Rd | 29
rnoaa-0.3.3/rnoaa/man/seaice.Rd | 3
rnoaa-0.3.3/rnoaa/man/seaiceeurls.Rd | 3
rnoaa-0.3.3/rnoaa/man/storm_columns.Rd |only
rnoaa-0.3.3/rnoaa/man/storm_names.Rd |only
rnoaa-0.3.3/rnoaa/man/storms.Rd |only
rnoaa-0.3.3/rnoaa/man/swdi.Rd | 10
rnoaa-0.3.3/rnoaa/man/theme_ice.Rd | 3
rnoaa-0.3.3/rnoaa/man/tornadoes.Rd |only
rnoaa-0.3.3/rnoaa/man/type_sum.Rd |only
rnoaa-0.3.3/rnoaa/tests/testthat/test-check_response.r | 4
rnoaa-0.3.3/rnoaa/tests/testthat/test-erddap_info.R |only
rnoaa-0.3.3/rnoaa/tests/testthat/test-erddap_table.R |only
rnoaa-0.3.3/rnoaa/tests/testthat/test-ncdc.r | 2
rnoaa-0.3.3/rnoaa/tests/testthat/test-ncdc_locs.r | 4
rnoaa-0.3.3/rnoaa/tests/testthat/test-ncdc_locs_cats.r | 6
rnoaa-0.3.3/rnoaa/tests/testthat/test-ncdc_stations.r | 4
rnoaa-0.3.3/rnoaa/vignettes/erddap_vignette.Rmd | 739 ++++----
rnoaa-0.3.3/rnoaa/vignettes/homr_vignette.Rmd |only
rnoaa-0.3.3/rnoaa/vignettes/ncdc_vignette.Rmd | 185 --
rnoaa-0.3.3/rnoaa/vignettes/ncdc_workflow.Rmd | 278 +--
rnoaa-0.3.3/rnoaa/vignettes/storms_vignette.Rmd |only
rnoaa-0.3.3/rnoaa/vignettes/swdi_vignette.Rmd | 585 ++----
137 files changed, 5041 insertions(+), 4652 deletions(-)
Title: Rcmdr Receiver Operator Characteristic Plug-In package
Diff between RcmdrPlugin.ROC versions 1.0-16 dated 2014-07-08 and 1.0-17 dated 2014-12-20
More information about RcmdrPlugin.ROC at CRAN
Description: Rcmdr GUI extension plug-in for Receiver Operator Characteristic tools from pROC and ROCR packages. Also it ads a Rcmdr GUI extension for Hosmer and Lemeshow GOF test from the package ResourceSelection.
Author: Daniel-Corneliu Leucuta [aut, cre],
Mihaela Hedesiu [ctb],
Andrei Achimas [ctb],
Oana Almasan [ctb]
Maintainer: Daniel-Corneliu Leucuta
RcmdrPlugin.ROC-1.0-16/RcmdrPlugin.ROC/R/Reclassification.R |only
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/DESCRIPTION | 23 ++++++----
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/MD5 | 23 ++++------
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/NAMESPACE | 2
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/R/LRpROC.R | 4 -
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/R/PairedpROC.R | 8 +--
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/R/UnpairedpROC.R | 8 +--
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/R/vROCR.R | 2
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/R/vpROC.R | 4 -
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/inst/CHANGES | 3 -
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/inst/etc/menus.txt | 5 --
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/man/RcmdrPlugin.ROC-internal.Rd | 1
RcmdrPlugin.ROC-1.0-17/RcmdrPlugin.ROC/man/RcmdrPlugin.ROC-package.Rd | 6 +-
13 files changed, 44 insertions(+), 45 deletions(-)
Permanent link
Title: Parameter space exploration with Latin Hypercubes
Diff between pse versions 0.3.4 dated 2014-06-17 and 0.4.0 dated 2014-12-20
Description: Functions for creating Latin Hypercubes with
prescribed correlations and performing parameter space exploration.
Also implements the PLUE method.
Based on the package sensitivity, by Gilles Pujol,
Bertrand Iooss & Alexandre Janon.
Author: Andre Chalom, Paulo Inacio Knegt Lopez de Prado
Maintainer: Andre Chalom
Changelog | 14 +++++++++++++-
DESCRIPTION | 13 +++++++------
MD5 | 33 ++++++++++++++++++---------------
NAMESPACE | 6 +++---
R/LHS.R | 46 +++++++++++++++++++++++++---------------------
R/PLUE.R |only
R/accessors.R | 20 ++++++++++----------
R/external.R | 2 ++
R/plotecdf.R | 12 ++++++------
R/plotprcc.R | 6 +++---
R/plotscatter.R | 6 ++----
build |only
inst/doc/multiple.pdf |binary
inst/doc/pse_tutorial.pdf |binary
man/LHS.Rd | 2 --
man/PLUE.Rd |only
man/accessors.Rd | 19 +++++++++++--------
man/plotecdf.Rd | 14 +++++++++-----
man/plotscatter.Rd | 9 +++------
19 files changed, 112 insertions(+), 90 deletions(-)
Title: Create Cryptographic Hash Digests of R Objects
Diff between digest versions 0.6.6 dated 2014-12-10 and 0.6.7 dated 2014-12-20
Description: Implementation of a function 'digest()' for the creation
of hash digests of arbitrary R objects (using the md5, sha-1, sha-256,
crc32, xxhash and murmurhash algorithms) permitting easy comparison of R
language objects, as well as a function 'hmac()' to create hash-based
message authentication code.
The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1
and sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2,
and the crc32 algorithm is described in
ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt.
For md5, sha-1, sha-256 and aes, this package uses a small standalone
implementations that were provided by Christophe Devine. For crc32, code
from the zlib library is used. For sha-512, an implementation by Aaron
D. Gifford is used. For xxHash, the implementation by Yann Collet is used.
For murmurhash, an implementation by Shane Day is used.
Please note that this package is not meant to be deployed for
cryptographic purposes for which more comprehensive (and widely
tested) libraries such as OpenSSL should be used.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel
ChangeLog | 38 +++++++++++++++++++++++
DESCRIPTION | 15 +++++----
MD5 | 22 +++++++------
R/digest.R | 5 +--
cleanup | 2 -
man/digest.Rd | 38 ++++++++++++++++++-----
src/digest.c | 63 ++++++++++++++++++++++++++++++++++-----
src/pmurhash.c |only
src/pmurhash.h |only
src/sha2.c | 9 +++--
src/xxhash.c | 72 ++++++++++++++++++++++-----------------------
tests/digestTest.R | 15 +++++++++
tests/digestTest.Rout.save | 20 +++++++++++-
13 files changed, 222 insertions(+), 77 deletions(-)
Title: R client for the COLOURlovers API
Diff between colourlovers versions 0.1.3 dated 2014-08-06 and 0.1.4 dated 2014-12-20
Description: Provides access to the COLOURlovers API, which provides color inspiration and color palettes.
Author: Thomas J. Leeper
Maintainer: Thomas J. Leeper
DESCRIPTION | 8 ++++----
MD5 | 6 +++---
NEWS | 4 ++++
README.md | 51 ++++++++++++++++++++++++++-------------------------
4 files changed, 37 insertions(+), 32 deletions(-)
Title: Temporal and Spatio-Temporal Modeling and Monitoring of Epidemic
Phenomena
Diff between surveillance versions 1.8-1 dated 2014-10-30 and 1.8-2 dated 2014-12-20
Description: A package implementing statistical methods for the modeling and
change-point detection in time series of counts, proportions and
categorical data, as well as for the modeling of continuous-time
epidemic phenomena, e.g. discrete-space setups such as the spatially
enriched Susceptible-Exposed-Infectious-Recovered (SEIR) models for
surveillance data, or continuous-space point process data such as the
occurrence of disease or earthquakes. Main focus is on outbreak
detection in count data time series originating from public health
surveillance of infectious diseases, but applications could just as well
originate from environmetrics, reliability engineering, econometrics or
social sciences.
Currently the package contains implementations of typical
outbreak detection procedures such as Farrington et al (1996),
Noufaily et al (2012) or the negative binomial LR-CUSUM method
described in Hoehle and Paul (2008). Furthermore, inference
methods for the retrospective infectious disease model in Held
et al (2005), Held et al (2006), Paul et al (2008) and Paul
and Held (2011) are provided. A novel CUSUM approach combining
logistic and multinomial logistic modelling is also included.
Continuous self-exciting spatio-temporal point processes are
modeled through additive-multiplicative conditional
intensities as described in Höhle (2009) ("twinSIR", discrete
space) and Meyer et al (2012) ("twinstim", continuous space).
The package contains several real-world data sets, the ability
to simulate outbreak data, visualize the results of the
monitoring in temporal, spatial or spatio-temporal fashion.
Note: The suggested package INLA is unfortunately not available from
any mainstream repository - in case one wants to use the 'boda'
algorithm one needs to manually install the INLA package
as specified at http://www.r-inla.org/download.
Author: Michael Höhle [aut, cre, ths], Sebastian Meyer [aut],
Michaela Paul [aut], Leonhard Held [ctb, ths],
Thais Correa [ctb], Mathias Hofmann [ctb], Christian Lang [ctb],
Juliane Manitz [ctb], Andrea Riebler [ctb], Daniel Sabanés Bové [ctb],
Maëlle Salmon [ctb], Dirk Schumacher [ctb], Stefan Steiner [ctb],
Mikko Virtanen [ctb], Valentin Wimmer [ctb], R Core Team [ctb]
(A few code segments are modified versions of code from base R)
Maintainer: Michael Höhle
surveillance-1.8-1/surveillance/src/Makevars |only
surveillance-1.8-1/surveillance/src/Makevars.win |only
surveillance-1.8-2/surveillance/DESCRIPTION | 14
surveillance-1.8-2/surveillance/MD5 | 68 +-
surveillance-1.8-2/surveillance/NAMESPACE | 15
surveillance-1.8-2/surveillance/R/AllGeneric.R | 16
surveillance-1.8-2/surveillance/R/hhh4.R | 235 ++++------
surveillance-1.8-2/surveillance/R/hhh4_methods.R | 108 ++++
surveillance-1.8-2/surveillance/R/hhh4_oneStepAhead.R | 15
surveillance-1.8-2/surveillance/R/hhh4_plot.R | 13
surveillance-1.8-2/surveillance/R/nowcast.R | 3
surveillance-1.8-2/surveillance/R/sts.R | 100 +---
surveillance-1.8-2/surveillance/R/stsplot_space.R | 44 +
surveillance-1.8-2/surveillance/R/twinstim_methods.R | 8
surveillance-1.8-2/surveillance/build/partial.rdb |binary
surveillance-1.8-2/surveillance/inst/NEWS.Rd | 44 +
surveillance-1.8-2/surveillance/inst/doc/glrnb.pdf |binary
surveillance-1.8-2/surveillance/inst/doc/hhh4.pdf |binary
surveillance-1.8-2/surveillance/inst/doc/surveillance.pdf |binary
surveillance-1.8-2/surveillance/man/epidataCS.Rd | 3
surveillance-1.8-2/surveillance/man/epidataCS_aggregate.Rd | 22
surveillance-1.8-2/surveillance/man/epidataCS_animate.Rd | 2
surveillance-1.8-2/surveillance/man/epidata_animate.Rd | 10
surveillance-1.8-2/surveillance/man/glm_epidataCS.Rd | 30 -
surveillance-1.8-2/surveillance/man/hhh4.Rd | 33 -
surveillance-1.8-2/surveillance/man/hhh4_formula.Rd | 39 +
surveillance-1.8-2/surveillance/man/hhh4_plot.Rd | 11
surveillance-1.8-2/surveillance/man/hhh4_update.Rd | 16
surveillance-1.8-2/surveillance/man/polyAtBorder.Rd | 22
surveillance-1.8-2/surveillance/man/sts-class.Rd | 18
surveillance-1.8-2/surveillance/man/stsplot_space.Rd | 21
surveillance-1.8-2/surveillance/man/twinstim_methods.Rd | 4
surveillance-1.8-2/surveillance/man/unionSpatialPolygons.Rd | 18
surveillance-1.8-2/surveillance/po |only
surveillance-1.8-2/surveillance/tests/test-all.R | 3
surveillance-1.8-2/surveillance/tests/testthat/test-hhh4_ARasNE.R | 3
36 files changed, 548 insertions(+), 390 deletions(-)
Title: Econometric Models for Spatial Panel Data
Diff between splm versions 1.1-0 dated 2013-07-02 and 1.3-7 dated 2014-12-20
Description: ML and GM estimation and diagnostic testing of econometric models for spatial panel data.
Author: Giovanni Millo [aut, cre],
Gianfranco Piras [aut]
Maintainer: Giovanni Millo
splm-1.1-0/splm/man/write.effects.splm.Rd |only
splm-1.3-7/splm/ChangeLog | 28
splm-1.3-7/splm/DESCRIPTION | 27
splm-1.3-7/splm/MD5 | 113 +-
splm-1.3-7/splm/NAMESPACE | 18
splm-1.3-7/splm/R/REmod.R | 5
splm-1.3-7/splm/R/bsjktest.formula.R | 2
splm-1.3-7/splm/R/bsktest.R | 1420 +++++++++++++++---------------
splm-1.3-7/splm/R/fixed_effects.R | 97 --
splm-1.3-7/splm/R/impacts.splm.R |only
splm-1.3-7/splm/R/ivplm.b2sls.R | 140 +-
splm-1.3-7/splm/R/ivplm.ec2sls.R | 178 +--
splm-1.3-7/splm/R/ivplm.g2sls.R | 145 +--
splm-1.3-7/splm/R/ivplm.w2sls.R | 201 +---
splm-1.3-7/splm/R/ivsplm.R | 132 --
splm-1.3-7/splm/R/likelihoodsFE.R | 522 +++++++----
splm-1.3-7/splm/R/nonexportedSpdepFuns.R |only
splm-1.3-7/splm/R/pbsjkARtest.R | 6
splm-1.3-7/splm/R/pbsjkJtest.R | 4
splm-1.3-7/splm/R/pbsjkSDtest.R | 6
splm-1.3-7/splm/R/sarREmod.R | 4
splm-1.3-7/splm/R/sarem2REmod.R | 12
splm-1.3-7/splm/R/sarem2srREmod.R | 6
splm-1.3-7/splm/R/saremREmod.R | 4
splm-1.3-7/splm/R/saremmod.R | 12
splm-1.3-7/splm/R/saremsrREmod.R | 6
splm-1.3-7/splm/R/saremsrmod.R | 6
splm-1.3-7/splm/R/sarmod.R | 2
splm-1.3-7/splm/R/sarsrREmod.R | 6
splm-1.3-7/splm/R/sarsrmod.R | 4
splm-1.3-7/splm/R/sem2REmod.R | 7
splm-1.3-7/splm/R/sem2srREmod.R | 7
splm-1.3-7/splm/R/semREmod.R | 8
splm-1.3-7/splm/R/semmod.R | 5
splm-1.3-7/splm/R/semsrREmod.R | 9
splm-1.3-7/splm/R/semsrmod.R | 6
splm-1.3-7/splm/R/slag.R |only
splm-1.3-7/splm/R/spfeml.R | 171 +--
splm-1.3-7/splm/R/spgm.R | 769 +++++++---------
splm-1.3-7/splm/R/spml.R | 20
splm-1.3-7/splm/R/spreml.R | 15
splm-1.3-7/splm/R/summary.splm.R | 1
splm-1.3-7/splm/R/utilities_GM.R | 93 +
splm-1.3-7/splm/data/Insurance.rda |binary
splm-1.3-7/splm/data/RiceFarms.rda |binary
splm-1.3-7/splm/data/itaww.rda |binary
splm-1.3-7/splm/data/riceww.rda |binary
splm-1.3-7/splm/data/usaww.rda |binary
splm-1.3-7/splm/man/bsjktest.Rd | 2
splm-1.3-7/splm/man/bsktest.Rd | 2
splm-1.3-7/splm/man/effects.splm.Rd | 2
splm-1.3-7/splm/man/listw2dgCMatrix.Rd | 3
splm-1.3-7/splm/man/print.splm.Rd | 2
splm-1.3-7/splm/man/slag.Rd |only
splm-1.3-7/splm/man/spgm.Rd | 30
splm-1.3-7/splm/man/sphtest.Rd | 2
splm-1.3-7/splm/man/spml.Rd | 4
splm-1.3-7/splm/man/spreml.Rd | 6
splm-1.3-7/splm/man/summary.splm.Rd | 2
splm-1.3-7/splm/man/vcov.splm.Rd | 23
60 files changed, 2221 insertions(+), 2074 deletions(-)
Title: Some nonparametric tests for change-point detection in
(multivariate) observations
Diff between npcp versions 0.1-0 dated 2014-07-08 and 0.1-1 dated 2014-12-20
Description: Provides nonparametric tests for assessing whether possibly serially dependent (multivariate) observations have the same c.d.f. or not. In addition to tests focusing directly on the (multivariate) c.d.f., the package contains tests designed to be particularly sensitive to changes in the underlying copula, Spearman's rho or certain quantities that can be estimated using one-sample U-statistics of order two such as the variance, Gini's mean difference or Kendall's tau.
Author: Ivan Kojadinovic
Maintainer: Ivan Kojadinovic
DESCRIPTION | 10 +--
MD5 | 20 ++++---
NAMESPACE | 3 -
R/ci.R |only
R/lnopt.R | 46 ++++++++++++++++++
R/tests.R | 135 +++++++++++++++++++++++++++++++++++++++++++++++------
man/bOptEmpProc.Rd | 2
man/cpTestCn.Rd | 8 +--
man/cpTestFn.Rd | 5 +
man/cpTestRho.Rd | 10 ++-
man/cpTestU.Rd |only
src/Utest.c |only
src/ci.c |only
13 files changed, 201 insertions(+), 38 deletions(-)
Title: R Interface to Google Charts
Diff between googleVis versions 0.5.6 dated 2014-10-12 and 0.5.7 dated 2014-12-20
Description: R interface to Google Charts API, allowing users
to create interactive charts based on data frames. Charts
are displayed locally via the R HTTP help server. A modern
browser with Internet connection is required and for some
charts Flash. The data remains local and is not uploaded to
Google.
Author: Markus Gesmann [aut, cre],
Diego de Castillo [aut],
Joe Cheng [ctb]
Maintainer: Markus Gesmann
DESCRIPTION | 22
MD5 | 32 -
NEWS | 14
R/shiny.R | 2
README.md | 7
THANKS | 1
build/googleVis.pdf |binary
build/vignette.rds |binary
inst/doc/Using_Roles_via_googleVis.html | 220 +++----
inst/doc/Using_Trendlines_with_googleVis.html | 80 +-
inst/doc/Using_googleVis_with_knitr.html | 76 +-
inst/doc/googleVis.pdf |binary
inst/doc/googleVis_examples.html | 730 +++++++++++++-------------
inst/mansections/gvisOptions.txt | 24
man/googleVis-package.Rd | 20
man/renderGvis.Rd | 2
vignettes/googleVis.bib | 2
17 files changed, 625 insertions(+), 607 deletions(-)
Title: Statistical Methods and Models for Claims Reserving in General
Insurance
Diff between ChainLadder versions 0.1.8 dated 2014-08-23 and 0.1.9 dated 2014-12-20
Description: Various statistical methods and models which are
typically used for the estimation of outstanding claims reserves
in general insurance. The package has implementations of the Mack,
Munich, Bootstrap, multivariate, and chain-ladder factor models (CLFM),
as well as the loss development factor curve fitting methods of
Dave Clark and generalised linear model based reserving models.
Author: Markus Gesmann [aut, cre],
Daniel Murphy [aut],
Wayne Zhang [aut]
Maintainer: Markus Gesmann
DESCRIPTION | 26 ++++++++++++--------------
MD5 | 16 ++++++++--------
NEWS | 9 +++++++++
README.md | 5 +++--
build/vignette.rds |binary
inst/doc/ChainLadder.Rnw | 6 ++++--
inst/doc/ChainLadder.pdf |binary
vignettes/ChainLadder.Rnw | 6 ++++--
vignettes/ChainLadder.bib | 2 +-
9 files changed, 41 insertions(+), 29 deletions(-)
Title: Multi-site Auto-regressive Weather GENerator
Diff between RMAWGEN versions 1.2.6.1 dated 2014-04-29 and 1.3.0 dated 2014-12-20
Description: S3 and S4 functions are implemented for spatial multi-site
stochastic generation of daily time series of temperature and
precipitation. These tools make use of Vector AutoRegressive models (VARs).
The weather generator model is then saved as an object and is calibrated by
daily instrumental "Gaussianized" time series through the 'vars' package
tools. Once obtained this model, it can it can be used for weather
generations and be adapted to work with several climatic monthly time
series.
Author: Emanuele Cordano, Emanuele Eccel
Maintainer: Emanuele Cordano
DESCRIPTION | 29 +-
MD5 | 137 +++++-----
NAMESPACE | 2
R/continuity_ratio.R | 64 ++++
README.md |only
data/trentino.rda |binary
inst/doc/examples/marginal_gaussianization1.R | 29 +-
man/ComprehensivePrecipitationGenerator.Rd | 215 +++++-----------
man/ComprehensiveTemperatureGenerator.Rd | 199 ++++-----------
man/ElevationOf.Rd | 19 -
man/GPCA-class.Rd | 11
man/GPCA.Rd | 27 --
man/GPCA_iteration.Rd | 31 --
man/GPCAiteration-class.Rd | 24 -
man/GPCAvarest2-class.Rd | 28 --
man/NewVAReventRealization.Rd | 17 -
man/PrecipitationEndDay.Rd | 18 -
man/PrecipitationStartDay.Rd | 20 -
man/RMAWGEN-package.Rd | 104 +++-----
man/TemperatureEndDay.Rd | 18 -
man/TemperatureStartDay.Rd | 20 -
man/VAR_mod.Rd | 11
man/WhereIs.Rd | 15 -
man/acvWGEN.Rd | 18 -
man/adddate.Rd | 9
man/addsuffixes.Rd | 14 -
man/arch_test.Rd | 33 --
man/continuity_ratio.Rd | 69 +++--
man/countNAs.Rd | 6
man/covariance.Rd | 53 +---
man/extractTnFromAnomalies.Rd | 16 -
man/extractTxFromAnomalies.Rd | 16 -
man/extractdays.Rd | 22 -
man/extractmonths.Rd | 24 -
man/extractyears.Rd | 27 --
man/findDate.Rd | 34 --
man/forecastEV.Rd | 13 -
man/forecastResidual.Rd | 15 -
man/generateTemperatureTimeseries.Rd | 121 +++------
man/getDailyMean.Rd | 34 --
man/getMonthlyMean.Rd | 44 +--
man/getVARmodel.Rd | 67 +----
man/inv_GPCA.Rd | 21 -
man/inv_GPCA_iteration.Rd | 25 -
man/is.monthly.climate.Rd | 25 -
man/newVARmultieventRealization.Rd | 34 --
man/normality_test.Rd | 5
man/normalizeGaussian.Rd | 51 +--
man/normalizeGaussian_prec.Rd | 47 +--
man/normalizeGaussian_severalstations.Rd | 61 +---
man/normalizeGaussian_severalstations_prec.Rd | 58 +---
man/plotDailyClimate.Rd | 21 -
man/plot_sample.Rd | 109 ++------
man/print.Rd | 13 -
man/qqplot.lagged.Rd | 21 -
man/qqplotTnTxWGEN.Rd | 27 --
man/qqplotTnTxWGEN_seasonal.Rd | 32 --
man/qqplotWGEN.Rd | 18 -
man/qqplot_RMAWGEN_Tx.Rd | 71 +----
man/qqplotprecWGEN.Rd | 26 --
man/qqplotprecWGEN_seasonal.Rd | 32 --
man/removeNAs.Rd | 10
man/rescaling_monthly.Rd | 17 -
man/residuals.Rd | 13 -
man/serial_test.Rd | 5
man/setComprehensiveTemperatureGeneratorParameters.Rd | 233 ++++++------------
man/splineInterpolateMonthlytoDaily.Rd | 27 --
man/splineInterpolateMonthlytoDailyforSeveralYears.Rd | 28 --
man/varest-class.Rd | 12
man/varest2-class.Rd | 15 -
70 files changed, 1013 insertions(+), 1717 deletions(-)
Title: Text mining of PubMed Abstracts
Diff between pubmed.mineR versions 1.0.2 dated 2014-08-26 and 1.0.2.1 dated 2014-12-20
Description: Text mining of PubMed Abstracts (http://www.ncbi.nlm.nih.gov/pubmed). The algorithms are designed for two formats (text and XML) from PubMed
Author: Jyoti Sharma, S.Ramachandran, Ab Rauf Shah
Maintainer: S. Ramachandran
DESCRIPTION | 22 +++++++++++-----------
MD5 | 10 ++++++----
NAMESPACE | 3 ++-
R/pubtator_function.R |only
man/Pathway_Info.Rd | 2 +-
man/Pathway_Link.Rd | 2 +-
man/pubtator_function.Rd |only
7 files changed, 21 insertions(+), 18 deletions(-)
Title: Tcl/Tk Additions
Diff between tcltk2 versions 1.2-10 dated 2014-03-02 and 1.2-11 dated 2014-12-20
Description: A series of additional Tcl commands and Tk widgets with style
and various functions (under Windows: DDE exchange, access to the
registry and icon manipulation) to supplement the tcltk package
Author: Philippe Grosjean [aut, cre]
Maintainer: Philippe Grosjean
DESCRIPTION | 8 ++++----
MD5 | 10 +++++-----
NEWS | 12 ++++++++++++
R/tk2widgets.R | 27 ++++++++++++++++++++++-----
man/tcltk2-package.Rd | 4 ++--
man/tk2widgets.Rd | 6 +++++-
6 files changed, 50 insertions(+), 17 deletions(-)
Title: SciViews GUI API - Dialog boxes
Diff between svDialogs versions 0.9-55 dated 2014-03-02 and 0.9-57 dated 2014-12-20
Description: Rapidly construct dialog boxes for your GUI, including an automatic
function assistant
Author: Philippe Grosjean [aut, cre]
Maintainer: Philippe Grosjean
DESCRIPTION | 10 +++++-----
MD5 | 18 +++++++++---------
NEWS | 16 ++++++++++++++--
R/dlgDir.R | 4 +++-
R/dlgInput.R | 4 +++-
R/dlgMessage.R | 4 +++-
R/dlgOpen.R | 4 +++-
R/dlgSave.R | 4 +++-
inst/NEWS.Rd | 20 ++++++++++++++++++++
man/svDialogs-package.Rd | 4 ++--
10 files changed, 65 insertions(+), 23 deletions(-)
Title: Depth-based Classification and Calculation of Data Depth
Diff between ddalpha versions 1.0.6 dated 2014-03-28 and 1.1.0 dated 2014-12-20
Description: Contains procedures for depth-based supervised learning, which are entirely nonparametric, in particular the DDalpha-procedure. The training data sample is transformed by a statistical depth function to a compact low-dimensional space, where the final classification is done. It also offers an extension to functional data and routines for calculating certain notions of statistical depth functions. 50 multivariate and 5 functional classification problems are included.
Author: Oleksii Pokotylo [aut, cre],
Pavlo Mozharovskyi [aut]
Maintainer: Oleksii Pokotylo
ddalpha-1.0.6/ddalpha/R/depth.spacial.r |only
ddalpha-1.0.6/ddalpha/R/maxdepth.r |only
ddalpha-1.1.0/ddalpha/DESCRIPTION | 16
ddalpha-1.1.0/ddalpha/MD5 | 154 +++++-
ddalpha-1.1.0/ddalpha/NAMESPACE | 18
ddalpha-1.1.0/ddalpha/R/RcppExports.R |only
ddalpha-1.1.0/ddalpha/R/compclassf.r | 424 ++-----------------
ddalpha-1.1.0/ddalpha/R/dataf.geneexp.r |only
ddalpha-1.1.0/ddalpha/R/dataf.growth.r |only
ddalpha-1.1.0/ddalpha/R/dataf.medflies.r |only
ddalpha-1.1.0/ddalpha/R/dataf.sim.r |only
ddalpha-1.1.0/ddalpha/R/dataf.tecator.r |only
ddalpha-1.1.0/ddalpha/R/ddalpha-internal.r | 186 +++++---
ddalpha-1.1.0/ddalpha/R/ddalpha.classify.r | 114 ++---
ddalpha-1.1.0/ddalpha/R/ddalpha.train.r | 302 ++++++++-----
ddalpha-1.1.0/ddalpha/R/ddalphaf.r | 75 ++-
ddalpha-1.1.0/ddalpha/R/depth.graph.r |only
ddalpha-1.1.0/ddalpha/R/depth.projection.r | 55 +-
ddalpha-1.1.0/ddalpha/R/depth.randomTukey.r | 6
ddalpha-1.1.0/ddalpha/R/depth.space.randomTukey.r | 4
ddalpha-1.1.0/ddalpha/R/depth.space.zonoid.r | 4
ddalpha-1.1.0/ddalpha/R/depth.spatial.r |only
ddalpha-1.1.0/ddalpha/R/depth.zonoid.r | 4
ddalpha-1.1.0/ddalpha/R/getdata.R |only
ddalpha-1.1.0/ddalpha/R/mahalanobis.scaling.r |only
ddalpha-1.1.0/ddalpha/R/routines.r |only
ddalpha-1.1.0/ddalpha/R/separator.polynomial.r |only
ddalpha-1.1.0/ddalpha/data |only
ddalpha-1.1.0/ddalpha/inst/CITATION | 24 -
ddalpha-1.1.0/ddalpha/man/compclassf.classify.Rd |only
ddalpha-1.1.0/ddalpha/man/compclassf.train.Rd |only
ddalpha-1.1.0/ddalpha/man/dataf..Rd |only
ddalpha-1.1.0/ddalpha/man/dataf.geneexp.Rd |only
ddalpha-1.1.0/ddalpha/man/dataf.growth.Rd |only
ddalpha-1.1.0/ddalpha/man/dataf.medflies.Rd |only
ddalpha-1.1.0/ddalpha/man/dataf.sim.1.CFF07.Rd |only
ddalpha-1.1.0/ddalpha/man/dataf.sim.2.CFF07.Rd |only
ddalpha-1.1.0/ddalpha/man/dataf.tecator.Rd |only
ddalpha-1.1.0/ddalpha/man/ddalpha-package.Rd | 33 +
ddalpha-1.1.0/ddalpha/man/ddalpha.classify.Rd | 2
ddalpha-1.1.0/ddalpha/man/ddalpha.train.Rd | 157 +++++--
ddalpha-1.1.0/ddalpha/man/ddalphaf.classify.Rd |only
ddalpha-1.1.0/ddalpha/man/ddalphaf.train.Rd |only
ddalpha-1.1.0/ddalpha/man/depth..Rd |only
ddalpha-1.1.0/ddalpha/man/depth.Mahalanobis.Rd |only
ddalpha-1.1.0/ddalpha/man/depth.graph.Rd |only
ddalpha-1.1.0/ddalpha/man/depth.projection.Rd |only
ddalpha-1.1.0/ddalpha/man/depth.randomTukey.Rd | 7
ddalpha-1.1.0/ddalpha/man/depth.space..Rd |only
ddalpha-1.1.0/ddalpha/man/depth.space.Mahalanobis.Rd |only
ddalpha-1.1.0/ddalpha/man/depth.space.projection.Rd |only
ddalpha-1.1.0/ddalpha/man/depth.space.randomTukey.Rd | 4
ddalpha-1.1.0/ddalpha/man/depth.space.spatial.Rd |only
ddalpha-1.1.0/ddalpha/man/depth.space.zonoid.Rd | 4
ddalpha-1.1.0/ddalpha/man/depth.spatial.Rd |only
ddalpha-1.1.0/ddalpha/man/depth.zonoid.Rd | 7
ddalpha-1.1.0/ddalpha/man/getdata.Rd |only
ddalpha-1.1.0/ddalpha/man/nlm_optimize_r.Rd |only
ddalpha-1.1.0/ddalpha/man/plotf.Rd |only
ddalpha-1.1.0/ddalpha/src/Common.cpp | 2
ddalpha-1.1.0/ddalpha/src/Common.h | 2
ddalpha-1.1.0/ddalpha/src/DataStructures.h | 4
ddalpha-1.1.0/ddalpha/src/Knn.cpp | 17
ddalpha-1.1.0/ddalpha/src/Makevars.win | 3
ddalpha-1.1.0/ddalpha/src/Polynomial.cpp |only
ddalpha-1.1.0/ddalpha/src/Polynomial.h |only
ddalpha-1.1.0/ddalpha/src/RcppExports.cpp |only
ddalpha-1.1.0/ddalpha/src/TukeyDepth.cpp | 19
ddalpha-1.1.0/ddalpha/src/TukeyDepth.h | 4
ddalpha-1.1.0/ddalpha/src/ZonoidDepth.cpp | 18
ddalpha-1.1.0/ddalpha/src/ZonoidDepth.h | 12
ddalpha-1.1.0/ddalpha/src/ddalpha.cpp | 61 +-
ddalpha-1.1.0/ddalpha/src/stdafx.cpp | 6
ddalpha-1.1.0/ddalpha/src/stdafx.h | 17
74 files changed, 966 insertions(+), 799 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-09-19 1.1.0.1
2014-09-11 1.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2014-10-03 1.2.4
2014-03-06 1.2.3
2013-12-21 1.2.2
2013-10-30 1.2.1
2013-08-12 1.2.0.1
2013-07-29 1.2.0
2013-06-04 1.1.0
2013-03-26 1.0.0
2012-12-22 0.9.4
2012-10-20 0.9.3
2012-08-05 0.9.2
2012-06-21 0.9.1
Title: A Simple Package for Testing R Packages
Diff between testit versions 0.3 dated 2013-10-26 and 0.4 dated 2014-12-20
Description: Provides two convenience functions assert() and test_pkg() to
facilitate testing R packages.
Author: Yihui Xie
Maintainer: Yihui Xie
DESCRIPTION | 14 +++++++-------
MD5 | 16 ++++++++--------
NEWS | 7 +++++++
R/testit.R | 28 ++++++++++++++++------------
R/utils.R | 5 +++++
README.md | 28 ++++++++++++++++------------
man/assert.Rd | 45 ++++++++++++++++++++++-----------------------
man/has_message.Rd | 10 +++++-----
man/test_pkg.Rd | 49 +++++++++++++++++++++----------------------------
9 files changed, 107 insertions(+), 95 deletions(-)
Title: Knockoff Filter
Diff between knockoff versions 0.1 dated 2014-12-06 and 0.1.1 dated 2014-12-20
Description: The knockoff filter for controlling the false discovery rate
Author: Rina Foygel Barber, Emmanuel Candes, Evan Patterson
Maintainer: Evan Patterson
DESCRIPTION | 8 ++++----
MD5 | 24 ++++++++++++++----------
R/create.R | 18 ++++++++++++++++--
R/knockoff.R | 7 ++++++-
build/vignette.rds |binary
inst/doc/intro.Rmd | 1 -
inst/doc/intro.html | 6 ++----
inst/doc/sdp.R |only
inst/doc/sdp.Rmd |only
inst/doc/sdp.html |only
inst/python/solve_sdp.py | 13 ++++++++++---
man/knockoff.create.Rd | 6 ++++++
man/knockoff.filter.Rd | 5 +++++
vignettes/intro.Rmd | 1 -
vignettes/sdp.Rmd |only
15 files changed, 63 insertions(+), 26 deletions(-)
Title: Foreach parallel adaptor for the Rmpi package
Diff between doMPI versions 0.2 dated 2013-06-14 and 0.2.1 dated 2014-12-20
Description: Provides a parallel backend for the %dopar% function using
the Rmpi package.
Author: Steve Weston
Maintainer: Steve Weston
doMPI-0.2.1/doMPI/DESCRIPTION | 6 +++---
doMPI-0.2.1/doMPI/MD5 | 17 +++++++++--------
doMPI-0.2.1/doMPI/NAMESPACE | 1 +
doMPI-0.2.1/doMPI/NEWS | 7 +++++--
doMPI-0.2.1/doMPI/R/doMPI.R | 5 ++++-
doMPI-0.2.1/doMPI/R/exportDoMPI.R | 3 ---
doMPI-0.2.1/doMPI/R/mpiworkers.R | 8 +-------
doMPI-0.2.1/doMPI/build |only
doMPI-0.2.1/doMPI/inst/doc/doMPI.pdf |binary
doMPI-0.2.1/doMPI/inst/examples/iplot.R |only
doMPI-0.2/doMPI/test |only
11 files changed, 23 insertions(+), 24 deletions(-)