我收到了这个神秘的 CRAN 消息:
谢谢,
如果有描述包中方法的参考文献,请以authors (year) doi:...authors (year) arXiv:...authors (year, ISBN:. ..) 或者如果这些不可用: https:... 'doi:'、'arXiv:'、'https:' 和尖括号后没有空格用于自动链接。
请修复并重新提交,并记录提交评论中的更改。
我不明白,描述文件似乎很标准,这里是:
Package: inops
Title: Infix Operators for Detection, Subsetting and Replacement
Version: 0.0.1
Authors@R: c(
person("Antoine", "Fabri", email = "***@gmail.com", role = c("aut", "cre")),
person("Karolis", "Koncevi?ius", email = "***@gmail.com", role = "aut")
)
Description: Infix operators to detect, subset, and replace the elements matched by a given condition.
The functions have several variants of operator types, including subsets, ranges, regular expressions and others.
Implemented operators work on vectors, matrices, and lists.
Depends: R (>= 3.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
testthat (>= 2.1.0),
purrr,
knitr,
rmarkdown,
dplyr,
nycflights13
URL: https://github.com/moodymudskipper/inops
BugReports: https://github.com/moodymudskipper/inops/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Run Code Online (Sandbox Code Playgroud)
似乎与第 5 到第 7 点有关,但我在这里看不到它的相关性:https : //cran.r-project.org/web/packages/submission_checklist.html
知道我在这里有什么期望吗?
回购如果有帮助:https : //github.com/moodymudskipper/inops
回复暗示引用学术出版物,如果您的包没有任何内容,请按原样重新提交并在评论中说明(如果您使用 devtools 发布,则在 CRAN-COMMENTS.md 文件中),我将包括他们的初始回复那里也有上下文。
CRAN 维护者并不完美,我们可能会时不时地收到奇怪的消息,这可能是他们的部分错误校准的复制和粘贴,不要让它吓倒你,也不要反对他们。