Skip to content

Commit

Permalink
MOAR REVDEP CHECKS
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Oct 8, 2018
1 parent df01344 commit 9061106
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 8 deletions.
4 changes: 2 additions & 2 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Denver |
|date |2018-10-07 |
|date |2018-10-08 |

# Dependencies

Expand All @@ -26,7 +26,7 @@
|:----------------------------------------------|:-------|:-----|:-------|:----|
|available |1.0.1 | | | |
|[crsra](problems.md#crsra) |0.2.3 | | |1 |
|fedregs |0.1.0 | | | |
|[fedregs](problems.md#fedregs) |0.1.0 |1 | | |
|[fivethirtyeight](problems.md#fivethirtyeight) |0.4.0 | | |2 |
|funrar |1.2.2 | | | |
|ggpage |0.2.2 | | | |
Expand Down
Binary file modified revdep/data.sqlite
Binary file not shown.
58 changes: 52 additions & 6 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,34 @@ Version: 0.2.3
Note: found 500 marked UTF-8 strings
```

# fedregs

Version: 0.1.0

## In both

* checking tests ...
```
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
4: eval(quote(`_fseq`(`_lhs`)), env, env)
5: eval(quote(`_fseq`(`_lhs`)), env, env)
6: `_fseq`(`_lhs`)
7: freduce(value, `_function_list`)
8: function_list[[i]](value)
9: tidyr::unnest(.)
10: unnest.data.frame(.)
11: abort(glue("Each column must either be a list of vectors or a list of ", "data frames [{probs}]"))
══ testthat results ═══════════════════════════════════════════════════════════════════════════════════════════════════════════
OK: 27 SKIPPED: 0 FAILED: 1
1. Error: We can go all the way (@test-fedregs.R#145)
Error: testthat unit tests failed
Execution halted
```

# fivethirtyeight

Version: 0.4.0
Expand Down Expand Up @@ -44,12 +72,30 @@ Version: 0.7.10

## In both

* checking package dependencies ... ERROR
```
Package required but not available: ‘RcppCWB’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
* checking examples ... ERROR
```
...
6: 237 4
7: 242 2
8: 246 5
9: 248 6
10: 273 5
11: 349 4
12: 352 4
13: 353 4
14: 368 3
15: 489 4
16: 502 5
17: 543 2
18: 704 3
19: 708 1
> kwic("REUTERS", query = "oil")
> cooccurrences("REUTERS", query = "oil")
Warning in get("View", envir = .GlobalEnv)(.Object@stat) :
unable to open display
Error in .External2(C_dataviewer, x, title) : unable to start data viewer
Calls: <Anonymous> ... <Anonymous> -> view -> view -> .local -> <Anonymous>
Execution halted
```

# quanteda
Expand Down

0 comments on commit 9061106

Please sign in to comment.