Skip to content

Commit

Permalink
try as.integer
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Sep 24, 2024
1 parent a60b749 commit 8973959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/atime/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for (extra.arg in extra.args.6107){
# @note Please check https://github.com/tdhock/atime/blob/main/vignettes/data.table.Rmd for more information.
# nolint start: undesirable_operator_linter. ':::' needed+appropriate here.
test.list <- atime::atime_test_list(
N = 10^seq(1, 7, by=0.25),
N = as.integer(10^seq(1, 7, by=0.25)),
# A function to customize R package metadata and source files to facilitate version-specific installation and testing.
#
# This is specifically tailored for handling data.table which requires specific changes in non-standard files (such as the object file name in Makevars and version checking code in onLoad.R)
Expand Down

0 comments on commit 8973959

Please sign in to comment.