Skip to content

Commit

Permalink
Fixed NAMESPACE and facets-package.Rd to address messages in R CMD check
Browse files Browse the repository at this point in the history
  • Loading branch information
veseshan committed May 27, 2016
1 parent 8c6218e commit 022d350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
@@ -1,3 +1,5 @@
useDynLib(facets)
import(stats,graphics)
importFrom("utils", "data")
importFrom(data.table, fread)
exportPattern("^[[:alpha:]]+")
2 changes: 2 additions & 0 deletions man/facets-internal.Rd
Expand Up @@ -11,6 +11,7 @@
\alias{clustersegs}
\alias{hg19gcpct}
\alias{gcpctdb}
\alias{onepass}
\alias{find.mode}
\alias{findDiploidLogR}
\alias{km2class}
Expand All @@ -35,6 +36,7 @@ prune.cpt.tree(seg.tree, cval=25)
segsnps(mat, cval=25, hetscale = FALSE)
clustersegs(out, jointseg, min.nhet=10)
find.mode(x)
onepass(x, trace, unif, rho, rhov, prior, posterior, sigma, min.nhet, rho.clust, maxiter, eps)
data(hg19gcpct)
findDiploidLogR(out, cnlr)
km2class(cnlr.med, num.mark)
Expand Down

0 comments on commit 022d350

Please sign in to comment.