Skip to content

Commit e0ebaa3

Browse files
committed
Removes cran downloads, adds revdeps
1 parent 3117c81 commit e0ebaa3

File tree

6 files changed

+66
-5
lines changed

6 files changed

+66
-5
lines changed

README.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ knitr::opts_chunk$set(fig.height = 3.5, fig.width = 4, fig.align = 'center')
1616

1717
[![Build Status](https://travis-ci.org/edgararuiz/dbplot.svg?branch=master)](https://travis-ci.org/edgararuiz/dbplot)
1818
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/dbplot)](http://cran.r-project.org/package=dbplot)
19-
![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/dbplot)
2019
[![Coverage status](https://codecov.io/gh/edgararuiz/dbplot/branch/master/graph/badge.svg)](https://codecov.io/github/edgararuiz/dbplot?branch=master)
2120

2221
- [Installation](#installation)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Build
55
Status](https://travis-ci.org/edgararuiz/dbplot.svg?branch=master)](https://travis-ci.org/edgararuiz/dbplot)
66
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/dbplot)](http://cran.r-project.org/package=dbplot)
7-
![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/dbplot)
87
[![Coverage
98
status](https://codecov.io/gh/edgararuiz/dbplot/branch/master/graph/badge.svg)](https://codecov.io/github/edgararuiz/dbplot?branch=master)
109

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
New feature that allows multiple, and named, plots to be calculated at one time.
44

55
## Test environments
6-
* local windows 10 install, R 3.5.0
6+
* local windows 10 install, R 3.5.2
77
* ubuntu 14.04 (on travis-ci)
88

99
## R CMD check results

docs/index.html

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

revdep/README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Platform
2+
3+
|field |value |
4+
|:--------|:----------------------------|
5+
|version |R version 3.5.2 (2018-12-20) |
6+
|os |Windows 10 x64 |
7+
|system |x86_64, mingw32 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |English_United States.1252 |
11+
|ctype |English_United States.1252 |
12+
|tz |America/Chicago |
13+
|date |2019-03-02 |
14+
15+
# Dependencies
16+
17+
|package |old |new |<U+0394> |
18+
|:------------|:--------|:--------|:--|
19+
|dbplot |0.3.0 |0.3.1 |* |
20+
|assertthat |0.2.0 |0.2.0 | |
21+
|BH |1.69.0-1 |1.69.0-1 | |
22+
|cli |1.0.1 |1.0.1 | |
23+
|colorspace |1.4-0 |1.4-0 | |
24+
|crayon |1.3.4 |1.3.4 | |
25+
|digest |0.6.18 |0.6.18 | |
26+
|dplyr |0.8.0.1 |0.8.0.1 | |
27+
|fansi |0.4.0 |0.4.0 | |
28+
|ggplot2 |3.1.0 |3.1.0 | |
29+
|glue |1.3.0 |1.3.0 | |
30+
|gtable |0.2.0 |0.2.0 | |
31+
|labeling |0.3 |0.3 | |
32+
|lazyeval |0.2.1 |0.2.1 | |
33+
|magrittr |1.5 |1.5 | |
34+
|munsell |0.5.0 |0.5.0 | |
35+
|pillar |1.3.1 |1.3.1 | |
36+
|pkgconfig |2.0.2 |2.0.2 | |
37+
|plogr |0.2.0 |0.2.0 | |
38+
|plyr |1.8.4 |1.8.4 | |
39+
|purrr |0.3.0 |0.3.0 | |
40+
|R6 |2.4.0 |2.4.0 | |
41+
|RColorBrewer |1.1-2 |1.1-2 | |
42+
|Rcpp |1.0.0 |1.0.0 | |
43+
|reshape2 |1.4.3 |1.4.3 | |
44+
|rlang |0.3.1 |0.3.1 | |
45+
|scales |1.0.0 |1.0.0 | |
46+
|stringi |1.3.1 |1.3.1 | |
47+
|stringr |1.4.0 |1.4.0 | |
48+
|tibble |2.0.1 |2.0.1 | |
49+
|tidyselect |0.2.5 |0.2.5 | |
50+
|utf8 |1.1.4 |1.1.4 | |
51+
|viridisLite |0.3.0 |0.3.0 | |
52+
|withr |2.1.2 |2.1.2 | |
53+
54+
# Revdeps
55+

revdep/problems.md

Whitespace-only changes.

0 commit comments

Comments
 (0)