1 parent f424263 commit c6e656cCopy full SHA for c6e656c
2 files changed
R/sysdata.rda
1 Byte
data-raw/supported_types.R
@@ -27,6 +27,7 @@ supported_types <- list(
27
nbytes = NA_integer_,
28
endian = NA_character_
29
)
30
-)
+) |>
31
+ list2env(hash = TRUE, parent = emptyenv())
32
33
usethis::use_data(supported_types, internal = TRUE, overwrite = TRUE)
0 commit comments