RScript 1.0.11

dotnet add package RScript --version 1.0.11                
NuGet\Install-Package RScript -Version 1.0.11                
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="RScript" Version="1.0.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RScript --version 1.0.11                
#r "nuget: RScript, 1.0.11"                
#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 RScript as a Cake Addin
#addin nuget:?package=RScript&version=1.0.11

// Install RScript as a Cake Tool
#tool nuget:?package=RScript&version=1.0.11                

Creates an object model which represents a valid R script.

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.

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
1.0.11 742 11/9/2023
1.0.10 250 11/5/2023
1.0.9 235 10/23/2023
1.0.8 157 10/17/2023
1.0.7 175 9/23/2023
1.0.6 7,471 4/24/2022
1.0.5 439 4/18/2022
1.0.4 351 11/17/2021
1.0.3 296 11/17/2021
1.0.2 344 10/27/2021
1.0.1 319 10/22/2021
1.0.0 316 10/21/2021

Added support for double question mark operator and ensured that operators work correctly with constant strings.