Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
youjin1207 committed Jun 11, 2018
1 parent 492f8b9 commit 12d6e22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rproj.user/2252B5C1/sources/prop/INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
~%2FDropbox%2F2017-2018%2F2018_summer%2Fnetdep%2FR%2Fnettest.R="4173ABA4"
~%2FDropbox%2F2017-2018%2F2018_summer%2Fnetdep%2FR%2Fpeerprocess.R="CBD2B68F"
~%2FDropbox%2F2017-2018%2F2018_summer%2Fnetdep%2FR%2Fsnowball.R="E1F49B12"
~%2FDropbox%2F2017-2018%2F2018_summer%2Fnetdep%2FREADME.md="624A0E51"
~%2FDropbox%2F2017-2018%2F2018_summer%2Fnetdep%2Fvignettes%2Fnettest.Rmd="33626022"
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ install.packages("devtools")
library(devtools)
install_github("youjin1207/netdep")
```
[Here](https://github.com/youjin1207/netdep/blob/master/vignettes/nettest.Rmd) is a R vignettes for guidance.
[Here](https://github.com/youjin1207/netdep/blob/master/vignettes/nettest.Rmd) is a R vignettes for guidance. Or you can access to vignettes via:

```
install_github("youjin1207/netdep", build_vignettes = TRUE)
vignette("nettest", package = "netdep")
```
2 changes: 1 addition & 1 deletion vignettes/nettest.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "Youjin Lee"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Vignette Title}
%\VignetteIndexEntry{netdep}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit 12d6e22

Please sign in to comment.