DavisWeaver / crosstalkr

R package for the identification of functionally important subnetworks
GNU General Public License v3.0
14 stars 3 forks source link

updated namespace #3

Closed rrrlw closed 3 years ago

rrrlw commented 3 years ago

Roxygen comments were fine, but needed to run devtools::document() to update NAMESPACE file with stats::var import and fix following NOTE from R CMD check:

* checking R code for possible problems ... NOTE
dist_calc: no visible global function definition for ‘var’
Undefined global functions or variables:
  var
Consider adding
  importFrom("stats", "var")
to your NAMESPACE file.