dcooley / sfheaders

Build sf objects from R and Rcpp
https://dcooley.github.io/sfheaders/
Other
74 stars 5 forks source link

use Roxygen / Markdown? #65

Closed mdsumner closed 4 years ago

mdsumner commented 4 years ago

@dcooley can we use Roxygen Markdown? I.e. I put this in DESCRIPTION to support my habits in writing roxygen comments:

Roxygen: list(markdown = TRUE)

https://roxygen2.r-lib.org/articles/markdown.html

You won't need to use the features - they co-exist, so this is a style-guide question :)

(else I will recraft my links and lists and code chunks using trad Rd)

dcooley commented 4 years ago

yeah if it doesn't break the existing docs I have no issue with you adding it to your PR.