From 35372245e55953c899ee71249ed72fdf5d0484e5 Mon Sep 17 00:00:00 2001 From: MichaelChirico Date: Thu, 13 Jun 2024 06:09:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20r-lib/li?= =?UTF-8?q?ntr@1f5e46992c7f5590f6d28e17e212a861f12312f0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/articles/creating_linters.html | 2 +- dev/pkgdown.yml | 2 +- dev/reference/absolute_path_linter.html | 5 +-- dev/reference/get_r_string.html | 38 +++++++++---------- dev/reference/get_source_expressions.html | 18 ++++----- dev/reference/lint.html | 4 +- .../trailing_blank_lines_linter.html | 2 +- dev/search.json | 2 +- 8 files changed, 35 insertions(+), 38 deletions(-) diff --git a/dev/articles/creating_linters.html b/dev/articles/creating_linters.html index 3f0259da2..dc05373cc 100644 --- a/dev/articles/creating_linters.html +++ b/dev/articles/creating_linters.html @@ -87,7 +87,7 @@

lintr maintainers

-

2024-06-12

+

2024-06-13

Source: vignettes/creating_linters.Rmd
creating_linters.Rmd
diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 78f8c8f2a..3cad9cfb4 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -6,7 +6,7 @@ articles: creating_linters: creating_linters.html editors: editors.html lintr: lintr.html -last_built: 2024-06-12T21:21Z +last_built: 2024-06-13T06:08Z urls: reference: https://lintr.r-lib.org/reference article: https://lintr.r-lib.org/articles diff --git a/dev/reference/absolute_path_linter.html b/dev/reference/absolute_path_linter.html index 56f73c8bd..71c8f26e7 100644 --- a/dev/reference/absolute_path_linter.html +++ b/dev/reference/absolute_path_linter.html @@ -94,9 +94,7 @@

Tags

Examples

-
# Following examples use raw character constant syntax introduced in R 4.0.
-
-# will produce lints
+    
# will produce lints
 lint(
   text = 'R"--[/blah/file.txt]--"',
   linters = absolute_path_linter()
@@ -108,6 +106,7 @@ 

Examples text = 'R"(./blah)"', linters = absolute_path_linter() ) +