-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate the Roxygen using internal data #313
Comments
Also useful for this. This should be datafied. Lines 33 to 110 in 6af9104
|
|
Lines 94 to 132 in 6af9104
Lines 36 to 73 in 6af9104
Lines 33 to 110 in 6af9104
Lines 25 to 45 in 6af9104
Lines 59 to 67 in 6af9104
Documentation also contains the repeated information, but probably difficult to limit this to just one source. Lines 15 to 43 in 6af9104
Lines 14 to 51 in 6af9104
|
With this can also remove this parsing of Lines 21 to 51 in 442b7d3
|
jsonlite::toJSON(data.frame(extension = c("csv", "psv"), format = c("Comma-separated data", "Pipe-separated data"), import = c("data.table::fread", "data.table::fread"), export = c("data.table::fwrite", "data.table::fread"), type = c("Imports", "Imports"), note = c("", ""))) [
{"extension":"csv",
"format":"Comma-separated data",
"import":"data.table::fread",
"export":"data.table::fwrite",
"type":"Imports",
"note":""},
{"extension":"psv",
"format":"Pipe-separated data",
"import":"data.table::fread",
"export":"data.table::fread",
"type":"Imports",
"note":""}
] We need types: |
Line 38 in 51e4421
Undocumented, and pita to make this work for |
TODO
Research
Doc
|
|
|
|
All done, except the research point. |
Or else updating both the readme and the vignette would be a chore.
The text was updated successfully, but these errors were encountered: