show_file("script.R")
#> Error in show_file("script.R"): no se pudo encontrar la función "show_file"
#> Error in show_file("script.R"): no se pudo encontrar la función "show_file"
library(tutorial.helpers)
#> Warning: package 'tutorial.helpers' was built under R version 4.5.2
#> Warning: package 'tutorial.helpers' was built under R version 4.5.2
data()
library(reprex)
#> Warning: package 'reprex' was built under R version 4.5.2
#> Warning: package 'reprex' was built under R version 4.5.2
search()
#> [1] ".GlobalEnv" "package:reprex"
#> [3] "package:tutorial.helpers" "package:stats"
#> [5] "package:graphics" "package:grDevices"
#> [7] "package:utils" "package:datasets"
#> [9] "package:methods" "Autoloads"
#> [11] "tools:callr" "package:base"
#> [1] ".GlobalEnv" "package:reprex"
#> [3] "package:tutorial.helpers" "package:stats"
#> [5] "package:graphics" "package:grDevices"
#> [7] "package:utils" "package:datasets"
#> [9] "package:methods" "Autoloads"
#> [11] "tools:callr" "package:base"
What version of R are you using?
It looks like you may have to update to R 4.5.2.
Thank you for the advice. I already updated R.
Humm, just guessing now, is there any chance one or more of the packages {reprex} imports in old?