Warning: Declaration of action_plugin_edittable_sectionjump::register(Doku_Event_Handler &$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/www/gavg712.com/redaccion/lib/plugins/edittable/action/sectionjump.php on line 16

Warning: Declaration of action_plugin_latexit::register(Doku_Event_Handler &$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/www/gavg712.com/redaccion/lib/plugins/latexit/action.php on line 31

Warning: Declaration of action_plugin_discussion::register(&$contr) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/www/gavg712.com/redaccion/lib/plugins/discussion/action.php on line 27

Warning: Declaration of action_plugin_geonav::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/www/gavg712.com/redaccion/lib/plugins/geonav/action.php on line 22

Warning: Declaration of action_plugin_openlayersmap::register(Doku_Event_Handler &$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/www/gavg712.com/redaccion/lib/plugins/openlayersmap/action.php on line 33

Warning: Declaration of action_plugin_mathjax_enable::register(Doku_Event_Handler &$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/www/gavg712.com/redaccion/lib/plugins/mathjax/action/enable.php on line 21

Warning: Declaration of action_plugin_colorbox::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/www/gavg712.com/redaccion/lib/plugins/colorbox/action.php on line 22

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/www/gavg712.com/redaccion/inc/parser/handler.php on line 1427

Warning: Cannot modify header information - headers already sent by (output started at /home/www/gavg712.com/redaccion/lib/plugins/edittable/action/sectionjump.php:36) in /home/www/gavg712.com/redaccion/inc/auth.php on line 542

Warning: preg_match(): Compilation failed: invalid range in character class at offset 4013 in /home/www/gavg712.com/redaccion/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

Warning: preg_match(): Compilation failed: invalid range in character class at offset 4013 in /home/www/gavg712.com/redaccion/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

Warning: Cannot modify header information - headers already sent by (output started at /home/www/gavg712.com/redaccion/lib/plugins/edittable/action/sectionjump.php:36) in /home/www/gavg712.com/redaccion/lib/plugins/latexit/renderer.php on line 327

Warning: Cannot modify header information - headers already sent by (output started at /home/www/gavg712.com/redaccion/lib/plugins/edittable/action/sectionjump.php:36) in /home/www/gavg712.com/redaccion/lib/plugins/latexit/renderer.php on line 328
\documentclass[a4paper, twoside, 10pt]{article} \usepackage[utf8x]{inputenc} \usepackage[graphics]\usepackage[spanish]{babel} \begin{document} \title{} \author{} \date{\today} \maketitle Para instalar Rgdal en ubuntu se requiere primero instalar libgdal-dev y libproj-dev * sudo apt-get install aptitude \# Se requiere //aptitude// porque //apt-get// crea error al instalar rgdal * sudo aptitude install libgdal-dev \# instala y configura el paquete //gdal library// * sudo aptitude install libproj-dev \# instala y configura el paquete //proj.4 projection library// * sudo R \# Abre el entorno de desarrollo de R * install.packages('rgdal') \#Instala el paquete de RGDAL desde en entorno R \end{document}