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
This fixes two issues with the terminal tests that caused failures on Windows runners:
1. Replaced hardcoded '/' with path.join() for R_PROFILE_USER check.
2. Stubbed util.getRterm to resolve to process.execPath instead of 'R' to ensure the path exists when checked by fs.existsSync().
0 commit comments