moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
395 stars 26 forks source link

namespace_name("system.file", env = ns) and other devtools shims #110

Closed moodymudskipper closed 1 year ago

moodymudskipper commented 2 years ago

Those are problematic

We might need to fetch a list of devtools shims and have special cases in namespace_name()

moodymudskipper commented 2 years ago

horrible fix/hack :

trace(flow:::namespace_name.character, quote(x[x == "system.file"] <- "abbreviate"), print = FALSE)

moodymudskipper commented 1 year ago

I don't understand this anymore