gpt4 book ai didi

r - 使用 RApacheOutputErrors 控制输出

转载 作者:行者123 更新时间:2023-12-03 05:55:05 25 4
gpt4 key购买 nike

我已经在 r.conf 中激活了 ROutputErrors,它按预期工作做。

当我遇到错误时,我会得到以下信息:

Oops!!! rApache has something to tell you. View source and read the 
HTML comments at the end.

在源代码中我收到错误。

\n<!--\nError in library(micEconAids) : there is no package called 
'micEconAids'\nTraceback:\n5: stop(txt, domain = NA)\n4:
library(micEconAids)\n3: eval(expr, envir, enclos)\n2: eval(i, envir)
\n1: sys.source(file = \"\/var\/www\/r\/test\/25.R\", envir = .rAenv)
\n-->\n

我正在尝试构建一个网络服务,但我希望出现错误直接地。我正在尝试在 r.conf 中执行此操作

RApacheOutputErrors(TRUE,"<p>","</p>")

但是我在重新启动时收到此错误:

"Invalid command 
'RApacheOutputErrors(TRUE,"<p>","</p>")', perhaps misspelled or
defined by a module not included in the server configuration";

如何以及在哪里可以使用该指令?

谢谢

最佳答案

RApacheOutputErrors()该函数已被弃用,并将从下一个 rApache 版本中删除。如果被调用,它会发出警告。

引用: http://rapache.net/manual.html#rapache_Functions

关于r - 使用 RApacheOutputErrors 控制输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4406964/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com