Title: Classify Names by Gender, U.S. Ethnicity, and Leaf Nationality
Description: Functions to use the 'NamePrism' API <http://name-prism.com/api> or 'NameSor' API <https://api.namsor.com/namsor/faces/viewapikey.xhtml> for classifying names based on gender, 6 U.S. ethnicities, or 39 leaf nationalities.
Author: Charles Crabtree [aut, cre],
Volha Chykina [aut],
Micah Gell-Redman [aut]
Maintainer: Charles Crabtree <ccrabtr@umich.edu>
Diff between nomine versions 0.5.0 dated 2017-10-04 and 1.0.0 dated 2017-11-04
DESCRIPTION | 16 +++++++++------- MD5 | 16 +++++++++------- NAMESPACE | 1 + R/ethnicites.R | 4 +++- R/gender.r |only R/nationalities.r | 4 +++- README.md | 27 ++++++++++++++------------- man/get_ethnicities.Rd | 3 ++- man/get_gender.Rd |only man/get_nationalities.Rd | 3 ++- 10 files changed, 43 insertions(+), 31 deletions(-)
Title: Parses LaTeX Documents for Errors
Description: Checks LaTeX documents and .bib files for typing errors, such as spelling errors, incorrect quotation marks. Also provides useful functions for parsing and linting bibliography files.
Author: Hugh Parsonage
Maintainer: Hugh Parsonage <hugh.parsonage@gmail.com>
Diff between TeXCheckR versions 0.4.1 dated 2017-10-22 and 0.4.4 dated 2017-11-04
DESCRIPTION | 11 +- MD5 | 35 +++--- NAMESPACE | 1 NEWS.md | 9 + R/check_footnote_typography.R | 28 ++++- R/check_spelling.R | 8 + R/combine_bib_fields.R | 3 R/inputs_of.R | 54 ++++++---- man/inputs_of.Rd |only tests/testthat/SchoolFunding/travis/grattanReport/md5 |only tests/testthat/check-biber/lost-entry/a.blg | 32 ++--- tests/testthat/check-biber/lost-entry/a.log | 2 tests/testthat/check-biber/no-journal-title/a.blg | 32 ++--- tests/testthat/check-biber/no-journal-title/a.log | 2 tests/testthat/fnote-typogr/doesnt-end-with-period-multiline.tex |only tests/testthat/inputs-of |only tests/testthat/spelling/add_to_dictionary-ok-req-hunspell.tex |only tests/testthat/spelling/misc-error.tex | 2 tests/testthat/test_footnote_typography.R | 3 tests/testthat/test_inputs_of.R | 11 ++ tests/testthat/test_spellcheck.R | 2 21 files changed, 158 insertions(+), 77 deletions(-)
Title: Integrating R with QGIS
Description: Establishes an interface between R and 'QGIS', i.e. it allows
the user to access 'QGIS' functionalities from the R console. It achieves this
by using the 'QGIS' Python API via the command line. Hence, RQGIS extends R's
statistical power by the incredible vast geo-functionality of 'QGIS' (including
also 'GDAL', 'SAGA'- and 'GRASS'-GIS among other third-party providers).
This in turn creates a powerful environment for advanced and innovative
(geo-)statistical geocomputing. 'QGIS' is licensed under GPL version 2 or
greater and is available from <http://www.qgis.org/en/site/>.
Author: Jannes Muenchow [aut, cre],
Patrick Schratz [aut]
Maintainer: Jannes Muenchow <jannes.muenchow@uni-jena.de>
Diff between RQGIS versions 1.0.1 dated 2017-06-27 and 1.0.2 dated 2017-11-04
DESCRIPTION | 16 ++++----- MD5 | 24 +++++++------- NEWS | 14 ++++++++ NEWS.md | 14 ++++++++ R/helper_funs.R | 67 ++++++++++++++++++++++++++++------------- R/init.R | 2 - R/processing.R | 60 +++++++++++++++++++++++------------- build/vignette.rds |binary inst/doc/install_guide.Rmd | 41 +++++++++++++++++-------- inst/doc/install_guide.html | 35 ++++++++++++--------- inst/python/python_funs.py | 11 ++++++ tests/testthat/test-run-qgis.R | 6 +-- vignettes/install_guide.Rmd | 41 +++++++++++++++++-------- 13 files changed, 225 insertions(+), 106 deletions(-)
Title: 'pinp' is not 'PNAS'
Description: A 'PNAS'-alike style for 'rmarkdown', derived from the
'Proceedings of the National Academy of Sciences of the United States
of America' ('PNAS', see <https://www.pnas.org>) 'LaTeX' style, and
adapted for use with 'markdown' and 'pandoc'.
Author: Dirk Eddelbuettel and James Balamuta
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between pinp versions 0.0.3 dated 2017-10-28 and 0.0.4 dated 2017-11-04
ChangeLog | 25 ++++++++++++++++++++ DESCRIPTION | 8 +++--- MD5 | 24 +++++++++---------- R/pinp.R | 10 ++++---- README.md | 5 ---- build/vignette.rds |binary inst/NEWS.Rd | 14 ++++++++--- inst/doc/pinp.Rmd | 14 ++++++++--- inst/doc/pinp.pdf |binary inst/rmarkdown/templates/pdf/resources/template.tex | 6 ++++ inst/rmarkdown/templates/pdf/skeleton/skeleton.Rmd | 19 ++++++++------- man/pinp.Rd | 12 +++++---- vignettes/pinp.Rmd | 14 ++++++++--- 13 files changed, 103 insertions(+), 48 deletions(-)
Title: Initialization Algorithms for Partitioning Cluster Analysis
Description: Partitioning clustering algorithms divide data sets into k subsets or partitions so-called clusters. They require some initialization procedures for starting to partition the data sets. Initialization of cluster prototypes is one of such kind of procedures for most of the partitioning algorithms. Cluster prototypes are the data elements, i.e. centroids or medoids, representing the clusters in a data set. In order to initialize cluster prototypes, the package 'inaparc' contains a set of the functions that are the implementations of several linear time-complexity and loglinear time-complexity methods in addition to some novel techniques. Initialization of fuzzy membership degrees matrices is another important task for starting the probabilistic and possibilistic partitioning algorithms. In order to initialize membership degrees matrices required by these algorithms, a number of functions based on some traditional and novel initialization techniques are also available in the package 'inaparc'.
Author: Zeynel Cebeci [aut, cre], Cagatay Cebeci [aut]
Maintainer: Zeynel Cebeci <zcebeci@cukurova.edu.tr>
Diff between inaparc versions 0.1.0 dated 2017-10-16 and 0.2.0 dated 2017-11-04
DESCRIPTION | 10 MD5 | 70 ++- NAMESPACE | 2 R/inaparc.R | 864 ++++++++++++++++++++++++++----------------------- inst/NEWS.Rd |only man/aldaoud.Rd | 8 man/ballhall.Rd | 6 man/crsamp.Rd | 4 man/firstk.Rd | 10 man/forgy.Rd | 6 man/get.algorithms.Rd |only man/hartiganwong.Rd | 10 man/imembones.Rd | 4 man/imembrand.Rd | 4 man/imembucr.Rd | 4 man/inaparc-package.Rd | 17 man/inofrep.Rd | 10 man/inscsf.Rd | 6 man/insdev.Rd | 8 man/kkz.Rd | 9 man/kmpp.Rd | 10 man/ksegments.Rd | 6 man/ksteps.Rd | 6 man/lastk.Rd | 6 man/lhsmaximin.Rd | 10 man/lhsrandom.Rd | 10 man/maximin.Rd | 15 man/mscseek.Rd | 10 man/rsamp.Rd | 12 man/rsegment.Rd | 4 man/scseek.Rd | 8 man/scseek2.Rd | 6 man/spaeth.Rd | 10 man/ssamp.Rd | 6 man/topbottom.Rd | 6 man/uniquek.Rd | 6 man/ursamp.Rd | 6 37 files changed, 634 insertions(+), 555 deletions(-)
Title: Discrete-Event Simulation for R
Description: A process-oriented and trajectory-based Discrete-Event Simulation
(DES) package for R. It is designed as a generic yet powerful framework. The
architecture encloses a robust and fast simulation core written in C++ with
automatic monitoring capabilities. It provides a rich and flexible R API that
revolves around the concept of trajectory, a common path in the simulation
model for entities of the same type.
Author: Iñaki Ucar [aut, cph, cre],
Bart Smeets [aut, cph]
Maintainer: Iñaki Ucar <i.ucar86@gmail.com>
Diff between simmer versions 3.6.3 dated 2017-07-28 and 3.6.4 dated 2017-11-04
DESCRIPTION | 6 MD5 | 43 - NEWS.md | 8 inst/doc/simmer-01-introduction.html | 148 +-- inst/doc/simmer-02-terminology.html | 16 inst/doc/simmer-03-trajectories.R | 6 inst/doc/simmer-03-trajectories.Rmd | 6 inst/doc/simmer-03-trajectories.html | 913 +++++++++++------------ inst/doc/simmer-04-bank-1.html | 294 +++---- inst/doc/simmer-04-bank-2.html | 384 ++++----- inst/doc/simmer-05-simpy.R | 61 - inst/doc/simmer-05-simpy.Rmd | 64 - inst/doc/simmer-05-simpy.html | 272 +++--- inst/doc/simmer-06-queueing-systems.html | 140 +-- inst/doc/simmer-07-ctmc.html | 264 +++--- src/resource.cpp | 9 src/resource.h | 98 +- tests/testthat.Rout |only tests/testthat/test-simmer-resource-preemption.R | 24 tests/testthat/test-simmer-resource-priorities.R | 25 tests/testthat/test-trajectory-seize-release.R | 43 + vignettes/simmer-03-trajectories.Rmd | 6 vignettes/simmer-05-simpy.Rmd | 64 - 23 files changed, 1495 insertions(+), 1399 deletions(-)
Title: Utilities for Delaying Function Execution
Description: Executes arbitrary R or C functions some time after the current
time, after the R execution stack has emptied.
Author: Joe Cheng [aut, cre],
RStudio [cph],
Marcus Geelnard [ctb, cph] (TinyCThread library,
https://tinycthread.github.io/),
Evan Nemerson [ctb, cph] (TinyCThread library,
https://tinycthread.github.io/)
Maintainer: Joe Cheng <joe@rstudio.com>
Diff between later versions 0.5 dated 2017-10-05 and 0.6 dated 2017-11-04
later-0.5/later/src/tinythread.h |only later-0.6/later/DESCRIPTION | 17 ++--- later-0.6/later/MD5 | 36 ++++++---- later-0.6/later/NEWS.md | 10 ++ later-0.6/later/R/RcppExports.R | 4 - later-0.6/later/R/later.R | 16 ++++ later-0.6/later/inst/bgtest.cpp |only later-0.6/later/man/run_now.Rd | 8 ++ later-0.6/later/src/RcppExports.cpp | 7 +- later-0.6/later/src/callback_registry.cpp | 43 +++++++++++- later-0.6/later/src/callback_registry.h | 15 ++-- later-0.6/later/src/init.c | 4 - later-0.6/later/src/later.cpp | 14 ++-- later-0.6/later/src/later.h | 2 later-0.6/later/src/threadutils.h |only later-0.6/later/src/timeconv.h |only later-0.6/later/src/timer_posix.cpp | 101 ++++++++++++++++-------------- later-0.6/later/src/timer_posix.h | 5 + later-0.6/later/src/timestamp_unix.cpp | 5 - later-0.6/later/src/tinycthread.c |only later-0.6/later/src/tinycthread.h |only later-0.6/later/tests |only 22 files changed, 190 insertions(+), 97 deletions(-)