replacement ?
or help fails on :::
(triple colon)
#72
Labels
bug
an unexpected problem or unintended behavior
?
or help fails on :::
(triple colon)
#72
@EmilBode commented on Jun 29, 2018, 2:17 PM UTC:
If the devools_shims environment is on the search path (after running load_all, or check()), a drop-in replacement of
?
andhelp
is used, but this fails on calling?
:::`` orhelp(
:::`)`, both throwing`Error in getNamespace(ns) : attempt to use zero-length variable name`
Especially annoying because when running
check()
on some code that includes the triple colon, the NOTE warning you about its use ends withSee the note in ?
:::about the use of this operator.
Details about my setup:
OSX High Sierra, 10.13.5 (x86_64-apple-darwin15.6.0)
R version 3.5.0
devtools 1.13.5 & 1.13.5.9000 & 1.13.6 (I updated after first encounter)
Occurs both in RStudio 1.1.453 and R from a bash-prompt
And so a reprex:
This issue was moved by jimhester from r-lib/devtools#1806.
The text was updated successfully, but these errors were encountered: