Skip to content

Commit

Permalink
Documentation for cran 0.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
joachim-gassen committed Oct 12, 2018
1 parent 6af921b commit 9eb3a67
Show file tree
Hide file tree
Showing 52 changed files with 877 additions and 259 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Expand Up @@ -47,3 +47,9 @@ Minor issues:
* Allowed treat_outliers() to route parameters through to stats::quantile() (needed for type parameter)

* Changed NA handling in "prepare_graph" type functions


# ExPanDaR 0.2.0

* Initial version on CRAN

13 changes: 1 addition & 12 deletions README.Rmd
Expand Up @@ -44,16 +44,6 @@ If you are in for the full treat and want to test ExPanD from within R, run the
in your R session to install the ExPanDaR package from CRAN.

```{r, eval=FALSE}
# Include the following to add Bioconductor to your repositories
# when you have problems installing the package 'CodeDepends'
# that depends on 'graph' which is only available in the
# Bioconductor repository
setRepositories(ind=1:2)
# Include the following if you want to use the data file upload
# dialog in ExPanD()
install.packages("rio")
install.packages("ExPanDaR")
library(ExPanDaR)
````
Expand Down Expand Up @@ -95,7 +85,6 @@ ExPanD(df = russell_3000,

## Further Information

For further information, please refer to the articles and function call references of the package documentation, available [here](https://joachim-gassen.github.io/ExPanDaR) for the CRAN version and
[here](https://joachim-gassen.github.io/ExPanDaR/dev) for the current development version.
For further information, please refer to the articles and function call references of the package documentation, available [here](https://joachim-gassen.github.io/ExPanDaR).

Enjoy!
12 changes: 1 addition & 11 deletions README.md
Expand Up @@ -30,16 +30,6 @@ Installation
If you are in for the full treat and want to test ExPanD from within R, run the following in your R session to install the ExPanDaR package from CRAN.

``` r
# Include the following to add Bioconductor to your repositories
# when you have problems installing the package 'CodeDepends'
# that depends on 'graph' which is only available in the
# Bioconductor repository
setRepositories(ind=1:2)

# Include the following if you want to use the data file upload
# dialog in ExPanD()
install.packages("rio")

install.packages("ExPanDaR")
library(ExPanDaR)
```
Expand Down Expand Up @@ -81,6 +71,6 @@ ExPanD(df = russell_3000,
Further Information
-------------------

For further information, please refer to the articles and function call references of the package documentation, available [here](https://joachim-gassen.github.io/ExPanDaR) for the CRAN version and [here](https://joachim-gassen.github.io/ExPanDaR/dev) for the current development version.
For further information, please refer to the articles and function call references of the package documentation, available [here](https://joachim-gassen.github.io/ExPanDaR).

Enjoy!
2 changes: 1 addition & 1 deletion _pkgdown.yml
Expand Up @@ -2,7 +2,7 @@ template:
params:
ganalytics: UA-119053376-1
development:
mode: devel
mode: release
navbar:
structure:
left:
Expand Down
5 changes: 4 additions & 1 deletion docs/LICENSE-text.html

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

0 comments on commit 9eb3a67

Please sign in to comment.