Skip to content

Commit

Permalink
importFrom(Rdpack,reprompt)
Browse files Browse the repository at this point in the history
Just to suppress NOTE
  • Loading branch information
Martin Smith committed Sep 17, 2020
1 parent 1ad1874 commit ffb32c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export(TreeDistPlot)
export(TreeDistance)
export(TreesConsistentWithTwoSplits)
export(VisualizeMatching)
importFrom(Rdpack,reprompt)
importFrom(TreeTools,AllAncestors)
importFrom(TreeTools,LnRooted.int)
importFrom(TreeTools,LnTreesMatchingSplit)
Expand Down
4 changes: 4 additions & 0 deletions R/TreeDist-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
#' @keywords internal
"_PACKAGE"

# Suppress "NOTE: Nothing imported from Rdpack":
#' @importFrom Rdpack reprompt
NULL

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
Expand Down

0 comments on commit ffb32c0

Please sign in to comment.