search for: foosymbol

Displaying 1 result from an estimated 1 matches for "foosymbol".

Did you mean: do_symbol
2005 Apr 12
5
How allocate STRSXP outside of gc
...stion is how to create this precomputed value. The closest thing I could find in the sources is R_NaString, but I was not able to trace down how it comes about. Thanks, Vadim P.S. I was able to solve a similar problem with symbols. If I need a symbol "foo", I do static SEXP FooSymbol = install("foo"); and then use FooSymbol instead of install("foo") [[alternative HTML version deleted]]