Is there any package for memory management in R

Is there a way in r to

  1. Declare variables
  2. Handle memory address
  3. Use pointers and references

And do some low level stuff and I am not talking about rcpp. Something I can use in an r script.