courtiol / IsoriX

This is the GitHub repository dedicated to the development of the R package IsoriX
12 stars 6 forks source link

Roxygen everything #39

Closed courtiol closed 7 years ago

courtiol commented 7 years ago

It would be good to move all the help content into the R code using Roxygen. I quite like the namespace as it is, but I don't know if we can keep it with Roxygen.

f-rousset commented 7 years ago

Assuming you have installed roxygen2, a tick box for Roxygen appears in Tools | Project options | Build Tools, and also a Configure button through which you you can deselect automatic NAMESPACE generation by Roxygen... https://support.rstudio.com/hc/en-us/articles/200532317-Writing-Package-Documentation

courtiol commented 7 years ago

to convert everything, let's use: https://yihui.name/rd2roxygen/

courtiol commented 7 years ago

Marie, you must indicate all changes in the NEWS file

courtiol commented 7 years ago

We need to reoxygenize also the NAMESPACE. That is a bit of boring work... but it will make dependencies clearer within the code.

courtiol commented 7 years ago

done