DEVNOTE.md

Developer Note

The following commands create *.Rd files to the man directory, and update NAMESPACE file in the package directory.

setwd("???/ComMA")

library("devtools")
library(roxygen2)

document()

The following commands install package from local.

setwd("???/ComMA")

library("devtools")
install("../ComMA")
library("ComMA")


walterxie/ComMA documentation built on May 3, 2019, 11:51 p.m.