﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1110	Comprobacion automática de software externo a tol	lmperez@…	Víctor de Buen Remiro	"Hola TOL, ¿sería posible que TOL hiciese la comprobación pertinente de si existe software externo a él mismo que precise para alguna tarea?
Por ejemplo, ¿existe la variable de entorno de R? algo así:
{{{
Real Exist.R.Path(Real void)
{
  Text path   = GetEnv(""path"");
  Set  tknz   = Tokenizer(path;"";"");
  Set select1 = Select(tknz,Real (Text var){ TextFind(var,""\R\\"") });
  Set select2 = Select(tknz,Real (Text var){ TextFind(var,""\bin"") });
  Set select  = select1*select2;

  Real exist.path = If(Card(select),True,{
    WriteLn(""La variable de entorno path no contiene el bin de R.exe"",""E"")
  })
});
}}}

No se que os parece la idea"	defect	closed	low		ASCII data files	2.0.1	trivial	fixed		
