Title: Soil Physical Analysis
Description: Basic and model-based soil physical analyses.
Author: Anderson Rodrigo da Silva, Renato Paiva de Lima
Maintainer: Anderson Rodrigo da Silva <anderson.agro@hotmail.com>
Diff between soilphysics versions 2.2 dated 2015-04-10 and 2.3 dated 2015-05-09
DESCRIPTION | 8 - MD5 | 18 ++-- NEWS | 8 + R/iwc.R | 192 ++++++++++++++++++++++++++++++++++++--------- R/maxcurv.R | 149 ++++++++++++++++++++++++++++++---- man/iwc.Rd | 27 ++++-- man/maxcurv.Rd | 43 ++++++++-- man/sigmaP.Rd | 2 man/soilphysics-package.Rd | 4 man/voidratio.Rd | 15 +-- 10 files changed, 374 insertions(+), 92 deletions(-)
Title: Tools to Manage a Parametric Function that Describes Phenology
Description: Functions used to fit and test the phenology of species based on counts.
Author: Marc Girondot
Maintainer: Marc Girondot <marc.girondot@u-psud.fr>
Diff between phenology versions 4.1 dated 2015-04-08 and 4.2 dated 2015-05-09
DESCRIPTION | 8 +-- MD5 | 103 ++++++++++++++++++++++---------------------- NAMESPACE | 3 - NEWS | 6 ++ R/Lnegbin.R | 9 +-- R/add_phenology.R | 23 +++------ R/fitRMU.R |only R/fit_phenology.R | 50 ++++++--------------- R/fonctionfit.R |only R/format_par.R | 10 ++-- R/logLik.phenology.R | 2 R/onAttach.R | 2 R/phenology-package.R | 4 - R/phenology_MHmcmc_p.R | 2 R/phenology_fonctionMCMC.R | 2 man/BE_to_LBLE.Rd | 2 man/Gratiot.Rd | 2 man/LBLE_to_BE.Rd | 2 man/LBLE_to_L.Rd | 2 man/L_to_LBLE.Rd | 2 man/MinBMinE_to_Min.Rd | 2 man/adapt_parameters.Rd | 2 man/add_SD.Rd | 2 man/add_phenology.Rd | 10 ++-- man/extract_result.Rd | 2 man/fitRMU.Rd |only man/fit_phenology.Rd | 8 --- man/likelihood_phenology.Rd | 2 man/logLik.phenology.Rd | 2 man/map_Gratiot.Rd | 2 man/map_phenology.Rd | 2 man/par_init.Rd | 2 man/phenology-package.Rd | 6 +- man/phenology.Rd | 2 man/phenology_MHmcmc.Rd | 2 man/phenology_MHmcmc_p.Rd | 2 man/plot.phenology.Rd | 2 man/plot.phenologymap.Rd | 2 man/plot_delta.Rd | 2 man/plot_phi.Rd | 2 man/print.phenology.Rd | 2 man/print.phenologymap.Rd | 2 man/print.phenologyout.Rd | 2 man/remove_site.Rd | 2 man/result_Gratiot.Rd | 2 man/result_Gratiot1.Rd | 2 man/result_Gratiot2.Rd | 2 man/result_Gratiot_Flat.Rd | 2 man/result_Gratiot_mcmc.Rd | 2 man/shift_sinusoid.Rd | 2 man/summary.phenology.Rd | 2 man/summary.phenologymap.Rd | 2 man/summary.phenologyout.Rd | 2 man/toggle_Min_PMin.Rd | 2 54 files changed, 150 insertions(+), 168 deletions(-)
Title: Computerized Adaptive Testing with Multidimensional Item
Response Theory
Description: Provides tools to generate an HTML interface for creating adaptive
and non-adaptive educational and psychological tests using the shiny
package. Suitable for applying unidimensional and multidimensional
computerized adaptive tests using item response theory methodology and for
creating simple questionnaires forms to collect response data directly in R.
Author: Phil Chalmers [aut, cre, cph]
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>
Diff between mirtCAT versions 0.4.2 dated 2015-01-25 and 0.5 dated 2015-05-09
mirtCAT-0.4.2/mirtCAT/R/FI.R |only mirtCAT-0.5/mirtCAT/DESCRIPTION | 12 mirtCAT-0.5/mirtCAT/MD5 | 66 +++-- mirtCAT-0.5/mirtCAT/NAMESPACE | 4 mirtCAT-0.5/mirtCAT/NEWS | 30 ++ mirtCAT-0.5/mirtCAT/R/DesignClass.R | 78 ++++-- mirtCAT-0.5/mirtCAT/R/PersonClass.R | 16 - mirtCAT-0.5/mirtCAT/R/ShinyGUIClass.R | 33 +- mirtCAT-0.5/mirtCAT/R/TestClass.R | 2 mirtCAT-0.5/mirtCAT/R/createShinyGUI.R |only mirtCAT-0.5/mirtCAT/R/findNextCATItem.R | 44 +++ mirtCAT-0.5/mirtCAT/R/generate.mirt_object.R | 18 - mirtCAT-0.5/mirtCAT/R/generate_pattern.R | 8 mirtCAT-0.5/mirtCAT/R/mirtCAT.R | 196 ++++------------ mirtCAT-0.5/mirtCAT/R/mirtCAT_preamble.R |only mirtCAT-0.5/mirtCAT/R/selection_criteria.R | 8 mirtCAT-0.5/mirtCAT/R/server.R | 49 ++-- mirtCAT-0.5/mirtCAT/R/ui.R | 2 mirtCAT-0.5/mirtCAT/R/updateDesign.R | 13 - mirtCAT-0.5/mirtCAT/R/util.R | 91 +++---- mirtCAT-0.5/mirtCAT/R/zzz-methods.R | 2 mirtCAT-0.5/mirtCAT/build/vignette.rds |binary mirtCAT-0.5/mirtCAT/man/createShinyGUI.Rd |only mirtCAT-0.5/mirtCAT/man/findNextItem.Rd | 10 mirtCAT-0.5/mirtCAT/man/generate.mirt_object.Rd | 9 mirtCAT-0.5/mirtCAT/man/generate_pattern.Rd | 2 mirtCAT-0.5/mirtCAT/man/mirtCAT-package.Rd | 2 mirtCAT-0.5/mirtCAT/man/mirtCAT.Rd | 62 +++-- mirtCAT-0.5/mirtCAT/man/mirtCAT_preamble.Rd |only mirtCAT-0.5/mirtCAT/man/updateDesign.Rd | 9 mirtCAT-0.5/mirtCAT/src/item_functions.cpp | 7 mirtCAT-0.5/mirtCAT/tests/GUI-tests |only mirtCAT-0.5/mirtCAT/tests/tests/test-mirtCAT_classify.R | 5 mirtCAT-0.5/mirtCAT/tests/tests/test-mirtCAT_extra.R |only mirtCAT-0.5/mirtCAT/tests/tests/test-mirtCAT_ordered.R | 5 mirtCAT-0.5/mirtCAT/tests/tests/test-mirtCAT_uni.R | 6 36 files changed, 440 insertions(+), 349 deletions(-)
Title: Forecasting Functions for Time Series and Linear Models
Description: Methods and tools for displaying and analysing
univariate time series forecasts including exponential smoothing
via state space models and automatic ARIMA modelling.
Author: Rob J Hyndman <Rob.Hyndman@monash.edu> with contributions from
George Athanasopoulos, Slava Razbash, Drew Schmidt, Zhenyu Zhou, Yousaf Khan,
Christoph Bergmeir, Earo Wang
Maintainer: Rob J Hyndman <Rob.Hyndman@monash.edu>
Diff between forecast versions 5.9 dated 2015-02-26 and 6.0 dated 2015-05-09
forecast-5.9/forecast/R/fpp.R |only forecast-6.0/forecast/ChangeLog | 20 ++ forecast-6.0/forecast/DESCRIPTION | 8 - forecast-6.0/forecast/MD5 | 69 ++++---- forecast-6.0/forecast/NAMESPACE | 33 ++-- forecast-6.0/forecast/R/DM2.R | 8 - forecast-6.0/forecast/R/acf.R |only forecast-6.0/forecast/R/arima.R | 211 ++++++++++++++------------- forecast-6.0/forecast/R/armaroots.R |only forecast-6.0/forecast/R/bats.R | 12 + forecast-6.0/forecast/R/bootstrap.R |only forecast-6.0/forecast/R/checkAdmissibility.R | 11 - forecast-6.0/forecast/R/errors.R | 16 +- forecast-6.0/forecast/R/ets.R | 10 + forecast-6.0/forecast/R/forecast.R | 13 + forecast-6.0/forecast/R/forecastBATS.R | 3 forecast-6.0/forecast/R/getResponse.R | 37 ++-- forecast-6.0/forecast/R/graph.R | 4 forecast-6.0/forecast/R/lm.R | 21 ++ forecast-6.0/forecast/R/newarima2.R | 16 +- forecast-6.0/forecast/R/season.R | 51 ++++-- forecast-6.0/forecast/R/tbats.R | 7 forecast-6.0/forecast/man/Acf.Rd | 43 ++++- forecast-6.0/forecast/man/accuracy.Rd | 2 forecast-6.0/forecast/man/arima.Rd | 2 forecast-6.0/forecast/man/auto.arima.Rd | 5 forecast-6.0/forecast/man/bats.Rd | 5 forecast-6.0/forecast/man/ets.Rd | 8 - forecast-6.0/forecast/man/forecast.Rd | 4 forecast-6.0/forecast/man/forecast.ets.Rd | 2 forecast-6.0/forecast/man/forecast.stl.Rd | 18 +- forecast-6.0/forecast/man/forecastplot.Rd | 10 - forecast-6.0/forecast/man/plot.Arima.Rd |only forecast-6.0/forecast/man/rw.f.Rd | 2 forecast-6.0/forecast/man/seasonplot.Rd | 8 - forecast-6.0/forecast/man/spline.f.Rd | 7 forecast-6.0/forecast/man/tbats.Rd | 2 forecast-6.0/forecast/man/ts.display.Rd | 10 - 38 files changed, 418 insertions(+), 260 deletions(-)
Title: Tools for Biometry and Applied Statistics in Agricultural
Science
Description: Tools designed to perform and work with cluster analysis (including Tocher's algorithm),
discriminant analysis and path analysis (standard and under collinearity), as well as some
useful miscellaneous tools for dealing with sample size and optimum plot size calculations.
Author: Anderson Rodrigo da Silva
Maintainer: Anderson Rodrigo da Silva <anderson.agro@hotmail.com>
Diff between biotools versions 2.0 dated 2015-01-29 and 2.1 dated 2015-05-09
DESCRIPTION | 8 ++--- MD5 | 23 ++++++++------ NAMESPACE | 9 +++-- NEWS | 14 +++++++- R/mantelPower.R |only R/mantelTest.R |only R/onload.R | 2 - R/samplesize.R | 75 +++++++++++++++++++++++++++++------------------- R/simpval.R |only R/tocher.R | 36 +++++++++++++++++------ man/biotools-package.Rd | 4 +- man/mantelPower.Rd |only man/mantelTest.Rd |only man/samplesize.Rd | 2 - man/tocher.Rd | 24 ++++++++++++--- 15 files changed, 133 insertions(+), 64 deletions(-)
Title: Doubly Robust Generalized Estimating Equations
Description: Fit restricted mean models for the conditional association
between an exposure and an outcome, given covariates. Three methods
are implemented: O-estimation, where a nuisance model for the
association between the covariates and the outcome is used;
E-estimation where a nuisance model for the association
between the covariates and the exposure is used, and doubly robust (DR)
estimation where both nuisance models are used. In DR-estimation,
the estimates will be consistent when at least one of the nuisance
models is correctly specified, not necessarily both.
Author: Johan Zetterqvist <johan.zetterqvist@ki.se> , Arvid Sjölander <arvid.sjolander@ki.se> with contributions from Alexander Ploner.
Maintainer: Johan Zetterqvist <johan.zetterqvist@ki.se>
Diff between drgee versions 1.1.0 dated 2015-04-23 and 1.1.1 dated 2015-05-09
DESCRIPTION | 8 ++++---- MD5 | 12 ++++++------ NEWS | 17 +++++++++++++---- R/drgee.R | 16 +++++++--------- R/drgeeData.R | 29 ++++++++++++++++++++++------- man/drgee.Rd | 12 ++++++------ man/drgeeData.Rd | 22 +++++++++++++++------- 7 files changed, 73 insertions(+), 43 deletions(-)
Title: Dyadic Mixed Model for Pedigree Data
Description: Dyadic mixed model analysis with multi-trait responses and
pedigree-based partitioning of individual variation into a range of
environmental and genetic variance components for individual and
maternal effects.
Author: Neville Jackson
Maintainer: Neville Jackson <nanddjackson@bigpond.com>
Diff between dmm versions 1.5-1 dated 2015-03-14 and 1.6-1 dated 2015-05-09
DESCRIPTION | 8 - MD5 | 24 ++-- NAMESPACE | 1 R/dmesolve.R | 2 R/dmm-internal.R | 250 +++++++++++++++++++++++------------------------ R/mdf.R | 38 ++++++- R/plot.dmm.R |only inst/doc/bugs.txt |only inst/doc/dmmOverview.pdf |binary inst/doc/mods.txt |only man/dmm.Rd | 36 ------ man/harv101.df.Rd | 3 man/mdf.Rd | 6 - man/plot.dmm.Rd |only man/quercus.df.Rd | 3 15 files changed, 192 insertions(+), 179 deletions(-)
Title: Datasets from Draper and Smith "Applied Regression Analysis"
(3rd Ed., 1998)
Description: An unofficial companion to the textbook "Applied Regression
Analysis" by N.R. Draper and H. Smith (3rd Ed., 1998) including all the
accompanying datasets.
Author: Luca Braglia [aut, cre]
Maintainer: Luca Braglia <lbraglia@gmail.com>
Diff between aprean3 versions 1.0 dated 2015-01-04 and 1.0.1 dated 2015-05-09
DESCRIPTION | 21 - MD5 | 618 ++++++++++++++++++++++++++--------------------------- NEWS | 5 data/dsa01a.rda |binary data/dsa06b.rda |binary data/dsa15a.rda |binary data/dse03a.rda |binary data/dse03aa.rda |binary data/dse03bb.rda |binary data/dse03c.rda |binary data/dse03cc.rda |binary data/dse03dd.rda |binary data/dse03e.rda |binary data/dse03ee.rda |binary data/dse03f.rda |binary data/dse03g.rda |binary data/dse03gg.rda |binary data/dse03h.rda |binary data/dse03hh.rda |binary data/dse03i.rda |binary data/dse03ii.rda |binary data/dse03j.rda |binary data/dse03jj.rda |binary data/dse03jj2.rda |binary data/dse03jj3.rda |binary data/dse03k.rda |binary data/dse03kk.rda |binary data/dse03ll.rda |binary data/dse03n.rda |binary data/dse03o.rda |binary data/dse03r.rda |binary data/dse03v.rda |binary data/dse03w.rda |binary data/dse03x.rda |binary data/dse03z.rda |binary data/dse04d.rda |binary data/dse04e.rda |binary data/dse04f.rda |binary data/dse06a.rda |binary data/dse06b.rda |binary data/dse06c.rda |binary data/dse06d.rda |binary data/dse06e.rda |binary data/dse06f.rda |binary data/dse06g.rda |binary data/dse06h.rda |binary data/dse06i.rda |binary data/dse06j.rda |binary data/dse06k.rda |binary data/dse06l.rda |binary data/dse06z.rda |binary data/dse07b.rda |binary data/dse07c.rda |binary data/dse08b.rda |binary data/dse09b.rda |binary data/dse12a.rda |binary data/dse12b.rda |binary data/dse12c.rda |binary data/dse12d.rda |binary data/dse12e.rda |binary data/dse12h.rda |binary data/dse13a.rda |binary data/dse13b.rda |binary data/dse13c.rda |binary data/dse13d.rda |binary data/dse13e.rda |binary data/dse13f.rda |binary data/dse13g.rda |binary data/dse13h.rda |binary data/dse14b.rda |binary data/dse14c.rda |binary data/dse14d.rda |binary data/dse14e.rda |binary data/dse14f.rda |binary data/dse14g.rda |binary data/dse14j.rda |binary data/dse14l.rda |binary data/dse14q.rda |binary data/dse14r.rda |binary data/dse14s.rda |binary data/dse14t.rda |binary data/dse14u.rda |binary data/dse15a.rda |binary data/dse15b.rda |binary data/dse15c.rda |binary data/dse15e.rda |binary data/dse15f.rda |binary data/dse15h.rda |binary data/dse15i.rda |binary data/dse15j.rda |binary data/dse15k.rda |binary data/dse15l.rda |binary data/dse15n.rda |binary data/dse15p.rda |binary data/dse16a.rda |binary data/dse16b.rda |binary data/dse16c.rda |binary data/dse16d.rda |binary data/dse17b.rda |binary data/dse19d.rda |binary data/dse22a.rda |binary data/dse22b.rda |binary data/dse22c.rda |binary data/dse22d.rda |binary data/dse22e.rda |binary data/dse22f.rda |binary data/dse22g.rda |binary data/dse23a_a.rda |binary data/dse23a_b.rda |binary data/dse23d.rda |binary data/dse23e.rda |binary data/dse23f.rda |binary data/dse23g_1.rda |binary data/dse23g_2.rda |binary data/dse23h.rda |binary data/dse24a.rda |binary data/dse24b.rda |binary data/dse24c.rda |binary data/dse24d.rda |binary data/dse24e.rda |binary data/dse24g.rda |binary data/dse24h.rda |binary data/dse24i.rda |binary data/dse24j.rda |binary data/dse24k.rda |binary data/dse24l.rda |binary data/dse24m.rda |binary data/dse24n.rda |binary data/dse24o.rda |binary data/dse24p.rda |binary data/dsq23_3_3.rda |binary data/dsq23_3_7.rda |binary data/dsq23_7_5.rda |binary data/dss217.rda |binary data/dss222.rda |binary data/dss2310.rda |binary data/dst021.rda |binary data/dst032.rda |binary data/dst033.rda |binary data/dst081.rda |binary data/dst121.rda |binary data/dst132.rda |binary data/dst134.rda |binary data/dst141.rda |binary data/dst144.rda |binary data/dst145.rda |binary data/dst146.rda |binary data/dst181.rda |binary data/dst191.rda |binary data/dst192.rda |binary data/dst232.rda |binary data/dst242.rda |binary data/dst252.rda |binary data/dst253.rda |binary data/dst261.rda |binary data/dsx161.rda |binary man/aprean3.Rd | 2 man/dsa01a.Rd | 2 man/dsa06b.Rd | 2 man/dsa15a.Rd | 2 man/dse03a.Rd | 2 man/dse03aa.Rd | 2 man/dse03bb.Rd | 2 man/dse03c.Rd | 2 man/dse03cc.Rd | 2 man/dse03dd.Rd | 2 man/dse03e.Rd | 2 man/dse03ee.Rd | 2 man/dse03f.Rd | 2 man/dse03g.Rd | 2 man/dse03gg.Rd | 2 man/dse03h.Rd | 2 man/dse03hh.Rd | 2 man/dse03i.Rd | 2 man/dse03ii.Rd | 2 man/dse03j.Rd | 2 man/dse03jj.Rd | 2 man/dse03jj2.Rd | 2 man/dse03jj3.Rd | 2 man/dse03k.Rd | 2 man/dse03kk.Rd | 2 man/dse03ll.Rd | 2 man/dse03n.Rd | 2 man/dse03o.Rd | 2 man/dse03r.Rd | 2 man/dse03v.Rd | 2 man/dse03w.Rd | 2 man/dse03x.Rd | 2 man/dse03z.Rd | 2 man/dse04d.Rd | 2 man/dse04e.Rd | 2 man/dse04f.Rd | 2 man/dse06a.Rd | 2 man/dse06b.Rd | 2 man/dse06c.Rd | 2 man/dse06d.Rd | 2 man/dse06e.Rd | 2 man/dse06f.Rd | 2 man/dse06g.Rd | 2 man/dse06h.Rd | 2 man/dse06i.Rd | 2 man/dse06j.Rd | 2 man/dse06k.Rd | 2 man/dse06l.Rd | 2 man/dse06z.Rd | 2 man/dse07b.Rd | 2 man/dse07c.Rd | 2 man/dse08b.Rd | 2 man/dse09b.Rd | 2 man/dse12a.Rd | 2 man/dse12b.Rd | 2 man/dse12c.Rd | 2 man/dse12d.Rd | 2 man/dse12e.Rd | 2 man/dse12h.Rd | 2 man/dse13a.Rd | 2 man/dse13b.Rd | 2 man/dse13c.Rd | 2 man/dse13d.Rd | 2 man/dse13e.Rd | 2 man/dse13f.Rd | 2 man/dse13g.Rd | 2 man/dse13h.Rd | 2 man/dse14b.Rd | 2 man/dse14c.Rd | 2 man/dse14d.Rd | 2 man/dse14e.Rd | 2 man/dse14f.Rd | 2 man/dse14g.Rd | 2 man/dse14j.Rd | 2 man/dse14l.Rd | 2 man/dse14q.Rd | 2 man/dse14r.Rd | 2 man/dse14s.Rd | 2 man/dse14t.Rd | 2 man/dse14u.Rd | 2 man/dse15a.Rd | 2 man/dse15b.Rd | 2 man/dse15c.Rd | 2 man/dse15e.Rd | 2 man/dse15f.Rd | 2 man/dse15h.Rd | 2 man/dse15i.Rd | 2 man/dse15j.Rd | 2 man/dse15k.Rd | 2 man/dse15l.Rd | 2 man/dse15n.Rd | 2 man/dse15p.Rd | 2 man/dse16a.Rd | 2 man/dse16b.Rd | 2 man/dse16c.Rd | 2 man/dse16d.Rd | 2 man/dse17b.Rd | 2 man/dse19d.Rd | 2 man/dse22a.Rd | 2 man/dse22b.Rd | 2 man/dse22c.Rd | 2 man/dse22d.Rd | 2 man/dse22e.Rd | 2 man/dse22f.Rd | 2 man/dse22g.Rd | 2 man/dse23a_a.Rd | 2 man/dse23a_b.Rd | 2 man/dse23d.Rd | 2 man/dse23e.Rd | 2 man/dse23f.Rd | 2 man/dse23g_1.Rd | 2 man/dse23g_2.Rd | 2 man/dse23h.Rd | 2 man/dse24a.Rd | 2 man/dse24b.Rd | 2 man/dse24c.Rd | 2 man/dse24d.Rd | 2 man/dse24e.Rd | 2 man/dse24g.Rd | 2 man/dse24h.Rd | 2 man/dse24i.Rd | 2 man/dse24j.Rd | 2 man/dse24k.Rd | 2 man/dse24l.Rd | 2 man/dse24m.Rd | 2 man/dse24n.Rd | 2 man/dse24o.Rd | 2 man/dse24p.Rd | 2 man/dsq23_3_3.Rd | 2 man/dsq23_3_7.Rd | 2 man/dsq23_7_5.Rd | 2 man/dss217.Rd | 2 man/dss222.Rd | 2 man/dss2310.Rd | 2 man/dst021.Rd | 2 man/dst032.Rd | 2 man/dst033.Rd | 2 man/dst081.Rd | 2 man/dst121.Rd | 2 man/dst132.Rd | 2 man/dst134.Rd | 2 man/dst141.Rd | 2 man/dst144.Rd | 2 man/dst145.Rd | 2 man/dst146.Rd | 2 man/dst181.Rd | 2 man/dst191.Rd | 2 man/dst192.Rd | 2 man/dst232.Rd | 2 man/dst242.Rd | 2 man/dst252.Rd | 2 man/dst253.Rd | 2 man/dst261.Rd | 2 man/dsx161.Rd | 2 310 files changed, 479 insertions(+), 473 deletions(-)
Title: Calculate Single Station Metabolism from Diurnal Oxygen Curves
Description: I provide functions to calculate Gross Primary Productivity, Net Ecocsystem Production, and Ecosystem Respiration from single station diurnal Oxygen curves.
Author: Stephen A Sefick Jr.
Maintainer: Stephen A Sefick Jr. <ssefick@gmail.com>
Diff between StreamMetabolism versions 1.1 dated 2015-05-01 and 1.1.1 dated 2015-05-09
StreamMetabolism-1.1.1/StreamMetabolism/DESCRIPTION | 6 +++--- StreamMetabolism-1.1.1/StreamMetabolism/MD5 | 5 ++--- StreamMetabolism-1.1.1/StreamMetabolism/R/SM.R | 10 +++++----- StreamMetabolism-1.1/StreamMetabolism/README.md |only 4 files changed, 10 insertions(+), 11 deletions(-)
More information about StreamMetabolism at CRAN
Permanent link
Title: Applied Latent Semantic Analysis (LSA) Functions
Description: Provides functions that allow for convenient working
with Latent Semantic Analysis. For actually building an LSA space, use the
package 'lsa' or other specialized software.
Author: Fritz Guenther [aut, cre]
Maintainer: Fritz Guenther <fritz.guenther@uni-tuebingen.de>
Diff between LSAfun versions 0.3.2 dated 2014-09-29 and 0.4 dated 2015-05-09
ChangeLog | 18 +++++++++++++++++ DESCRIPTION | 14 ++++++------- MD5 | 40 +++++++++++++++++++++++---------------- NAMESPACE | 4 +++ R/asym.R |only R/choose.target.r | 2 - R/compose.r | 51 ++++++++++++++++++++++++++++++++++++++++++++++---- R/conSIM.r |only R/distance.r |only R/genericSummary.R | 8 ++++++- R/multicostring.r | 2 - R/neighbors.r | 2 - R/plausibility.r |only R/plot_neighbors.r | 2 - R/plot_wordlist.r | 2 - man/Cosine.Rd | 15 ++++++-------- man/LSAfun-package.Rd | 38 ++++++++++++++++++++++++++++++------- man/asym.Rd |only man/compose.Rd | 34 ++++++++++++++++++++++++++------- man/conSIM.Rd |only man/costring.Rd | 2 - man/distance.Rd |only man/neighbors.Rd | 2 - man/oldbooks.Rd | 10 ++++----- man/plausibility.Rd |only 25 files changed, 184 insertions(+), 62 deletions(-)
Title: Tools to Make Developing R Packages Easier
Description: Collection of package development tools.
Author: Hadley Wickham [aut, cre],
Winston Chang [aut],
RStudio [cph],
R Core team [ctb] (Some namespace and vignette code extracted from base
R)
Maintainer: Hadley Wickham <hadley@rstudio.com>
Diff between devtools versions 1.7.0 dated 2015-01-17 and 1.8.0 dated 2015-05-09
DESCRIPTION | 12 - MD5 | 268 +++++++++++++------------ NAMESPACE | 21 + R/R.r | 53 ++++ R/build-github-devtools.r | 2 R/check-cran.r | 57 +---- R/check-devtools.r | 12 - R/check.r | 21 + R/deps.R | 242 ++++++++++++++++++---- R/dev-help.r | 1 R/doctor.R |only R/git.R | 111 +++++----- R/github.R | 37 ++- R/infrastructure-git.R |only R/infrastructure.R | 149 +++++++++---- R/install-git.r | 46 +--- R/install-github.r | 24 +- R/install-svn.r | 26 +- R/install-version.r | 26 +- R/install.r | 53 +--- R/lint.r | 10 R/load-code.r | 2 R/load.r | 6 R/release.r | 46 +++- R/revdep.R | 7 R/rtools.r | 10 R/session-info.r | 18 + R/system.r | 15 + R/test.r | 11 - R/topic-index.r | 2 R/unload.r | 4 R/utils.r | 13 + R/vignettes.r | 4 R/zzz.r | 2 README.md | 13 - inst/templates/CONDUCT.md |only inst/templates/test-example.R |only inst/templates/travis.yml | 22 -- man/RCMD.Rd |only man/as.package.Rd | 2 man/bash.Rd | 2 man/build.Rd | 2 man/build_github_devtools.Rd | 2 man/build_vignettes.Rd | 2 man/build_win.Rd | 2 man/check.Rd | 8 man/check_cran.Rd | 4 man/check_dep_version.Rd | 2 man/check_doc.Rd | 2 man/clean_dll.Rd | 2 man/clean_source.Rd | 2 man/clean_vignettes.Rd | 2 man/compile_dll.Rd | 2 man/compiler_flags.Rd | 2 man/cran_env_vars.Rd | 2 man/create.Rd | 2 man/create_description.Rd | 2 man/dev_example.Rd | 2 man/dev_help.Rd | 2 man/dev_meta.Rd | 2 man/dev_mode.Rd | 2 man/dev_packages.Rd | 2 man/devtest.Rd | 2 man/devtools.Rd | 2 man/document.Rd | 2 man/dr_devtools.Rd |only man/dr_github.Rd |only man/eval_clean.Rd | 2 man/find_rtools.Rd | 2 man/find_topic.Rd | 2 man/github_pat.Rd | 5 man/github_refs.Rd | 2 man/has_devel.Rd | 2 man/has_tests.Rd | 2 man/help.Rd | 2 man/imports_env.Rd | 2 man/infrastructure.Rd | 41 +++ man/inst.Rd | 2 man/install.Rd | 8 man/install_bitbucket.Rd | 2 man/install_deps.Rd | 10 man/install_git.Rd | 7 man/install_github.Rd | 10 man/install_gitorious.Rd | 2 man/install_local.Rd | 2 man/install_svn.Rd | 7 man/install_url.Rd | 2 man/install_version.Rd | 19 - man/is.package.Rd | 2 man/lint.Rd | 12 - man/load_all.Rd | 2 man/load_code.Rd | 2 man/load_data.Rd | 2 man/load_dll.Rd | 2 man/load_imports.Rd | 2 man/loaded_packages.Rd | 2 man/missing_s3.Rd | 2 man/ns_env.Rd | 2 man/on_path.Rd | 2 man/package_deps.Rd |only man/parse_deps.Rd | 2 man/parse_ns_file.Rd | 2 man/path.Rd | 2 man/pkg_env.Rd | 2 man/r_env_vars.Rd | 7 man/release.Rd | 2 man/release_checks.Rd | 2 man/reload.Rd | 2 man/revdep.Rd | 2 man/revdep_check.Rd | 2 man/run_examples.Rd | 2 man/run_pkg_hook.Rd | 2 man/session_info.Rd | 12 - man/show_news.Rd | 2 man/source_gist.Rd | 2 man/source_url.Rd | 2 man/submit_cran.Rd | 2 man/system.file.Rd | 2 man/system_check.Rd |only man/test.Rd | 6 man/unload.Rd | 2 man/update_packages.Rd |only man/use_build_ignore.Rd | 16 - man/use_data.Rd | 16 - man/use_data_raw.Rd | 16 - man/use_git.Rd |only man/use_git_hook.Rd | 24 -- man/use_github.Rd |only man/use_package.Rd | 16 - man/use_readme_rmd.Rd | 16 - man/wd.Rd | 2 man/with_debug.Rd | 2 man/with_something.Rd | 2 tests/testthat/test-check.r |only tests/testthat/test-github.r | 8 tests/testthat/test-load-collate.r | 19 + tests/testthat/test-load-dir.r |only tests/testthat/test-load-hooks.r | 2 tests/testthat/testCollateOrder |only tests/testthat/testDllRcpp/src/RcppExports.cpp | 12 - tests/testthat/testLoadDir |only 141 files changed, 1148 insertions(+), 633 deletions(-)