I would like to add clickable a hyperlink (e.g. https://cran.r-project.org/web/packages/tm.plugin.factiva/index.html) to a .R file.
I found a solution for a R markdown files (How do I add a URL to R markdown?), however, I could not find a solution to enter hyperlinks directly into .R files.
I thought about to add a hyperlink as #https://cran.r-project.org/web/packages/tm.plugin.factiva/index.html
Is there any other solution?