【发布时间】:2018-03-25 21:25:51
【问题描述】:
我正在 R 中开发一个包,当我运行 devtools::check() 时,我收到以下注释。
checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
我没有在描述中使用我的包名或包这个词。我也使用完整的句子进行描述,但我反复收到此注释。所以我想知道在这种情况下完整的句子是什么意思。
【问题讨论】:
-
您愿意提供描述字段的文本吗?如果我们能看到它,可能会更容易帮助解决问题。
-
不提供太多细节,这就是它的样子
Functions to analyze methylation data can be found here Highlight of this workflow is the comprehensive quality control report -
也许它需要标点符号...我试试
Functions to analyze methylation data can be found here. Highlight of this workflow is the comprehensive quality control report. -
@Matt Tyers 添加句点有效,我在 R 扩展手册中读到我不应该添加句点,然后我仔细检查了它,它仅适用于
title部分而不适用于 @ 987654326@ 部分。如果您可以添加一个很棒的答案!