Why doesn't roxygen write package info to DESCRIPTION?
Asked Answered
H

1

5

I followed the Vignette and found that information such as License, Author, etc. in pseudoprime-package.Rd is not written to DESCRIPTION? Did I do something wrong?

Harlen answered 22/4, 2011 at 16:58 Comment(0)
S
8

No, you write the DESCRIPTION, not roxygen. (Despite the confusing example in the documentation)

Sophrosyne answered 22/4, 2011 at 19:27 Comment(6)
Wouldn't that be "you write part of the DESCRIPTION"? Because someone keeps filling in my collate fields...Extroversion
Roxygen fills in the parts that can be filled in automatically.Sophrosyne
could you explain further? Which parts can be filled automatically? For example, it seems like "author" could be filled automatically but in fact roxygen doesn't copy author information over to DESCRIPTIONHarlen
As Sharpie said, collate gets filled in automatically. Nothing else doesSophrosyne
@hadley: what would be the best documentation on Roxygen2?Inhibition
The help files should list everything. File a bug if they don't or you can't understand them.Sophrosyne

© 2022 - 2024 — McMap. All rights reserved.