Skip to content

Commit

Permalink
First version submitted to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Oct 1, 2015
1 parent 330fec6 commit 63931e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ grid.arrange(gp1,gp2,nrow=2)
Plot path for all classese
```{r define-demo-plot-paths, eval=TRUE, include = TRUE}
library(dtwSat, quietly = TRUE)
library(ggplot, quietly = TRUE)
library(ggplot2, quietly = TRUE)
library(gridExtra, quietly = TRUE)
gp.list = lapply(query.list, function(query){
alig = twdtw(query, template, weight = "logistic", alpha = 0.1,
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,7 @@ Plot path for all classese

```r
library(dtwSat, quietly = TRUE)
library(ggplot, quietly = TRUE)
```

```
## Error in library(ggplot, quietly = TRUE): there is no package called 'ggplot'
```

```r
library(ggplot2, quietly = TRUE)
library(gridExtra, quietly = TRUE)
gp.list = lapply(query.list, function(query){
alig = twdtw(query, template, weight = "logistic", alpha = 0.1,
Expand Down

0 comments on commit 63931e5

Please sign in to comment.