[R-gregmisc-users] SF.net SVN: r-gregmisc: [1295] trunk/SII
Brought to you by:
warnes
From: <wa...@us...> - 2008-06-14 21:03:54
|
Revision: 1295 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1295&view=rev Author: warnes Date: 2008-06-14 14:03:53 -0700 (Sat, 14 Jun 2008) Log Message: ----------- Minor changes to improve R CMD CHECK results Modified Paths: -------------- trunk/SII/R/reload.constants.R trunk/SII/R/sii.excel.R trunk/SII/man/critical.Rd trunk/SII/man/sic.critical.Rd Added Paths: ----------- trunk/SII/man/undocumented.Rd Modified: trunk/SII/R/reload.constants.R =================================================================== --- trunk/SII/R/reload.constants.R 2008-06-14 20:51:59 UTC (rev 1294) +++ trunk/SII/R/reload.constants.R 2008-06-14 21:03:53 UTC (rev 1295) @@ -4,6 +4,8 @@ if(!require("gdata")) stop("'gdata' package must be installed to run this function.") + + read.xls <- gdata::read.xls "critical" <- read.xls( xls=file.path(xls.path,"SII_Constants.xls"), Modified: trunk/SII/R/sii.excel.R =================================================================== --- trunk/SII/R/sii.excel.R 2008-06-14 20:51:59 UTC (rev 1294) +++ trunk/SII/R/sii.excel.R 2008-06-14 21:03:53 UTC (rev 1295) @@ -15,7 +15,7 @@ if(matlab.spline) { - ispl <- interpSpline( THDI ~ freq ) + ispl <- splines::interpSpline( THDI ~ freq ) THDI <- predict(ispl, sii.freqs)$y THDI[sii.freqs<freq[1]] <- THDI[1] } Modified: trunk/SII/man/critical.Rd =================================================================== --- trunk/SII/man/critical.Rd 2008-06-14 20:51:59 UTC (rev 1294) +++ trunk/SII/man/critical.Rd 2008-06-14 21:03:53 UTC (rev 1295) @@ -3,6 +3,7 @@ \alias{equal} \alias{onethird} \alias{octave} +\alias{overall.spl} \docType{data} \title{Constants Tables for ANSI S3.5-1997 Speech Intelligibility Index (SII)} Modified: trunk/SII/man/sic.critical.Rd =================================================================== --- trunk/SII/man/sic.critical.Rd 2008-06-14 20:51:59 UTC (rev 1294) +++ trunk/SII/man/sic.critical.Rd 2008-06-14 21:03:53 UTC (rev 1295) @@ -1,6 +1,6 @@ \name{sic.critical} \alias{sic.critical} -\alias{sic.threeoctave} +\alias{sic.onethird} \alias{sic.octave} \docType{data} \title{Alternative ANSI S3.5-1997 SII Transfer Function Weights} @@ -10,7 +10,7 @@ } \usage{ data(sic.critical) -data(sic.threeoctave) +data(sic.onethird) data(sic.octave) } \format{ Added: trunk/SII/man/undocumented.Rd =================================================================== --- trunk/SII/man/undocumented.Rd (rev 0) +++ trunk/SII/man/undocumented.Rd 2008-06-14 21:03:53 UTC (rev 1295) @@ -0,0 +1,13 @@ +\name{undocumented} +\alias{sii.constants} +\docType{data} +\title{Undocuumented objects in package 'SII'} +\description{ + Undocuumented objects in package 'SII' +} +\usage{data(sii.constants)} +\details{ + This page notes objects containied in the 'SII' package that are not + intende for public use, hence are undocumented. +} +\keyword{datasets} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |