Skip to content

Commit b012edb

Browse files
no need to import RInside
1 parent ad4bf24 commit b012edb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export(deepstate_pkg_create)
2626
export(deepstate_read_valgrind_xml)
2727
export(inputs.table)
2828
export(issues.table)
29-
import(RInside)
3029
import(Rcpp)
3130
import(RcppArmadillo)
3231
import(data.table)

R/analyze_binary.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
##' @return A list of data tables with inputs, error messages, address trace and line numbers for specified testfiles.
1111
##' @import methods
1212
##' @import Rcpp
13-
##' @import RInside
1413
##' @import qs
1514
##' @export
1615
deepstate_harness_analyze_pkg <- function(path,testfiles="all",max_inputs="all"){

0 commit comments

Comments
 (0)