Skip to content

Conversation

@krlmlr
Copy link
Member

@krlmlr krlmlr commented Nov 9, 2025

No description provided.

@krlmlr krlmlr force-pushed the f-format-test branch 3 times, most recently from 7853ac1 to 4a6a4cf Compare November 9, 2025 16:04
@github-actions
Copy link
Contributor

Formatting suggestions available

A patch file with formatting suggestions has been generated. You can apply it using one of these methods:

Method 1: Apply via gh CLI

# Download and apply the patch directly
gh run download 19239691365 --repo tidyverse/tibble --name changes-patch && patch -p1 < changes.patch && rm changes.patch

Method 2: View the patch

Click to see the patch contents
diff --git a/man/as_tibble.Rd b/man/as_tibble.Rd
index e1580a8e..656fe538 100644
--- a/man/as_tibble.Rd
+++ b/man/as_tibble.Rd
@@ -111,6 +111,8 @@ in contrast with \code{\link[=tibble]{tibble()}}, which builds a tibble from ind
 \code{as_tibble()} is to \code{\link[=tibble]{tibble()}} as \code{\link[base:as.data.frame]{base::as.data.frame()}} is to
 \code{\link[base:data.frame]{base::data.frame()}}.
 
+Boo
+
 \code{as_tibble()} is an S3 generic, with methods for:
 \itemize{
 \item \code{\link[base:data.frame]{data.frame}}: Thin wrapper around the \code{list} method

This comment was automatically generated by the commit-suggester workflow.

@github-actions
Copy link
Contributor

Formatting suggestions available

A patch file with formatting suggestions has been generated. You can apply it using one of these methods:

Method 1: Apply via gh CLI

# Download and apply the patch directly
gh run download 19240191660 --repo tidyverse/tibble --name changes-patch && patch -p1 < changes.patch && rm changes.patch

Method 2: View the patch

Click to see the patch contents
diff --git a/man/as_tibble.Rd b/man/as_tibble.Rd
index e1580a8e..656fe538 100644
--- a/man/as_tibble.Rd
+++ b/man/as_tibble.Rd
@@ -111,6 +111,8 @@ in contrast with \code{\link[=tibble]{tibble()}}, which builds a tibble from ind
 \code{as_tibble()} is to \code{\link[=tibble]{tibble()}} as \code{\link[base:as.data.frame]{base::as.data.frame()}} is to
 \code{\link[base:data.frame]{base::data.frame()}}.
 
+Boo
+
 \code{as_tibble()} is an S3 generic, with methods for:
 \itemize{
 \item \code{\link[base:data.frame]{data.frame}}: Thin wrapper around the \code{list} method

This comment was automatically generated by the commit-suggester workflow.

@github-actions
Copy link
Contributor

Formatting suggestions available

A patch file with formatting suggestions has been generated. You can apply it using one of these methods:

Method 1: Apply via gh CLI

# Download and apply the patch directly
gh run download 19241353862 --repo tidyverse/tibble --name changes-patch && patch -p1 < changes.patch && rm changes.patch

Method 2: View the patch

Click to see the patch contents
diff --git a/man/as_tibble.Rd b/man/as_tibble.Rd
index e1580a8e..656fe538 100644
--- a/man/as_tibble.Rd
+++ b/man/as_tibble.Rd
@@ -111,6 +111,8 @@ in contrast with \code{\link[=tibble]{tibble()}}, which builds a tibble from ind
 \code{as_tibble()} is to \code{\link[=tibble]{tibble()}} as \code{\link[base:as.data.frame]{base::as.data.frame()}} is to
 \code{\link[base:data.frame]{base::data.frame()}}.
 
+Boo
+
 \code{as_tibble()} is an S3 generic, with methods for:
 \itemize{
 \item \code{\link[base:data.frame]{data.frame}}: Thin wrapper around the \code{list} method
diff --git a/tests/testthat/_snaps/add.md b/tests/testthat/_snaps/add.md
index 7552cf35..cbfb87e9 100644
--- a/tests/testthat/_snaps/add.md
+++ b/tests/testthat/_snaps/add.md
@@ -1,6 +1,7 @@
 # output test
 
     Code
+      # Boo
       add_row(tibble(), a = 1)
     Condition
       Error in `add_row()`:

This comment was automatically generated by the commit-suggester workflow.

@github-actions
Copy link
Contributor

Formatting suggestions available

A patch file with formatting suggestions has been generated. You can apply it using one of these methods:

Method 1: Apply via gh CLI

# Download and apply the patch directly
gh run download 19243842477 --repo tidyverse/tibble --name changes-patch && patch -p1 < changes.patch && rm changes.patch

Method 2: View the patch

Click to see the patch contents
diff --git a/man/as_tibble.Rd b/man/as_tibble.Rd
index e1580a8e..656fe538 100644
--- a/man/as_tibble.Rd
+++ b/man/as_tibble.Rd
@@ -111,6 +111,8 @@ in contrast with \code{\link[=tibble]{tibble()}}, which builds a tibble from ind
 \code{as_tibble()} is to \code{\link[=tibble]{tibble()}} as \code{\link[base:as.data.frame]{base::as.data.frame()}} is to
 \code{\link[base:data.frame]{base::data.frame()}}.
 
+Boo
+
 \code{as_tibble()} is an S3 generic, with methods for:
 \itemize{
 \item \code{\link[base:data.frame]{data.frame}}: Thin wrapper around the \code{list} method
diff --git a/tests/testthat/_snaps/add.md b/tests/testthat/_snaps/add.md
index 7552cf35..cbfb87e9 100644
--- a/tests/testthat/_snaps/add.md
+++ b/tests/testthat/_snaps/add.md
@@ -1,6 +1,7 @@
 # output test
 
     Code
+      # Boo
       add_row(tibble(), a = 1)
     Condition
       Error in `add_row()`:

This comment was automatically generated by the commit-suggester workflow.

@krlmlr krlmlr changed the title test: Break formatting ci: Implement review workflows Nov 10, 2025
@krlmlr krlmlr merged commit 7ac91ac into tidyverse:main Nov 10, 2025
6 checks passed
@krlmlr krlmlr deleted the f-format-test branch November 10, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant