Title: Statistical Methods for Regional Counts
Description: Provides statistical methods for the analysis of data aggregated spatially over regions (areal data).
Author: Joshua French
Maintainer: Joshua French <joshua.french@ucdenver.edu>
Diff between smerc versions 0.1.5 dated 2015-10-01 and 0.1.6 dated 2015-10-06
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- R/scan.test.R | 2 +- man/scan.test.Rd | 2 +- tests/testthat/test-scan.test.R | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-)
Title: Analise multivariada (brazilian portuguese)
Description: Pacote para analise multivariada, que possui funcoes que executam analise de correspondencia simples (CA) e multipla (MCA), analise de componentes principais (PCA), analise de multiplos fatores (MFA) para dados quantitativos, qualitativos, de frequencia (MFACT) e dados mistos. Tambem possui outras funcoes uteis para a analise multivariada.
Author: Paulo Cesar Ossani <ossanipc@hotmail.com>
Marcelo Angelo Cirillo <macufla@dex.ufla.br>
Maintainer: Paulo Cesar Ossani <ossanipc@hotmail.com>
Diff between MVar.pt versions 1.5 dated 2015-09-25 and 1.6 dated 2015-10-06
DESCRIPTION | 8 +++---- MD5 | 30 +++++++++++++------------- R/Biplot.R | 26 ++++++++++++++-------- R/CA.R | 20 ++++++++--------- R/GSVD.R | 21 ++++++++++++++---- R/IM.R | 2 - R/MFA.R | 12 +++++----- R/NormData.R | 2 - R/PCA.R | 13 ++++++----- R/Plot.CA.R | 56 ++++++++++++++++++++++++------------------------- R/Plot.MFA.R | 10 ++++---- R/Plot.PCA.R | 6 ++--- man/CA.Rd | 4 +-- man/DataQuali.Rd | 2 - man/MFA.Rd | 4 +-- man/MVar.pt-package.Rd | 4 +-- 16 files changed, 121 insertions(+), 99 deletions(-)
Title: Dot-and-Whisker Plots of Regression Results
Description: Quick and easy dot-and-whisker plots of regression results.
Author: Frederick Solt <frederick-solt@uiowa.edu>, Yue Hu <yue-hu-1@uiowa.edu>
Maintainer: Yue Hu <yue-hu-1@uiowa.edu>
Diff between dotwhisker versions 0.2.0.0 dated 2015-08-30 and 0.2.0.1 dated 2015-10-06
DESCRIPTION | 8 - MD5 | 10 +- inst/doc/dotwhisker-vignette.html | 180 ++++++++++++++++---------------------- inst/doc/dwplot-vignette.R |only inst/doc/kl2007_examples.html | 90 +++++++------------ inst/doc/vignette.bib |only inst/doc/vignette_dwplot.bib |only vignettes/vignette_dwplot.bib |only 8 files changed, 123 insertions(+), 165 deletions(-)
Title: Statistical Procedures for Agricultural Research
Description: Original idea was presented in the thesis "A statistical analysis tool for agricultural research" to obtain the degree of Master on science, National Engineering University (UNI), Lima-Peru. Some experimental data for the examples come from the CIP and others research. Agricolae offers extensive functionality on experimental design especially for agricultural and plant breeding experiments, which can also be useful for other purposes. It supports planning of lattice, Alpha, Cyclic, Complete Block, Latin Square, Graeco-Latin Squares, augmented block, factorial, split and strip plot designs. There are also various analysis facilities for experimental data, e.g. treatment comparison procedures and several non-parametric tests comparison, biodiversity indexes and consensus cluster.
Author: Felipe de Mendiburu
Maintainer: Felipe de Mendiburu <f.mendiburu@cgiar.org>
Diff between agricolae versions 1.2-2 dated 2015-08-13 and 1.2-3 dated 2015-10-06
DESCRIPTION | 12 - MD5 | 110 +++++----- NAMESPACE | 3 NEWS | 10 R/BIB.test.R | 10 R/DAU.test.R | 6 R/HSD.test.R | 5 R/LSD.test.R | 7 R/PBIB.test.r | 480 +++++++++++++++++++++++------------------------ R/REGW.test.R |only R/SNK.test.R | 4 R/design.ab.R | 8 R/design.alpha.R | 11 - R/design.bib.R | 8 R/design.crd.R | 7 R/design.cyclic.R | 8 R/design.dau.R | 13 - R/design.graeco.R | 16 - R/design.lattice.R | 14 - R/design.lsd.R | 10 R/design.rcbd.R | 13 - R/design.split.R | 14 - R/design.strip.R | 10 R/design.youden.r | 11 - R/diffograph.R |only R/duncan.test.r | 4 R/durbin.test.R | 4 R/friedman.R | 5 R/kruskal.R | 10 R/median.test.r | 3 R/order.group.R | 9 R/scheffe.test.R | 4 R/waerden.test.R | 5 R/waller.test.R | 2 build/vignette.rds |binary inst/doc/tutorial.R | 274 ++++++++++++++------------ inst/doc/tutorial.Rnw | 81 +++++-- inst/doc/tutorial.pdf |binary man/HSD.test.Rd | 9 man/REGW.test.Rd |only man/SNK.test.Rd | 9 man/agricolae-package.Rd | 7 man/design.ab.Rd | 3 man/design.alpha.Rd | 3 man/design.bib.Rd | 4 man/design.crd.Rd | 3 man/design.cyclic.Rd | 4 man/design.dau.Rd | 4 man/design.graeco.Rd | 3 man/design.lattice.Rd | 3 man/design.lsd.Rd | 3 man/design.rcbd.Rd | 3 man/design.split.Rd | 3 man/design.strip.Rd | 3 man/design.youden.rd | 4 man/diffograph.Rd |only man/duncan.test.Rd | 9 vignettes/tutorial.Rnw | 81 +++++-- 58 files changed, 765 insertions(+), 584 deletions(-)
Title: Structural Estimators and Algorithms for the Analysis of Stable
Matchings
Description: Implements structural estimators to correct for the
sample selection bias from observed outcomes in matching markets. Also
contains R code for matching algorithms such as the deferred-acceptance
algorithm for college admissions, the top-trading-cycles algorithm for
house allocation and a partitioning linear program for the roommates
problem.
Author: Thilo Klein
Maintainer: Thilo Klein <thilo@klein.co.uk>
Diff between matchingMarkets versions 0.1-5 dated 2015-07-08 and 0.1-6 dated 2015-10-06
DESCRIPTION | 12 +++++---- MD5 | 54 +++++++++++++++++++++++++++++------------ NEWS |only R/khb.R | 12 ++++----- R/mfx.R | 3 ++ R/stabit.R | 30 ++++++++++++++++++---- build |only data/baac00.RData |binary data/klein15a.RData |binary data/klein15b.RData |binary inst |only man/baac00.Rd | 22 ++++++++-------- man/khb.Rd | 2 - man/klein15a.Rd | 2 - man/klein15b.Rd | 29 +++++++++++----------- man/matchingMarkets-package.Rd | 2 - man/mfx.Rd | 4 +++ man/stabit.Rd | 6 +++- src/stabitCpp.cpp | 20 +++++++++++---- tests |only vignettes |only 21 files changed, 131 insertions(+), 67 deletions(-)
More information about matchingMarkets at CRAN
Permanent link
Title: Methods for the Indirect Estimation of Bilateral Migration
Description: Indirect methods for estimating bilateral migration flows in the presence of partial or missing data. Methods might be relevant to other categorical data situations on non-migration data, where for example, marginal totals are known and only auxiliary bilateral data is available.
Author: Guy J. Abel
Maintainer: Guy J. Abel <g.j.abel@gmail.com>
Diff between migest versions 1.7 dated 2015-06-18 and 1.7.1 dated 2015-10-06
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- demo/cfplot_nat.R | 4 ++-- demo/cfplot_reg.R | 2 +- man/migest-package.Rd | 10 +++++++--- man/rc9.Rd | 2 +- 6 files changed, 19 insertions(+), 15 deletions(-)
Title: Analysing Inbreeding Based on Genetic Markers
Description: A framework for analysing inbreeding and heterozygosity-fitness correlations (HFCs) from
microsatellite and SNP markers.
Author: Martin A. Stoffel [aut, cre],
Mareike Esser [aut]
Maintainer: Martin A. Stoffel <martin.adam.stoffel@gmail.com>
Diff between inbreedR versions 0.1.0 dated 2015-09-05 and 0.2.0 dated 2015-10-06
DESCRIPTION | 9 +- MD5 | 32 ++++---- R/g2_microsats.R | 2 R/plot.inbreed.R | 85 ++++++++++++++++++++++- R/print.inbreed.R | 12 ++- R/r2_Wf.R | 78 +++++++++++++++++---- R/r2_hf.R | 130 ++++++++++++++++++++++++------------ README.md | 8 +- inst/doc/inbreedR_step_by_step.R | 7 + inst/doc/inbreedR_step_by_step.Rmd | 13 +++ inst/doc/inbreedR_step_by_step.html | 44 ++++++------ man/plot.inbreed.Rd | 6 + man/r2_Wf.Rd | 20 ++++- man/r2_hf.Rd | 30 +++++--- tests/testthat/test-r2_Wf.R | 11 +++ tests/testthat/test-r2_hf.R | 28 +++++-- vignettes/inbreedR_step_by_step.Rmd | 13 +++ 17 files changed, 394 insertions(+), 134 deletions(-)
Title: Manage, Analyse and Simulate Hyperspectral Data
Description: Transformation of reflectance spectra, calculation of vegetation indices and red edge parameters, spectral resampling for hyperspectral remote sensing, simulation of reflectance and transmittance using the leaf reflectance model PROSPECT and the canopy reflectance model PROSAIL.
Author: Lukas W. Lehnert [cre, aut],
Hanna Meyer [aut],
Joerg Bendix [aut]
Maintainer: Lukas W. Lehnert <lukaslehnert@googlemail.com>
Diff between hsdar versions 0.3.0 dated 2015-07-28 and 0.3.1 dated 2015-10-06
ChangeLog | 9 DESCRIPTION | 8 MD5 | 28 +- R/nri_methods.R | 31 ++ R/rastermeta.R | 2 R/spectral_resampling_response.R | 37 ++ inst/doc/References.pdf |binary inst/doc/hsdar-intro.pdf |binary man/Clman-methods.Rd | 2 man/derivative_speclib.Rd | 2 man/normalized.ratio.index-methods.Rd | 3 man/subset_speclib.Rd | 2 src/apply_response.f90 | 2 src/dataSpec_P5B_PROSAIL.f90 | 422 +++++++++++++++++----------------- src/dataSpec_P5B_PROSPECT.f90 | 2 15 files changed, 303 insertions(+), 247 deletions(-)
Title: Functions for Generalized Dissimilarity Modeling
Description: A toolkit with functions to fit, plot, and summarize Generalized Dissimilarity Models.
Author: Glenn Manion, Matthew Lisk, Simon Ferrier, Diego Nieto-Lugilde, Matthew C. Fitzpatrick
Maintainer: Matthew C. Fitzpatrick <mfitzpatrick@al.umces.edu>
Diff between gdm versions 1.1.2 dated 2015-09-12 and 1.1.3 dated 2015-10-06
DESCRIPTION | 8 +- MD5 | 6 - R/GDM_Table_Funcs.R | 165 ++++++++++++++++++++++++++++++++++----------------- man/gdm.transform.Rd | 4 - 4 files changed, 118 insertions(+), 65 deletions(-)
Title: 3D Visualization Using OpenGL
Description: Provides medium to high level functions for 3D interactive graphics, including
functions modelled on base graphics (plot3d(), etc.) as well as functions for
constructing representations of geometric objects (cube3d(), etc.). Output
may be on screen using OpenGL, or to various standard 3D file formats including
WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, SVG, PGF.
Author: Daniel Adler <dadler@uni-goettingen.de>, Duncan Murdoch <murdoch@stats.uwo.ca>, and others (see README)
Maintainer: Duncan Murdoch <murdoch@stats.uwo.ca>
Diff between rgl versions 0.95.1337 dated 2015-09-19 and 0.95.1367 dated 2015-10-06
rgl-0.95.1337/rgl/R/interpSetter.R |only rgl-0.95.1337/rgl/inst/doc/WebGL.R |only rgl-0.95.1337/rgl/inst/doc/rgl.R |only rgl-0.95.1337/rgl/po |only rgl-0.95.1337/rgl/vignettes/WebGL.md |only rgl-0.95.1337/rgl/vignettes/plotsnapshot.png |only rgl-0.95.1337/rgl/vignettes/rgl.md |only rgl-0.95.1337/rgl/vignettes/test.Rmd |only rgl-0.95.1337/rgl/vignettes/unnamed_chunk_1snapshot.png |only rgl-0.95.1337/rgl/vignettes/unnamed_chunk_2snapshot.png |only rgl-0.95.1367/rgl/DESCRIPTION | 11 rgl-0.95.1367/rgl/MD5 | 45 rgl-0.95.1367/rgl/NAMESPACE | 4 rgl-0.95.1367/rgl/R/bgplot3d.R | 89 rgl-0.95.1367/rgl/R/scene.R | 4 rgl-0.95.1367/rgl/R/webGL.R | 150 rgl-0.95.1367/rgl/build/vignette.rds |binary rgl-0.95.1367/rgl/configure | 9 rgl-0.95.1367/rgl/configure.ac | 8 rgl-0.95.1367/rgl/configure.win | 1 rgl-0.95.1367/rgl/inst/NEWS | 9 rgl-0.95.1367/rgl/inst/doc/WebGL.html | 1412 ++-- rgl-0.95.1367/rgl/inst/doc/rgl.Rmd | 4 rgl-0.95.1367/rgl/inst/doc/rgl.html | 4664 +++++++--------- rgl-0.95.1367/rgl/man/show2d.Rd |only rgl-0.95.1367/rgl/src/build/autoconf/config.guess | 384 - rgl-0.95.1367/rgl/src/build/autoconf/config.sub | 148 rgl-0.95.1367/rgl/src/glgui.cpp | 4 rgl-0.95.1367/rgl/vignettes/rgl.Rmd | 4 29 files changed, 3423 insertions(+), 3527 deletions(-)
Title: Seamless Interface to Octave -- And Matlab
Description: Direct interface to Octave. The primary goal is to facilitate the
port of Matlab/Octave scripts to R. The package enables to call any Octave
functions from R and as well as browsing their documentation, passing
variables between R and Octave, using R core RNGs in Octave, which ensures
that stochastic computations are also reproducible.
Author: Renaud Gaujoux
Maintainer: Renaud Gaujoux <renaud@tx.technion.ac.il>
Diff between RcppOctave versions 0.14.5 dated 2014-09-20 and 0.18.1 dated 2015-10-06
RcppOctave-0.14.5/RcppOctave/configure.win |only RcppOctave-0.14.5/RcppOctave/man/dot-DollarNames-commaOctave-method.Rd |only RcppOctave-0.14.5/RcppOctave/man/show-commaOctave-method.Rd |only RcppOctave-0.14.5/RcppOctave/src/Makevars.win.in |only RcppOctave-0.18.1/RcppOctave/DESCRIPTION | 14 RcppOctave-0.18.1/RcppOctave/MD5 | 144 +- RcppOctave-0.18.1/RcppOctave/NAMESPACE | 39 RcppOctave-0.18.1/RcppOctave/NEWS | 18 RcppOctave-0.18.1/RcppOctave/R/Octave-class.R | 39 RcppOctave-0.18.1/RcppOctave/R/OctaveFunction-class.R | 4 RcppOctave-0.18.1/RcppOctave/R/base-functions.R | 42 RcppOctave-0.18.1/RcppOctave/R/config-vars.R.in | 28 RcppOctave-0.18.1/RcppOctave/R/config.R | 69 - RcppOctave-0.18.1/RcppOctave/R/eval.R | 1 RcppOctave-0.18.1/RcppOctave/R/interface.R | 5 RcppOctave-0.18.1/RcppOctave/R/package.R | 125 ++ RcppOctave-0.18.1/RcppOctave/R/random.R | 42 RcppOctave-0.18.1/RcppOctave/R/utils.R | 16 RcppOctave-0.18.1/RcppOctave/README | 4 RcppOctave-0.18.1/RcppOctave/build/RcppOctave.pdf |binary RcppOctave-0.18.1/RcppOctave/build/vignette.rds |binary RcppOctave-0.18.1/RcppOctave/cleanup | 9 RcppOctave-0.18.1/RcppOctave/configure | 484 ++++++---- RcppOctave-0.18.1/RcppOctave/configure.ac | 207 ++-- RcppOctave-0.18.1/RcppOctave/exec/configure-win |only RcppOctave-0.18.1/RcppOctave/exec/m4.R |only RcppOctave-0.18.1/RcppOctave/exec/m4.win | 113 ++ RcppOctave-0.18.1/RcppOctave/exec/octave.m4 |only RcppOctave-0.18.1/RcppOctave/inst/doc/RcppOctave-unitTests.R | 2 RcppOctave-0.18.1/RcppOctave/inst/doc/RcppOctave-unitTests.Rnw | 44 RcppOctave-0.18.1/RcppOctave/inst/doc/RcppOctave-unitTests.pdf |binary RcppOctave-0.18.1/RcppOctave/inst/doc/RcppOctave.R | 30 RcppOctave-0.18.1/RcppOctave/inst/doc/RcppOctave.pdf |binary RcppOctave-0.18.1/RcppOctave/inst/unitTests/runit.stats.R | 7 RcppOctave-0.18.1/RcppOctave/man/Octave-class.Rd | 36 RcppOctave-0.18.1/RcppOctave/man/Octave.config.Rd | 66 - RcppOctave-0.18.1/RcppOctave/man/Octave.home.Rd | 38 RcppOctave-0.18.1/RcppOctave/man/OctaveFunction-class.Rd | 26 RcppOctave-0.18.1/RcppOctave/man/OctaveInterface.Rd | 83 - RcppOctave-0.18.1/RcppOctave/man/RcppOctave-package.Rd | 57 - RcppOctave-0.18.1/RcppOctave/man/autocomplete.Rd |only RcppOctave-0.18.1/RcppOctave/man/check.equal.Rd | 7 RcppOctave-0.18.1/RcppOctave/man/dot-CallOctave.Rd | 9 RcppOctave-0.18.1/RcppOctave/man/dot-isPlatformCompatible.Rd |only RcppOctave-0.18.1/RcppOctave/man/mfiles.Rd | 14 RcppOctave-0.18.1/RcppOctave/man/o_addpath.Rd | 24 RcppOctave-0.18.1/RcppOctave/man/o_assign.Rd | 43 RcppOctave-0.18.1/RcppOctave/man/o_clear.Rd | 9 RcppOctave-0.18.1/RcppOctave/man/o_config_info.Rd | 20 RcppOctave-0.18.1/RcppOctave/man/o_eval.Rd | 11 RcppOctave-0.18.1/RcppOctave/man/o_exist.Rd | 9 RcppOctave-0.18.1/RcppOctave/man/o_help.Rd | 35 RcppOctave-0.18.1/RcppOctave/man/o_identity.Rd | 10 RcppOctave-0.18.1/RcppOctave/man/o_load.Rd | 5 RcppOctave-0.18.1/RcppOctave/man/o_ls.Rd | 26 RcppOctave-0.18.1/RcppOctave/man/o_rexp.Rd | 22 RcppOctave-0.18.1/RcppOctave/man/o_rgamma.Rd | 29 RcppOctave-0.18.1/RcppOctave/man/o_rnorm.Rd | 22 RcppOctave-0.18.1/RcppOctave/man/o_rpois.Rd |only RcppOctave-0.18.1/RcppOctave/man/o_runif.Rd | 20 RcppOctave-0.18.1/RcppOctave/man/o_source.Rd | 14 RcppOctave-0.18.1/RcppOctave/man/o_version.Rd | 6 RcppOctave-0.18.1/RcppOctave/man/o_who.Rd | 16 RcppOctave-0.18.1/RcppOctave/man/o_whos.Rd | 11 RcppOctave-0.18.1/RcppOctave/man/octave-ll.Rd | 24 RcppOctave-0.18.1/RcppOctave/man/octave_config.Rd | 27 RcppOctave-0.18.1/RcppOctave/man/sourceExamples.Rd | 7 RcppOctave-0.18.1/RcppOctave/man/system.mfile.Rd | 15 RcppOctave-0.18.1/RcppOctave/src/Makevars.in | 31 RcppOctave-0.18.1/RcppOctave/src/Makevars.win |only RcppOctave-0.18.1/RcppOctave/src/compatibility.h |only RcppOctave-0.18.1/RcppOctave/src/conversion.cpp | 32 RcppOctave-0.18.1/RcppOctave/src/modules/Makefile.in | 34 RcppOctave-0.18.1/RcppOctave/src/modules/PKG_ADD | 1 RcppOctave-0.18.1/RcppOctave/src/modules/Rrng.cc | 21 RcppOctave-0.18.1/RcppOctave/src/rcpp_octave.cpp | 27 RcppOctave-0.18.1/RcppOctave/src/rcpp_octave.h | 26 RcppOctave-0.18.1/RcppOctave/tests/doRUnit.R | 3 RcppOctave-0.18.1/RcppOctave/vignettes/RcppOctave-unitTests.Rnw | 44 79 files changed, 1502 insertions(+), 944 deletions(-)
Title: Multiple Factor Analysis (MFA)
Description: Performs Multiple Factor Analysis method for quantitative, categorical, frequency and mixed data, in addition to generating a lot of graphics, also has other useful functions.
Author: Paulo Cesar Ossani <ossanipc@hotmail.com>
Marcelo Angelo Cirillo <macufla@dex.ufla.br>
Maintainer: Paulo Cesar Ossani <ossanipc@hotmail.com>
Diff between MFAg versions 1.2 dated 2015-09-16 and 1.3 dated 2015-10-06
DESCRIPTION | 8 ++++---- MD5 | 24 ++++++++++++------------ R/GSVD.R | 25 +++++++++++++++++++------ R/IM.R | 23 ++++++++++++++--------- R/MFA.R | 12 ++++++------ R/NormData.R | 2 +- R/Plot.MFA.R | 8 ++++---- man/DataQuali.Rd | 2 +- man/GSVD.Rd | 8 ++++---- man/MFA.Rd | 8 ++++---- man/MFAg-package.Rd | 4 ++-- man/NormData.Rd | 2 +- man/Plot.MFA.Rd | 5 +++-- 13 files changed, 75 insertions(+), 56 deletions(-)
Title: Combinatorial Efficient Global Optimization
Description: Model building, surrogate model
based optimization and Efficient Global Optimization in combinatorial
or mixed search spaces.
Author: Martin Zaefferer <mzaefferer@gmail.com>
Maintainer: Martin Zaefferer <mzaefferer@gmail.com>
Diff between CEGO versions 1.0.1108 dated 2015-01-06 and 2.0.0 dated 2015-10-06
CEGO-1.0.1108/CEGO/R/optimizer.R |only CEGO-1.0.1108/CEGO/man/combinatorialKrigingLikelihood.Rd |only CEGO-1.0.1108/CEGO/man/initializeDesign.Rd |only CEGO-1.0.1108/CEGO/man/longestIncreasingSubsequence.Rd |only CEGO-1.0.1108/CEGO/man/predict.CKriging.Rd |only CEGO-1.0.1108/CEGO/man/predict.CLM.Rd |only CEGO-1.0.1108/CEGO/man/predict.CRBFN.Rd |only CEGO-2.0.0/CEGO/DESCRIPTION | 10 CEGO-2.0.0/CEGO/MD5 | 170 ++-- CEGO-2.0.0/CEGO/NAMESPACE | 20 CEGO-2.0.0/CEGO/NEWS | 33 CEGO-2.0.0/CEGO/R/DoE.R |only CEGO-2.0.0/CEGO/R/binaryBenchmarkFunctions.R | 2 CEGO-2.0.0/CEGO/R/cegoPackage.R | 11 CEGO-2.0.0/CEGO/R/distanceBasedLandscapeGenerators.R | 53 - CEGO-2.0.0/CEGO/R/distanceCalculation.R | 67 + CEGO-2.0.0/CEGO/R/misc.R | 46 - CEGO-2.0.0/CEGO/R/modelKriging.R | 369 ++++++---- CEGO-2.0.0/CEGO/R/modelLm.R | 49 - CEGO-2.0.0/CEGO/R/modelRBFN.R | 83 +- CEGO-2.0.0/CEGO/R/optim2opt.R |only CEGO-2.0.0/CEGO/R/optimCEGO.R |only CEGO-2.0.0/CEGO/R/optimEA.R |only CEGO-2.0.0/CEGO/R/optimInterface.R | 61 - CEGO-2.0.0/CEGO/R/optimRS.R |only CEGO-2.0.0/CEGO/R/permutationBenchmarkFunctions.R | 26 CEGO-2.0.0/CEGO/R/permutationDistances.r | 169 ++-- CEGO-2.0.0/CEGO/R/permutationOperators.R | 135 +++ CEGO-2.0.0/CEGO/man/CEGO-package.Rd | 12 CEGO-2.0.0/CEGO/man/benchmarkGeneratorFSP.Rd | 2 CEGO-2.0.0/CEGO/man/benchmarkGeneratorNKL.Rd | 2 CEGO-2.0.0/CEGO/man/benchmarkGeneratorQAP.Rd | 6 CEGO-2.0.0/CEGO/man/benchmarkGeneratorTSP.Rd | 2 CEGO-2.0.0/CEGO/man/benchmarkGeneratorWT.Rd | 2 CEGO-2.0.0/CEGO/man/buildModel.Rd | 16 CEGO-2.0.0/CEGO/man/combinatorialKriging.Rd | 90 -- CEGO-2.0.0/CEGO/man/combinatorialLM.Rd | 50 - CEGO-2.0.0/CEGO/man/combinatorialRBFN.Rd | 61 - CEGO-2.0.0/CEGO/man/designRandom.Rd |only CEGO-2.0.0/CEGO/man/distanceMatrix.Rd | 3 CEGO-2.0.0/CEGO/man/distanceMatrixUpdate.Rd |only CEGO-2.0.0/CEGO/man/distanceMatrixWrapper.Rd |only CEGO-2.0.0/CEGO/man/distancePermutationAdjacency.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationChebyshev.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationCos.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationEuclidean.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationHamming.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationInsert.Rd | 14 CEGO-2.0.0/CEGO/man/distancePermutationInterchange.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationLCSeq.Rd | 20 CEGO-2.0.0/CEGO/man/distancePermutationLCStr.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationLee.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationLevenshtein.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationLex.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationManhattan.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationPosition.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationPosition2.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationR.Rd | 2 CEGO-2.0.0/CEGO/man/distancePermutationSwap.Rd | 2 CEGO-2.0.0/CEGO/man/distanceVector.Rd | 3 CEGO-2.0.0/CEGO/man/fcorrCubic.Rd | 4 CEGO-2.0.0/CEGO/man/fcorrGauss.Rd | 4 CEGO-2.0.0/CEGO/man/fcorrLinear.Rd | 4 CEGO-2.0.0/CEGO/man/fcorrSphere.Rd | 4 CEGO-2.0.0/CEGO/man/infillExpectedImprovement.Rd | 2 CEGO-2.0.0/CEGO/man/landscapeGeneratorGaussian.Rd | 9 CEGO-2.0.0/CEGO/man/landscapeGeneratorGaussianBuild.Rd | 2 CEGO-2.0.0/CEGO/man/landscapeGeneratorGaussianEval.Rd | 2 CEGO-2.0.0/CEGO/man/landscapeGeneratorMUL.Rd | 24 CEGO-2.0.0/CEGO/man/landscapeGeneratorUNI.Rd | 16 CEGO-2.0.0/CEGO/man/lexicographicPermutationOrderNumber.Rd | 2 CEGO-2.0.0/CEGO/man/modelKriging.Rd |only CEGO-2.0.0/CEGO/man/modelKrigingLikelihood.Rd |only CEGO-2.0.0/CEGO/man/modelLinear.Rd |only CEGO-2.0.0/CEGO/man/modelRBFN.Rd |only CEGO-2.0.0/CEGO/man/mutationBinary.Rd | 2 CEGO-2.0.0/CEGO/man/mutationBinaryFast.Rd | 2 CEGO-2.0.0/CEGO/man/mutationPermutationInterchange.Rd | 9 CEGO-2.0.0/CEGO/man/mutationPermutationReversal.Rd |only CEGO-2.0.0/CEGO/man/mutationPermutationSwap.Rd | 9 CEGO-2.0.0/CEGO/man/optim2Opt.Rd | 21 CEGO-2.0.0/CEGO/man/optimCEGO.Rd | 56 - CEGO-2.0.0/CEGO/man/optimEA.Rd | 35 CEGO-2.0.0/CEGO/man/optimInterface.Rd | 28 CEGO-2.0.0/CEGO/man/optimRS.Rd | 23 CEGO-2.0.0/CEGO/man/optimizeModel.Rd |only CEGO-2.0.0/CEGO/man/predict.modelKriging.Rd |only CEGO-2.0.0/CEGO/man/predict.modelLinear.Rd |only CEGO-2.0.0/CEGO/man/predict.modelRBFN.Rd |only CEGO-2.0.0/CEGO/man/recombinationBinaryUniformCrossoverFast.Rd | 2 CEGO-2.0.0/CEGO/man/recombinationPermutationCycleCrossover.Rd | 2 CEGO-2.0.0/CEGO/man/removeDuplicates.Rd | 2 CEGO-2.0.0/CEGO/man/removeDuplicatesOffspring.Rd | 6 CEGO-2.0.0/CEGO/man/solutionFunctionGeneratorBinary.Rd | 2 CEGO-2.0.0/CEGO/man/solutionFunctionGeneratorPermutation.Rd | 2 CEGO-2.0.0/CEGO/man/step2Opt.Rd | 4 CEGO-2.0.0/CEGO/man/tournamentSelection.Rd | 4 CEGO-2.0.0/CEGO/src/permutationDistance.c | 341 ++++++--- 98 files changed, 1259 insertions(+), 981 deletions(-)
More information about assertive.strings at CRAN
Permanent link
More information about assertive.files at CRAN
Permanent link
More information about assertive.data.us at CRAN
Permanent link
More information about assertive.data.uk at CRAN
Permanent link
More information about assertive.data at CRAN
Permanent link
More information about assertive.code at CRAN
Permanent link
Title: Framework for the Analysis of Genomic Prediction Data using R
Description: A collection of functions required for genomic prediction which were developed within the Synbreed project for synergistic plant and animal breeding (www.synbreed.tum.de). This covers data processing, data visualization, and analysis. All functions are embedded within the framework of a single, unified data object. The implementation is flexible with respect to a wide range of data formats in plant and animal breeding. This research was funded by the German Federal Ministry of Education and Research (BMBF) within the AgroClustEr Synbreed - Synergistic plant and animal breeding (FKZ 0315528A).
Author: Valentin Wimmer, Hans-Juergen Auinger, Theresa Albrecht, Chris-Carolin Schoen with contributions by Larry Schaeffer, Malena Erbe, Ulrike Ober, Christian Reimer, Yvonne Badke and Peter VandeHaar
Maintainer: Hans-Juergen Auinger <auinger@tum.de>
Diff between synbreed versions 0.11-10 dated 2015-06-16 and 0.11-22 dated 2015-10-06
DESCRIPTION | 19 ++++--- MD5 | 25 +++++----- NAMESPACE | 27 ++++++----- R/codeGeno.r | 110 ++++++++++++++++++++------------------------- R/kinship.r | 4 - R/plot.pedigree.r | 30 ++++++------ R/read.write.vcf.r | 15 +++--- man/add.individuals.Rd | 32 +++++++++++-- man/codeGeno.Rd | 2 man/create.gpData.Rd | 18 ++++--- man/discard.individuals.Rd |only man/discard.markers.Rd | 29 +++++------ man/kinship.Rd | 4 - man/write.vcf.Rd | 11 ++++ 14 files changed, 182 insertions(+), 144 deletions(-)
Title: Import, Plot and Analyze Bathymetric and Topographic Data
Description: Import xyz data from the NOAA, GEBCO and other sources, plot xyz data to prepare publication-ready figures, analyze xyz data to extract transects, get depth / altitude based on geographical coordinates, or calculate z-constrained least-cost paths.
Author: Eric Pante, Benoit Simon-Bouhet, and Jean-Olivier Irisson
Maintainer: Eric Pante <pante.eric@gmail.com>
Diff between marmap versions 0.9.2 dated 2015-01-28 and 0.9.3 dated 2015-10-06
marmap-0.9.2/marmap/data/datalist |only marmap-0.9.3/marmap/DESCRIPTION | 10 ++--- marmap-0.9.3/marmap/MD5 | 37 ++++++++++--------- marmap-0.9.3/marmap/NAMESPACE | 18 ++++++--- marmap-0.9.3/marmap/R/griddify.R |only marmap-0.9.3/marmap/R/plot.bathy.R | 4 +- marmap-0.9.3/marmap/build/vignette.rds |binary marmap-0.9.3/marmap/data/aleutians.rda |binary marmap-0.9.3/marmap/data/celt.rda |binary marmap-0.9.3/marmap/data/florida.rda |binary marmap-0.9.3/marmap/data/hawaii.rda |binary marmap-0.9.3/marmap/data/hawaii.sites.rda |binary marmap-0.9.3/marmap/data/irregular.rda |only marmap-0.9.3/marmap/data/metallo.rda |binary marmap-0.9.3/marmap/data/nw.atlantic.coast.rda |binary marmap-0.9.3/marmap/data/nw.atlantic.rda |binary marmap-0.9.3/marmap/inst/doc/marmap-DataAnalysis.pdf |binary marmap-0.9.3/marmap/inst/doc/marmap-ImportExport.pdf |binary marmap-0.9.3/marmap/inst/doc/marmap.pdf |binary marmap-0.9.3/marmap/man/griddify.Rd |only marmap-0.9.3/marmap/man/irregular.Rd |only marmap-0.9.3/marmap/man/marmap.Rd | 4 +- 22 files changed, 41 insertions(+), 32 deletions(-)
Title: Flow Selection and Analysis
Description: Selections on flow matrices, statistics on selected flows, map and graph visualisations.
Author: Timothée Giraud [cre, aut],
Laurent Beauguitte [aut],
Marianne Guérois [ctb]
Maintainer: Timothée Giraud <timothee.giraud@ums-riate.fr>
Diff between flows versions 1.0 dated 2015-07-17 and 1.1 dated 2015-10-06
DESCRIPTION | 8 +- MD5 | 27 ++++---- NEWS |only R/flows.R | 151 +++++-------------------------------------------- build/vignette.rds |binary inst/doc/flows.R | 4 - inst/doc/flows.Rmd | 6 - inst/doc/flows.html | 16 ++--- man/compmat.Rd | 3 man/domflows.Rd | 9 -- man/flows.Rd | 3 man/plotDomFlows.Rd | 3 man/plotMapDomFlows.Rd | 3 man/statmat.Rd | 8 +- vignettes/flows.Rmd | 6 - 15 files changed, 64 insertions(+), 183 deletions(-)
Title: Enhanced Least Absolute Shrinkage and Selection Operator
Regression Model
Description: Performs some enhanced variable selection algorithms
based on the least absolute shrinkage and selection operator for regression model.
Author: Pi Guo
Maintainer: Pi Guo <guopi.01@163.com>
Diff between elasso versions 1.0 dated 2015-09-17 and 1.1 dated 2015-10-06
DESCRIPTION | 11 ++++++----- MD5 | 6 +++--- R/BRLasso.R | 18 +++++++++++------- man/BRLasso.Rd | 17 +++++++++++------ 4 files changed, 31 insertions(+), 21 deletions(-)
More information about assertive.sets at CRAN
Permanent link
More information about assertive.reflection at CRAN
Permanent link
More information about assertive.numbers at CRAN
Permanent link
More information about assertive.models at CRAN
Permanent link
More information about assertive.matrices at CRAN
Permanent link
More information about assertive.datetimes at CRAN
Permanent link
Title: An Interface for MIXMOD
Description: A collection of functions designed to run supervised and
unsupervised classification with MIXture MODelling.
Author: Remi Lebret [aut, cre],
Serge Iovleff [aut],
Florent Langrognet [aut],
Benjamin Auder [ctb],
C. Biernacki [ctb],
G. Celeux [ctb],
G. Govaert [ctb]
Maintainer: Remi Lebret <remi@lebret.ch>
Diff between Rmixmod versions 2.0.2 dated 2014-03-21 and 2.0.3 dated 2015-10-06
DESCRIPTION | 46 +++++++++++++++++----------------- MD5 | 40 +++++++++++++++-------------- NAMESPACE | 15 +++++++++++ R/CompositeModel.R | 3 +- R/CompositeParameter.R | 7 +++-- R/GaussianModel.R | 3 +- R/GaussianParameter.R | 8 ++--- R/MixmodCluster.R | 2 + R/MixmodLearn.R | 2 + R/MixmodPredict.R | 2 + R/MixmodResults.R | 6 ++++ R/MultinomialModel.R | 3 +- R/Rmixmod.R | 7 ++--- R/Strategy.R | 4 ++ R/global.R | 1 R/zzz.R | 2 - README |only inst/CITATION |only man/Rmixmod-package.Rd | 4 +- src/mixmod/Kernel/Model/ModelType.cpp | 5 --- src/mixmod/Matrix/GeneralMatrix.cpp | 5 --- tests/test.R | 2 - 22 files changed, 99 insertions(+), 68 deletions(-)
Title: A Compression Format Optimized for the Web
Description: A lossless compressed data format that uses a combination of the LZ77
algorithm and Huffman coding. Brotli is similar in speed to deflate (gzip) but
offers more dense compression.
Author: Jeroen Ooms [aut, cre],
Google, Inc [aut, cph] (Brotli C++ library)
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Diff between brotli versions 0.2 dated 2015-10-03 and 0.3 dated 2015-10-06
DESCRIPTION | 18 ++++++++---------- MD5 | 5 +++-- src/Makevars | 5 +++-- src/config.h |only 4 files changed, 14 insertions(+), 14 deletions(-)
More information about assertive.types at CRAN
Permanent link
More information about assertive.properties at CRAN
Permanent link
Title: A Lightweight Core of the 'assertive' Package
Description: A minimal set of predicates and assertions used by the assertive
package. This is mainly for use by other package developers who want to
include run-time testing features in their own packages. End-users will
usually want to use assertive directly.
Author: Richard Cotton [aut, cre],
Sunkyu Choi [trl],
Ivanka Skakun [trl],
Gergely Dar<c3><b3>czi [trl],
Anton Antonov [trl],
Hisham Ben Hamidane [trl],
Anja Billing [trl],
Aditya Bhagwat [trl],
Rasmus B<c3><a5><c3><a5>th [trl],
Mine Cetinkaya-Rundel [trl],
Aspasia Chatziefthymiou [trl]
Maintainer: Richard Cotton <richierocks@gmail.com>
Diff between assertive.base versions 0.0-1 dated 2015-07-14 and 0.0-2 dated 2015-10-06
assertive.base-0.0-1/assertive.base/man/DIM.Rd |only assertive.base-0.0-1/assertive.base/man/n_elements.Rd |only assertive.base-0.0-2/assertive.base/DESCRIPTION | 49 ++ assertive.base-0.0-2/assertive.base/MD5 | 66 ++- assertive.base-0.0-2/assertive.base/NAMESPACE | 110 ++--- assertive.base-0.0-2/assertive.base/NEWS | 4 assertive.base-0.0-2/assertive.base/R/are-identical.R |only assertive.base-0.0-2/assertive.base/R/assert-are-identical.R |only assertive.base-0.0-2/assertive.base/R/assert-identical-to-true-false-na.R | 52 +- assertive.base-0.0-2/assertive.base/R/assert-is-true-false-na.R | 132 ++++-- assertive.base-0.0-2/assertive.base/R/cause.R | 29 - assertive.base-0.0-2/assertive.base/R/coercion.R | 2 assertive.base-0.0-2/assertive.base/R/conditions.R |only assertive.base-0.0-2/assertive.base/R/engine.R | 19 assertive.base-0.0-2/assertive.base/R/internal.R | 4 assertive.base-0.0-2/assertive.base/R/is-identical-to-true-false-na.R | 23 - assertive.base-0.0-2/assertive.base/R/is-true-false-na.R | 20 assertive.base-0.0-2/assertive.base/R/utils.R | 81 ---- assertive.base-0.0-2/assertive.base/README.md | 121 ++++-- assertive.base-0.0-2/assertive.base/inst |only assertive.base-0.0-2/assertive.base/man/Truth.Rd | 64 ++- assertive.base-0.0-2/assertive.base/man/are_identical.Rd |only assertive.base-0.0-2/assertive.base/man/assert_engine.Rd | 5 assertive.base-0.0-2/assertive.base/man/assertionError.Rd |only assertive.base-0.0-2/assertive.base/man/call_and_name.Rd | 4 assertive.base-0.0-2/assertive.base/man/is2.Rd | 2 assertive.base-0.0-2/assertive.base/man/merge.list.Rd | 9 assertive.base-0.0-2/assertive.base/po/R-assertive.base.pot | 201 ++++------ assertive.base-0.0-2/assertive.base/po/R-de.po |only assertive.base-0.0-2/assertive.base/po/R-el.po |only assertive.base-0.0-2/assertive.base/po/R-fr.po |only assertive.base-0.0-2/assertive.base/po/R-hu.po |only assertive.base-0.0-2/assertive.base/po/R-ko.po |only assertive.base-0.0-2/assertive.base/po/R-nl.po |only assertive.base-0.0-2/assertive.base/po/R-ru.po |only assertive.base-0.0-2/assertive.base/po/R-sv.po |only assertive.base-0.0-2/assertive.base/po/R-tr.po |only assertive.base-0.0-2/assertive.base/po/R-uk.po |only assertive.base-0.0-2/assertive.base/tests/testthat/test-are-identical.R |only 39 files changed, 619 insertions(+), 378 deletions(-)
More information about assertive.base at CRAN
Permanent link
Title: Tools for Reading SDMX Data and Metadata
Description: Set of classes and methods to read data and metadata documents
exchanged through the Statistical Data and Metadata Exchange (SDMX) framework,
currently focusing on the SDMX XML standard format (SDMX-ML).
Author: Emmanuel Blondel [aut, cre],
Matthieu Stigler [ctb]
Maintainer: Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Diff between rsdmx versions 0.4-7 dated 2015-07-14 and 0.5-0 dated 2015-10-06
DESCRIPTION | 41 +++-- MD5 | 47 ++++-- NAMESPACE | 15 +- R/Class-SDMXComponents.R | 2 R/Class-SDMXDataStructure.R | 2 R/Class-SDMXRESTRequestBuilder.R |only R/Class-SDMXRequestBuilder.R |only R/Class-SDMXServiceProvider.R |only R/Class-SDMXStructureType.R | 1 R/SDMXDataStructure-methods.R | 13 + R/SDMXDataStructures-methods.R | 49 +++++++ R/SDMXRESTRequestBuilder-methods.R |only R/SDMXRequestBuilder-methods.R |only R/SDMXServiceProvider-methods.R |only R/profile.R |only R/readSDMX.R | 238 ++++++++++++++++++++-------------- README.md | 166 +++++++++++++++++++++-- build |only inst/doc |only man/SDMXRESTRequestBuilder-class.Rd |only man/SDMXRequestBuilder-class.Rd |only man/SDMXServiceProvider-class.Rd |only man/addSDMXServiceProvider.Rd |only man/findSDMXServiceProvider.Rd |only man/getSDMXServiceProviders.Rd |only man/readSDMX.Rd | 24 +++ man/rsdmx-package.Rd | 4 man/setSDMXServiceProviders.Rd |only tests/testthat/test_DataStructures.R | 25 +++ tests/testthat/test_Main_Helpers.R |only tests/testthat/test_RequestBuilder.R |only tests/testthat/test_ServiceProvider.R |only vignettes/quickstart.Rmd | 42 ++++-- 33 files changed, 511 insertions(+), 158 deletions(-)
Title: Linear Mixed-Effects Models using 'Eigen' and S4
Description: Fit linear and generalized linear mixed-effects models.
The models and their components are represented using S4 classes and
methods. The core computational algorithms are implemented using the
'Eigen' C++ library for numerical linear algebra and 'RcppEigen' "glue".
Author: Douglas Bates [aut], Martin Maechler [aut],
Ben Bolker [aut, cre], Steven Walker [aut],
Rune Haubo Bojesen Christensen [ctb],
Henrik Singmann [ctb], Bin Dai [ctb],
Gabor Grothendieck [ctb]
Maintainer: Ben Bolker <bbolker+lme4@gmail.com>
Diff between lme4 versions 1.1-9 dated 2015-08-20 and 1.1-10 dated 2015-10-06
lme4-1.1-10/lme4/DESCRIPTION | 6 +- lme4-1.1-10/lme4/MD5 | 36 ++++++------ lme4-1.1-10/lme4/NAMESPACE | 25 ++++++-- lme4-1.1-10/lme4/R/AllClass.R | 6 +- lme4-1.1-10/lme4/R/bootMer.R | 14 ++++ lme4-1.1-10/lme4/R/lmer.R | 85 +++++++++++++++-------------- lme4-1.1-10/lme4/R/predict.R | 28 ++++++--- lme4-1.1-10/lme4/R/profile.R | 8 +- lme4-1.1-10/lme4/R/utilities.R | 53 +++++++++--------- lme4-1.1-10/lme4/README.md | 9 +-- lme4-1.1-10/lme4/inst/CITATION | 48 ++++++++-------- lme4-1.1-10/lme4/inst/NEWS.Rd | 57 +++++++++++++++---- lme4-1.1-10/lme4/inst/tests/test-lmer.R | 18 ++++++ lme4-1.1-10/lme4/inst/tests/test-methods.R | 25 ++++++-- lme4-1.1-10/lme4/man/bootMer.Rd | 7 ++ lme4-1.1-10/lme4/man/devcomp.Rd | 4 - lme4-1.1-10/lme4/man/golden-class.Rd | 23 ++++++- lme4-1.1-10/lme4/man/lmerControl.Rd | 50 ++++++++--------- lme4-1.1-10/lme4/man/utilities.Rd |only lme4-1.1-9/lme4/man/golden.Rd |only 20 files changed, 317 insertions(+), 185 deletions(-)
Title: Kernel Smoothing for Bivariate Copula Densities
Description: Provides fast implementations of kernel smoothing techniques for
bivariate copula densities, in particular density estimation and resampling.
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <thomas.nagler@tum.de>
Diff between kdecopula versions 0.2.0 dated 2015-09-25 and 0.3.0 dated 2015-10-06
DESCRIPTION | 6 - MD5 | 33 ++++--- NAMESPACE | 4 NEWS.md | 19 ++++ R/generics.R | 161 +++++++++++++++++++++++++++++-------- R/helpers.R | 2 R/kdecop.R | 9 ++ R/plot.kdecopula.R | 33 ++++--- README.md | 128 +++++++++++++++++++---------- inst/README-unnamed-chunk-10-1.png |only inst/README-unnamed-chunk-12-1.png |only inst/README-unnamed-chunk-3-1.png |binary inst/README-unnamed-chunk-6-1.png |binary inst/README-unnamed-chunk-7-1.png |binary inst/README-unnamed-chunk-8-1.png |binary inst/README-unnamed-chunk-9-1.png |binary man/logLik.kdecopula.Rd |only src/interp.cpp | 3 src/renorm.cpp | 6 - 19 files changed, 292 insertions(+), 112 deletions(-)
Title: Identify Global Objects in R Expressions
Description: Identifies global ("unknown") objects in R expressions by code inspection using various strategies, e.g. conservative or liberal. The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in distributed compute environments.
Author: Henrik Bengtsson [aut, cre, cph]
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Diff between globals versions 0.4.0 dated 2015-09-18 and 0.4.1 dated 2015-10-06
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NAMESPACE | 28 ++++++++++++++-------------- NEWS | 5 +++++ R/globalsOf.R | 7 ++++++- tests/globalsOf.R | 42 ++++++++++++++++++++++++++++-------------- 6 files changed, 61 insertions(+), 37 deletions(-)
Title: Read and Write from the System Clipboard
Description: Simple utility functions to read from and write to the system
clipboards of Windows, OS X, and Linux.
Author: Matthew Lincoln [aut, cre],
Louis Maddox [ctb]
Maintainer: Matthew Lincoln <matthew.d.lincoln@gmail.com>
Diff between clipr versions 0.1.1 dated 2015-09-03 and 0.2.0 dated 2015-10-06
DESCRIPTION | 7 ++--- MD5 | 25 ++++++++++-------- NAMESPACE | 1 NEWS.md | 23 ++++++++++++++++- R/clipboard.R | 70 +++++++++++++++++++++++++++++++++++++++------------- R/flat_str.R | 37 +++++++++++++++++++++++++-- R/linux_clipboard.R | 27 ++++++++++++-------- R/osx_clipboard.R | 32 ++++++++++++++--------- R/win_clipboard.R | 24 ++++++++++++----- README.md | 32 +++++++++++++++++++---- man/clear_clip.Rd |only man/read_clip.Rd | 7 +++++ man/write_clip.Rd | 44 +++++++++++++++++++++++++------- tests |only 14 files changed, 248 insertions(+), 81 deletions(-)