Beispiel #1
0
        public void CreateInterpreterInfoTest()
        {
            // This test is valid only on Linux
            var fs            = new TestFileSystem(false);
            var rInstallation = new RInstallation(fs);
            var mro           = rInstallation.CreateInfo("MRO", "/usr/lib64/microsoft-r/3.3/lib64/R");

            mro.Version.Should().Be(new Version(3, 3, 3));
        }