Browse Source

Added integration with HARtools to the TODO

master
boB Rudis 7 years ago
parent
commit
8a12f2c529
  1. 1
      README.Rmd
  2. 7
      README.md
  3. BIN
      README_files/figure-markdown_github/unnamed-chunk-5-1.png
  4. BIN
      img/cap.jpg
  5. BIN
      img/cap.png

1
README.Rmd

@ -39,6 +39,7 @@ Suggest more in a feature req!
- <strike>Implement `render.json`</strike>
- Implement `execute` (you can script Splash!)
- Add interation with [`HARtools`](https://github.com/johndharrison/HARtools)
- _Possibly_ writing R function wrappers to start Splash which would also support enabling javascript profiles, request filters and proxy profiles from with R directly, possibly using [`harbor`](https://github.com/wch/harbor)
- Testing results with all combinations of parameters

7
README.md

@ -36,6 +36,7 @@ Suggest more in a feature req!
- <strike>Implement `render.json`</strike>
- Implement `execute` (you can script Splash!)
- Add interation with [`HARtools`](https://github.com/johndharrison/HARtools)
- *Possibly* writing R function wrappers to start Splash which would also support enabling javascript profiles, request filters and proxy profiles from with R directly, possibly using [`harbor`](https://github.com/wch/harbor)
- Testing results with all combinations of parameters
@ -70,7 +71,7 @@ splash("splash", 8050L) %>%
splash_active()
```
## Status of splash instance on [http://splash:8050]: ok. Max RSS: 333393920
## Status of splash instance on [http://splash:8050]: ok. Max RSS: 356077568
``` r
splash("splash", 8050L) %>%
@ -86,7 +87,7 @@ splash("splash", 8050L) %>%
## ..$ LuaRuntime: int 1
## ..$ QTimer : int 1
## ..$ Request : int 1
## $ maxrss : int 325580
## $ maxrss : int 347732
## $ qsize : int 0
## $ url : chr "http://splash:8050"
## - attr(*, "class")= chr [1:2] "splash_debug" "list"
@ -169,7 +170,7 @@ library(testthat)
date()
```
## [1] "Sat Feb 4 09:18:19 2017"
## [1] "Sat Feb 4 13:25:07 2017"
``` r
test_dir("tests/")

BIN
README_files/figure-markdown_github/unnamed-chunk-5-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 KiB

After

Width:  |  Height:  |  Size: 400 KiB

BIN
img/cap.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 125 KiB

BIN
img/cap.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 KiB

After

Width:  |  Height:  |  Size: 447 KiB

Loading…
Cancel
Save