How to setseed in R?

Hi there,

Every time I run scvi for integration in R I get a different UMAP,
I set seed in R

set.seed("44")

and I set seed in py

py_set_seed(44, disable_hash_randomization = TRUE)

I have not updated anything