Skip to content

Commit

Permalink
removed getDomainOnline from man pages; added RCurl to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
trvinh committed May 30, 2019
1 parent 1f432f1 commit 38cb792
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: PhyloProfile
Version: 0.99.11
Date: 2019-05-28
Version: 0.99.12
Date: 2019-05-30
Title: PhyloProfile
Authors@R: c(
person("Vinh", "Tran", email = "tran@bio.uni-frankfurt.de", role = c("aut", "cre")),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ import(BiocStyle)
import(DT)
import(GO.db)
import(GenomeInfoDbData)
import(RCurl, except = c(reset, complete))
import(bioDist)
import(data.table, except = c(set, melt))
import(dendextend)
Expand Down
1 change: 1 addition & 0 deletions R/runPhyloprofile.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#' @import knitr
#' @rawNamespace import(rmarkdown, except = c(pdf_document, md_document,
#' html_document))
#' @rawNamespace import(RCurl, except = c(reset, complete))
#' @import scales
#' @import shinyBS
#' @rawNamespace import(shinyjs, except = colourInput)
Expand Down
2 changes: 1 addition & 1 deletion man/parseDomainInput.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38cb792

Please sign in to comment.