Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kdorheim committed Jul 9, 2024
1 parent 7c95eb9 commit 2aac158
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "/Users/dorh012/Documents/Hector-WD/hector"
launchStyle = "0"
useCustomWorkingDirectory = "YES"
customWorkingDirectory = "${HECTORDIR}"
customWorkingDirectory = "/Users/dorh012/Documents/Hector-WD/hector"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
Expand All @@ -53,7 +54,7 @@
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "/Users/dorh012/Documents/Hector-WD/hector/inst/input/hector_ssp245.ini"
argument = "./inst/input/hector_ssp245.ini"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
Expand Down
10 changes: 8 additions & 2 deletions scripts/OutputDifferences.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
knitr::opts_chunk$set(echo = TRUE)
```

## Differences in Hector outputs

Hello, this is `leeyabot`!

## Differences from last commit

``` {r differences, echo = FALSE, message = FALSE, include = FALSE}
# Load packages
library(dplyr)
Expand Down Expand Up @@ -163,3 +163,9 @@ if(!SAME) {
ggsave("comp_plot.png", plot = comp_plot, height = 6, width = 9)
}
```


## Differences from last release

TODO ADD here

0 comments on commit 2aac158

Please sign in to comment.