Closed Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleCreated Unassigned: Discrepancies in Example [47]
Following the main example of the RDotNet usage, I got runtime error "DLL not found" when executing CreateInstance("nnn") with one parameter, and "entryPoint not found" when using Initialize() with no...
View ArticleCommented Unassigned: Discrepancies in Example [47]
Following the main example of the RDotNet usage, I got runtime error "DLL not found" when executing CreateInstance("nnn") with one parameter, and "entryPoint not found" when using Initialize() with no...
View ArticleSource code checked in, #48f26364d1bc
Add AssemblyInfo and update build script. * build.fsx: retrieves package version from assembly version.
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleSource code checked in, #be8287b55db5
Update build script * Removes raw path separators. * Targets put packages into deploy directory directly. * Better command-line handling. * For UNIX mode (with --unix), the script does not build NuGet...
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleSource code checked in, #c68f738eab56
Update build script * Changes suffix of documentation files from ".xml" to ".XML". XBuild on Mono/Linux seems to produce ".XML" even DocumentationFile is ".xml". * Places files to Build directory. *...
View ArticleSource code checked in, #898dab554569
Fix build script * XBuild does not support DebugType=none.
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleCreated Unassigned: RDotNet.ParseException in engine.Evaluate() [48]
When I try to use this code```// Задаем путь к библам R, иначе работать не будет var oldPath = System.Environment.GetEnvironmentVariable("PATH"); var rPath = System.Environment.Is64BitProcess ?...
View ArticleSource code checked in, #eab000cd0b3b
Fix Dispose. * Avoids calling Rf_KillAllDevice in REngine.Dispose. Rf_KillAllDevices produces an error with graphics engines. The function is called during the Rf_endEmbeddedR(0).
View ArticleCommented Unassigned: RDotNet.NativeLibrary is not seen by VS 2010 Express [46]
I added references to both Dlls to my project, included the line "using RDotNet" to the file.Intellisense picked names, and can write a couple of lines to test, like: REngine eRDot =...
View ArticleSource code checked in, #22fabc768820
Release preparation * With option --pre ProjectName=suffix, it builds "ProjectName-x.y.z-suffix.nupkg". This is used for alpha/beta/RC releases. * Graphics project: Changed version from .NET 4 Client...
View Article