public code v1

This commit is contained in:
2026-05-22 11:14:29 +02:00
parent 427197ec5a
commit b8141736eb
28859 changed files with 575079 additions and 0 deletions
@@ -0,0 +1,61 @@
invalid_jri=Invalid JRI
invalid_jri_version=Invalid JRI version
invalid_r_home=Invalid R_HOME
r_home_not_setted=R_HOME not setted
r_manual_linux=R configuration for AFRYCA\
\n\n\
1 - Open R\
\n\n\
2 - Set R_HOME environment var. Execute in R the following command:\
\n\
\tR.home()\
\n\
\tSet the return at system environment var R_HOME (without '"' character).\
\n\n\
3 - Optional - Install rJava (if it is not installed yet)\
\n\
\tinstall.packages("rJava")\
\n\n\
4 - Set JRI value in afryca.ini. Execute in R the following command:\
\n\
\tsystem.file("jri",package="rJava")\
\n\
\tModify the REPLACE value in afryca.ini with the previous value\
\n\
\t(without '"' character) adding a final '/' character.
r_manual_windows=Configuring R for AFRYCA\
\n\n\
1 - Open Rgui.exe with administrator permissions\
\n\n\
2 - set the environment variable R_HOME. Execute the command in Rgui:\
\n\
\tR.home()\
\n\
\tEstablish the value for the variable R_HOME (without the signs '"').\
\n\n\
3 - Add the path R_HOME\\bin[\\x64] to the PATH environment variable.\
\n\n\
4 - Optional - Install rJava (if it is not already installed)\
\n\
\tinstall.packages ("rJava")\
\n\n\
5 - Optional - Install Rsolnp (if it is not already installed)\
\n\
\tinstall.packages ("Rsolnp")\
\n\n\
6 - Execute the command in Rgui:\
\n\tsystem.file ("jri", package = "rJava")\
\n\
\tAdd to the PATH variable the previous value\\[x64]\
\n\n\
7 - set JRI in file afryca.ini. Execute the command in Rgui:\
\n\
\tsystem.file ("jri", package = "rJava")\
\n\
\tModify the REPLACE value of afryca.ini with this value.\
\n\
\tIf you are using 64-bit binaries add /x64 to the previous value\
\n\
\t (is usually the name of this directory ...).\
\n\
\tC: / Users /.../rJava/jri -> C: / Users /.../ jri / x64
@@ -0,0 +1,52 @@
invalid_jri=JRI inválido
invalid_jri_version=Versión de JRI inválida
invalid_r_home=Variable de entorno ''R_HOME'' inválida
r_home_not_setted=Variable de entorno ''R_HOME'' no establecida
r_manual_linux=Configuración de R para AFRYCA\
\n\n\
1 - Abrir R\
\n\n\
2 - Establecer la variable de entorno R_HOME. Ejecutar en R el comando:\
\n\
\tR.home()\
\n\
\tEstablecer el valor para la variable R_HOME (sin los signos '"').\
\n\n\
3 - Opcional - Instalar rJava (si aún no está instalado)\
\n\
\tinstall.packages("rJava")\
\n\n\
4 - Establecer JRI en afryca.ini. Ejecutar en R el comando:\
\n\
\tsystem.file("jri",package="rJava")\
\n\
\tModificar el valor REPLACE de afryca.ini con este valor\
\n\
\t(sin los signos '"') añadiendo al final el signo '/'.
r_manual_windows=Configuración de R para AFRYCA\
\n\n\
1 - Abrir Rgui.exe\
\n\n\
2 - Establecer la variable de entorno R_HOME. Ejecutar en Rgui el comando:\
\n\
\tR.home()\
\n\
\tEstablecer el valor para la variable R_HOME (sin los signos '"').\
\n\n\
3 - Añadir Rcmd.exe al PATH (<R_HOME>\\bin[\\x64]).\
\n\n\
4 - Opcional - Instalar rJava (si aún no está instalado)\
\n\
\tinstall.packages("rJava")\
\n\n\
5 - Establecer JRI en afryca.ini. Ejecutar en Rgui el comando:\
\n\
\tsystem.file("jri",package="rJava")\
\n\
\tModificar el valor REPLACE de afryca.ini con este valor.\
\n\
\tSi está usando los binarios de 64 bits añada /x64 al valor anterior\
\n\
\t(es habitualmente el nombre de este directorio...).\
\n\
\tC:/Users /.../rJava/jri -> C:/Users/.../jri/x64