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
When installing renv with install.packages("renv") I got a virus alert from Security Trend app. After that, the R interpreter remains in an unusable state.
Steps to reproduce the issue:
Install renv from the built-in R console with install.packages("renv")
Expected or desired behavior:
I would expect positron not to raise such alerts and be able to use it in an enterprise context.
Notes
My only work around has been to re install positron to get the R console to work after ark.exe got on quarantine.
To install packages I use R executed from the cmd with R.exe.
It may happen upon installing any other package really.
The text was updated successfully, but these errors were encountered:
Thanks for this report! Would you share with us anything that you see in "Details" there? These various kinds of security software can vary in how they evaluate apps, so something actionable would be very helpful for us.
With this same machine setup, do you need to do anything special with RStudio to allow it to install R packages? For example, run RStudio as an administrator or similar?
As for my IDE, I have been using VSCode / Codium for a while and using R directly from the terminal. (pwsh.exe to be precise). Never have experienced something similar
Unfortunately the algorithm Trend Micro uses to detect "unauthorized file encryption" is not something we can see or change, so it is not possible for us to know what specifically in ark.exe is triggering it (very likely just opening a bunch of files during package install is the issue).
The best thing you can do here is grab a couple of activity samples and report them to Trend Micro. Here's how to do that:
System details:
Positron and OS details:
Positron Version: 2025.02.0 (system setup) build 137
Code - OSS Version: 1.96.0
Commit: f4b7966
Date: 2025-01-30T15:18:06.013Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.19045
Interpreter details:
Describe the issue:
When installing
renv
withinstall.packages("renv")
I got a virus alert from Security Trend app. After that, the R interpreter remains in an unusable state.Steps to reproduce the issue:
renv
from the built-in R console withinstall.packages("renv")
Expected or desired behavior:
I would expect positron not to raise such alerts and be able to use it in an enterprise context.
Notes
R.exe
.The text was updated successfully, but these errors were encountered: