Skip to content

Commit

Permalink
installier anweisung
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiweler committed Jan 28, 2019
1 parent 09a7480 commit 7840d58
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions R/gradient_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ gradient_as_string <- function(flat_json, group_number)
return()
}


#' Gradient.
#'
#' @param flat_json A flattened JSON file, created by "prepare_json()".
Expand Down
1 change: 1 addition & 0 deletions R/output_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ save_group_table <- function(groups_vector, output_path, group_number)

utils::globalVariables('.')


#' write all groups to files
#'
#' @param groups_vector A List with a table for each group.
Expand Down
7 changes: 4 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ The raw file format starts with meta data. It consists of more information about

## Installation

You can install MARMoSET from github with:
You can install MARMoSET from github the following way:

```{r}
```{r, message=FALSE}
# install.packages("devtools")
# devtools::install_github("loosolab/MARMoSET")
devtools::install_github("loosolab/MARMoSET", host="github.molgen.mpg.de/api/v3")
library(MARMoSET)
```
Expand Down
7 changes: 4 additions & 3 deletions vignettes/using_MARMoSET.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ The raw file format starts with meta data. It consists of more information about

## Installation

You can install MARMoSET from github with:
You can install MARMoSET from github the following way:

```{r}
```{r, message=FALSE}
# install.packages("devtools")
# devtools::install_github("loosolab/MARMoSET")
devtools::install_github("loosolab/MARMoSET", host="github.molgen.mpg.de/api/v3")
library(MARMoSET)
```
Expand Down

0 comments on commit 7840d58

Please sign in to comment.