Skip to content

Commit

Permalink
small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmchambers committed Jul 31, 2018
1 parent 51bc602 commit dd72ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/timeDataTransfer.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ logicalTest = numericTest > 0
characterTest = as.character(integerTest)
complexTest <- complex(numericTest, numericTest*.1)
rawTest <- charToRaw(paste0(characterTest, collapse = ""))
length(rawTest) <- N
length(rawTest) <- length(numericTest)
data <- data.frame(character = characterTest, numeric = numericTest, integer = integerTest, logical = logicalTest,
complex = complexTest, raw = rawTest)

Expand Down

0 comments on commit dd72ea7

Please sign in to comment.