I am trying to understand a Travis build error that I cannot reproduce locally. Both my local system and Travis use rlang 0.2.0 and tidyselect 0.2.3 (current CRAN). Clearing the cache seems to remove the error, but only for the build right after the cache is cleared. From this thread, there apparently once was a function called lang_unnamespace(), but it was removed. It might be nice to have some context about the role and erasure of lang_unnamespace so I can understand the problem.
I am trying to understand a Travis build error that I cannot reproduce locally. Both my local system and Travis use
rlang0.2.0 andtidyselect0.2.3 (current CRAN). Clearing the cache seems to remove the error, but only for the build right after the cache is cleared. From this thread, there apparently once was a function calledlang_unnamespace(), but it was removed. It might be nice to have some context about the role and erasure oflang_unnamespaceso I can understand the problem.