Skip to content

Commit 022d350

Browse files
committed
Fixed NAMESPACE and facets-package.Rd to address messages in R CMD check
1 parent 8c6218e commit 022d350

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
useDynLib(facets)
2+
import(stats,graphics)
3+
importFrom("utils", "data")
24
importFrom(data.table, fread)
35
exportPattern("^[[:alpha:]]+")

man/facets-internal.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
\alias{clustersegs}
1212
\alias{hg19gcpct}
1313
\alias{gcpctdb}
14+
\alias{onepass}
1415
\alias{find.mode}
1516
\alias{findDiploidLogR}
1617
\alias{km2class}
@@ -35,6 +36,7 @@ prune.cpt.tree(seg.tree, cval=25)
3536
segsnps(mat, cval=25, hetscale = FALSE)
3637
clustersegs(out, jointseg, min.nhet=10)
3738
find.mode(x)
39+
onepass(x, trace, unif, rho, rhov, prior, posterior, sigma, min.nhet, rho.clust, maxiter, eps)
3840
data(hg19gcpct)
3941
findDiploidLogR(out, cnlr)
4042
km2class(cnlr.med, num.mark)

0 commit comments

Comments
 (0)