Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4fc6c3c

Browse files
committed
Fix#97 and release 1.8.2
1 parent39cc3d8 commit4fc6c3c

File tree

15 files changed

+33
-22
lines changed

15 files changed

+33
-22
lines changed

‎R.NET/RDotNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>{0923E1A0-2032-4997-AB73-49E42C4034A9}</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.8.1</Version>
9+
<Version>1.8.2</Version>
1010
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1111
<Description>A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.</Description>
1212
<Product>R.NET</Product>
@@ -16,7 +16,7 @@
1616
<Title>R.NET: Access R from .NET in process</Title>
1717
<RepositoryUrl>https://github.com/jmp75/rdotnet</RepositoryUrl>
1818
<PackageProjectUrl>https://github.com/jmp75/rdotnet</PackageProjectUrl>
19-
<PackageReleaseNotes>Migration to .NET Standard 2.0, support for R 3.5.x, and moving to an MIT license</PackageReleaseNotes>
19+
<PackageReleaseNotes>Fix an issue with character columns in data frames, that occured for 3.5+ versions of R</PackageReleaseNotes>
2020
<PackageTags>interop R statistical language</PackageTags>
2121
<DocumentationFile>bin\$(Configuration)\netstandard2.0\RDotNet.xml</DocumentationFile>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>

‎RDotNet.FSharp.Tests/RDotNet.FSharp.Tests.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<ProjectGuid>541e564c-9414-4711-813e-697c1e9bd494</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<TargetFramework>netcoreapp2.0</TargetFramework>
10-
<Version>1.8.1</Version>
10+
<Version>1.8.2</Version>
1111
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1212
<RepositoryUrl>https://github.com/jmp75/rdotnet</RepositoryUrl>
1313
<PackageProjectUrl>https://github.com/jmp75/rdotnet</PackageProjectUrl>
14-
<PackageReleaseNotes>Migration to .NET Standard 2.0, support for R 3.5.x, and moving to an MIT license</PackageReleaseNotes>
14+
<PackageReleaseNotes>Fix an issue with character columns in data frames, that occured for 3.5+ versions of R</PackageReleaseNotes>
1515
<PackageTags>interop R statistical language</PackageTags>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
</PropertyGroup>

‎RDotNet.FSharp/RDotNet.FSharp.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>fe745bfd-793d-4b05-b0ee-bea4d5e3c0a6</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.8.1</Version>
9+
<Version>1.8.2</Version>
1010
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1111
<Description>A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.</Description>
1212
<Product>R.NET</Product>
@@ -16,7 +16,7 @@
1616
<Title>R.NET.FSharp: Access R from F# in process</Title>
1717
<RepositoryUrl>https://github.com/jmp75/rdotnet</RepositoryUrl>
1818
<PackageProjectUrl>https://github.com/jmp75/rdotnet</PackageProjectUrl>
19-
<PackageReleaseNotes>Migration to .NET Standard 2.0, support for R 3.5.x, and moving to an MIT license</PackageReleaseNotes>
19+
<PackageReleaseNotes>Fix an issue with character columns in data frames, that occured for 3.5+ versions of R</PackageReleaseNotes>
2020
<PackageTags>interop R statistical language</PackageTags>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
</PropertyGroup>

‎RDotNet.Graphics.Tests/RDotNet.Graphics.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>{A535A809-9FA8-4167-8551-5AC84C7C4E1D}</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<TargetFramework>netcoreapp2.0</TargetFramework>
9-
<Version>1.8.1</Version>
9+
<Version>1.8.2</Version>
1010
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1111
<Description>A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.</Description>
1212
<!-- <Product>R.NET</Product>-->
@@ -17,7 +17,7 @@
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<RepositoryUrl>https://github.com/jmp75/rdotnet</RepositoryUrl>
1919
<PackageProjectUrl>https://github.com/jmp75/rdotnet</PackageProjectUrl>
20-
<PackageReleaseNotes>Migration to .NET Standard 2.0, support for R 3.5.x, and moving to an MIT license</PackageReleaseNotes>
20+
<PackageReleaseNotes>Fix an issue with character columns in data frames, that occured for 3.5+ versions of R</PackageReleaseNotes>
2121
<PackageTags>interop R statistical language</PackageTags>
2222
</PropertyGroup>
2323
<ItemGroup>

‎RDotNet.Graphics/RDotNet.Graphics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>{BCADF6CF-2D63-4BD7-BC28-F0AC4F98AE78}</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.8.1</Version>
9+
<Version>1.8.2</Version>
1010
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1111
<Description>A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.</Description>
1212
<!-- <Product>R.NET</Product>-->
@@ -17,7 +17,7 @@
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<RepositoryUrl>https://github.com/jmp75/rdotnet</RepositoryUrl>
1919
<PackageProjectUrl>https://github.com/jmp75/rdotnet</PackageProjectUrl>
20-
<PackageReleaseNotes>Migration to .NET Standard 2.0, support for R 3.5.x, and moving to an MIT license</PackageReleaseNotes>
20+
<PackageReleaseNotes>Fix an issue with character columns in data frames, that occured for 3.5+ versions of R</PackageReleaseNotes>
2121
<PackageTags>interop R statistical language</PackageTags>
2222
</PropertyGroup>
2323
</Project>

