Skip to content

Commit

Permalink
Final testing for cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
elbamos committed Aug 11, 2016
1 parent 20d86c7 commit 98457ae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
16 changes: 11 additions & 5 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
^wikiwWordVis\.Rda
^wij
^visscratc\.R
^wikiwordcoords\.Rda
^ng20wij\.Rda
^time\.Rda
^wordcoords\.Rda
^wikiwordcoords\.Rda$
^ng20wij\.Rda$
^time\.Rda$
^wordcoords\.Rda$
^vignettedata/$
^vignettedata/.$
^stm\.Rda
Expand Down Expand Up @@ -58,4 +58,10 @@
^poliblog/.Rda
^log4j/.spark/.log
^mnist$
^derby/.log
^derby/.log
^Examples/.Rmd$
^test/.R$
^vignettedatamnistcoords/.Rda$
^vignettedatangcoords/.Rda$
^wordcoordsweightingbyp/.Rda$
^words/.png$
4 changes: 0 additions & 4 deletions src/Makevars.win

This file was deleted.

2 changes: 1 addition & 1 deletion src/largeVis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Visualizer {
for (edgeidxtype e = newps[p];
e != newps[p + 1];
e++) {
negweights[targets[e]] += weights[e];
//negweights[targets[e]] += weights[e];
negweights[p] += weights[e];
}
}
Expand Down
10 changes: 5 additions & 5 deletions vignettes/benchmarks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ vignette: |

```{r setupbenchmark,eval=T,echo=F,warning=F,error=F,message=F}
# Note to reader: Please don't steal the semi-distinctive visual style I spent several minutes creating for myself.
require(ggplot2,
library(ggplot2,
quietly = TRUE)
require(RColorBrewer,
library(RColorBrewer,
quietly = TRUE)
require(wesanderson,
library(wesanderson,
quietly = TRUE)
require(dplyr, quietly = TRUE)
require(magrittr, quietly = TRUE)
library(dplyr, quietly = TRUE)
library(magrittr, quietly = TRUE)
knitr::opts_chunk$set(collapse = TRUE,
comment = "#>",
fig.width = 7,
Expand Down

0 comments on commit 98457ae

Please sign in to comment.