Skip to content

Commit

Permalink
Fixing broken link in vignette.
Browse files Browse the repository at this point in the history
  • Loading branch information
melvidoni committed Nov 13, 2018
1 parent 87fd5bc commit 43a7583
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Maintainer: Melina Vidoni <[email protected]>
Description: An implementation of functionalities to transform directed graphs that are bound to a set of
known forbidden paths. There are several transformations, following the rules provided by Villeneuve
and Desaulniers (2005) <doi: 10.1016/j.ejor.2004.01.032>, and Hsu et al. (2009) <doi: 10.1007/978-3-642-03095-6_60>.
The resulting graph is generated in a data-frame format. Seersppfp website for more information,
The resulting graph is generated in a data-frame format. See rsppfp website for more information,
documentation an examples.
Depends: R (>= 3.4.0)
Imports: dplyr,
Expand All @@ -16,7 +16,7 @@ Imports: dplyr,
igraph,
tidyr,
stringr
License: GPL-3 + file LICENSE
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Expand Down
1 change: 0 additions & 1 deletion LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion docs/articles/igraph.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/igraph_files/figure-html/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added man/figs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/igraph.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library(dplyr)
```


This is an example to showcase how **rsppfp** can be used along with other existing packages. The full code is accessible from R-SPPFP’s GitHub repository in the [examples package](https://github.com/melvidoni/rsppfp/tree/master/examples).
This is an example to showcase how **rsppfp** can be used along with other existing packages.


## Preparing the Input
Expand Down

0 comments on commit 43a7583

Please sign in to comment.