从 asp.net 访问 R 包
Accessing R packages from asp.net
我有一个 asp.net 应用程序,我正在使用 R.NET。一切正常,直到我使用
加载包
library()
Web 应用程序当然在 IIS 中运行,但出现此错误
Error: package or namespace load failed for 'lattice'".
虽然它在 Rstudio 中加载和工作得很好。
这是一些 R.NET 无法使用 IIS 的问题。
我一直在搜索,它已在 https://rdotnet.codeplex.com/ 上被标记为已知问题。我想知道是否有人找到了解决此错误的方法。
我经历了 https://github.com/jmp75/rdotnet/issues/9 但它对我不起作用。
文档页面 http://rdotnet.github.io/rdotnet/ts_asp_dot_net/ describes a problem very similar to yours. Can you read it, and its companion page http://rdotnet.github.io/rdotnet/tut_asp_dot_net/,如果这解决了您的问题,请在此报告? (供其他读者参考)
我有一个 asp.net 应用程序,我正在使用 R.NET。一切正常,直到我使用
加载包library()
Web 应用程序当然在 IIS 中运行,但出现此错误
Error: package or namespace load failed for 'lattice'".
虽然它在 Rstudio 中加载和工作得很好。
这是一些 R.NET 无法使用 IIS 的问题。
我一直在搜索,它已在 https://rdotnet.codeplex.com/ 上被标记为已知问题。我想知道是否有人找到了解决此错误的方法。
我经历了 https://github.com/jmp75/rdotnet/issues/9 但它对我不起作用。
文档页面 http://rdotnet.github.io/rdotnet/ts_asp_dot_net/ describes a problem very similar to yours. Can you read it, and its companion page http://rdotnet.github.io/rdotnet/tut_asp_dot_net/,如果这解决了您的问题,请在此报告? (供其他读者参考)