我一直在运行代码,没有任何错误,但是最近,我遇到了错误:
$wrkDir = "c:\GetEventLog"
$filenameFileOutput = "$wrkDir\System." + $(hostname) + ".txt"
Get-EventLog System | Out-File -Width 200 $filenameFileOutput
这是代码的一部分:
Error in (function (file = if (onefile) "Rplots.pdf" else "Rplot%03d.pdf", :
cannot open file 'Rplots.pdf'
Calls: summary ... barplot -> barplot.default -> dev.hold -> <Anonymous>
我的代码中甚至没有ggsave,我只调用了Gradient boosting算法的摘要,它会自动打开一个图,我尝试放入“ pdf(NULL)”,该代码工作了一段时间,但随后停止了。这真的很奇怪,让我很难受。任何建议表示赞赏。