RInsightF461 0.0.10

dotnet add package RInsightF461 --version 0.0.10
NuGet\Install-Package RInsightF461 -Version 0.0.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RInsightF461" Version="0.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RInsightF461 --version 0.0.10
#r "nuget: RInsightF461, 0.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RInsightF461 as a Cake Addin
#addin nuget:?package=RInsightF461&version=0.0.10

// Install RInsightF461 as a Cake Tool
#tool nuget:?package=RInsightF461&version=0.0.10

RInsightF461 library

Overview

This library is equivalent to the RInsight library, but it is targeted at the .NET Framework 4.6.1 (rather than .NET 7.0). This library parses script written in the R programming language and creates a .NET recursive object model of the R statements and their components. The object model can be easily analyzed and updated within the .NET environment. If needed, the library can also generate new R script from an updated model. This library has potential applications within R editors, R formatters, R GUI builders and R static analysis tools. For an example of this library in use, please see R-Instat.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.10 961 2/16/2024
0.0.9 90 2/11/2024
0.0.8 79 1/21/2024
0.0.7 548 1/8/2024
0.0.6 57 1/7/2024
0.0.5 71 1/5/2024
0.0.4 81 1/5/2024
0.0.3 61 1/5/2024
0.0.2 101 12/24/2023
0.0.1 99 12/24/2023

Added support for := and !! operators. Also ensured that end statements in else blocks correctly identified.