Incorrect work of track package in R.NET
问题 I have same problem when trying to use R.NET with track package (it needs for tracking variables, which were modified via R code ran). So, it native R code, which works fine: library(track); track.start(clobber = "vars", dir = file.path(tempdir(), 'rdata123')); a <- 5; print(track.summary()); print(ls(globalenv())); track.stop(); I have output like this: > library(track); > track.start(clobber = "vars", dir = file.path(tempdir(), 'rdata123')); Tracking <env R_GlobalEnv> (writable) using