Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 421 Bytes

build_instruction.md

File metadata and controls

17 lines (14 loc) · 421 Bytes

in order to get Rcpp loaded properly

so that headers are discoverable

usethis::use_rcpp()

to compile cpp files, run

Rcpp::compileAttributes()

to make imported packages discoverable

and to make C++ functions discoverable

need to create package file

manually created veloviz.R

to make man/ documentation,

and NAMESPACE

write in roxygen format,

add @export and run

devtools::document()