Skip to content

Commit

Permalink
minor: add lib.r in <required_files>
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCode404 committed Nov 21, 2024
1 parent c89c2dd commit 3924d96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/camera/findAdducts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<required_files>
<include type="literal" path="CAMERA_findAdducts.R"/>
<include type="literal" path="lib.r"/>
</required_files>

<command detect_errors="exit_code"><![CDATA[
Expand Down
1 change: 1 addition & 0 deletions tools/camera/findIsotopes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<required_files>
<include type="literal" path="CAMERA_findIsotopes.R"/>
<include type="literal" path="lib.r"/>
</required_files>

<command detect_errors="exit_code"><![CDATA[
Expand Down
1 change: 1 addition & 0 deletions tools/camera/groupCorr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<required_files>
<include type="literal" path="CAMERA_groupCorr.R"/>
<include type="literal" path="lib.r"/>
</required_files>

<command detect_errors="exit_code"><![CDATA[
Expand Down
1 change: 1 addition & 0 deletions tools/camera/groupFWHM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<required_files>
<include type="literal" path="CAMERA_groupFWHM.R"/>
<include type="literal" path="lib.r"/>
</required_files>

<command detect_errors="exit_code"><![CDATA[
Expand Down

0 comments on commit 3924d96

Please sign in to comment.