Skip to content

Commit

Permalink
Merge pull request #24 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
Pulling changes from the main
  • Loading branch information
deaspo committed Nov 14, 2015
2 parents d200745 + 6b5dabe commit 893f200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instat/rLink.vb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Imports System.Text
Imports System.Threading.Tasks

Public Class RInterface
' R interface class. Each instance of the class has its own REngine instanc
' R interface class. Each instance of the class has its own REngine instance
Dim climateObjectPath As String = "C:\\ClimateObject\\R"
Dim InstatObjectPath As String = "C:\\InstatObject\\R" 'path to the Instat object
Dim clsEngine As REngine
Expand Down Expand Up @@ -141,4 +141,4 @@ Public Class RInterface
temp_metadata = clsEngine.Evaluate("x").AsDataFrame()
Return New Tuple(Of DataFrame, DataFrame, DataFrame)(temp_data, temp_metadata, temp_variables)
End Function
End Class
End Class

0 comments on commit 893f200

Please sign in to comment.