Skip to content
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

Documenting data #9

Open
MikkoVihtakari opened this issue Mar 20, 2014 · 2 comments
Open

Documenting data #9

MikkoVihtakari opened this issue Mar 20, 2014 · 2 comments

Comments

@MikkoVihtakari
Copy link
Contributor

One thing we are still lacking is documenting data. I found out that documenting it is rather easy in roxygen2 (http://adv-r.had.co.nz/Documenting-functions.html), but takes some time to get done. One should make an R script for data and write something like following:

' A roi file of type 'line'

'

' Write something here. It becomes description

'

' This line should become details

' @doctype data

' @Format write here too

' @name line.roi

' @Usage how to use the data

NULL

The down side is that this has to be done for each file.

@davidcsterratt
Copy link
Owner

This sounds like a good idea - but I'd be happy to leave it for a future release, assuming the CRAN maintainers are happy with the package.

@MikkoVihtakari
Copy link
Contributor Author

I agree. Let's leave this hanging for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants