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
The package exports function rstudioapi::jobRunScript(), but when I want to check if such a function is available, RStudio issues a false negative. It is because the function is in fact called runScriptJob and hasFun() checks for paste0(".rs.api." + name) in tools:rstudio environment.
The text was updated successfully, but these errors were encountered:
netique
changed the title
hasFun cannot find jobRunScript besause is is called differently in .rs.api._hasFun cannot find jobRunScript besause is called differently in tools:rstudioJan 16, 2025
The package exports function
rstudioapi::jobRunScript()
, but when I want to check if such a function is available, RStudio issues a false negative. It is because the function is in fact calledrunScriptJob
andhasFun()
checks for paste0(".rs.api." + name) intools:rstudio
environment.The text was updated successfully, but these errors were encountered: