rdatsci / rtcl

R tools for the command line
65 stars 3 forks source link

functions like rinstall and rcheck do not call roxygenize #14

Closed berndbischl closed 8 years ago

berndbischl commented 8 years ago

at least the NAMESPACE is therefore not correctly written before the next operation

mllg commented 8 years ago

rcheck now rebuilds the documentation if the "roxygennote" field is found in the description.

rinstall is intended to install remote packages, here I definitely do not want to call roxygen.

mllg commented 8 years ago

(rinstall for a local package now also documents first ...)

berndbischl commented 8 years ago

Ok thx. I was also getting confused because of your choice of names....

I KNOW that rmake installs the package, but in my head rmake always implies "build it", weil "rinstall" well implies "install it" (for a local package)

So I catch myself very often typing "rinstall ."....