Title: Conversion of R regression output to LaTeX tables.
Diff between texreg versions 1.06 dated 2012-10-03 and 1.14 dated 2012-10-24
Description: texreg converts coefficients, standard errors,
significance stars, and goodness-of-fit statistics of
statistical models into LaTeX tables. Either a single model or
a list of models can be combined in a single table. The output
is customizable. New model types can be easily implemented.
Author: Philip Leifeld
Maintainer: Philip Leifeld
DESCRIPTION | 14 -
MD5 | 24 +-
NAMESPACE | 29 ++-
R/classDefinition.R |only
R/coeftostring.R |only
R/extract.R |only
R/texreg.R | 421 +++++++++++--------------------------------------
inst/CITATION | 10 -
inst/doc/texreg.Rnw | 114 ++++++++-----
inst/doc/texreg.pdf |binary
man/createTexreg.Rd |only
man/extract-methods.Rd | 80 +++++++++
man/extract.Rd | 110 +++++++++++-
man/texreg.Rd | 19 --
vignettes/texreg.Rnw | 114 ++++++++-----
15 files changed, 485 insertions(+), 450 deletions(-)
Title: Profile Output Processing Tools for R
Diff between proftools versions 0.0-4 dated 2011-07-29 and 0.0-5 dated 2012-10-24
Description: Tools for examining Rprof profile output.
Author: Luke Tierney
Maintainer: Luke Tierney
DESCRIPTION | 7 +
MD5 |only
R/proftools.R | 226 ++++++++++++++++++++++++++++++----------------------------
3 files changed, 122 insertions(+), 111 deletions(-)
Title: Gaussian Graphical Model determination based on birth-death MCMC
methodology
Diff between BDgraph versions 1.1 dated 2012-10-08 and 1.2 dated 2012-10-24
Description: The R package BDgraph is a statistical tool for Bayesian
model determination in undirected Gaussian graphical models.
The Bayesian methodology is based on birth-death MCMC
algorithm. The main function is 'bdmcmc' which is a birth-death
MCMC algorithm for Bayesian model determination in undirected
Gaussian graphical models.
Author: Abdolreza Mohammadi and Ernst Wit
Maintainer: Abdolreza Mohammadi
DESCRIPTION | 21 +--
MD5 | 30 ++---
R/BDgraph.R | 282 +++++++++++++++++++++++++++++++++---------------
man/BDgraph-internal.Rd | 2
man/BDgraph-package.Rd | 35 +++--
man/I.g.Rd | 23 ++-
man/bdmcmc.Rd | 102 +++++++++--------
man/bdmcmc.high.Rd | 96 +++++++++-------
man/bdmcmc.low.Rd | 101 +++++++++--------
man/phat.Rd | 34 +++--
man/plotConvergency.Rd | 40 +++---
man/plotLinks.Rd | 28 ++--
man/prob.allg.Rd | 30 +++--
man/prob.g.Rd | 41 ++++--
man/sample.gwishart.Rd | 24 ++--
man/select.g.Rd | 37 +++---
16 files changed, 562 insertions(+), 364 deletions(-)
Title: Bayesian continuous reassessment method (CRM) designs for Phase
I dose-finding trials.
Diff between bcrm versions 0.4 dated 2012-09-18 and 0.4.1 dated 2012-10-24
Description: This package implements a wide variety of one and
two-parameter Bayesian CRM designs. The program can run
interactively, allowing the user to enter outcomes after each
cohort has been recruited, or via simulation to assess
operating characteristics.
Author: Michael Sweeting
Maintainer: Michael Sweeting
bcrm-0.4.1/bcrm/DESCRIPTION | 8 ++--
bcrm-0.4.1/bcrm/MD5 | 14 ++++----
bcrm-0.4.1/bcrm/NEWS | 5 ++
bcrm-0.4.1/bcrm/R/bcrm_0.4.1.R |only
bcrm-0.4.1/bcrm/man/bcrm-package.Rd | 5 +-
bcrm-0.4.1/bcrm/man/bcrm.Rd | 62 +++++++++++++++++++++---------------
bcrm-0.4.1/bcrm/man/plot.bcrm.Rd | 9 ++++-
bcrm-0.4.1/bcrm/man/threep3.Rd | 8 ++--
bcrm-0.4/bcrm/R/bcrm_0.4.R |only
9 files changed, 68 insertions(+), 43 deletions(-)
Title: Synthetic Control Group Method for Comparative Case Studies
Diff between Synth versions 1.1-2 dated 2011-12-27 and 1.1-3 dated 2012-10-24
Description: Implements the synthetic control group method for
comparative case studies developed in Abadie and Gardeazabal
(2003) and Abadie, Diamond, and Hainmueller (2010). The
synthetic control method allows for effect estimation in
settings where a single unit (a state, country, firm, etc.) is
exposed to an event or intervention. It provides a data-driven
procedure to construct synthetic control units based on a
weighted combination of comparison units that approximates the
characteristics of the unit that is exposed to the
intervention. A combination of comparison units often provides
a better comparison for the unit exposed to the intervention
than any comparison unit alone.
Author: Jens Hainmueller
Maintainer: Jens Hainmueller
DESCRIPTION | 32 ++++++++++++++++++--------------
MD5 | 8 ++++----
R/synth.R | 2 +-
man/dataprep.Rd | 5 ++++-
man/synth.Rd | 2 ++
5 files changed, 29 insertions(+), 20 deletions(-)
Title: Heart rate variability analysis of ECG data
Diff between RHRV versions 3.0.0 dated 2012-10-15 and 3.0.3 dated 2012-10-24
Description: This is a package for developing heart rate variability
studies of ECG records
Author: A. Mendez, L. Rodriguez-Linares, A. Otero, C.A. Garcia, X.
Vila, M. Lado
Maintainer: L. Rodriguez-Linares
DESCRIPTION | 15 ++++++++-------
MD5 | 6 +++---
NAMESPACE | 2 ++
man/RHRV-package.Rd | 2 +-
4 files changed, 14 insertions(+), 11 deletions(-)
Title: memory-efficient storage of large data on disk and fast access
functions
Diff between ff versions 2.2-7 dated 2012-05-08 and 2.2-9 dated 2012-10-24
Description: The ff package provides data structures that are stored on
disk but behave (almost) as if they were in RAM by
transparently mapping only a section (pagesize) in main memory
- the effective virtual memory consumption per ff object. ff
supports R's standard atomic data types 'double', 'logical',
'raw' and 'integer' and non-standard atomic types boolean (1
bit), quad (2 bit unsigned), nibble (4 bit unsigned), byte (1
byte signed with NAs), ubyte (1 byte unsigned), short (2 byte
signed with NAs), ushort (2 byte unsigned), single (4 byte
float with NAs). For example 'quad' allows efficient storage of
genomic data as an 'A','T','G','C' factor. The unsigned types
support 'circular' arithmetic. There is also support for
close-to-atomic types 'factor', 'ordered', 'POSIXct', 'Date'
and custom close-to-atomic types. ff not only has native
C-support for vectors, matrices and arrays with flexible
dimorder (major column-order, major row-order and
generalizations for arrays). There is also a ffdf class not
unlike data.frames and import/export filters for csv files. ff
objects store raw data in binary flat files in native encoding,
and complement this with metadata stored in R as physical and
virtual attributes. ff objects have well-defined hybrid copying
semantics, which gives rise to certain performance improvements
through virtualization. ff objects can be stored and reopened
across R sessions. ff files can be shared by multiple ff R
objects (using different data en/de-coding schemes) in the same
process or from multiple R processes to exploit parallelism. A
wide choice of finalizer options allows to work with
'permanent' files as well as creating/removing 'temporary' ff
files completely transparent to the user. On certain
OS/Filesystem combinations, creating the ff files works without
notable delay thanks to using sparse file allocation. Several
access optimization techniques such as Hybrid Index
Preprocessing and Virtualization are implemented to achieve
good performance even with large datasets, for example virtual
matrix transpose without touching a single byte on disk.
Further, to reduce disk I/O, 'logicals' and non-standard data
types get stored native and compact on binary flat files i.e.
logicals take up exactly 2 bits to represent TRUE, FALSE and
NA. Beyond basic access functions, the ff package also
provides compatibility functions that facilitate writing code
for ff and ram objects and support for batch processing on ff
objects (e.g. as.ram, as.ff, ffapply). ff interfaces closely
with functionality from package 'bit': chunked looping, fast
bit operations and coercions between different objects that can
store subscript information ('bit', 'bitwhich', ff 'boolean',
ri range index, hi hybrid index). This allows to work
interactively with selections of large datasets and quickly
modify selection criteria. Further high-performance
enhancements can be made available upon request.
Author: Daniel Adler
Maintainer: Jens Oehlschlägel
ff-2.2-7/ff/man/ramorder.rd |only
ff-2.2-7/ff/man/ramsort.rd |only
ff-2.2-9/ff/DESCRIPTION | 8 +--
ff-2.2-9/ff/MD5 | 28 +++++-----
ff-2.2-9/ff/NAMESPACE | 39 +++++++++------
ff-2.2-9/ff/NEWS | 29 +++++++++++
ff-2.2-9/ff/R/ff.R | 49 +++++++++---------
ff-2.2-9/ff/R/ffbit.R | 4 -
ff-2.2-9/ff/R/ffcsv.R | 2
ff-2.2-9/ff/R/ffdf.R | 2
ff-2.2-9/ff/R/generics.R | 4 -
ff-2.2-9/ff/R/ordermerge.R | 93 ++++++++++++++++++++----------------
ff-2.2-9/ff/man/is.sorted.rd | 9 +--
ff-2.2-9/ff/man/na.count.rd | 4 -
ff-2.2-9/ff/man/ramorder.default.rd |only
ff-2.2-9/ff/man/ramsort.default.rd |only
ff-2.2-9/ff/src/ff.cpp | 30 +++++------
17 files changed, 171 insertions(+), 130 deletions(-)
Title: Statistical package for population size estimation in
capture-recapture models.
Diff between CARE1 versions 1.0.2 dated 2012-02-07 and 1.1.0 dated 2012-10-24
Description: The R package CARE1, the first part of the program CARE
(Capture-Recapture) in
http://chao.stat.nthu.edu.tw/softwareCE.html, can be used to
analyze epidemiological data via sample coverage approach (Chao
et al. 2001a). Based on the input of records from several
incomplete lists (or samples) of individuals, the R package
CARE1 provides output of population size estimate and related
statistics.
Author: T.C. Hsieh
Maintainer: Anne Chao
CARE1-1.0.2/CARE1/R/estN.pair3.R |only
CARE1-1.0.2/CARE1/R/estN.pair4.R |only
CARE1-1.0.2/CARE1/R/estN.pair5.R |only
CARE1-1.0.2/CARE1/R/estN.para3.R |only
CARE1-1.0.2/CARE1/R/estN.para4.R |only
CARE1-1.0.2/CARE1/R/estN.para5.R |only
CARE1-1.0.2/CARE1/R/lee1.R |only
CARE1-1.1.0/CARE1/DESCRIPTION | 10 +-
CARE1-1.1.0/CARE1/MD5 | 47 +++++-----
CARE1-1.1.0/CARE1/R/CARE1-internal.R |only
CARE1-1.1.0/CARE1/R/CARE1.print.R | 155 ++++++++++++---------------------
CARE1-1.1.0/CARE1/R/Chat.R |only
CARE1-1.1.0/CARE1/R/Sub.A.R |only
CARE1-1.1.0/CARE1/R/Sub.B.R |only
CARE1-1.1.0/CARE1/R/Sub.S.R |only
CARE1-1.1.0/CARE1/R/Sub.n.R |only
CARE1-1.1.0/CARE1/R/Sub.pair.R |only
CARE1-1.1.0/CARE1/R/Sub.r.R |only
CARE1-1.1.0/CARE1/R/as.record.R | 40 ++------
CARE1-1.1.0/CARE1/R/estN.HSC.R | 116 +++++-------------------
CARE1-1.1.0/CARE1/R/estN.Indep.R | 84 ++---------------
CARE1-1.1.0/CARE1/R/estN.LSC.R | 148 ++++---------------------------
CARE1-1.1.0/CARE1/R/estN.R | 77 +++++-----------
CARE1-1.1.0/CARE1/R/estN.bootstrap.R | 44 +++------
CARE1-1.1.0/CARE1/R/estN.n.R | 67 +-------------
CARE1-1.1.0/CARE1/R/estN.pair.R | 37 ++-----
CARE1-1.1.0/CARE1/R/estN.para.R | 47 ++++------
CARE1-1.1.0/CARE1/R/estN.stat.R | 109 ++---------------------
CARE1-1.1.0/CARE1/data/Congenital.rda |binary
CARE1-1.1.0/CARE1/data/Diabetes.rda |binary
CARE1-1.1.0/CARE1/data/HAV.rda |binary
CARE1-1.1.0/CARE1/man/CARE1-package.Rd | 7 -
32 files changed, 261 insertions(+), 727 deletions(-)
Title: A class for vectors of 1-bit booleans
Diff between bit versions 1.1-8 dated 2012-01-15 and 1.1-9 dated 2012-10-24
Description: bitmapped vectors of booleans (no NAs), coercion from and
to logicals, integers and integer subscripts; fast boolean
operators and fast summary statistics. With 'bit' vectors you
can store true binary booleans {FALSE,TRUE} at the expense of 1
bit only, on a 32 bit architecture this means factor 32 less
RAM and ~ factor 32 more speed on boolean operations. Due to
overhead of R calls, actual speed gain depends on the size of
the vector: expect gains for vectors of size > 10000 elements.
Even for one-time boolean operations it can pay-off to convert
to bit, the pay-off is obvious, when such components are used
more than once. Reading from and writing to bit is
approximately as fast as accessing standard logicals - mostly
due to R's time for memory allocation. The package allows to
work with pre-allocated memory for return values by calling
.Call() directly: when evaluating the speed of C-access with
pre-allocated vector memory, coping from bit to logical
requires only 70% of the time for copying from logical to
logical; and copying from logical to bit comes at a performance
penalty of 150%. the package now contains further classes for
representing logical selections: 'bitwhich' for very skewed
selections and 'ri' for selecting ranges of values for chunked
processing. All three index classes can be used for subsetting
'ff' objects (ff-2.1-0 and higher).
Author: Jens Oehlschlägel
Maintainer: Jens Oehlschlägel
DESCRIPTION | 16 +---
MD5 | 18 ++--
NAMESPACE | 32 ++++++++
NEWS | 14 +++
R/bit.R | 2
R/generics.R | 195 +++++++++++++++++++++++++++++++++++++++++++++++++++++
R/timeutil.R |only
R/zzz.R | 2
man/bit-package.rd | 2
man/is.sorted.rd |only
man/ramsort.rd |only
man/repeat.time.rd |only
12 files changed, 262 insertions(+), 19 deletions(-)
Title: Calls CNV from exome sequence data
Diff between ExomeDepth versions 0.9.2 dated 2012-10-20 and 0.9.4 dated 2012-10-24
Description: Calls copy number variants (CNVs) from targeted sequence
data
Author: Vincent Plagnol
Maintainer: Vincent Plagnol
DESCRIPTION | 9 +++++----
MD5 | 16 ++++++++--------
R/class_definition.R | 26 +++++++++++++++-----------
R/optimize_reference_set.R | 7 ++++---
R/plot_CNVs_method.R | 8 ++++----
inst/doc/ExomeDepth-vignette.Rnw | 21 +++++++++++++++------
inst/doc/ExomeDepth-vignette.pdf |binary
man/AnnotateExtra.Rd | 2 ++
man/select.reference.set.Rd | 12 ++++++------
9 files changed, 59 insertions(+), 42 deletions(-)
Title: Plot rpart models. An enhanced version of plot.rpart.
Diff between rpart.plot versions 1.4-0 dated 2012-10-10 and 1.4-1 dated 2012-10-24
Description: Plot rpart models. Extends plot.rpart and text.rpart in
the rpart package.
Author: Stephen Milborrow
Maintainer: Stephen Milborrow
DESCRIPTION | 6
MD5 | 14
NEWS | 12
inst/doc/prp.pdf |binary
src/tests/test.prp.R | 5
src/tests/test.prp.Rout.save | 48 -
src/tests/test.prp.save.ps | 2024 ++++++++++++++++++++++++-------------------
src/tests/user-manual-figs.R | 18
8 files changed, 1235 insertions(+), 892 deletions(-)
Title: R object-oriented programming with or without references
Diff between R.oo versions 1.9.9 dated 2012-09-12 and 1.10.1 dated 2012-10-24
Description: Methods and classes for object-oriented programming in R
with or without references. Large effort has been made on
making definition of methods as simple as possible with a
minimum of maintenance for package developers. The package has
been developed since 2001 and is now considered very stable.
This is a cross-platform package implemented in pure R that
defines standard S3 classes without any tricks.
Author: Henrik Bengtsson
Maintainer: Henrik Bengtsson
DESCRIPTION | 8 ++++----
MD5 | 14 +++++++-------
R/050.Object.R | 31 ++++++++++++++++++++++---------
R/060.Class.R | 19 ++++++++++++++++---
R/BasicObject.R | 13 ++++++++++---
R/Exception.R | 19 ++++++++++++++++---
R/Interface.R | 2 +-
inst/NEWS | 27 +++++++++++++++++++++++++++
8 files changed, 103 insertions(+), 30 deletions(-)
Title: RAMpath
Diff between RAMpath versions 0.1.5 dated 2012-10-08 and 0.2 dated 2012-10-24
Description: RAMpath is a rewrite of RAMpath software developed by John
McArdle and Steven Boker. However, it does more than the
original software by providing flexible fit of growth curve
models, univariate and bivariate latent change score models. It
can also generate the vector field plot for the bivariate
latent change score models.
Author: Zhiyong Zhang, Jack McArdle, Aki Hamagami, & Kevin Grimm
Maintainer: Zhiyong Zhang
DESCRIPTION | 14 +++----
MD5 | 8 ++--
R/lavaan2ram.R | 91 +++++++++++++++++++++++++++++++++++++++++++------
R/lcm.R | 3 +
man/RAMpath-package.Rd | 4 +-
5 files changed, 97 insertions(+), 23 deletions(-)
Title: An R pandoc writer
Diff between pander versions 0.2 dated 2012-08-17 and 0.3 dated 2012-10-24
Description: Contains some functions catching all messages, stdout and
other useful information while evaluating R code and other
helpers to return user specified text elements (like: header,
paragraph, table, image, lists etc.) in Pandoc's markdown or
several type of R objects similarly automatically transformed
to markdown format. Also capable of exporting/converting (the
resulting) complex Pandoc documents to e.g. HTML, pdf, docx or
odt. This latter reporting feature is supported in brew syntax
or with a custom reference class with a smarty caching backend.
Author: Gergely Daróczi
Maintainer: Gergely Daróczi
DESCRIPTION | 10 +--
MD5 | 45 +++++++------
NAMESPACE | 2
NEWS |only
R/R5.R | 4 -
R/S3.R | 121 +++++++++++++++++++++++++++++++-----
R/brew.R | 21 +++++-
R/evals.R | 146 ++++++++++++++++++++++++++------------------
R/helpers.R | 89 ++++++++++++++++++++------
R/options.R | 4 -
README.md | 70 ++++++++++++---------
inst/CITATION | 10 +--
inst/README.brew | 32 +++++++--
inst/examples/olympics.brew |only
man/Pandoc.Rd | 4 -
man/Pandoc.brew.Rd | 5 +
man/cache.off.Rd |only
man/evals.Rd | 5 -
man/p.Rd | 2
man/panderOptions.Rd | 2
man/pandoc.image.return.Rd | 10 ++-
man/pandoc.table.return.Rd | 10 ++-
man/pandoc.title.return.Rd | 2
man/set.caption.Rd | 4 -
man/wrap.Rd | 2
25 files changed, 421 insertions(+), 179 deletions(-)
Title: Functional time series analysis
Diff between ftsa versions 3.5 dated 2012-09-13 and 3.6 dated 2012-10-24
Description: Functions for functional time series
Author: Rob J Hyndman and Han Lin Shang
Maintainer: Han Lin Shang
ftsa-3.5/ftsa/CHANGELOG |only
ftsa-3.6/ftsa/CHANGELOG.txt |only
ftsa-3.6/ftsa/DESCRIPTION | 11 -
ftsa-3.6/ftsa/MD5 | 65 +++++-----
ftsa-3.6/ftsa/R/depth.radius.R |only
ftsa-3.6/ftsa/R/mean.fts.R | 7 -
ftsa-3.6/ftsa/R/median.fts.R | 65 +++++-----
ftsa-3.6/ftsa/R/sd.fts.R | 6
ftsa-3.6/ftsa/R/var.fts.R | 6
ftsa-3.6/ftsa/inst/doc/ftsa.Rnw | 72 +++++++----
ftsa-3.6/ftsa/inst/doc/ftsa.pdf |binary
ftsa-3.6/ftsa/inst/doc/master.bib | 124 ++++++++++++-------
ftsa-3.6/ftsa/man/centre.Rd | 5
ftsa-3.6/ftsa/man/diff.fts.Rd | 4
ftsa-3.6/ftsa/man/dynupdate.Rd | 15 +-
ftsa-3.6/ftsa/man/error.Rd | 1
ftsa-3.6/ftsa/man/extract.Rd | 4
ftsa-3.6/ftsa/man/fbootstrap.Rd | 15 +-
ftsa-3.6/ftsa/man/forecast.ftsm.Rd | 174 ++++++++++++++--------------
ftsa-3.6/ftsa/man/forecastfplsr.Rd | 4
ftsa-3.6/ftsa/man/fplsr.Rd | 24 ++-
ftsa-3.6/ftsa/man/ftsa-package.Rd | 22 ++-
ftsa-3.6/ftsa/man/ftsm.Rd | 9 -
ftsa-3.6/ftsa/man/ftsmiterativeforecasts.Rd | 131 ++++++++++-----------
ftsa-3.6/ftsa/man/is.fts.Rd | 3
ftsa-3.6/ftsa/man/mean.fts.Rd | 110 ++++++++++-------
ftsa-3.6/ftsa/man/median.fts.Rd | 28 +++-
ftsa-3.6/ftsa/man/pcscorebootstrapdata.Rd | 9 -
ftsa-3.6/ftsa/man/plot.fmres.Rd | 3
ftsa-3.6/ftsa/man/plot.ftsf.Rd | 2
ftsa-3.6/ftsa/man/plot.ftsm.Rd | 5
ftsa-3.6/ftsa/man/plotfplsr.Rd | 3
ftsa-3.6/ftsa/man/residuals.fm.Rd | 6
ftsa-3.6/ftsa/man/sd.fts.Rd | 119 +++++++++++--------
ftsa-3.6/ftsa/man/var.fts.Rd | 25 +++-
35 files changed, 643 insertions(+), 434 deletions(-)
Title: Color Space Manipulation
Diff between colorspace versions 1.1-1 dated 2012-01-13 and 1.2-0 dated 2012-10-24
Description: Carries out mapping between assorted color spaces
including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV),
CIELAB and polar CIELAB. Qualitative, sequential, and diverging
color palettes based on HCL colors are provided.
Author: Ross Ihaka [aut], Paul Murrell [aut], Kurt Hornik [aut], Jason
C. Fisher [aut], Achim Zeileis [aut, cre]
Maintainer: Achim Zeileis
colorspace-1.1-1/colorspace/COPYRIGHT |only
colorspace-1.1-1/colorspace/inst/doc/color.bib |only
colorspace-1.2-0/colorspace/DESCRIPTION | 31 +++++-----
colorspace-1.2-0/colorspace/MD5 | 60 +++++++++++---------
colorspace-1.2-0/colorspace/NAMESPACE | 43 ++++++++++++--
colorspace-1.2-0/colorspace/NEWS | 18 ++++++
colorspace-1.2-0/colorspace/R/choose_palette.R |only
colorspace-1.2-0/colorspace/R/colorspace.R | 57 +++++++++++++++----
colorspace-1.2-0/colorspace/data |only
colorspace-1.2-0/colorspace/inst/CITATION | 3 -
colorspace-1.2-0/colorspace/inst/doc/hcl-colors.Rnw | 55 ++++++++++--------
colorspace-1.2-0/colorspace/inst/doc/hcl-colors.pdf |binary
colorspace-1.2-0/colorspace/man/HLS.Rd | 2
colorspace-1.2-0/colorspace/man/HSV.Rd | 2
colorspace-1.2-0/colorspace/man/LAB.Rd | 8 ++
colorspace-1.2-0/colorspace/man/LUV.Rd | 8 ++
colorspace-1.2-0/colorspace/man/RGB.Rd | 3 -
colorspace-1.2-0/colorspace/man/USSouthPolygon.Rd |only
colorspace-1.2-0/colorspace/man/XYZ.Rd | 2
colorspace-1.2-0/colorspace/man/choose_palette.Rd |only
colorspace-1.2-0/colorspace/man/coords.Rd | 2
colorspace-1.2-0/colorspace/man/desaturate.Rd | 4 +
colorspace-1.2-0/colorspace/man/hex.Rd | 6 +-
colorspace-1.2-0/colorspace/man/hex2RGB.Rd | 2
colorspace-1.2-0/colorspace/man/polarLAB.Rd | 8 ++
colorspace-1.2-0/colorspace/man/polarLUV.Rd | 8 ++
colorspace-1.2-0/colorspace/man/rainbow_hcl.Rd | 2
colorspace-1.2-0/colorspace/man/readRGB.Rd | 6 +-
colorspace-1.2-0/colorspace/man/readhex.Rd | 6 +-
colorspace-1.2-0/colorspace/man/sRGB.Rd | 3 -
colorspace-1.2-0/colorspace/man/writehex.Rd | 3 -
colorspace-1.2-0/colorspace/src/colorspace.c | 35 +++++++++++
colorspace-1.2-0/colorspace/tests |only
colorspace-1.2-0/colorspace/vignettes |only
34 files changed, 269 insertions(+), 108 deletions(-)