Skip to content

Commit fea9577

Browse files
author
c.lareau
committed
modify namespace clash
From: caleblareau <[email protected]> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/diffloop@124650 bc3139a8-67e5-0310-9ffc-ced21a209358
1 parent 822343f commit fea9577

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.Rbuildignore

-5
This file was deleted.

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: diffloop
22
Type: Package
33
Title: Identifying differential DNA loops from chromatin topology data
4-
Version: 1.3.3
5-
Date: 2016-11-26
4+
Version: 1.3.4
5+
Date: 2016-11-30
66
Authors@R: c(
77
person("Caleb", "Lareau", email = "[email protected]", role = c("aut", "cre")),
88
person("Martin", "Aryee", email = "[email protected]", role = "aut")

NAMESPACE

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export(loopGenes)
2727
export(loopMetrics)
2828
export(loopPlot)
2929
export(loopWidth)
30-
export(loops.small)
3130
export(loopsMake)
3231
export(loopsMake.mango)
3332
export(loopsSubset)

R/annotation.R

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ NULL
3030
#' loops.small <- annotateAnchors(loops.small,gb,'inGeneBody',0)
3131
#'
3232
#' @import GenomicRanges
33-
#' @export loops.small
3433
#' @export
3534
setGeneric(name = "annotateAnchors", def = function(dlo, features,
3635
featureName, maxgap) standardGeneric("annotateAnchors"))

0 commit comments

Comments
 (0)