Skip to content

Commit

Permalink
not loading svMisc::package
Browse files Browse the repository at this point in the history
  • Loading branch information
trvinh committed May 31, 2019
1 parent 6e5f205 commit 07e715a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: PhyloProfile
Version: 0.99.14
Version: 0.99.15
Date: 2019-05-30
Title: PhyloProfile
Authors@R: c(
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import(scales)
import(shinyBS)
import(shinycssloaders)
import(shinyjs, except = colourInput)
import(svMisc)
import(svMisc, except = package)
import(tidyr)
importFrom(Biostrings,readAAStringSet)
importFrom(IRanges,reverse)
Expand Down
2 changes: 1 addition & 1 deletion R/runPhyloprofile.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @import shinyBS
#' @rawNamespace import(shinyjs, except = colourInput)
#' @import shinycssloaders
#' @import svMisc
#' @rawNamespace import(svMisc, except = package)
#' @import tidyr
#' @examples
#' ?runPhyloProfile
Expand Down
2 changes: 1 addition & 1 deletion inst/PhyloProfile/R/getFastaDemo.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ getFastaDemo <- function(seqIDs = NULL, demoData = "arthropoda") {
), stringsAsFactors = FALSE
))
}
}
}

0 comments on commit 07e715a

Please sign in to comment.