Title: The p-Generalized Normal Distribution
Description: Evaluation of the pdf and the cdf of the univariate,
noncentral, p-generalized normal distribution. Sampling from
the univariate, noncentral, p-generalized normal distribution
using either the p-generalized polar method, the p-generalized
rejecting polar method, the Monty Python method, the Ziggurat
method or the method of Nardon and Pianca. The package also
includes routines for the simulation of the bivariate,
p-generalized uniform distribution and the simulation of the
corresponding angular distribution.
Author: Steve Kalke [aut, cre]
Maintainer: Steve Kalke <steve.kalke@googlemail.com>
Diff between pgnorm versions 2.0 dated 2015-11-24 and 2.0.1 dated 2025-08-03
pgnorm-2.0.1/pgnorm/DESCRIPTION | 14 +++++++++----- pgnorm-2.0.1/pgnorm/MD5 | 9 ++++----- pgnorm-2.0.1/pgnorm/data/datasetpgnmp1.rda |binary pgnorm-2.0.1/pgnorm/data/datasetpgnmp2.rda |binary pgnorm-2.0.1/pgnorm/data/datasetpgnzig.rda |binary pgnorm-2.0/pgnorm/R/pgnorm-internal.R |only 6 files changed, 13 insertions(+), 10 deletions(-)
Title: Analysis and Visualization Likert Items
Description: An approach to analyzing Likert response items, with an emphasis on visualizations.
The stacked bar plot is the preferred method for presenting Likert results. Tabular results
are also implemented along with density plots to assist researchers in determining whether
Likert responses can be used quantitatively instead of qualitatively. See the likert(),
summary.likert(), and plot.likert() functions to get started.
Author: Jason Bryer [aut, cre],
Kimberly Speerschneider [aut]
Maintainer: Jason Bryer <jason@bryer.org>
Diff between likert versions 1.3.5 dated 2016-12-30 and 1.3.5.1 dated 2025-08-03
DESCRIPTION | 24 +++++++---- MD5 | 88 +++++++++++++++++++++--------------------- R/plot.likert.gap.R | 2 R/plot.likert.matrix.r | 4 - R/plot.likert.r | 2 R/xtable.likert.r | 12 ++--- build/vignette.rds |binary data/MathAnxiety.rda |binary data/MathAnxietyGender.rda |binary data/gap.rda |binary data/mass.rda |binary data/pisaitems.rda |binary data/sasr.rda |binary inst/doc/likert-xtable.pdf |binary man/MathAnxiety.Rd | 5 +- man/MathAnxietyGender.Rd | 5 +- man/abs_formatter.Rd | 1 man/align.plots.Rd | 1 man/gap.Rd | 5 +- man/label_wrap_mod.Rd | 1 man/likert-package.Rd | 9 +++- man/likert.Rd | 11 +++-- man/likert.bar.plot.Rd | 1 man/likert.density.plot.Rd | 1 man/likert.heat.plot.Rd | 12 ++++- man/likert.histogram.plot.Rd | 24 ++++++++--- man/likert.matrix.plot.Rd | 1 man/likert.options.Rd | 32 ++++++++++----- man/mass.Rd | 5 +- man/pisaitems.Rd | 5 +- man/plot.likert.Rd | 19 ++++++--- man/plot.likert.gap.Rd | 21 ++++++---- man/print.likert.Rd | 1 man/print.likert.bar.plot.Rd | 1 man/print.likert.gap.Rd | 1 man/print.likert.heat.plot.Rd | 1 man/print.xlikert.Rd | 10 +--- man/recode.Rd | 1 man/reverse.levels.Rd | 1 man/sasr.Rd | 5 +- man/shinyLikert.Rd | 1 man/summary.likert.Rd | 4 - man/summary.likert.gap.Rd | 1 man/xtable.likert.Rd | 33 ++++++++++----- man/zeroGrob.Rd | 7 +-- 45 files changed, 211 insertions(+), 147 deletions(-)
Title: Image Processing Library Based on 'CImg'
Description: Fast image processing for images in up to 4 dimensions (two spatial
dimensions, one time/depth dimension, one colour dimension). Provides most
traditional image processing tools (filtering, morphology, transformations,
etc.) as well as various functions for easily analysing image data using R. The
package wraps 'CImg', <http://cimg.eu>, a simple, modern C++ library for image
processing.
Author: Simon Barthelme [aut],
David Tschumperle [ctb],
Jan Wijffels [ctb],
Haz Edine Assemlal [ctb],
Shota Ochi [ctb],
Aaron Robotham [cre],
Rodrigo Tobar [ctb]
Maintainer: Aaron Robotham <aaron.robotham@uwa.edu.au>
Diff between imager versions 1.0.3 dated 2025-03-25 and 1.0.5 dated 2025-08-03
DESCRIPTION | 6 +++--- MD5 | 19 ++++++++++--------- NEWS.md | 17 ++++------------- build/vignette.rds |binary inst/doc/gettingstarted.R | 2 ++ inst/doc/gettingstarted.html | 6 +++--- inst/doc/pixsets.html | 4 ++-- inst/include/CImg.h | 2 +- src/Makevars.in | 1 + src/Makevars.ucrt | 1 + src/unity.cpp |only 11 files changed, 27 insertions(+), 31 deletions(-)
Title: Call Google's 'Natural Language' API, 'Cloud Translation' API,
'Cloud Speech' API and 'Cloud Text-to-Speech' API
Description: Call 'Google Cloud' machine learning APIs for text and speech tasks.
Call the 'Cloud Translation' API <https://cloud.google.com/translate/> for detection
and translation of text, the 'Natural Language' API <https://cloud.google.com/natural-language/> to
analyse text for sentiment, entities or syntax, the 'Cloud Speech' API
<https://cloud.google.com/speech/> to transcribe sound files to text and
the 'Cloud Text-to-Speech' API <https://cloud.google.com/text-to-speech/> to turn text
into sound files.
Author: Mark Edmondson [aut, cre],
John Muschelli [ctb],
Neal Richardson [rev] ,
Julia Gustavsen [rev]
Maintainer: Mark Edmondson <r@sunholo.com>
Diff between googleLanguageR versions 0.3.0 dated 2020-04-19 and 0.3.0.1 dated 2025-08-03
DESCRIPTION | 11 - MD5 | 32 +-- R/auth.R | 2 R/googleLanguageR.R | 2 R/natural-language.R | 2 README.md | 8 build/vignette.rds |binary inst/doc/nlp.html | 388 ++++++++++++++++++++++++------------------ inst/doc/setup.html | 253 ++++++++++++++++++--------- inst/doc/speech.html | 337 ++++++++++++++++++++++-------------- inst/doc/text-to-speech.html | 351 +++++++++++++++++++++++-------------- inst/doc/translation.html | 246 +++++++++++++++++--------- man/gl_auth.Rd | 2 man/gl_nlp.Rd | 2 man/gl_translate_detect.Rd | 4 man/gl_translate_languages.Rd | 4 man/googleLanguageR.Rd | 14 + 17 files changed, 1019 insertions(+), 639 deletions(-)
More information about googleLanguageR at CRAN
Permanent link
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2017-02-15 0.4.0
2016-01-04 0.1.1
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2024-07-31 0.2.9
2023-07-10 0.2.8
2023-04-11 0.2.7
2023-04-05 0.2.6
2023-02-13 0.2.5
2021-11-19 0.2.3
2021-10-12 0.2.2
2021-08-20 0.2.1
2021-08-07 0.2.0
2021-04-09 0.1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2018-05-08 0.9.4.4
2018-02-26 0.9.4.3
2017-12-12 0.9.4.2
2016-10-18 0.9.4.1
2015-04-20 0.9.4
2015-03-04 0.9.3
2015-01-11 0.9
2014-10-06 0.8.6.3
2014-09-29 0.8.6.2
2014-08-28 0.8.5.7
2014-04-14 0.8.5.6
2014-04-01 0.8.5.5
2014-02-26 0.8.5.4
2013-07-01 0.8.5.3
2013-06-28 0.8.5.2
2013-06-17 0.8.5.1
2013-06-13 0.8.4
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2019-02-26 1.0-2
2019-01-02 1.0-1
2012-09-07 1.0