使用 R 辐射,MathJax 问题
Using R radiant, issues with MathJax
我已经安装了 radiant,并将我的 R studio 和 R 更新到最新版本。但是我仍然收到这个奇怪的 "mathjax" 错误。
withMathJax()
Show Traceback
Rerun with Debug
Error in normalizePath(directoryPath, mustWork = TRUE) :
path[1]="/www/MathJax/": No such file or directory
有什么想法可以解决这个问题吗?
有关错误的更多信息:
尝试 运行 Radiant 时出错:
我在浏览器中看到了这个 (chrome)
错误:路径[1]="/www/MathJax/":没有那个文件或目录
我在命令行上看到了这个
容光焕发("marketing")
收听 http://127.0.0.1:7160
normalizePath(directoryPath, mustWork = TRUE) 错误:
path[1]="/www/MathJax/": 没有那个文件或目录
normalizePath(directoryPath, mustWork = TRUE) 错误:
path[1]="/www/MathJax/": 没有那个文件或目录
信息:
RStudio
版本 0.99.465 – © 2009-2015 RStudio, Inc.
R.Version()
$platform
[1] "x86_64-apple-darwin13.4.0"
$拱门
[1] "x86_64"
$os
[1] "darwin13.4.0"
$系统
[1] "x86_64, darwin13.4.0"
$状态
[1]“”
$主要
[1]“3”
$次要
[1] "2.1"
$年
[1] "2015"
$月
[1]“06”
$天
[1]“18”
$svn rev
[1]“68531”
$语言
[1] "R"
$version.string
[1] "R version 3.2.1 (2015-06-18)"
$昵称
[1] "World-Famous Astronaut"
packageVersion("radiant")
[1] ‘0.1.83’
重新安装此软件包并闪亮并重置所有内容后,错误不再存在。
我已经安装了 radiant,并将我的 R studio 和 R 更新到最新版本。但是我仍然收到这个奇怪的 "mathjax" 错误。
withMathJax()
Show Traceback
Rerun with Debug
Error in normalizePath(directoryPath, mustWork = TRUE) :
path[1]="/www/MathJax/": No such file or directory
有什么想法可以解决这个问题吗?
有关错误的更多信息:
尝试 运行 Radiant 时出错: 我在浏览器中看到了这个 (chrome) 错误:路径[1]="/www/MathJax/":没有那个文件或目录
我在命令行上看到了这个 容光焕发("marketing") 收听 http://127.0.0.1:7160 normalizePath(directoryPath, mustWork = TRUE) 错误: path[1]="/www/MathJax/": 没有那个文件或目录 normalizePath(directoryPath, mustWork = TRUE) 错误: path[1]="/www/MathJax/": 没有那个文件或目录
信息: RStudio 版本 0.99.465 – © 2009-2015 RStudio, Inc.
R.Version() $platform [1] "x86_64-apple-darwin13.4.0"
$拱门 [1] "x86_64"
$os [1] "darwin13.4.0"
$系统 [1] "x86_64, darwin13.4.0"
$状态 [1]“”
$主要 [1]“3”
$次要 [1] "2.1"
$年 [1] "2015"
$月 [1]“06”
$天 [1]“18”
$svn rev
[1]“68531”
$语言 [1] "R"
$version.string [1] "R version 3.2.1 (2015-06-18)"
$昵称 [1] "World-Famous Astronaut"
packageVersion("radiant") [1] ‘0.1.83’
重新安装此软件包并闪亮并重置所有内容后,错误不再存在。