You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My package has two functions: testclirun::testView() and testclirun::test.View(). They take no arguments and are the same object, one simply has a dot in the name (i.e. test.View <- testView).
Using the formatting {.run testclirun::testView()} produces a clickable link in RStudio.
Using the formatting {.run testclirun::test.View()}makes an unclickable link.
I made a test package (https://github.com/DesiQuintans/testclirun) to illustrate the point, but this bug report is pretty simple.
My package has two functions:
testclirun::testView()
andtestclirun::test.View()
. They take no arguments and are the same object, one simply has a dot in the name (i.e.test.View <- testView
).Using the formatting
{.run testclirun::testView()}
produces a clickable link in RStudio.Using the formatting
{.run testclirun::test.View()}
makes an unclickable link.It is probably colliding with the use of
.
in the formatting tags, but the problem is not mentioned in https://cli.r-lib.org/reference/links.html.The text was updated successfully, but these errors were encountered: