Skip to content

Commit 7b3092a

Browse files
authored
Merge pull request #4896 from gzm0/fix-r
Fix R benchmark data loading example
2 parents 1972c0e + 8ad9a08 commit 7b3092a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ object ExposedValues extends AutoPlugin {
8181
* library(ggplot2)
8282
* library(dplyr)
8383
*
84-
* d <- read_csv("logger-timings.csv", col_names = c("variant", "op", "t_ns"), col_types = "ffi")
84+
* d <- read_csv("logger-timings.csv", col_names = c("variant", "op", "t_ns"), col_types = "ffn")
8585
*
8686
* # Optional filter out some ops only.
8787
* d <- d %>% filter(grepl('Linker', op))

0 commit comments

Comments
 (0)