Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8746 from lloyddewit/scriptIfElse
Browse files Browse the repository at this point in the history
Added support for all R key words to Script window
  • Loading branch information
N-thony authored Feb 19, 2024
2 parents ba5c440 + af502b9 commit 9c73b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions instat/instat.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
<Reference Include="RDotNet, Version=1.8.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\R.NET.1.8.2\lib\netstandard2.0\RDotNet.dll</HintPath>
</Reference>
<Reference Include="RInsightF461, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\RInsightF461.0.0.7\lib\net461\RInsightF461.dll</HintPath>
<Reference Include="RInsightF461, Version=0.0.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\RInsightF461.0.0.10\lib\net461\RInsightF461.dll</HintPath>
</Reference>
<Reference Include="ScintillaNET, Version=3.6.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\jacobslusser.ScintillaNET.3.6.3\lib\net40\ScintillaNET.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion instat/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<package id="Microsoft.Win32.Registry" version="4.5.0" targetFramework="net461" />
<package id="NLog" version="5.1.0" targetFramework="net461" />
<package id="R.NET" version="1.8.2" targetFramework="net461" />
<package id="RInsightF461" version="0.0.7" targetFramework="net461" />
<package id="RInsightF461" version="0.0.10" targetFramework="net461" />
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.113.3" targetFramework="net461" />
<package id="System.Collections.Specialized" version="4.3.0" targetFramework="net461" />
<package id="System.Data.SQLite.Core" version="1.0.113.7" targetFramework="net461" />
Expand Down

0 comments on commit 9c73b4b

Please sign in to comment.