r-lib / debugme

Easy and efficient debugging for R packages
https://r-lib.github.io/debugme/
Other
147 stars 10 forks source link

Use comments instead of strings #33

Closed gaborcsardi closed 5 years ago

gaborcsardi commented 6 years ago

Now that CRAN will keep the source code.

krlmlr commented 5 years ago

Wouldn't that make instrumentation much more difficult?

gaborcsardi commented 5 years ago

No, that's fine. But the comments are still not always kept, so I think we'll need to close this one for now.

gaborcsardi commented 5 years ago

I wish we could have strings that are not added to the global string cache somehow....

krlmlr commented 5 years ago

We're talking about a few KB here, and a few extra entries in the hash table.