Skip to content

Commit

Permalink
Final fix to fix (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
BerwinTurlach committed Mar 10, 2024
1 parent 8788d8d commit 82b4ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
packageStartupMessage("and see 'vignette(\"littler-faq\") for some basic questions.")
if (Sys.info()[["sysname"]] %in% c("Linux", "Darwin")) { # nocov start
if (unname(Sys.which("r")) == "") {
loc <- normalizePath(file.path("bin", .Platform$r_arch, "r", package="littler"))
loc <- normalizePath(system.file("bin", .Platform$r_arch, "r", package="littler"))
packageStartupMessage("You could link to the 'r' binary installed in\n'", loc, "'\n",
"from '/usr/local/bin' in order to use 'r' for scripting.",
"See the 'vignette(\"littler-faq\")' for more details.")
Expand Down

0 comments on commit 82b4ce1

Please sign in to comment.