diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-06-09 15:51:41 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-06-10 09:55:04 +0200 |
commit | 1529b559337c2c2c2384e507e04d717ff65978e8 (patch) | |
tree | 388de14b0fee8bf39221739442d24eb1a9a5ab4a | |
parent | 9d855e54e6682f7beb4253d7f95b86648be39e86 (diff) |
Document if matching is case-sensitive for substance names
-rw-r--r-- | DESCRIPTION | 2 | ||||
-rw-r--r-- | check.log | 15 | ||||
-rw-r--r-- | man/checksubstance.Rd | 3 | ||||
-rw-r--r-- | man/drdata.Rd | 2 |
4 files changed, 17 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index d9982e4..9a4752e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: drfit Version: 0.7.1 -Date: 2017-03-31 +Date: 2017-06-09 Title: Dose-Response Data Evaluation Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre"), email = "jranke@uni-bremen.de")) @@ -1,10 +1,15 @@ * using log directory ‘/home/jranke/git/drfit/drfit.Rcheck’ -* using R version 3.3.3 (2017-03-06) +* using R version 3.4.0 (2017-04-21) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 +* using option ‘--as-cran’ * checking for file ‘drfit/DESCRIPTION’ ... OK * this is package ‘drfit’ version ‘0.7.1’ * package encoding: UTF-8 +* checking CRAN incoming feasibility ... NOTE +Maintainer: ‘Johannes Ranke <jranke@uni-bremen.de>’ + +The Date field is over a month old. * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK @@ -29,6 +34,7 @@ * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK +* checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK @@ -36,6 +42,7 @@ * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK +* checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK @@ -64,5 +71,9 @@ * checking PDF version of manual ... OK * DONE -Status: OK +Status: 1 NOTE +See + ‘/home/jranke/git/drfit/drfit.Rcheck/00check.log’ +for details. + diff --git a/man/checksubstance.Rd b/man/checksubstance.Rd index 6182fce..284ee88 100644 --- a/man/checksubstance.Rd +++ b/man/checksubstance.Rd @@ -13,7 +13,8 @@ } \arguments{ \item{substance}{ - The name of the substance identifying it within the database.} + The name of the substance identifying it within the database. Matching is not + case-sensitive.} \item{db}{ The database to be used. Currently, the databases "cytotox" and "enzymes" of the UFT Department of Bioorganic Chemistry are supported (default is diff --git a/man/drdata.Rd b/man/drdata.Rd index 4fb6740..2bb0b4d 100644 --- a/man/drdata.Rd +++ b/man/drdata.Rd @@ -12,7 +12,7 @@ \arguments{ \item{substances}{ A string or an array of strings with the substance names for - which dose-response data is to be retrieved.} + which dose-response data is to be retrieved. Matching is case-sensitive.} \item{experimentator}{ The name of the experimentator whose data is to be used. Default is "%", which means that data from all experimentators are retrieved.} |