Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions R/aaa-cliques.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ cliques_callback_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down Expand Up @@ -192,8 +192,8 @@ maximal_cliques_callback_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down
1 change: 1 addition & 0 deletions R/aaa-coloring.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== detect ====

Expand Down
4 changes: 2 additions & 2 deletions R/aaa-community.R
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ community_leading_eigenvector_callback_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down
5 changes: 3 additions & 2 deletions R/aaa-cycles.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== acyclic-graphs-feedback-sets ====

Expand Down Expand Up @@ -329,8 +330,8 @@ simple_cycles_callback_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down
1 change: 1 addition & 0 deletions R/aaa-embedding.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== spectral-embedding ====

Expand Down
1 change: 1 addition & 0 deletions R/aaa-generators.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== adjacency-generators ====

Expand Down
1 change: 1 addition & 0 deletions R/aaa-graphlets.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== performing-graphlet-decomposition ====

Expand Down
1 change: 1 addition & 0 deletions R/aaa-hrg.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== conversion-to-and-from-igraph-graphs ====

Expand Down
9 changes: 5 additions & 4 deletions R/aaa-isomorphism.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== bliss-algorithm ====

Expand Down Expand Up @@ -572,8 +573,8 @@ get_isomorphisms_vf2_callback_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down Expand Up @@ -730,8 +731,8 @@ get_subisomorphisms_vf2_callback_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down
5 changes: 3 additions & 2 deletions R/aaa-motifs.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== finding-triangles ====

Expand Down Expand Up @@ -84,8 +85,8 @@ motifs_randesu_callback_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down
1 change: 1 addition & 0 deletions R/aaa-processes.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== epidemic-models ====

Expand Down
1 change: 1 addition & 0 deletions R/aaa-separators.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

all_minimal_st_separators_impl <- function(
graph
Expand Down
1 change: 1 addition & 0 deletions R/aaa-spatial.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by tools/split-aaa-auto.R from aaa-auto.R — do not edit by hand
# styler: off
# jarl-ignore-file unused_function: irrelevant for _impl functions

# ==== nongraph-spatial ====

Expand Down
12 changes: 6 additions & 6 deletions R/aaa-visitors.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ bfs_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down Expand Up @@ -156,8 +156,8 @@ dfs_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand All @@ -178,8 +178,8 @@ dfs_closure_impl <- function(
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down
4 changes: 2 additions & 2 deletions tools/stimulus/types-RR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ CLOSURE:
rlang::error_cnd(message = "Callback returned a value different from TRUE or FALSE")
}
},
error = function(e) e,
interrupt = function(e) e
error = identity,
interrupt = identity
)
}
} else {
Expand Down
Loading