Title: Randomization Inference Tools
Description: Tools for randomization inference.
Author: Jake Bowers <jwbowers@illinois.edu>, Mark Fredrickson
<mark.m.fredrickson@gmail.com>, and Ben Hansen <ben.hansen@umich.edu>
Maintainer: Jake Bowers <jwbowers@illinois.edu>
Diff between RItools versions 0.1-12 dated 2014-07-24 and 0.1-13 dated 2016-01-17
RItools-0.1-12/RItools/inst/tests |only RItools-0.1-12/RItools/tests/zzz.R |only RItools-0.1-13/RItools/DESCRIPTION | 21 - RItools-0.1-13/RItools/MD5 | 50 +- RItools-0.1-13/RItools/NAMESPACE | 58 +- RItools-0.1-13/RItools/NEWS | 7 RItools-0.1-13/RItools/R/data.R |only RItools-0.1-13/RItools/R/plot.xbal.R | 41 + RItools-0.1-13/RItools/R/print.xbal.R | 77 +++ RItools-0.1-13/RItools/R/ritools-package.R |only RItools-0.1-13/RItools/R/utils.R | 40 + RItools-0.1-13/RItools/R/xBalance.R | 233 +++++++++++ RItools-0.1-13/RItools/R/xBalanceEngine.R | 131 +++--- RItools-0.1-13/RItools/R/xtable.xbal.R | 76 +++ RItools-0.1-13/RItools/inst/doc/RItools.pdf |only RItools-0.1-13/RItools/man/balanceplot.Rd | 139 +++--- RItools-0.1-13/RItools/man/formula.xbal.Rd |only RItools-0.1-13/RItools/man/nuclearplants.Rd | 114 ++--- RItools-0.1-13/RItools/man/plot.xbal.Rd | 87 +--- RItools-0.1-13/RItools/man/print.xbal.Rd | 115 ++--- RItools-0.1-13/RItools/man/subset.xbal.Rd | 28 - RItools-0.1-13/RItools/man/xBalance.Rd | 326 ++++++++------- RItools-0.1-13/RItools/man/xtable.xbal.Rd | 122 ++--- RItools-0.1-13/RItools/tests/naImputeTests.Rout.save | 32 - RItools-0.1-13/RItools/tests/testthat |only RItools-0.1-13/RItools/tests/testthat.R |only RItools-0.1-13/RItools/tests/xBalanceTests.Rout.save | 374 ++++++++---------- RItools-0.1-13/RItools/tests/xBalanceTests2.Rout.save | 64 +-- 28 files changed, 1274 insertions(+), 861 deletions(-)
Title: Methods in Structural Reliability
Description: Various reliability analysis methods for: 1) computing
failure probability (probability that the output of a numerical
model exceeds a threshold); 2) computing the size of a sample
to estimate a quantile with a confidence level.
Author: Nicolas BOUSQUET, Gilles DEFAUX, Bertrand IOOSS, Vincent MOUTOUSSAMY,
Clement WALTER
Maintainer: Bertrand Iooss <biooss@yahoo.fr>
Diff between mistral versions 2.0.0 dated 2016-01-05 and 2.0.1 dated 2016-01-17
DESCRIPTION | 6 - MD5 | 36 +++++------ R/AKMCS.R | 128 ++++++++++++++++++++-------------------- R/IRW.R | 2 R/MP.R | 6 + R/MetaIS.R | 11 ++- R/MonteCarlo.R | 25 +++---- R/S2MART.R | 4 - R/SubsetSimulation.R | 4 - man/AKMCS.Rd | 12 ++- man/IRW.Rd | 2 man/MP.Rd | 6 + man/MetaIS.Rd | 11 ++- man/MonteCarlo.Rd | 25 +++---- man/S2MART.Rd | 4 - man/SubsetSimulation.Rd | 4 - tests/AKMCS.R | 152 ++++++++++++++++++++++++------------------------ tests/MetaIS.R | 140 ++++++++++++++++++++++---------------------- tests/MonteCarlo.R | 146 +++++++++++++++++++++++----------------------- 19 files changed, 368 insertions(+), 356 deletions(-)
Title: Tools for Management of Survey Data and the Presentation of
Analysis Results
Description: One of the aims of this package is to make life easier for
useRs who deal with survey data sets. It provides an
infrastructure for the management of survey data including
value labels, definable missing values, recoding of variables,
production of code books, and import of (subsets of) SPSS and
Stata files. Further, it provides functionality to produce
tables and data frames of arbitrary descriptive statistics and
(almost) publication-ready tables of regression model
estimates, which can be exported to LaTeX and HTML.
Author: Martin Elff (with contributions from Christopher N. Lawrence, Dave Atkins, Jason W. Morgan, Achim Zeileis)
Maintainer: Martin Elff <memisc@elff.eu>
Diff between memisc versions 0.97 dated 2015-03-08 and 0.99.3 dated 2016-01-17
memisc-0.97/memisc/R/Termplot.R |only memisc-0.97/memisc/R/bucket.R |only memisc-0.97/memisc/R/panel-errbars.R |only memisc-0.97/memisc/R/paste-and-draw.R |only memisc-0.97/memisc/R/predictionFrame.R |only memisc-0.97/memisc/R/simulate.R |only memisc-0.97/memisc/R/unzip.R |only memisc-0.97/memisc/R/varpredict.R |only memisc-0.97/memisc/demo |only memisc-0.97/memisc/inst/doc/anes48.Rnw |only memisc-0.97/memisc/inst/doc/anes48.pdf |only memisc-0.97/memisc/man/Termplot.Rd |only memisc-0.97/memisc/man/buckets.Rd |only memisc-0.97/memisc/man/errbars.Rd |only memisc-0.97/memisc/man/predictionFrame.Rd |only memisc-0.97/memisc/man/simulation.Rd |only memisc-0.97/memisc/man/trimws.Rd |only memisc-0.97/memisc/man/unzip.Rd |only memisc-0.97/memisc/vignettes/anes48.Rnw |only memisc-0.99.3/memisc/DESCRIPTION | 32 memisc-0.99.3/memisc/MD5 | 155 ++-- memisc-0.99.3/memisc/NAMESPACE | 129 +++ memisc-0.99.3/memisc/R/AllClasses.R | 9 memisc-0.99.3/memisc/R/AllGenerics.R | 3 memisc-0.99.3/memisc/R/HTML.R |only memisc-0.99.3/memisc/R/aaa.R | 10 memisc-0.99.3/memisc/R/applyTemplate.R | 25 memisc-0.99.3/memisc/R/cases.R | 201 +++-- memisc-0.99.3/memisc/R/codebook-format-html.R |only memisc-0.99.3/memisc/R/codebook-methods.R | 121 ++- memisc-0.99.3/memisc/R/collect.R | 6 memisc-0.99.3/memisc/R/dataset-methods.R | 247 ++++--- memisc-0.99.3/memisc/R/format-html-dataframe.R |only memisc-0.99.3/memisc/R/format-html-ftable-matrix.R |only memisc-0.99.3/memisc/R/format-html-ftable.R |only memisc-0.99.3/memisc/R/format-html-matrix.R |only memisc-0.99.3/memisc/R/format-html-other.R |only memisc-0.99.3/memisc/R/ftable-matrix.R |only memisc-0.99.3/memisc/R/html-tools.R |only memisc-0.99.3/memisc/R/import-internal-spss-syntax.R | 501 ++++++++++---- memisc-0.99.3/memisc/R/import-internal-stata.R | 6 memisc-0.99.3/memisc/R/importer-methods.R | 38 - memisc-0.99.3/memisc/R/item-methods.R | 108 --- memisc-0.99.3/memisc/R/item-more-methods-datetime.R |only memisc-0.99.3/memisc/R/mtable-format-delim.R |only memisc-0.99.3/memisc/R/mtable-format-html.R |only memisc-0.99.3/memisc/R/mtable-format-latex.R |only memisc-0.99.3/memisc/R/mtable-format-print.R |only memisc-0.99.3/memisc/R/mtable-manip.R |only memisc-0.99.3/memisc/R/mtable-tools-format.R |only memisc-0.99.3/memisc/R/mtable.R | 645 ++----------------- memisc-0.99.3/memisc/R/percentages.R |only memisc-0.99.3/memisc/R/relabel.R |only memisc-0.99.3/memisc/R/rename.R | 56 - memisc-0.99.3/memisc/R/spss-portable-methods.R | 2 memisc-0.99.3/memisc/R/spss-syntax-methods.R | 26 memisc-0.99.3/memisc/R/spss-sysfile-methods.R | 2 memisc-0.99.3/memisc/R/toLatex-dataframe.R |only memisc-0.99.3/memisc/R/toLatex-ftable-matrix.R |only memisc-0.99.3/memisc/R/tolatex-ftable.R | 44 - memisc-0.99.3/memisc/R/trimws.R | 7 memisc-0.99.3/memisc/R/value-filters.R | 34 - memisc-0.99.3/memisc/R/wild-codes.R |only memisc-0.99.3/memisc/R/zzz.R | 1 memisc-0.99.3/memisc/build/vignette.rds |binary memisc-0.99.3/memisc/inst/ChangeLog | 249 +++++++ memisc-0.99.3/memisc/inst/NEWS.Rd | 120 +++ memisc-0.99.3/memisc/inst/NEWS.html |only memisc-0.99.3/memisc/inst/doc/anes48.R | 302 ++------ memisc-0.99.3/memisc/inst/doc/anes48.Rmd |only memisc-0.99.3/memisc/inst/doc/anes48.html |only memisc-0.99.3/memisc/inst/doc/ftable-matrix.R |only memisc-0.99.3/memisc/inst/doc/ftable-matrix.Rmd |only memisc-0.99.3/memisc/inst/doc/ftable-matrix.html |only memisc-0.99.3/memisc/inst/doc/items.R |only memisc-0.99.3/memisc/inst/doc/items.Rmd |only memisc-0.99.3/memisc/inst/doc/items.html |only memisc-0.99.3/memisc/inst/doc/mtable-html.R |only memisc-0.99.3/memisc/inst/doc/mtable-html.Rmd |only memisc-0.99.3/memisc/inst/doc/mtable-html.html |only memisc-0.99.3/memisc/inst/gles |only memisc-0.99.3/memisc/man/00memisc.Rd | 22 memisc-0.99.3/memisc/man/cases.Rd | 10 memisc-0.99.3/memisc/man/codebook.Rd | 9 memisc-0.99.3/memisc/man/collect.Rd | 6 memisc-0.99.3/memisc/man/dataSets.Rd | 30 memisc-0.99.3/memisc/man/dataset-manip.Rd |only memisc-0.99.3/memisc/man/format_html.Rd |only memisc-0.99.3/memisc/man/format_html.codebook.Rd |only memisc-0.99.3/memisc/man/format_html.ftable.Rd |only memisc-0.99.3/memisc/man/ftable-matrices.Rd |only memisc-0.99.3/memisc/man/html.Rd |only memisc-0.99.3/memisc/man/importers.Rd | 4 memisc-0.99.3/memisc/man/items.Rd | 19 memisc-0.99.3/memisc/man/mtable-format-delim.Rd |only memisc-0.99.3/memisc/man/mtable-format-html.Rd |only memisc-0.99.3/memisc/man/mtable-format-latex.Rd |only memisc-0.99.3/memisc/man/mtable-format-print.Rd |only memisc-0.99.3/memisc/man/mtable.Rd | 160 ++-- memisc-0.99.3/memisc/man/percentages.Rd |only memisc-0.99.3/memisc/man/query.Rd | 4 memisc-0.99.3/memisc/man/styles.Rd | 10 memisc-0.99.3/memisc/man/toLatexExtra.Rd | 72 +- memisc-0.99.3/memisc/man/wild.codes.Rd |only memisc-0.99.3/memisc/src/readfixed.c | 9 memisc-0.99.3/memisc/src/rofile.c | 13 memisc-0.99.3/memisc/vignettes/anes48.Rmd |only memisc-0.99.3/memisc/vignettes/ftable-matrix.Rmd |only memisc-0.99.3/memisc/vignettes/items.Rmd |only memisc-0.99.3/memisc/vignettes/mtable-html.Rmd |only 110 files changed, 1859 insertions(+), 1588 deletions(-)
Title: Client for the YouTube API
Description: Get comments posted on YouTube videos, information on how many
times a video has been liked, search for videos with particular content, and
much more. You can also scrape captions from a few videos. To learn more about
the YouTube API, see https://developers.google.com/youtube/v3/.
Author: Gaurav Sood [aut, cre]
Maintainer: Gaurav Sood <gsood07@gmail.com>
Diff between tuber versions 0.1 dated 2015-11-16 and 0.2 dated 2016-01-17
DESCRIPTION | 8 ++--- MD5 | 41 ++++++++++++++++++++--------- NAMESPACE | 6 ++++ NEWS |only R/get_comments.R | 27 +++++++++++++------ R/get_related_videos.R |only R/get_stats.R | 11 +++---- R/list_abuse_report_reasons.R |only R/list_guidecats.R |only R/list_langs.R |only R/list_regions.R |only R/list_videocats.R |only R/tuber.R | 42 ++++++++++++++++++++++++++++++ R/yt_search.R | 54 +++++++++++++++++++++++++++++---------- R/yt_topic_search.R | 3 +- build/vignette.rds |binary inst/doc/tuber-ex.html | 4 +- man/get_comments.Rd | 13 +++++++-- man/get_stats.Rd | 4 +- man/list_abuse_report_reasons.Rd |only man/list_guidecats.Rd |only man/list_langs.Rd |only man/list_regions.Rd |only man/list_videocats.Rd |only man/tuber_GET.Rd |only man/tuber_POST.Rd |only man/yt_get_related_videos.Rd |only man/yt_search.Rd | 42 +++++++++++++++++++++++++++--- man/yt_topic_search.Rd | 3 -- 29 files changed, 199 insertions(+), 59 deletions(-)
Title: R Commander Plug-in for University Level Applied Statistics
Description: An R Commander "plug-in" extending functionality of linear models and providing an interface to Partial Least Squares Regression and Linear and Quadratic Discriminant analysis. Several statistical summaries are extended, predictions are offered for additional types of analyses, and extra plots, tests and mixed models are available.
Author: Kristian Hovde Liland [aut, cre],
Solve Sæbø [aut]
Maintainer: Kristian Hovde Liland <kristian.liland@nmbu.no>
Diff between RcmdrPlugin.NMBU versions 1.8.3 dated 2015-07-27 and 1.8.5 dated 2016-01-17
DESCRIPTION | 10 MD5 | 10 R/NMBU.GUI.Data.R | 4 R/NMBU.GUI.Models.R | 2 R/NMBU.RcmdrPlugin.NMBU.R | 1 R/NMBU.Utilities.R | 1442 +++++++++++++++++++++++----------------------- 6 files changed, 749 insertions(+), 720 deletions(-)
More information about RcmdrPlugin.NMBU at CRAN
Permanent link
Title: Inference on Single Binomial Proportion and Bayesian
Computations
Description: Abundant statistical literature has revealed the importance of constructing and evaluating various methods for constructing confidence intervals (CI) for single binomial proportion (p). We comprehensively provide procedures in frequentist (approximate with or without adding pseudo counts or continuity correction or exact) and in Bayesian cultures. Evaluation procedures for CI warrant active computational attention and required summaries pertaining to four criterion (coverage probability, expected length, p-confidence, p-bias, and error) are implemented.
Author: M.Subbiah, V.Rajeswaran
Maintainer: Rajeswaran Viswanathan <v.rajeswaran@gmail.com>
Diff between proportion versions 1.1.0 dated 2015-12-13 and 1.2.0 dated 2016-01-17
DESCRIPTION | 8 ++--- MD5 | 36 +++++++++++----------- R/102.Confidence_base_n_Graph.R | 44 +++++++++++++-------------- R/104.ConfidenceIntervals_BASE_n_x_Graph.R | 16 +++++----- R/112.ConfidenceIntervals_ADJ_n_Graph.R | 36 +++++++++++----------- R/113.ConfidenceIntervals_ADJ_n_x.R | 12 +++---- R/122.ConfidenceIntervals_CC_n_Graph.R | 32 ++++++++++---------- R/123.ConfidenceIntervals_CC_n_x.R | 12 +++---- R/202.CoverageProb_BASE_All_Graph.R | 46 +++++++++++------------------ R/213.CoverageProb_ADJ_All_Graph.R | 28 ++++++++--------- R/222.CoverageProb_CC_All_Graph.R | 30 +++++++++--------- R/224.CoverageProb_GENERAL_GIVEN_p.R | 9 +---- R/225.CoverageProb_GENERAL_SIMULATEDp.R | 17 +++++----- R/326.Expec_Leng_GENERAL_SIMULATEDp.R | 2 - R/327.Expec_Leng_GENERAL_GIVENp.R | 2 - R/402.p-Confidence_p-Bias_BASE_All_Graph.R | 3 - R/412.p-Confidence_p-Bias_ADJ_All_Graph.R | 3 - R/422.p-Confidence_p-Bias_CC_All_Graph.R | 3 - vignettes/proportion.Rmd | 43 ++++++++++++++++----------- 19 files changed, 188 insertions(+), 194 deletions(-)
Title: Search and Extract Data from the OECD
Description: Search and extract data from the OECD.
Author: Eric Persson [aut, cre]
Maintainer: Eric Persson <expersso5@gmail.com>
Diff between OECD versions 0.2.0 dated 2015-12-04 and 0.2.2 dated 2016-01-17
DESCRIPTION | 11 MD5 | 28 +- NAMESPACE | 16 - R/main.R | 430 +++++++++++++++++++-------------------- build/vignette.rds |binary inst/doc/oecd_vignette_main.R | 120 +++++----- inst/doc/oecd_vignette_main.Rmd | 338 +++++++++++++++--------------- inst/doc/oecd_vignette_main.pdf |binary man/browse_metadata.Rd | 47 ++-- man/get_data_structure.Rd | 45 ++-- man/get_dataset.Rd | 107 ++++----- man/get_datasets.Rd | 57 ++--- man/search_dataset.Rd | 67 +++--- tests |only vignettes/oecd_vignette_main.Rmd | 338 +++++++++++++++--------------- 15 files changed, 807 insertions(+), 797 deletions(-)
Title: Linear and Nonlinear Mixed Effects Models
Description: Fit and compare Gaussian linear and nonlinear mixed-effects models.
Author: José Pinheiro [aut] (S version),
Douglas Bates [aut] (up to 2007),
Saikat DebRoy [ctb] (up to 2002),
Deepayan Sarkar [ctb] (up to 2005),
EISPACK authors [ctb] (src/rs.f),
Siem Heisterkamp [ctb] (Author fixed sigma),
Bert Van Willigen [ctb] (Programmer fixed sigma),
R-core [aut, cre]
Maintainer: R-core <R-core@R-project.org>
Diff between nlme versions 3.1-122 dated 2015-08-19 and 3.1-123 dated 2016-01-17
nlme-3.1-122/nlme/tests/nlme.Rout.save |only nlme-3.1-123/nlme/ChangeLog | 18 nlme-3.1-123/nlme/DESCRIPTION | 14 nlme-3.1-123/nlme/MD5 | 129 ++-- nlme-3.1-123/nlme/NAMESPACE | 14 nlme-3.1-123/nlme/R/VarCorr.R | 41 - nlme-3.1-123/nlme/R/corStruct.R | 10 nlme-3.1-123/nlme/R/gls.R | 340 ++++++----- nlme-3.1-123/nlme/R/gnls.R | 103 ++- nlme-3.1-123/nlme/R/lmList.R | 33 - nlme-3.1-123/nlme/R/lme.R | 482 ++++++++-------- nlme-3.1-123/nlme/R/nlme.R | 279 ++++----- nlme-3.1-123/nlme/R/reStruct.R | 19 nlme-3.1-123/nlme/R/simulate.R | 241 +++----- nlme-3.1-123/nlme/README | 22 nlme-3.1-123/nlme/inst/po/de/LC_MESSAGES/R-nlme.mo |binary nlme-3.1-123/nlme/inst/po/de/LC_MESSAGES/nlme.mo |binary nlme-3.1-123/nlme/inst/po/en@quot/LC_MESSAGES/R-nlme.mo |binary nlme-3.1-123/nlme/inst/po/en@quot/LC_MESSAGES/nlme.mo |binary nlme-3.1-123/nlme/inst/po/fr/LC_MESSAGES/R-nlme.mo |binary nlme-3.1-123/nlme/inst/po/fr/LC_MESSAGES/nlme.mo |binary nlme-3.1-123/nlme/inst/po/ko/LC_MESSAGES/R-nlme.mo |binary nlme-3.1-123/nlme/inst/po/ko/LC_MESSAGES/nlme.mo |binary nlme-3.1-123/nlme/inst/po/pl/LC_MESSAGES/R-nlme.mo |binary nlme-3.1-123/nlme/inst/po/pl/LC_MESSAGES/nlme.mo |binary nlme-3.1-123/nlme/man/VarCorr.Rd | 35 - nlme-3.1-123/nlme/man/anova.lme.Rd | 89 +- nlme-3.1-123/nlme/man/bdf.Rd | 5 nlme-3.1-123/nlme/man/glsControl.Rd | 14 nlme-3.1-123/nlme/man/gnlsControl.Rd | 13 nlme-3.1-123/nlme/man/lmeControl.Rd | 46 - nlme-3.1-123/nlme/man/nlmeControl.Rd | 17 nlme-3.1-123/nlme/man/predict.lme.Rd | 24 nlme-3.1-123/nlme/man/predict.nlme.Rd | 55 + nlme-3.1-123/nlme/man/simulate.lme.Rd | 68 +- nlme-3.1-123/nlme/po/R-de.po | 41 - nlme-3.1-123/nlme/po/R-fr.po | 33 - nlme-3.1-123/nlme/po/R-ko.po | 21 nlme-3.1-123/nlme/po/R-nlme.pot | 16 nlme-3.1-123/nlme/po/R-pl.po | 58 + nlme-3.1-123/nlme/po/de.po | 20 nlme-3.1-123/nlme/po/fr.po | 20 nlme-3.1-123/nlme/po/ko.po | 20 nlme-3.1-123/nlme/po/nlme.pot | 22 nlme-3.1-123/nlme/po/pl.po | 20 nlme-3.1-123/nlme/src/init.c | 21 nlme-3.1-123/nlme/src/nlme.c | 23 nlme-3.1-123/nlme/src/nlmefit.c | 199 ++++-- nlme-3.1-123/nlme/src/nlmefit.h | 15 nlme-3.1-123/nlme/src/rs.f | 160 ++--- nlme-3.1-123/nlme/tests/anova.gls.R | 24 nlme-3.1-123/nlme/tests/coef.R | 11 nlme-3.1-123/nlme/tests/coef.Rout.save |only nlme-3.1-123/nlme/tests/contrMat.R | 43 + nlme-3.1-123/nlme/tests/data.frame.R | 7 nlme-3.1-123/nlme/tests/deparse.R | 49 + nlme-3.1-123/nlme/tests/gls.R | 10 nlme-3.1-123/nlme/tests/lme.R | 57 + nlme-3.1-123/nlme/tests/lme.Rout.save | 203 ++++-- nlme-3.1-123/nlme/tests/missing.R | 4 nlme-3.1-123/nlme/tests/missing.Rout.save | 12 nlme-3.1-123/nlme/tests/nlme.R | 28 nlme-3.1-123/nlme/tests/nlme2.R | 62 +- nlme-3.1-123/nlme/tests/predict.lme.R | 70 ++ nlme-3.1-123/nlme/tests/sigma-fixed-etc.R |only nlme-3.1-123/nlme/tests/update.R | 20 nlme-3.1-123/nlme/tests/updateLme.R | 25 67 files changed, 2088 insertions(+), 1337 deletions(-)
Title: Novel Methods for Parallel Coordinates
Description: New approaches to parallel coordinates plots for
multivariate data visualization, including applications to clustering,
outlier hunting and regression diagnostics. Includes general functions
for multivariate nonparametric density and regression estimation,
using parallel computation.
Author: Norm Matloff <normmatloff@gmail.com> and Yingkang Xie
<yingkang.xie@gmail.com>
Maintainer: Norm Matloff <normmatloff@gmail.com>
Diff between freqparcoord versions 1.0.0 dated 2014-03-23 and 1.0.1 dated 2016-01-17
DESCRIPTION | 10 +++++----- MD5 | 6 +++--- NAMESPACE | 4 +++- man/prgeng.Rd | 2 ++ 4 files changed, 13 insertions(+), 9 deletions(-)
Title: Distance Measure Based Judgment and Learning
Description: Implements various decision support tools related to the new product development.
Subroutines include combinatorial search (all possible subset regression), productivity evaluation using distance measures: DDF (directional distance function), DEA (data envelopment analysis), SBM (slack-based measure), and SF (shortage function), benchmarking, risk analysis, technology adoption model, new product target setting, etc.
Author: Dong-Joon Lim, PhD
Maintainer: Dong-Joon Lim <tgno3.com@gmail.com>
Diff between DJL versions 1.8 dated 2015-12-18 and 1.9 dated 2016-01-17
DJL-1.8/DJL/R/DJL-internal.R |only DJL-1.8/DJL/R/aps.reg.R |only DJL-1.8/DJL/man/aps.reg.Rd |only DJL-1.9/DJL/DESCRIPTION | 6 +++--- DJL-1.9/DJL/MD5 | 13 ++++++------- DJL-1.9/DJL/NAMESPACE | 4 ++-- DJL-1.9/DJL/NEWS | 13 +++++++++++++ DJL-1.9/DJL/R/ma.aps.reg.R |only DJL-1.9/DJL/man/ma.aps.reg.Rd |only DJL-1.9/DJL/man/target.spec.dea.Rd | 6 ++++-- 10 files changed, 28 insertions(+), 14 deletions(-)