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.
<PackageVersion Include="RScript" Version="1.0.11" />
                    
Directory.Packages.props
<PackageReference Include="RScript" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package RScript@1.0.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RScript&version=1.0.11
                    
Install as a Cake Addin
#tool nuget:?package=RScript&version=1.0.11
                    
Install as a Cake Tool

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 1,557 11/9/2023
1.0.10 260 11/5/2023
1.0.9 257 10/23/2023
1.0.8 178 10/17/2023
1.0.7 196 9/23/2023
1.0.6 7,511 4/24/2022
1.0.5 483 4/18/2022
1.0.4 397 11/17/2021
1.0.3 340 11/17/2021
1.0.2 395 10/27/2021
1.0.1 367 10/22/2021
1.0.0 359 10/21/2021

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