diff --git a/README.Rmd b/README.Rmd index 287adea..b122402 100644 --- a/README.Rmd +++ b/README.Rmd @@ -39,6 +39,7 @@ Suggest more in a feature req! - Implement `render.json` - 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 diff --git a/README.md b/README.md index bbedf66..cd1b96c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Suggest more in a feature req! - Implement `render.json` - 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/") diff --git a/README_files/figure-markdown_github/unnamed-chunk-5-1.png b/README_files/figure-markdown_github/unnamed-chunk-5-1.png index ec81bf5..52ff224 100644 Binary files a/README_files/figure-markdown_github/unnamed-chunk-5-1.png and b/README_files/figure-markdown_github/unnamed-chunk-5-1.png differ diff --git a/img/cap.jpg b/img/cap.jpg index b5b92c8..aa27037 100644 Binary files a/img/cap.jpg and b/img/cap.jpg differ diff --git a/img/cap.png b/img/cap.png index ffa21f1..8c6934a 100644 Binary files a/img/cap.png and b/img/cap.png differ