Skip to content

Commit

Permalink
Update README for CRAN availability
Browse files Browse the repository at this point in the history
Update CRAN URL in vignette "paper"
  • Loading branch information
nunofachada committed May 8, 2016
1 parent 58ae2b0 commit 75d9adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ the [devtools] package):
```R
devtools::install_github("fakenmc/micompr")
```
The package has been submitted to [CRAN] and, if accepted, will be installable
via the following instruction:
A stable version of the package is available on [CRAN] and can be installed with
the following instruction:

```R
install.packages("micompr")
Expand Down
2 changes: 1 addition & 1 deletion vignettes/paper.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ While the procedure is most appropriate for comparing multivariate observations

\subsection{Overview}

The \pkg{micompr} package for the R statistical computing environment implements the methodology proposed in Section \nameref{micompr:sec:theory}. Here we describe version 1.0.0 of the package, which is available at \url{https://cran.r-project.org/web/packages/micompr}. The development version is hosted at \url{https://github.com/fakenmc/micompr}. The package is covered by the MIT license.
The \pkg{micompr} package for the R statistical computing environment implements the methodology proposed in Section \nameref{micompr:sec:theory}. Here we describe version 1.0.0 of the package, which is available at \url{https://cran.r-project.org/package=micompr}. The development version is hosted at \url{https://github.com/fakenmc/micompr}. The package is covered by the MIT license.

The \pkg{micompr} package is built upon two functions, \code{cmpoutput} and \code{micomp}. The former compares two or more samples of multivariate observations collected from one output. The latter is used for comparing multiple outputs and/or comparing outputs in multiple contexts. \code{grpoutputs} is a helper function for loading data from two or more set of files and preparing the data to be processed by the \code{cmpoutput} and/or \code{micomp} functions. \code{assumptions} is a generic function for assessing the assumptions of the parametric tests used in sample comparisons.

Expand Down

0 comments on commit 75d9adb

Please sign in to comment.