Skip to content

Commit

Permalink
all revdep checks are now passing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlincoln committed Jun 19, 2017
1 parent a450ebc commit 9ac7867
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 62 deletions.
3 changes: 0 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ There were no ERRORs or WARNINGs.

I have run R CMD check on the 4 downstream dependencies of clipr. (Summary at
<https://github.com/mdlincoln/clipr/tree/master/revdep>)

* vegalite: one preexisting build error as of 2017-06-19 unrelated to
clipr
28 changes: 5 additions & 23 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

|setting |value |
|:--------|:----------------------------|
|version |R version 3.3.1 (2016-06-21) |
|system |x86_64, darwin15.5.0 |
|ui |RStudio (1.0.136) |
|version |R version 3.4.0 (2017-04-21) |
|system |x86_64, darwin15.6.0 |
|ui |RStudio (1.0.143) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Los_Angeles |
Expand All @@ -29,7 +29,7 @@
|datapasta |2.0.0 | 0| 0| 0|
|reprex |0.1.1 | 0| 0| 0|
|rio |0.5.5 | 0| 0| 0|
|vegalite |0.6.1 | 1| 0| 0|
|vegalite |0.6.1 | 0| 0| 0|

## datapasta (2.0.0)
Maintainer: Miles McBain <[email protected]>
Expand All @@ -53,23 +53,5 @@ Bug reports: https://github.com/leeper/rio/issues
Maintainer: Bob Rudis <[email protected]>
Bug reports: https://github.com/hrbrmstr/vegalite/issues

1 error | 0 warnings | 0 notes

```
checking examples ... ERROR
Running examples in ‘vegalite-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: from_spec
> ### Title: Take a JSON Vega-Lite Spec and render as an htmlwidget
> ### Aliases: from_spec
>
> ### ** Examples
>
> from_spec("http://rud.is/dl/embedded.json")
Error in file(con, "r") : cannot open the connection
Calls: from_spec -> readLines -> file
Execution halted
```
0 errors | 0 warnings | 0 notes

Binary file modified revdep/checks.rds
Binary file not shown.
39 changes: 7 additions & 32 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

|setting |value |
|:--------|:----------------------------|
|version |R version 3.3.1 (2016-06-21) |
|system |x86_64, darwin15.5.0 |
|ui |RStudio (1.0.136) |
|version |R version 3.4.0 (2017-04-21) |
|system |x86_64, darwin15.6.0 |
|ui |RStudio (1.0.143) |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |America/Los_Angeles |
Expand All @@ -22,33 +22,8 @@

# Check results

1 packages with problems

|package |version | errors| warnings| notes|
|:--------|:-------|------:|--------:|-----:|
|vegalite |0.6.1 | 1| 0| 0|

## vegalite (0.6.1)
Maintainer: Bob Rudis <[email protected]>
Bug reports: https://github.com/hrbrmstr/vegalite/issues

1 error | 0 warnings | 0 notes

```
checking examples ... ERROR
Running examples in ‘vegalite-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: from_spec
> ### Title: Take a JSON Vega-Lite Spec and render as an htmlwidget
> ### Aliases: from_spec
>
> ### ** Examples
>
> from_spec("http://rud.is/dl/embedded.json")
Error in file(con, "r") : cannot open the connection
Calls: from_spec -> readLines -> file
Execution halted
```
0 packages with problems




8 changes: 4 additions & 4 deletions revdep/timing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| |package |version | check_time|
|:--|:---------|:-------|----------:|
|2 |reprex |0.1.1 | 31.2|
|3 |rio |0.5.5 | 28.9|
|4 |vegalite |0.6.1 | 23.9|
|1 |datapasta |2.0.0 | 10.8|
|2 |reprex |0.1.1 | 56.4|
|3 |rio |0.5.5 | 32.1|
|4 |vegalite |0.6.1 | 25.7|
|1 |datapasta |2.0.0 | 13.8|


0 comments on commit 9ac7867

Please sign in to comment.