From a6ab4ba1b162e6d95686779a32f238524144e3f9 Mon Sep 17 00:00:00 2001 From: Ben Bond-Lamberty Date: Tue, 14 Oct 2014 23:10:52 -0400 Subject: [PATCH] CRAN compliance --- man/RCMIP5.Rd | 2 +- man/checkTimePeriod.Rd | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/man/RCMIP5.Rd b/man/RCMIP5.Rd index d70dff1..7ad5993 100644 --- a/man/RCMIP5.Rd +++ b/man/RCMIP5.Rd @@ -3,7 +3,7 @@ \name{RCMIP5} \alias{RCMIP5} \alias{RCMIP5-package} -\title{Exploration, manipulation, and summarizing of CMIP5 data} +\title{Tools for Manipulating and Summarizing CMIP5 Data} \description{ Working with CMIP5 data can be tricky, forcing scientists to write custom scripts and programs. The `RCMIP5` package aims diff --git a/man/checkTimePeriod.Rd b/man/checkTimePeriod.Rd index 4c6361e..3f693e4 100644 --- a/man/checkTimePeriod.Rd +++ b/man/checkTimePeriod.Rd @@ -37,8 +37,10 @@ Unfortunately it's impossible to automatically check the time signature for sub-monthly frequencies quickly without opening the netcdf file. } \examples{ +\dontrun{ checkTimePeriod(getFileInfo()) } +} \seealso{ \code{\link{getFileInfo}} }