‎RDotNet.TestBase/RDotNet.TestBase.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>{B9E15660-096F-45FB-82E3-3C21BBE986DF}</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.8.1</Version>
9+
<Version>1.8.2</Version>
1010
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1111
<Description>A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.</Description>
1212
<!-- <Product>R.NET</Product>-->
@@ -17,7 +17,7 @@
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<RepositoryUrl>https://github.com/jmp75/rdotnet</RepositoryUrl>
1919
<PackageProjectUrl>https://github.com/jmp75/rdotnet</PackageProjectUrl>
20-
<PackageReleaseNotes>Migration to .NET Standard 2.0, support for R 3.5.x, and moving to an MIT license</PackageReleaseNotes>
20+
<PackageReleaseNotes>Fix an issue with character columns in data frames, that occured for 3.5+ versions of R</PackageReleaseNotes>
2121
<PackageTags>interop R statistical language</PackageTags>
2222
</PropertyGroup>
2323
<PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'Debug|x86'">

‎RDotNet.Tests/RDotNet.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>{6C456A2E-FBB5-44DA-B0D2-FE76C49FCD06}</ProjectGuid>
77
<OutputType>Library</OutputType>
88
<TargetFramework>netcoreapp2.0</TargetFramework>
9-
<Version>1.8.1</Version>
9+
<Version>1.8.2</Version>
1010
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1111
<Description>A .NET interoperability library to access the R statistical language runtime from .NET languages. The library is designed for fast data exchange, in process.</Description>
1212
<!-- <Product>R.NET</Product>-->
@@ -17,7 +17,7 @@
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1818
<RepositoryUrl>https://github.com/jmp75/rdotnet</RepositoryUrl>
1919
<PackageProjectUrl>https://github.com/jmp75/rdotnet</PackageProjectUrl>
20-
<PackageReleaseNotes>Migration to .NET Standard 2.0, support for R 3.5.x, and moving to an MIT license</PackageReleaseNotes>
20+
<PackageReleaseNotes>Fix an issue with character columns in data frames, that occured for 3.5+ versions of R</PackageReleaseNotes>
2121
<PackageTags>interop R statistical language</PackageTags>
2222
</PropertyGroup>
2323
<ItemGroup>

‎RELEASE_NOTES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

2-
##1.8.0
2+
##1.8.2
3+
4+
* Fix for[Data frame with character columns: unexpected results with R 3.5+](https://github.com/jmp75/rdotnet/issues/97). Thanks to Luke Rasmussen for this.
5+
* R.NET can on all recent R versions from 3.4 onwards. While not extensively tested, any of the R 3.X releases should be supported. Note that on Linux only 3.5.y is supported due to a difficulty in detecting R versions on that OS.
6+
* R.NET assemblies now target netstandard2.0 and support .NET core (2.0) and .NET framework (4.6.1+ but preferably 4.7.2 see[.NET implementation support](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support) )
7+
* Key contributions by Luke Rasmussen, David Pendray and others are gratefully acknowledged to make this release possible
8+
9+
##1.8.1
310

411
* R.NET can now also run on all recent R versions in the 3.4 and 3.5 series. While not extensively tested any of the R 3.X series should be supported. Note that on Linux only 3.5.y is supported due to a difficulty in detecting R versions on that OS.
512
* R.NET assemblies now target netstandard2.0 and support .NET core (2.0) and .NET framework (4.6.1+ but preferably 4.7.2 see[.NET implementation support](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support) )
@@ -13,3 +20,7 @@
1320
* 1.6.3 - Fixed github#14 (failing to parse things such as cat('this has # hash');). Known limitation: multi-line R character strings still not parsed correctly. Use Paket for dependency management. Use FAKE. Fix incorrect dependency for R.NET.Fsharp
1421
* 1.6.2 - Fixed github#14 (failing to parse things such as cat('this has # hash');). Known limitation: multi-line R character strings still not parsed correctly. Use Paket for dependency management. Use FAKE.
1522
* 1.6.0 - Fix issue where some code commented out was still executed.
23+
24+
25+
26+

‎TestApps/EngineDisposeTest/EngineDisposeTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>{24C4E968-73D4-44AE-9788-415A40DDA4F0}</ProjectGuid>
77
<OutputType>Exe</OutputType>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.8.1</Version>
9+
<Version>1.8.2</Version>
1010
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1111
<!-- <Description>Description</Description>
1212
<Product>Product</Product>

‎TestApps/MeasureRuntime/MeasureRuntime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>{ACB361F9-C04B-4265-9295-F9D57F2A6789}</ProjectGuid>
77
<OutputType>Exe</OutputType>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.8.1</Version>
9+
<Version>1.8.2</Version>
1010
<Copyright>(c) 2014-2019 Jean-Michel Perraud and others see https://github.com/jmp75/rdotnet/blob/master/License.txt</Copyright>
1111
<!-- <Description>Description</Description>
1212
<Product>Product</Product>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp