Skip to content

Commit

Permalink
README.md: Simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven E. Templer committed Feb 24, 2015
1 parent 03b18cd commit 8484165
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions README.md
@@ -1,25 +1,19 @@
# miscset
[![Travis-CI Build Status](https://travis-ci.org/setempler/miscset.png?branch=master)](https://travis-ci.org/setempler/miscset)

[R](http://r-project.org) package `miscset`.
# miscset

[![Travis-CI Build Status](https://travis-ci.org/setempler/miscset.png?branch=master)](https://travis-ci.org/setempler/miscset)
A [GNU R](http://r-project.org) package.

Miscellaneous functions to simplify R workspace and data handling. This includes numeric value scaling, string manipulation by regular expressions, plotting 'ggplot' arrays or empty plots, reshaping matrices and applying functions by a grid on data.frames. Furthermore it contains functions to maintain workspaces by enhanced object listing or removing and multiple RData file loading. For performance, multi-core support and C++ functions are implemented.

## Installation

Install the package from the official `CRAN` repositories from within an R session:
Install the package from the official [CRAN](http://cran.r-project.org/web/packages/miscset/index.html) repositories from within an R session:

```
install.packages("miscset")
```

or use the command line tool:

```
R CMD INSTALL miscset
```

For the most up-to-date version install the package `devtools` and use the function `install_github`:

```
Expand All @@ -36,13 +30,7 @@ library(miscset)

## Documentation

For documentation use the `vignette` function within an R session:

```
vignette("miscset")
```

or read the vignette/manual from the web source at [CRAN](http://cran.r-project.org/web/packages/miscset/vignettes/miscset.pdf) or [github](https://raw.githubusercontent.com/setempler/miscset/master/vignettes/miscset.pdf) for the respective version.
For documentation read the vignette/manual from the version at [CRAN](http://cran.r-project.org/web/packages/miscset/vignettes/miscset.pdf) or [github](https://raw.githubusercontent.com/setempler/miscset/master/vignettes/miscset.pdf). Also you can run the command `vignette("miscset")` within R.

## License

Expand Down

0 comments on commit 8484165

Please sign in to comment.