Skip to content

Commit 1ad36c4

Browse files
committed
[processing] added support for online R scripts
1 parent 70023db commit 1ad36c4

34 files changed

+30
-605
lines changed

python/plugins/processing/algs/r/RAlgorithmProvider.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from processing.gui.DeleteScriptAction import DeleteScriptAction
3737
from processing.gui.CreateNewScriptAction import CreateNewScriptAction
3838
from processing.script.WrongScriptException import WrongScriptException
39-
39+
from processing.gui.GetScriptsAndModels import GetRScriptsAction
4040
from processing.tools.system import isWindows
4141

4242
from RUtils import RUtils
@@ -53,6 +53,7 @@ def __init__(self):
5353
self.activate = False
5454
self.actions.append(CreateNewScriptAction(
5555
self.tr('Create new R script'), CreateNewScriptAction.SCRIPT_R))
56+
self.actions.append(GetRScriptsAction())
5657
self.contextMenuActions = \
5758
[EditScriptAction(EditScriptAction.SCRIPT_R),
5859
DeleteScriptAction(DeleteScriptAction.SCRIPT_R)]

python/plugins/processing/algs/r/scripts/Advanced_raster_histogram.rsx

-20
This file was deleted.

python/plugins/processing/algs/r/scripts/Advanced_raster_histogram.rsx.help

-22
This file was deleted.

python/plugins/processing/algs/r/scripts/F_function.rsx

-8
This file was deleted.

python/plugins/processing/algs/r/scripts/F_function.rsx.help

-26
This file was deleted.

python/plugins/processing/algs/r/scripts/Frequency_table.rsx

-4
This file was deleted.

python/plugins/processing/algs/r/scripts/Frequency_table.rsx.help

-26
This file was deleted.

python/plugins/processing/algs/r/scripts/G_function.rsx

-8
This file was deleted.

python/plugins/processing/algs/r/scripts/G_function.rsx.help

-26
This file was deleted.

python/plugins/processing/algs/r/scripts/Histogram.rsx

-5
This file was deleted.

python/plugins/processing/algs/r/scripts/Histogram.rsx.help

-14
This file was deleted.

python/plugins/processing/algs/r/scripts/Kolmogrov-Smirnov_test.rsx

-5
This file was deleted.

python/plugins/processing/algs/r/scripts/Kolmogrov-Smirnov_test.rsx.help

-20
This file was deleted.

python/plugins/processing/algs/r/scripts/Minimum_convex_polygon.rsx

-7
This file was deleted.

python/plugins/processing/algs/r/scripts/Minimum_convex_polygon.rsx.help

-36
This file was deleted.

python/plugins/processing/algs/r/scripts/Monte-Carlo_spatial_randomness.rsx

-12
This file was deleted.

python/plugins/processing/algs/r/scripts/Monte-Carlo_spatial_randomness.rsx.help

-34
This file was deleted.

python/plugins/processing/algs/r/scripts/Quadrat_analysis.rsx

-10
This file was deleted.

python/plugins/processing/algs/r/scripts/Quadrat_analysis.rsx.help

-26
This file was deleted.

python/plugins/processing/algs/r/scripts/Random_sampling_grid.rsx

-6
This file was deleted.

python/plugins/processing/algs/r/scripts/Random_sampling_grid.rsx.help

-26
This file was deleted.

python/plugins/processing/algs/r/scripts/Raster_histogram.rsx

-4
This file was deleted.

0 commit comments

Comments
 (0)