Skip to content

Instantly share code, notes, and snippets.

@cpsievert
Created August 13, 2014 19:25
Show Gist options
  • Save cpsievert/c6f8266b09b2a748975b to your computer and use it in GitHub Desktop.
Save cpsievert/c6f8266b09b2a748975b to your computer and use it in GitHub Desktop.
cpsievert@Carsons-MacBook-Pro:~/Desktop/github/local/animint$ R

R version 3.1.1 (2014-07-10) -- "Sock it to Me"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.1.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> install_github("tdhock/animint", ref = "facets")
Installing github repo animint/facets from tdhock
Downloading facets.zip from https://github.com/tdhock/animint/archive/facets.zip
Installing package from /var/folders/wc/zv89d1fx5nxdljsysq40m6vr0000gn/T//RtmpJxcb3C/facets.zip
arguments 'minimized' and 'invisible' are for Windows only
Installing animint
'/Library/Frameworks/R.framework/Resources/bin/R' --vanilla CMD INSTALL  \
  '/private/var/folders/wc/zv89d1fx5nxdljsysq40m6vr0000gn/T/RtmpJxcb3C/devtoolsba7161fcbe07/animint-facets'  \
  --library='/Library/Frameworks/R.framework/Versions/3.1/Resources/library'  \
  --install-tests 

* installing *source* package 'animint' ...
** R
** data
** inst
** tests
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (animint)
> setwd(system.file("tests", package = "animint"))
> source("testthat.R")
Loading required package: ggplot2
Loading required package: proto
Loading required package: RCurl
Loading required package: bitops
Loading required package: RJSONIO
Loading required package: caTools
Loading required package: XML
USER        PID  %CPU %MEM      VSZ    RSS   TT  STAT STARTED      TIME COMMAND
cpsievert 47729  69.1  1.1  2622180  89412 s001  S+    2:21PM   0:02.29 /Library/Frameworks/R.framework/Resources/bin/exec/R
cpsievert 45322   0.0  0.0  2473304    960 s001  S    11:38AM   0:00.09 -bash
cpsievert   551   0.0  0.0  2454872     92 s000  S+   Thu12AM   0:00.02 -bash

R version 3.1.1 (2014-07-10) -- "Sock it to Me"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.1.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> servr::httd(port=4848)
serving the directory . at http://localhost:4848
[1] "Connecting to remote server"
$platform
[1] "MAC"

$acceptSslCerts
[1] TRUE

$javascriptEnabled
[1] TRUE

$browserName
[1] "firefox"

$rotatable
[1] FALSE

$locationContextEnabled
[1] TRUE

$webdriver.remote.sessionid
[1] "e99c9264-dcd0-4548-9b84-b66c8e4d446a"

$version
[1] "31.0"

$cssSelectorsEnabled
[1] TRUE

$databaseEnabled
[1] TRUE

$handlesAlerts
[1] TRUE

$nativeEvents
[1] FALSE

$webStorageEnabled
[1] TRUE

$applicationCacheEnabled
[1] TRUE

$takesScreenshot
[1] TRUE

$id
[1] "e99c9264-dcd0-4548-9b84-b66c8e4d446a"

aesthetics : List of 1
 $ showSelected: symbol foo
.
chunks : ......
coord : ....
facets : .........
aes(href) : ...
HTML page title : .
  |...........                                                      |  17%
  ordinary text without R code

  |......................                                           |  33%
label: safety (with options) 
List of 1
 $ echo: logi FALSE

  |................................                                 |  50%
  ordinary text without R code

  |...........................................                      |  67%
label: plot1
  |......................................................           |  83%
  ordinary text without R code

  |.................................................................| 100%
label: plot2

..
Labels : ..........
legends : .....
plot names : ...
geom_point(aes(fill=numeric)) : ...
rect size : ....
Segment size : ...
selectors : ..
stat : .
Text : .....

> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment