Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ vignettes/*.pdf
.Renviron

# Visual studio
*.vs/
*.vs/

# Metadata
.metadata

# SyncroSim packages
*.ssimpkg
5 changes: 3 additions & 2 deletions src/package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="helloworldUncertainty" displayName="Hello World Uncertainty (R)" description="Example demonstrating how to use iterations with an R model" version="2.1.1" url="https://apexrms.github.io/helloworldEnhanced/" minSyncroSimVersion="3.1.0">
<package name="helloworldUncertainty" displayName="Hello World Uncertainty (R)" description="Example demonstrating how to use iterations with an R model" version="2.1.2" url="https://apexrms.github.io/helloworldEnhanced/" minSyncroSimVersion="3.1.0">

<!--Scenario Datasheets-->

Expand All @@ -19,7 +19,8 @@
</dataSheet>

<!--Transformers-->
<transformer name="Main" displayName="Hello World Uncertainty (R)" programArguments="model.R" condaEnv="helloworldR.yml" condaEnvVersion="3">
<transformer name="Main" displayName="Hello World Uncertainty (R)" programArguments="model.R" isStochasticTime="True"
condaEnv="helloworldR.yml" condaEnvVersion="3">
<dataSheet name="RunControl" type="Input"/>
<dataSheet name="InputDatasheet" type="Input"/>
<dataSheet name="OutputDatasheet" type="Output"/>
Expand Down