Skip to content

Commit

Permalink
updates imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystynaGrzesiak committed Aug 20, 2024
1 parent dcc3acd commit 4967969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Imports:
checkmate (>= 2.0.0),
FCBF,
FSelectorRcpp,
iterators,
itertools,
seqR,
praznik,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import(itertools)
importFrom(FCBF,fcbf)
importFrom(FSelectorRcpp,information_gain)
importFrom(biogram,test_features)
importFrom(iterators,nextElem)
importFrom(praznik,CMI)
importFrom(praznik,CMIM)
importFrom(praznik,DISR)
Expand Down
1 change: 1 addition & 0 deletions R/motifs.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ generate_motif <- function(alphabet, n, d, motifProbs = NULL) {
#' This function injects motifs to a sequence
#'
#' @import itertools
#' @importFrom iterators nextElem
#'
#' @param motifs list of motifs to be injected
#' @param sequence vector of alphabet elements
Expand Down

0 comments on commit 4967969

Please sign in to comment.