Skip to content

Commit

Permalink
small changes to meet CRAN requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
svkucheryavski committed Jan 22, 2015
2 parents c8b18d4 + dd21d20 commit e7bf7ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: mdatools
Title: Multivariate data analysis for chemometrics
Title: Multivariate Data Analysis for Chemometrics
Version: 0.6.0
Date: 2014-01-15
Date: 2014-01-19
Author: Sergey Kucheryavskiy
Maintainer: Sergey Kucheryavskiy <[email protected]>
Description: The package implements projection based methods for preprocessing, exploring and analysis of multivariate data used in chemometrics.
Description: Package implements projection based methods for preprocessing, exploring and analysis of multivariate data used in chemometrics.
Suggests:
Depends:
License: GPL-3
5 changes: 3 additions & 2 deletions man/randtest.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ y = simdata$conc.c[, 3]
x = simdata$spectra.c
x = prep.snv(x)

## Run the test and show summary
r = randtest(x, y, ncomp = 5, nperm = 2000, silent = FALSE)
## Run the test and show summary
## (normally use higher nperm values > 1000)
r = randtest(x, y, ncomp = 4, nperm = 200, silent = FALSE)
summary(r)

## Show plots
Expand Down

0 comments on commit e7bf7ba

Please sign in to comment.