Skip to content

Commit c6e656c

Browse files
committed
Use hashed env instead of list
1 parent f424263 commit c6e656c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

R/sysdata.rda

1 Byte
Binary file not shown.

data-raw/supported_types.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ supported_types <- list(
2727
nbytes = NA_integer_,
2828
endian = NA_character_
2929
)
30-
)
30+
) |>
31+
list2env(hash = TRUE, parent = emptyenv())
3132

3233
usethis::use_data(supported_types, internal = TRUE, overwrite = TRUE)

0 commit comments

Comments
 (0)