data(CRANpackages)
data.frame
containing:
Date
giving the date on which the count
of the number of CRAN packages was determined.
Date
.
Ecdat
and
Ecfun
packages would consider contributions along the
following lines:
1. It might be nice to have a more complete dataset or datasets
showing CRAN growth. This might include code fitting multiple
models and predicting future growth with error bounds computed
using Bayesian Model Averaging. These model fits might make an
interesting addition to the examples in this help file. With a
little more effort, it might make an interesting note for
R Journal. Functions written to fit those models might
be added to the Ecfun
package.
2. It might be nice to have a function in Ecfun
to
download the
CRAN packages
data from Github and convert it to a format suitable for
updating this dataset.
The current maintainer for Ecdat
and Ecfun
(Spencer Graves) might be willing to accept code and
documentation for this but is not ready to do it himself at
the present time.
plot(Packages~Date, CRANpackages, log='y')
# almost exponential growth
Run the code above in your browser using DataLab