Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emosca-cnr committed Aug 2, 2021
1 parent 3f8ff71 commit c702650
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: Network diffusion based method for integrative multi-omics analysis
License: GPL (>=2)
LazyData: true
Depends: R (>= 3.3.3), parallel, igraph
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown,
VignetteBuilder: knitr
NeedsCompilation: no
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Di Nanni N, Gnocchi M, Moscatelli M, Milanesi L and Mosca E, *Gene relevance bas
```{r, eval=FALSE}
install.packages(c("devtools", "igraph", "parallel"))
library(devtools)
install_github("emosca-cnr/mND")
install_github("emosca-cnr/mND", build_vignettes = TRUE)
```

## Documentation
Expand Down
17 changes: 17 additions & 0 deletions mND.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: No
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
5 changes: 3 additions & 2 deletions vignettes/mND.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ This document describes the R package mND [@mND], a new network diffusion based

The package can be installed from within R:
```{r, eval=FALSE}
install.packages("igraph")
install.packages("/path_to_package/mND_xxx.tar.gz", repos = NULL)
install.packages(c("devtools", "igraph", "parallel"))
library(devtools)
install_github("emosca-cnr/mND", build_vignettes = TRUE)
library(mND)
```

Expand Down

0 comments on commit c702650

Please sign in to comment.