Skip to content

Commit

Permalink
Update dependency to R.NET 1.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp75 committed Jun 8, 2015
1 parent aea7143 commit a423be5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 21 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
* 1.1.4-alpha - Fix load script in the NuGet package
* 1.1.5-alpha - Downgrade R.NET version and update load script
* 1.1.6 - Mono support & use and support Paket + minor improvements
* 1.1.8 - Simplify load script (RProvider.fsx), improve logging
* 1.1.8 - Simplify load script (RProvider.fsx), improve logging
* 1.1.9 - Update to R.NET 1.6.3
7 changes: 4 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ source https://www.nuget.org/api/v2
nuget FsCheck.Xunit
nuget FSharp.Data
nuget FSharp.Formatting
nuget R.NET.Community 1.6
nuget R.NET.Community.FSharp 0.1.14
nuget xunit.runners
nuget R.NET.Community 1.6.3
nuget R.NET.Community.FSharp 1.6.3
nuget xunit.runners 1.9.2
nuget xunit 1.9.2
nuget FAKE
nuget NuGet.CommandLine
nuget ILRepack
Expand Down
33 changes: 18 additions & 15 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,32 @@ NUGET
remote: https://www.nuget.org/api/v2
specs:
DynamicInterop (0.7.4)
FAKE (3.13.4)
FAKE (3.34.7)
FsCheck (1.0.4)
FsCheck.Xunit (1.0.4)
FsCheck (>= 1.0.4)
xunit (>= 1.9.2)
FSharp.Compiler.Service (0.0.81)
FSharp.Compiler.Service (0.0.89)
FSharp.Core (3.0.2)
FSharp.Data (2.1.1)
FSharp.Data (2.2.2)
Zlib.Portable (>= 1.10.0) - framework: portable-net40+sl50+wp80+win80
FSharp.Formatting (2.6.0)
FSharp.Compiler.Service (>= 0.0.81)
ILRepack (1.25.0)
NuGet.CommandLine (2.8.3)
R.NET.Community (1.6)
DynamicInterop (>= 0.7.4)
R.NET.Community.FSharp (0.1.14)
R.NET.Community (>= 1.6)
FSharp.Formatting (2.9.6)
FSharp.Compiler.Service (>= 0.0.87)
FSharpVSPowerTools.Core (1.8.0)
FSharpVSPowerTools.Core (1.8.0)
FSharp.Compiler.Service (>= 0.0.87)
ILRepack (2.0.0)
NuGet.CommandLine (2.8.5)
R.NET.Community (1.6.3)
DynamicInterop (0.7.4)
R.NET.Community.FSharp (1.6.3)
R.NET.Community (>= 1.6.3)
xunit (1.9.2)
xunit.runners (1.9.2)
Zlib.Portable (1.10.0)
Zlib.Portable (1.10.0) - framework: portable-net40+sl50+wp80+win80
GITHUB
remote: fsprojects/FSharp.TypeProviders.StarterPack
specs:
src/DebugProvidedTypes.fs (877014bfa6244ac382642e113d7cd6c9bc27bc6d)
src/ProvidedTypes.fs (877014bfa6244ac382642e113d7cd6c9bc27bc6d)
src/ProvidedTypes.fsi (877014bfa6244ac382642e113d7cd6c9bc27bc6d)
src/DebugProvidedTypes.fs (70080986a4226e8218af09386cceb42e7a0ff00e)
src/ProvidedTypes.fs (70080986a4226e8218af09386cceb42e7a0ff00e)
src/ProvidedTypes.fsi (70080986a4226e8218af09386cceb42e7a0ff00e)
4 changes: 2 additions & 2 deletions src/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("BlueMountain Capital")>]
[<assembly: AssemblyProductAttribute("RProvider")>]
[<assembly: AssemblyDescriptionAttribute("An F# Type Provider providing strongly typed access to the R statistical package.")>]
[<assembly: AssemblyVersionAttribute("1.1.8")>]
[<assembly: AssemblyFileVersionAttribute("1.1.8")>]
[<assembly: AssemblyVersionAttribute("1.1.9")>]
[<assembly: AssemblyFileVersionAttribute("1.1.9")>]
do ()

0 comments on commit a423be5

Please sign in to comment.