clidatajp

CRANからの返事があり,細かな修正点が3つあった.修正して,再投稿した.

  • DESCRIPTIONファイルのdescriptionフィールドには,ウエブサイトをhttp://...のように入れること.

  • Please provide a link to the used webservices to the description field of your DESCRIPTION file in the form http:... or https:... with angle brackets for auto-linking and no space after ‘http:’ and ‘https:’.

  • 関数の戻り値をちゃんと書き,戻り値がない場合は,「No return value, called for side effects」のようにすること.

  • Please add \value to .Rd files regarding exported methods and explain the functions results in the documentation. Please write about the structure of the output (class) and also what the output means. (If a function does not return a value, please document that too, e.g. \value{No return value, called for side effects} or similar)

  • \dontrun{}はAPIキーが無くて動作しないとき以外は,基本的には使わないこと.時間がかかりすぎてテストをスキップするには,\dontrun{}の代わりに\donttest{}を使うこと.

  • \dontrun{} should only be used if the example really cannot be executed (e.g. because of missing additional software, missing API keys, …) by the user. That’s why wrapping examples in \dontrun{} adds the comment ("# Not run:") as a warning for the user. Does not seem necessary. Please unwrap the examples if they are executable in < 5 sec, or replace \dontrun{} with \donttest{}.

と,ここまで書いて,最後のところの\dontrun{}の代わりに\donttestを読み飛ばしていたことに気づいてしまった. 再投稿の取り下げ方法がわからないので,とりあえずメールで連絡した.