From f4914faef8560270af51780121ef6dc90b1539c6 Mon Sep 17 00:00:00 2001 From: Ian Kloo Date: Thu, 21 Jun 2018 20:00:14 -0400 Subject: [PATCH 1/3] random files... --- testout.Rmd | 28 -------- testout.html | 181 --------------------------------------------------- 2 files changed, 209 deletions(-) delete mode 100644 testout.Rmd delete mode 100644 testout.html diff --git a/testout.Rmd b/testout.Rmd deleted file mode 100644 index 30f19ab..0000000 --- a/testout.Rmd +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "testmd" -output: dscoemarkdown::dscoe ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) -``` - -## R Markdown - -This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see . - -When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: - -```{r cars} -summary(cars) -``` - -## Including Plots - -You can also embed plots, for example: - -```{r pressure, echo=FALSE} -plot(pressure) -``` - -Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. diff --git a/testout.html b/testout.html deleted file mode 100644 index 4f39c4c..0000000 --- a/testout.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - -testmd - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
-

R Markdown

-

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

-

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

-
summary(cars)
-
##      speed           dist       
-##  Min.   : 4.0   Min.   :  2.00  
-##  1st Qu.:12.0   1st Qu.: 26.00  
-##  Median :15.0   Median : 36.00  
-##  Mean   :15.4   Mean   : 42.98  
-##  3rd Qu.:19.0   3rd Qu.: 56.00  
-##  Max.   :25.0   Max.   :120.00
-
-
-

Including Plots

-

You can also embed plots, for example:

-

-

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.

-
- - -
-
- The views expressed in this post are solely those of the author(s) and do not necessarily reflect the official policy or position of the U.S. Army, the Department of Defense, or any other agency of the U.S. government. -
-
- - - -
- - - - - - - - From 9a17f493a7ddaf233ab4a29a1531228d730f83f3 Mon Sep 17 00:00:00 2001 From: Ian Kloo Date: Thu, 21 Jun 2018 23:28:12 -0400 Subject: [PATCH 2/3] version change --- DESCRIPTION | 2 +- docs/CODE_OF_CONDUCT.html | 2 +- docs/CONTRIBUTING.html | 2 +- docs/ISSUE_TEMPLATE.html | 2 +- docs/LICENSE-text.html | 2 +- docs/PULL_REQUEST_TEMPLATE.html | 2 +- docs/articles/getting-started.html | 2186 +++++++++++++-------------- docs/articles/index.html | 2 +- docs/authors.html | 2 +- docs/index.html | 2 +- docs/reference/addEdgeArrows.html | 2 +- docs/reference/addEdgeColors.html | 2 +- docs/reference/addEdgeSize.html | 2 +- docs/reference/addInteraction.html | 2 +- docs/reference/addListener.html | 2 +- docs/reference/addNodeColors.html | 2 +- docs/reference/addNodeLabels.html | 2 +- docs/reference/addNodeSize.html | 2 +- docs/reference/index.html | 2 +- docs/reference/lesMis.html | 2 +- docs/reference/renderSigmaNet.html | 2 +- docs/reference/saveSigma.html | 2 +- docs/reference/sigmaFromIgraph.html | 2 +- docs/reference/sigmaNetOutput.html | 2 +- 24 files changed, 1116 insertions(+), 1116 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c6bf9e9..ad758b3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: sigmaNet Title: Render Graphs Using 'Sigma.js' -Version: 1.1.0 +Version: 1.2.0 Authors@R: person("Ian", "Kloo", email = "iankloo@gmail.com", role = c("aut", "cre")) Maintainer: Ian Kloo URL: https://github.com/iankloo/sigmaNet diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index ab662c0..a7a98cc 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -58,7 +58,7 @@ sigmaNet - 1.1.0 + 1.2.0 diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index a7d3e69..01c3591 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -58,7 +58,7 @@ sigmaNet - 1.1.0 + 1.2.0 diff --git a/docs/ISSUE_TEMPLATE.html b/docs/ISSUE_TEMPLATE.html index 82635fe..bb88046 100644 --- a/docs/ISSUE_TEMPLATE.html +++ b/docs/ISSUE_TEMPLATE.html @@ -58,7 +58,7 @@ sigmaNet - 1.1.0 + 1.2.0 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 5282b0c..c65bf0d 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -58,7 +58,7 @@ sigmaNet - 1.1.0 + 1.2.0 diff --git a/docs/PULL_REQUEST_TEMPLATE.html b/docs/PULL_REQUEST_TEMPLATE.html index 5c7f1fd..25976d4 100644 --- a/docs/PULL_REQUEST_TEMPLATE.html +++ b/docs/PULL_REQUEST_TEMPLATE.html @@ -58,7 +58,7 @@ sigmaNet - 1.1.0 + 1.2.0 diff --git a/docs/articles/getting-started.html b/docs/articles/getting-started.html index 15e9e98..5f39511 100644 --- a/docs/articles/getting-started.html +++ b/docs/articles/getting-started.html @@ -29,7 +29,7 @@ sigmaNet - 1.1.0 + 1.2.0 @@ -144,621 +144,621 @@

sig <- sigmaFromIgraph(lesMis, l)

Now, let’s render the basic visualization:

sig
-
-

Now, we can modify the visualization using the ‘magrittr’ pipe. First, let’s resize the nodes based on degree:

sig %>%
   addNodeSize(sizeMetric = 'degree', maxSize = 8)
-
-