@@ -639,13 +639,13 @@ tar_assert_script <- function(script) {
639639 tar_assert_not_in(vars , choices , msg )
640640 msg <- paste(
641641 " Do not use %s() from {devtools} or {pkgload} to load" ,
642- " packages or custom functions/globals for { targets} . If you do," ,
643- " custom functions will go to a package environment where { targets} " ,
642+ " packages or custom functions/globals for ` targets` . If you do," ,
643+ " custom functions will go to a package environment where ` targets` " ,
644644 " may not track them, and the loaded data will not be available in" ,
645645 " parallel workers created by tar_make_clustermq() or tar_make_future()." ,
646646 " Read https://books.ropensci.org/targets/packages.html#loading-and-configuring-r-packages" , # nolint
647647 " and https://books.ropensci.org/targets/packages.html#package-based-invalidation" , # nolint
648- " for the correct way to load packages for { targets} pipelines." ,
648+ " for the correct way to load packages for ` targets` pipelines." ,
649649 " Warnings like this one are important, but if you must suppress them, " ,
650650 " you can do so with Sys.setenv(TAR_WARN = \" false\" )."
651651 )
@@ -779,10 +779,10 @@ tar_deprecate_seconds_interval <- function(seconds_interval) {
779779tar_warn_prefix <- function () {
780780 tar_warn_deprecate(
781781 " Please supply an explicit prefix for you target object data " ,
782- " and metadata. The prefix should be unique to your { targets} project. " ,
783- " In the future, { targets} will begin requiring explicitly " ,
782+ " and metadata. The prefix should be unique to your ` targets` project. " ,
783+ " In the future, ` targets` will begin requiring explicitly " ,
784784 " user-supplied prefixes. This warning was added on 2023-08-24 " ,
785- " ({ targets} version 1.2.2.9000)."
785+ " (` targets` version 1.2.2.9000)."
786786 )
787787}
788788
0 commit comments