Skip to content

Commit 33f73df

Browse files
committed
Mark Simple R sample models for manual previews
1 parent 8d60606 commit 33f73df

10 files changed

Lines changed: 15 additions & 15 deletions

Code Examples/Extensions Examples/sr/boxplot-example.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,5 +846,5 @@ This section could contain a reference to the model's URL on the web if it has o
846846
</indicator>
847847
</shape>
848848
</linkShapes>
849-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
849+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
850850
</model>

Code Examples/Extensions Examples/sr/datafile-example.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,5 +829,5 @@ This section could contain a reference to the model's URL on the web if it has o
829829
</indicator>
830830
</shape>
831831
</linkShapes>
832-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
832+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
833833
</model>

Code Examples/Extensions Examples/sr/diversity-example.nlogox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ to calc-diversity
148148
]
149149
set counter counter + 1
150150
]
151-
151+
152152
set-histogram-num-bars 20
153153
set-current-plot "pielou"
154154
histogram filter is-number? [pielou] of patches
@@ -964,5 +964,5 @@ This section could contain a reference to the model's URL on the web if it has o
964964
</indicator>
965965
</shape>
966966
</linkShapes>
967-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
967+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
968968
</model>

Code Examples/Extensions Examples/sr/example1.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,5 +810,5 @@ This section could contain a reference to the model's URL on the web if it has o
810810
</indicator>
811811
</shape>
812812
</linkShapes>
813-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
813+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
814814
</model>

Code Examples/Extensions Examples/sr/interactiveShell.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,5 +801,5 @@ This section could contain a reference to the model's URL on the web if it has o
801801
</indicator>
802802
</shape>
803803
</linkShapes>
804-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
804+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
805805
</model>

Code Examples/Extensions Examples/sr/package-example.nlogox

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extensions [sr]
2020
2121
to test-pcf1
2222
sr:setup
23-
23+
2424
;; creates a plot of the pair correlation function (after Stoyan)
2525
;; for the example dataset "simdat"
2626
sr:run "library(spatstat)"
@@ -46,10 +46,10 @@ end
4646
4747
to test-pcf2
4848
clear-all
49-
49+
5050
;; comment out the next line if you want new behavior each time
5151
random-seed 42415
52-
52+
5353
;;If you do comment it out
5454
;;If you may get the error
5555
;;Extension exception: object 'agppp' not found
@@ -61,7 +61,7 @@ to test-pcf2
6161
;;was executed there was an error
6262
;;which produced a message in the command center such as
6363
;;Warning from R environment: 3 points were rejected as lying outside the specified window
64-
64+
6565
sr:setup
6666
;; creates 20 turtles and distribute them over the world randomly.
6767
;; Assigns an R-point-pattern from the locations of the turtles and calculates the pair correlation function.
@@ -857,5 +857,5 @@ This section could contain a reference to the model's URL on the web if it has o
857857
</indicator>
858858
</shape>
859859
</linkShapes>
860-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
860+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
861861
</model>

Code Examples/Extensions Examples/sr/patchesToRMatrix.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,5 +802,5 @@ This section could contain a reference to the model's URL on the web if it has o
802802
</indicator>
803803
</shape>
804804
</linkShapes>
805-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
805+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
806806
</model>

Code Examples/Extensions Examples/sr/plot-example1.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,5 +804,5 @@ This section could contain a reference to the model's URL on the web if it has o
804804
</indicator>
805805
</shape>
806806
</linkShapes>
807-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
807+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
808808
</model>

Code Examples/Extensions Examples/sr/plot-to-file-example.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,5 +798,5 @@ This section could contain a reference to the model's URL on the web if it has o
798798
</indicator>
799799
</shape>
800800
</linkShapes>
801-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
801+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
802802
</model>

Code Examples/Extensions Examples/sr/rscript-example.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,5 +782,5 @@ This section could contain a reference to the model's URL on the web if it has o
782782
</indicator>
783783
</shape>
784784
</linkShapes>
785-
<previewCommands>setup repeat 75 [ go ]</previewCommands>
785+
<previewCommands>need-to-manually-make-preview-for-this-model</previewCommands>
786786
</model>

0 commit comments

Comments
 (0)