Title: Create a Mini Version of CRAN Containing Only Selected Packages
Diff between miniCRAN versions 0.2.2 dated 2015-03-26 and 0.2.4 dated 2015-03-27
Description: Makes it possible to create an internally consistent
repository consisting of selected packages from CRAN-like repositories.
The user specifies a set of desired packages, and miniCRAN recursively
reads the dependency tree for these packages, then downloads only this
subset. The user can then install packages from this repository directly,
rather than from CRAN. This is useful in production settings, e.g. server
behind a firewall, or remote locations with slow broadband access.
Author: Revolution Analytics [aut],
Andrie de Vries [aut, cre],
Alex Chubaty [ctb]
Maintainer: Andrie de
Vries
miniCRAN-0.2.2/miniCRAN/vignettes/figure |only
miniCRAN-0.2.4/miniCRAN/DESCRIPTION | 6
miniCRAN-0.2.4/miniCRAN/MD5 | 32 +-
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-dependency-graph.R | 8
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-dependency-graph.html | 39 +--
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-dependency-graph.rmd | 8
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-introduction.R | 120 +++++-----
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-introduction.html | 115 ---------
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-introduction.rmd | 22 -
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-non-CRAN-repos.R | 50 ++--
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-non-CRAN-repos.html | 79 ------
miniCRAN-0.2.4/miniCRAN/inst/doc/miniCRAN-non-CRAN-repos.rmd | 8
miniCRAN-0.2.4/miniCRAN/inst/examples/example_addPackageListingGithub.R | 22 -
miniCRAN-0.2.4/miniCRAN/man/addPackageListingGithub.Rd | 22 -
miniCRAN-0.2.4/miniCRAN/vignettes/miniCRAN-dependency-graph.rmd | 8
miniCRAN-0.2.4/miniCRAN/vignettes/miniCRAN-introduction.rmd | 22 -
miniCRAN-0.2.4/miniCRAN/vignettes/miniCRAN-non-CRAN-repos.rmd | 8
17 files changed, 198 insertions(+), 371 deletions(-)
Title: High Dimensional Discriminant Analysis
Diff between HiDimDA versions 0.2-2 dated 2014-10-25 and 0.2-3 dated 2015-03-27
Description: Performs linear discriminant analysis in high dimensional
problems based on reliable covariance estimators for problems
with (many) more variables than observations. Includes routines
for classifier training, prediction, cross-validation and
variable selection.
Author: Antonio Pedro Duarte Silva
Maintainer: Antonio Pedro Duarte Silva
CHANGELOG | 7 +++-
DESCRIPTION | 8 ++--
MD5 | 8 ++--
NAMESPACE | 71 ++++++++++++++++++++++++++++++++++++++++++
R/RepLOptim.R | 97 ----------------------------------------------------------
5 files changed, 85 insertions(+), 106 deletions(-)
Title: General-to-Specific (GETS) Modelling
Diff between AutoSEARCH versions 1.4 dated 2014-12-22 and 1.5 dated 2015-03-27
Description: General-to-Specific (GETS) modelling of the mean and variance of a regression. NOTE: The package has been succeeded by gets, also available on the CRAN, which is more user-friendly, faster and easier to extend. Users are therefore encouraged to consider gets instead.
Author: Genaro Sucarrat
Maintainer: Genaro Sucarrat
DESCRIPTION | 14 +-
MD5 | 37 +++---
NAMESPACE | 4
NEWS | 7 +
R/AutoSEARCH-internal.R | 270 ++++++++++++++++++++++++----------------------
R/eqwma.R |only
R/gLag.R | 9 -
R/gets.mean.R | 18 ---
R/gets.vol.R | 70 -----------
R/info.criterion.R |only
R/jb.test.R |only
R/leqwma.R |only
R/ols.fit1.R | 1
R/ols.fit2.R | 1
R/skewness.test.R |only
man/AutoSEARCH-package.Rd | 12 +-
man/eqwma.Rd |only
man/gets.mean.Rd | 4
man/info.criterion.Rd |only
man/jb.test.Rd |only
man/regs.mean.sm.Rd | 2
man/regs.vol.sm.Rd | 2
man/skewness.test.Rd |only
man/sm.Rd | 6 -
24 files changed, 195 insertions(+), 262 deletions(-)
Title: Thematic Maps
Diff between tmap versions 0.6 dated 2014-07-30 and 0.7 dated 2015-03-27
Description: Thematic maps are geographical maps in which statistical data are visualized. This package offers a flexible, layer-based, way to create thematic maps, such as choropleths and bubble maps.
Author: Martijn Tennekes
Maintainer: Martijn Tennekes
tmap-0.6/tmap/R/print_tm.R |only
tmap-0.6/tmap/R/split_lines.R |only
tmap-0.7/tmap/DESCRIPTION | 13 -
tmap-0.7/tmap/MD5 | 174 +++++++++++-----------
tmap-0.7/tmap/NAMESPACE | 9 +
tmap-0.7/tmap/NEWS | 15 +
tmap-0.7/tmap/R/animation_tmap.R | 25 +--
tmap-0.7/tmap/R/append_data.R | 72 ++++++---
tmap-0.7/tmap/R/approx_areas.R | 11 -
tmap-0.7/tmap/R/calc_densities.R | 20 +-
tmap-0.7/tmap/R/cellplot.R | 16 +-
tmap-0.7/tmap/R/convert_shape_data.R | 124 +++++++++++++--
tmap-0.7/tmap/R/crop_shape.R | 18 +-
tmap-0.7/tmap/R/double_line.R | 3
tmap-0.7/tmap/R/fit_polylines.R | 20 +-
tmap-0.7/tmap/R/get_IDs.R | 7
tmap-0.7/tmap/R/get_alpha_col.R |only
tmap-0.7/tmap/R/get_polygon_directions.R |only
tmap-0.7/tmap/R/get_polygon_ranges.R | 4
tmap-0.7/tmap/R/get_proj4_code.R | 25 +--
tmap-0.7/tmap/R/grid_shp.R | 26 +--
tmap-0.7/tmap/R/gridplot.R | 47 +++---
tmap-0.7/tmap/R/legend_plot.R | 129 ++++++++++------
tmap-0.7/tmap/R/legend_prepare.R | 9 +
tmap-0.7/tmap/R/map2scale.R |only
tmap-0.7/tmap/R/map_points_to_line.R | 16 +-
tmap-0.7/tmap/R/num2pal.R | 88 +++++------
tmap-0.7/tmap/R/pkg.R | 40 +++--
tmap-0.7/tmap/R/plot_map.R | 197 +++++++++++++++++--------
tmap-0.7/tmap/R/print_tmap.R |only
tmap-0.7/tmap/R/process_bubbles.R | 45 ++++-
tmap-0.7/tmap/R/process_fill.R | 13 +
tmap-0.7/tmap/R/process_layers.R | 35 +++-
tmap-0.7/tmap/R/process_lines.R | 8 -
tmap-0.7/tmap/R/process_meta.R | 53 +++++-
tmap-0.7/tmap/R/process_shapes.R | 218 ++++++++++++++++++++++------
tmap-0.7/tmap/R/process_text.R | 29 ++-
tmap-0.7/tmap/R/process_tm.R | 116 ++++++++++++--
tmap-0.7/tmap/R/qtm.R | 74 +++++----
tmap-0.7/tmap/R/read_shape.R | 56 +++++--
tmap-0.7/tmap/R/sbind.R |only
tmap-0.7/tmap/R/set_projection.R | 3
tmap-0.7/tmap/R/split_lines_equal.R |only
tmap-0.7/tmap/R/split_lines_poly.R | 9 -
tmap-0.7/tmap/R/split_shps.R |only
tmap-0.7/tmap/R/split_tm.R | 23 +-
tmap-0.7/tmap/R/tm_layers.R | 134 ++++++++++-------
tmap-0.7/tmap/R/tm_layout.R | 29 +--
tmap-0.7/tmap/build/vignette.rds |binary
tmap-0.7/tmap/data/Europe.rda |binary
tmap-0.7/tmap/data/NLD_muni.rda |binary
tmap-0.7/tmap/data/NLD_prov.rda |binary
tmap-0.7/tmap/data/World.rda |binary
tmap-0.7/tmap/data/cities.rda |binary
tmap-0.7/tmap/data/rivers.rda |binary
tmap-0.7/tmap/inst/doc/tmap-nutshell.R | 37 ++--
tmap-0.7/tmap/inst/doc/tmap-nutshell.Rmd | 125 +++++++++-------
tmap-0.7/tmap/inst/doc/tmap-nutshell.html | 174 +++++++++++++---------
tmap-0.7/tmap/man/Shapes.Rd | 27 ++-
tmap-0.7/tmap/man/Shapes2.Rd | 10 +
tmap-0.7/tmap/man/animation_tmap.Rd | 14 +
tmap-0.7/tmap/man/append_data.Rd | 46 ++++-
tmap-0.7/tmap/man/approx_areas.Rd | 24 ++-
tmap-0.7/tmap/man/calc_densities.Rd | 24 ++-
tmap-0.7/tmap/man/convert_shape_data.Rd | 34 +++-
tmap-0.7/tmap/man/crop_shape.Rd | 20 +-
tmap-0.7/tmap/man/double_line.Rd | 8 -
tmap-0.7/tmap/man/fit_polylines.Rd | 20 ++
tmap-0.7/tmap/man/get_IDs.Rd | 10 +
tmap-0.7/tmap/man/get_polygon_directions.Rd |only
tmap-0.7/tmap/man/get_polygon_ranges.Rd | 7
tmap-0.7/tmap/man/intersection_shapes.Rd |only
tmap-0.7/tmap/man/map_points_to_line.Rd |only
tmap-0.7/tmap/man/plus-.tmap.Rd | 3
tmap-0.7/tmap/man/print.tmap.Rd | 13 +
tmap-0.7/tmap/man/qtm.Rd | 22 +-
tmap-0.7/tmap/man/read_shape.Rd | 30 +++
tmap-0.7/tmap/man/sbind.Rd |only
tmap-0.7/tmap/man/set_projection.Rd | 6
tmap-0.7/tmap/man/split_lines_equal.Rd | 14 +
tmap-0.7/tmap/man/split_lines_poly.Rd | 14 +
tmap-0.7/tmap/man/split_shapes.Rd |only
tmap-0.7/tmap/man/tm_borders.Rd | 29 +--
tmap-0.7/tmap/man/tm_bubbles.Rd | 50 ++----
tmap-0.7/tmap/man/tm_facets.Rd | 73 ++++++---
tmap-0.7/tmap/man/tm_fill.Rd | 81 +++++-----
tmap-0.7/tmap/man/tm_grid.Rd | 5
tmap-0.7/tmap/man/tm_layout.Rd | 66 +++++---
tmap-0.7/tmap/man/tm_lines.Rd | 36 ++--
tmap-0.7/tmap/man/tm_shape.Rd | 59 ++++---
tmap-0.7/tmap/man/tm_text.Rd | 68 ++++----
tmap-0.7/tmap/man/tmap-element.Rd | 51 +++++-
tmap-0.7/tmap/man/tmap-package.Rd | 9 -
tmap-0.7/tmap/man/write_shape.Rd | 7
tmap-0.7/tmap/vignettes/tmap-nutshell.Rmd | 125 +++++++++-------
95 files changed, 2186 insertions(+), 1108 deletions(-)
Title: Hierarchical Climate Regionalization
Diff between HiClimR versions 1.1.6 dated 2015-03-01 and 1.2.0 dated 2015-03-27
Description: A tool for Hierarchical Climate Regionalization applicable to any correlation-based clustering.
It adds several features and a new clustering method (called, 'regional' linkage) to hierarchical
clustering in R ('hclust' function in 'stats' library): data regridding, coarsening spatial resolution,
geographic masking (by continents, regions, or countries), data filtering by mean and/or variance
thresholds, data preprocessing (detrending, standardization, and PCA), faster correlation function
with preliminary big data support, hybrid hierarchical clustering, multi-variate clustering (MVC),
cluster validation, and visualization of region maps.
Author: Hamada S. Badr [aut, cre], Benjamin F. Zaitchik [aut], Amin K. Dezfuli [aut]
Maintainer: Hamada S. Badr
HiClimR-1.1.6/HiClimR/Changelog |only
HiClimR-1.2.0/HiClimR/DESCRIPTION | 20 -
HiClimR-1.2.0/HiClimR/MD5 | 41 +-
HiClimR-1.2.0/HiClimR/R/HiClimR.R | 557 ++++++++++++++++++--------------
HiClimR-1.2.0/HiClimR/R/coarseR.R | 87 ++--
HiClimR-1.2.0/HiClimR/R/fastCor.R | 158 ++++++---
HiClimR-1.2.0/HiClimR/R/geogMask.R | 85 ++--
HiClimR-1.2.0/HiClimR/R/grid2D.R | 78 ++--
HiClimR-1.2.0/HiClimR/R/minSigCor.R | 78 ++--
HiClimR-1.2.0/HiClimR/R/validClimR.R | 121 ++++--
HiClimR-1.2.0/HiClimR/README.md | 503 ++++++++++++++++++++++++++--
HiClimR-1.2.0/HiClimR/inst/CITATION | 27 +
HiClimR-1.2.0/HiClimR/man/HiClimR.Rd | 410 +++++++++++++++--------
HiClimR-1.2.0/HiClimR/man/TestCase.Rd | 20 -
HiClimR-1.2.0/HiClimR/man/WorldMask.Rd | 8
HiClimR-1.2.0/HiClimR/man/coarseR.Rd | 20 -
HiClimR-1.2.0/HiClimR/man/fastCor.Rd | 65 +++
HiClimR-1.2.0/HiClimR/man/geogMask.Rd | 17
HiClimR-1.2.0/HiClimR/man/grid2D.Rd | 8
HiClimR-1.2.0/HiClimR/man/minSigCor.Rd | 8
HiClimR-1.2.0/HiClimR/man/validClimR.Rd | 50 --
HiClimR-1.2.0/HiClimR/src/HiClimR.f90 | 266 ++++++---------
22 files changed, 1717 insertions(+), 910 deletions(-)
Title: Learned Pattern Similarity and Representation for Time Series
Diff between LPStimeSeries versions 1.0-4 dated 2015-01-09 and 1.0-5 dated 2015-03-27
Description: Learned Pattern Similarity (LPS) for time series.
Implements a novel approach to model the dependency structure
in time series that generalizes the concept of autoregression to local
auto-patterns. Generates a pattern-based representation of time series
along with a similarity measure called Learned Pattern Similarity (LPS).
Introduces a generalized autoregressive kernel.This package is based on the
'randomForest' package by Andy Liaw.
Author: Learned Pattern Similarity (LPS) for time series by Mustafa Gokce Baydogan
Maintainer: Mustafa Gokce Baydogan
DESCRIPTION | 21 ++++++++++++---------
MD5 | 4 ++--
man/learnPattern.Rd | 7 +++++--
3 files changed, 19 insertions(+), 13 deletions(-)
Title: Penalized Likelihood Factor Analysis via Nonconvex Penalty
Diff between fanc versions 1.22 dated 2015-03-18 and 1.23 dated 2015-03-27
Description: An R package "fanc" computes the penalized maximum
likelihood estimates of factor loadings and unique variances
for various tuning parameters. The pathwise coordinate descent
along with EM algorithm is used. This package also includes a
new graphical tool which outputs path diagram, goodness-of-fit
indices and model selection criteria for each regularization
parameter. The user can change the regularization parameter by
manipulating scrollbars, which is helpful to find a suitable
value of regularization parameter.
Author: Kei Hirose, Michio Yamamoto, Haruhisa Nagata
Maintainer: Kei Hirose
DESCRIPTION | 8
MD5 | 4
src/fanc.c | 2478 ++++++++++++++++++++++++++++++------------------------------
3 files changed, 1247 insertions(+), 1243 deletions(-)
Title: Analysis of Habitat Selection by Animals
Diff between adehabitat versions 1.8.15 dated 2014-12-17 and 1.8.17 dated 2015-03-27
Description: A collection of tools for the analysis of habitat selection by animals.
Author: Clement Calenge, contributions from Mathieu Basille, Stephane Dray and Scott Fortmann-Roe
Maintainer: Clement Calenge
DESCRIPTION | 15 +++++++--------
MD5 | 20 ++++++++++----------
NAMESPACE | 17 ++++++++++++++++-
R/asc2im.r | 4 ----
R/biv.plot.r | 2 --
R/biv.test.r | 2 --
R/debut.r | 4 ++--
R/simm.crw.r | 2 --
man/kernelUD.Rd | 2 +-
man/modpartltraj.Rd | 2 +-
src/tests.c | 2 +-
11 files changed, 38 insertions(+), 34 deletions(-)
Title: Import Articles from 'Europresse' Using the 'tm' Text Mining
Framework
Diff between tm.plugin.europresse versions 1.1 dated 2014-06-11 and 1.2 dated 2015-03-27
More information about tm.plugin.europresse at CRAN
Description: Provides a 'tm' Source to create corpora from
articles exported from the 'Europresse' content provider as
HTML files. It is able to read both text content and meta-data
information (including source, date, title, author and pages).
Author: Milan Bouchet-Valat [aut, cre]
Maintainer: Milan Bouchet-Valat
DESCRIPTION | 16 ++++++++--------
MD5 | 6 +++---
NEWS | 3 +++
R/readEuropresseHTML.R | 4 ++--
4 files changed, 16 insertions(+), 13 deletions(-)
Permanent link
Title: Tools for Eurostat Open Data
Diff between eurostat versions 1.0.15 dated 2015-03-20 and 1.0.16 dated 2015-03-27
Description: Tools to download data from the Eurostat database
http://ec.europa.eu/eurostat/ together with search and manipulation
utilities.
Author: Lahti Leo [aut, cre],
Biecek Przemyslaw [aut],
Kainu Markus [aut],
Huovari Janne [aut]
Maintainer: Lahti Leo
DESCRIPTION | 8 -
MD5 | 12 +-
inst/doc/eurostat_tutorial.R | 10 +-
inst/doc/eurostat_tutorial.Rmd | 10 +-
inst/doc/eurostat_tutorial.html | 124 ++++++++++++++++++++---------
vignettes/eurostat_tutorial.Rmd | 10 +-
vignettes/eurostat_tutorial.md | 168 ++++++++++++++++++++--------------------
7 files changed, 196 insertions(+), 146 deletions(-)
Title: Tools to Deal with Raster Maps
Diff between adehabitatMA versions 0.3.8 dated 2013-09-23 and 0.3.9 dated 2015-03-27
Description: A collection of tools to deal with raster maps.
Author: Clement Calenge, contributions from Mathieu Basille
Maintainer: Clement Calenge
DESCRIPTION | 11 +++++------
MD5 | 10 +++++-----
R/explore.r | 52 ++++++++++++++++++++++++++++------------------------
build/vignette.rds |binary
man/explore.Rd | 2 +-
src/tests.c | 13 +++++++------
6 files changed, 46 insertions(+), 42 deletions(-)
Title: Analysis of Animal Movements
Diff between adehabitatLT versions 0.3.17 dated 2014-12-17 and 0.3.18 dated 2015-03-27
Description: A collection of tools for the analysis of animal movements.
Author: Clement Calenge, contributions from Stephane Dray and Manuela Royer
Maintainer: Clement Calenge
DESCRIPTION | 16 +++----
MD5 | 26 +++++------
NAMESPACE | 11 ++++
R/as.ltraj.r | 9 +---
R/rasterize.r | 2
R/testNM.r | 2
R/trajdyn.r | 3 -
build/vignette.rds |binary
inst/doc/adehabitatLT.R | 101 +++++++++++++++++++++------------------------
inst/doc/adehabitatLT.Rnw | 19 +++-----
inst/doc/adehabitatLT.pdf |binary
man/as.ltraj.Rd | 3 -
man/modpartltraj.Rd | 2
vignettes/adehabitatLT.Rnw | 19 +++-----
14 files changed, 104 insertions(+), 109 deletions(-)
Title: Analysis of Habitat Selection by Animals
Diff between adehabitatHS versions 0.3.10 dated 2014-12-17 and 0.3.11 dated 2015-03-27
Description: A collection of tools for the analysis of habitat selection.
Author: Clement Calenge, contributions from Mathieu Basille
Maintainer: Clement Calenge
DESCRIPTION | 13 ++++++-------
MD5 | 12 ++++++------
NAMESPACE | 11 ++++++++++-
R/biv.plot.r | 4 ----
R/biv.test.r | 2 --
R/niche.test.r | 4 +++-
build/vignette.rds |binary
7 files changed, 25 insertions(+), 21 deletions(-)
Title: Home Range Estimation
Diff between adehabitatHR versions 0.4.12 dated 2014-12-17 and 0.4.13 dated 2015-03-27
Description: A collection of tools for the estimation of animals home range.
Author: Clement Calenge, contributions from Scott Fortmann-Roe
Maintainer: Clement Calenge
DESCRIPTION | 13 -
MD5 | 18 +-
R/CharHull.r | 4
R/LoCoH.r | 8 -
build/vignette.rds |binary
inst/doc/adehabitatHR.R | 298 ++++++++++++++++++++++-----------------------
inst/doc/adehabitatHR.Rnw | 20 +--
inst/doc/adehabitatHR.pdf |binary
man/kernelUD.Rd | 2
vignettes/adehabitatHR.Rnw | 20 +--
10 files changed, 191 insertions(+), 192 deletions(-)
Title: Robust Data Envelopment Analysis (DEA) for R
Diff between rDEA versions 1.0-2 dated 2014-12-21 and 1.1-1 dated 2015-03-27
Description: Data Envelopment Analysis for R, estimating robust DEA scores without and with environmental variables and doing returns-to-scale tests.
Author: Jaak Simm [aut, cre],
Galina Besstremyannaya [aut]
Maintainer: Jaak Simm
rDEA-1.0-2/rDEA/src/tags |only
rDEA-1.1-1/rDEA/DESCRIPTION | 6 ++--
rDEA-1.1-1/rDEA/MD5 | 17 ++++++-------
rDEA-1.1-1/rDEA/R/dea.env.robust.R | 1
rDEA-1.1-1/rDEA/R/dea.robust.R | 23 ++++++++++++------
rDEA-1.1-1/rDEA/README.md | 13 ++++++++--
rDEA-1.1-1/rDEA/inst/CHANGELOG | 5 +++
rDEA-1.1-1/rDEA/inst/tests/testthat/test-dea.robust.r | 14 ++++++++++
rDEA-1.1-1/rDEA/man/dea_env_robust.Rd | 8 +++---
rDEA-1.1-1/rDEA/man/dea_robust.Rd | 4 ++-
10 files changed, 65 insertions(+), 26 deletions(-)
Title: Loading Google Adwords Data into R
Diff between RAdwords versions 0.1.1 dated 2014-11-11 and 0.1.2 dated 2015-03-27
Description: The aim of RAdwords is loading Adwords data into R. Therefore the
package implements three main features. First, the package provides an
authentication process for R with the Adwords API via OAUTH2. Second, the
package offers an interface to apply the Adwords query language in R and
query the Adwords API with ad-hoc reports. Third, the received data are
transformed into suitable data formats for further data processing and data
analysis.
Author: Johannes Burkhardt
Maintainer: Johannes Burkhardt
RAdwords-0.1.1/RAdwords/inst/extdata/ACCOUNT_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/ACCOUNT_REACH_FREQUENCY_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/ADGROUP_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/ADGROUP_REACH_FREQUENCY_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/AD_EXTENSIONS_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/AD_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/AGE_RANGE_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/AUDIENCE_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/BID_GOAL_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/BUDGET_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CALL_METRICS_CALL_DETAILS_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_AD_SCHEDULE_TARGET_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_LOCATION_TARGET_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_NEGATIVE_LOCATIONS_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_PLATFORM_TARGET_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_REACH_FREQUENCY_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CAMPAIGN_SHARED_SET_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CLICK_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CREATIVE_CONVERSION_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/CRITERIA_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/DESTINATION_URL_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/DISPLAY_KEYWORD_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/DISPLAY_TOPICS_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/GENDER_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/GEO_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/KEYWORDLESS_CATEGORY_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/KEYWORDLESS_QUERY_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/KEYWORDS_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/PAID_ORGANIC_QUERY_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/PLACEHOLDER_FEED_ITEM_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/PLACEHOLDER_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/PLACEMENT_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/PRODUCT_PARTITION_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/SEARCH_QUERY_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/SHARED_SET_CRITERIA_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/SHARED_SET_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/SHOPPING_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.1/RAdwords/inst/extdata/URL_PERFORMANCE_REPORT.csv |only
RAdwords-0.1.2/RAdwords/DESCRIPTION | 12
RAdwords-0.1.2/RAdwords/LICENSE | 2
RAdwords-0.1.2/RAdwords/MD5 | 170 ++++++----
RAdwords-0.1.2/RAdwords/NAMESPACE | 2
RAdwords-0.1.2/RAdwords/NEWS |only
RAdwords-0.1.2/RAdwords/R/getData.R | 6
RAdwords-0.1.2/RAdwords/R/metrics.R | 14
RAdwords-0.1.2/RAdwords/R/reports.R | 16
RAdwords-0.1.2/RAdwords/R/statement.R | 2
RAdwords-0.1.2/RAdwords/R/transformData.R | 35 +-
RAdwords-0.1.2/RAdwords/README.md | 10
RAdwords-0.1.2/RAdwords/inst/extdata/api201409 |only
RAdwords-0.1.2/RAdwords/inst/extdata/api201502 |only
RAdwords-0.1.2/RAdwords/man/RAdwords.Rd | 22 +
RAdwords-0.1.2/RAdwords/man/changeNames.Rd | 3
RAdwords-0.1.2/RAdwords/man/doAuth.Rd | 3
RAdwords-0.1.2/RAdwords/man/getAuth.Rd | 3
RAdwords-0.1.2/RAdwords/man/getData.Rd | 9
RAdwords-0.1.2/RAdwords/man/loadToken.Rd | 3
RAdwords-0.1.2/RAdwords/man/metrics.Rd | 7
RAdwords-0.1.2/RAdwords/man/refreshToken.Rd | 3
RAdwords-0.1.2/RAdwords/man/reports.Rd | 8
RAdwords-0.1.2/RAdwords/man/statement.Rd | 5
RAdwords-0.1.2/RAdwords/man/transformData.Rd | 7
66 files changed, 228 insertions(+), 114 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2015-03-27 1.10
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-03-09 1.0
2008-06-08 0.4
2007-05-10 0.3-4
Title: Functions for University of Auckland Course STATS 201/208 Data
Analysis
Diff between s20x versions 3.1-12 dated 2015-02-13 and 3.1-15 dated 2015-03-27
Description: A set of functions used in teaching STATS 201/208 Data Analysis at the University of Auckland. The functions are designed to make parts of R more accessible to a large undergraduate population who are mostly not statistics majors.
Author: Andrew Balemi, Dineika Chandra, James Curran, Brant Deppa, Mike Forster, Brendan McArdle, Chris Wild
Maintainer: James Curran
DESCRIPTION | 8 +--
MD5 | 20 ++++-----
NAMESPACE | 1
R/layout20x.R | 5 --
R/normcheck.R | 16 ++++---
R/rowdistr.r | 11 ++--
R/summaryStats.R | 106 ++++++++++++++++++++++++++++++++++--------------
man/interactionPlots.Rd | 22 ++++-----
man/layout20x.Rd | 10 ++--
man/summary2way.Rd | 3 -
man/summaryStats.Rd | 75 ++++++++++++++++++++-------------
11 files changed, 174 insertions(+), 103 deletions(-)