# NOT RUN {
#' vld_natomic
vld_natomic(1)
vld_natomic(matrix(1L))
try(vld_natomic(TRUE))
# vld_nlist
vld_nlist(nlist(x = 1))
try(vld_nlist(list(x = 1)))
# vld_nlists
vld_nlists(nlists(nlist(x = 1)))
vld_nlists(1)
# }
Run the code above in your browser using DataLab