Skip to content

Commit 0ae2e39

Browse files
committed
Drop clone method
1 parent 99a6381 commit 0ae2e39

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

R/schema.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ NULL
1919
##' @export
2020
json_schema <- R6::R6Class(
2121
"json_schema",
22+
cloneable = FALSE,
2223

2324
private = list(
2425
v8 = NULL,

man/json_schema.Rd

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)