Permalink
Newer
Older
100644 16 lines (15 sloc) 572 Bytes
Oct 30, 2014 @gaborcsardi Initial commit, after devtools::create()
1 Package: cranlogs
Jul 27, 2015 @gaborcsardi Quote DESCRIPTION
2 Title: Download Logs from the 'RStudio' 'CRAN' Mirror
May 4, 2016 @gaborcsardi Bump version to 2.1.1
3 Version: 2.1.1
May 7, 2015 @gaborcsardi Change Author, Maintainer format in DESCRIPTION
4 Maintainer: Gabor Csardi <csardi.gabor@gmail.com>
5 Author: Gabor Csardi [aut, cre]
Dec 7, 2015 @gaborcsardi Do not run examples
6 Description: 'API' to the database of 'CRAN' package downloads from the
7 'RStudio' 'CRAN mirror'. The database itself is at <http://cranlogs.r-pkg.org>,
8 see <https://github.com/metacran/cranlogs.app> for the raw 'API'.
Oct 30, 2014 @gaborcsardi First version, minimal API, one function
9 License: MIT + file LICENSE
10 URL: https://github.com/metacran/cranlogs
11 BugReports: https://github.com/metacran/cranlogs/issues
12 Imports:
13 httr,
14 jsonlite
Dec 7, 2015 @gaborcsardi Do not run examples
15 RoxygenNote: 5.0.1