From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 15:43:50 +0200 Subject: Finish the Step 1 calculator including tests Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer --- R/FOCUS_Step_12_scenarios.R | 3 +++ 1 file changed, 3 insertions(+) (limited to 'R/FOCUS_Step_12_scenarios.R') diff --git a/R/FOCUS_Step_12_scenarios.R b/R/FOCUS_Step_12_scenarios.R index cb0654a..f28f03d 100644 --- a/R/FOCUS_Step_12_scenarios.R +++ b/R/FOCUS_Step_12_scenarios.R @@ -1,3 +1,6 @@ +# Register global variables +if(getRversion() >= '2.15.1') utils::globalVariables("FOCUS_Step_12_scenarios") + #' Step 1/2 scenario data as distributed with the FOCUS Step 1/2 calculator #' #' The data were extracted from the scenario.txt file using the R code shown below. -- cgit v1.2.3