Error when plot_nn
- Dominant language
- F#
- Stars
- 245
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
Get's an error message while using R.plot_nn
Replicated the script from the blog "F# Neural Networks with RProvider & Deedle" so I excluded any misstaket on my side.
Using latest RProvider.1.1.8
Error in neuralnet::plot.nn(x = fsr_2936_27, rep = fsr_2936_28) :
could not find function "grid.newpage"
RDotNet.EvaluationException: Error in neuralnet::plot.nn(x = fsr_2936_27, rep = fsr_2936_28) :
could not find function "grid.newpage"
at RDotNet.REngine.Parse(String statement, StringBuilder incompleteStatement)
at RDotNet.REngine.d__0.MoveNext()
at System.Linq.Enumerable.LastOrDefault[TSource](IEnumerable`1 source)
at RDotNet.REngine.Evaluate(String statement)
at .$FSI_0010.main@()
Stopped due to error
Contributor guide
Assessment
This issue has not been assessed yet.