Displaying 20 results from an estimated 46 matches for "creadores".
Did you mean:
creador
2010 Jun 01
0
Curso de Friedrich Leisch, creador de Sweave, en Barcelona
Estimados/as miembros de la lista,
Tenemos el placer de anunciar que del día 28 de junio al día 1 de julio de
2010 se impartirá en Barcelona un curso de creación de librerías R (junto
con algún otro tema, incluyendo Sweave) a cargo de Friedrich Leisch, autor
de Sweave. El curso se impartirá en inglés. Los detalles sobre el mismo se
pueden consultar en
2017 Mar 16
6
Pregunta (debate) sobre licencia R
Hola buenos días, una pregunta que quiero realizar de R sobre el tema de la licencia y que me inquieta un poco, a ver si alguien me la puede responder de un modo suficientemente claro o referirme a algún sitio donde informarme porque yo por el momento estoy un poco liado.
Imaginemos el siguiente ejemplo. Una empresa crea un software totalmente basado en R para comercializarlo o alguien realiza
2017 Jan 03
2
How to show boot prompt and edit kernel cmdline from serial?
For testing purposses, I'm trying to hook on QEmu an ISO image that
start automatically with syslinux (just a DEFAULT label and no TIMEOUT
option) and change the kernel arguments to redirect the console to a
serial port instead of the screen.
So far I've seen that the SERIAL statement give me a welcome message
and the loading of the kernel and initramfs on the serial port (but
curiously,
2016 Dec 20
3
How to install manually?
I'm trying to install SysLinux on a disk image as part of NodeOS
automated build process, but seems SysLinux requires administrative
priviledges. I suposse this is needed because `syslinux` command try
to mount the disk image / device to store the needed files, that
otherwise would be have been written before and this step omitted. The
other half would be to write the MBR bootloader, that
2017 Mar 16
2
Pregunta (debate) sobre licencia R
Hola, ¿qué tal?
¿Qué significa "basado en R"? ¿Modificando el código fuente de R? No te
refieres a "un programa escrito en R", ¿verdad?
Un saludo,
Carlos J. Gil Bellosta
http://www.datanalytics.com
El 16 de marzo de 2017, 17:43, Francisco Rodríguez <fjroar en hotmail.com>
escribió:
> Hola buenos días, una pregunta que quiero realizar de R sobre el tema de
> la
2017 Jun 19
3
Problema con Histograma con porcentajes usando ggplot
Muchas gracias. Me puede recomendar algún libro donde poder empezar.
Gracias
El 18/06/2017 9:46 p. m., <javier.ruben.marcuzzi en gmail.com> escribió:
>
>
> Estimado Antonio Rodriguez Andres
>
>
>
> Usted dice que está en sus inicios con R, y desea realizar un gráfico.
> Esto no es problema, el inconveniente es que está mezclando librerías, es
> lógico, se puede
2018 May 10
2
anchura chunk en pdf
Buenas!
La solución es modificar la anchura del.output:
opts_knit$set(width = 80)
El numero indica el ancho en caracteres.
La orden se suele poner en el primer chunk con include=FALSE en las
opciones del chunk.
Aquí tienes mas información
https://yihui.name/knitr/options/
Espero que te sirva!
El jue., 10 may. 2018 19:27, Javier Nieto <mac_javi en hotmail.com> escribió:
> Hola,
2015 Apr 08
2
Temas para word markdown
Buenas, estaba siguiendo el hilo de Informes Periódicos en R de Jesus
Herranz y me surgió una duda. Actualmente estoy tratando de usar
markdown para todo así cualquier cosa que haga me queda presentable para
informar o presentar en algún lugar. En general estoy usando html y o
pdf principalmente porque cuando trato de compilar en word la verdad que
queda bastante feíto.
Alguién sabe, o puede
2015 Apr 04
3
Is efiboot.img required?
Quoting http://www.syslinux.org/wiki/index.php/Isohybrid#UEFI:
"The additional isohybrid feature for UEFI adds a partition to the MBR
partition table pointing to the same file in the ISO 9660 filesystem
as does the El Torito catalog entry for EFI."
According to this (and can be see using fdisk) it's being created a
partition-inside-partition just by setting its start and end
2015 Apr 04
0
USB pendrive with IsoHybrid don't boot on MacBook Pro (EFI)
I'm developing my own Linux-kernel OS
(https://github.com/NodeOS/NodeOS) and I have been able to build a
live ISO using IsoHybrid. Point is, it doesn't work on my MacBook Pro
(Quad-core, 2.66GHz, 8GB), only on BIOS-based PCs. rEFInd show a new
"Legacy OS" entry for the pendrive, but after some seconds it shows
the "Not found Operating System -- Insert boot disk and press any
2015 Apr 05
0
Is efiboot.img required?
> Would it be desirable to explain how Fedora et.al.
> created their FAT boot images by help of old or new
> GRUB ?
> (If developers of EFI bootable ISOs are reading this,
> please give a short sketch of the procedure.)
I did it by including the Linux kernel and the initramfs, but that's
sub-optimal since I need to have them in two places. That's why I
asked about re-using
2015 Apr 05
0
Is efiboot.img required?
> None of the ISOs i know has this stuff in the FAT image.
> There must be some way for GRUB/GRUB2 to escape from FAT
> into the ISO.
> debian-7.7.0-amd64-netinst.iso does the job by a
> bootx64.efi binary of 421888 bytes. It's the only file
> in the FAT (of 458752 bytes).
I'll try to use it to see if it works.
> It might be a workaround for ISOLINUX to bring
2015 Apr 06
1
Is efiboot.img required?
Hi,
> 6. Renamed back /EFI/boot/bootx64.efi to /EFI/boot/syslinux.efi, just
> to be sure. The "Default fallback loader on 32 MiB device" entry has
> changed to "Syslinux on 32 MiB device".
How the hell does it know that it is "Syslinux" ?
The same file content does not cause that name if it
is presented under the default name.
Does EFI just guess
2015 Apr 07
1
Isohybrid wiki page
> Anybody show me a pure SYSLINUX isohybrid ISO that boots via EFI
> and i will be able to dissect it and hopefully derive knowledge
> for the wiki.
Well, besides the fact that after loading the kernel and the initram
it didn't started the boot process (don't know why), this is what I
achieved by using a disk image with syslinux.efi... :-)
--
"Si quieres viajar alrededor
2017 Jan 03
0
How to install manually?
Sorry for the delay, missed the emails.
>> > Just what I needed, thanks! :-D I have not seen any reference to that
>> > on the wiki docs, maybe it would make sense to add a little note about
>> > it?
>
> Yes, http://www.syslinux.org/wiki/index.php?title=The_Syslinux_Project
> is indeed a wiki. So please add you think that is missing.
I was following the
2017 Jan 03
1
How to install manually?
> Sorry for the delay, missed the emails.
>
> >> > Just what I needed, thanks! :-D I have not seen any reference to that
> >> > on the wiki docs, maybe it would make sense to add a little note about
> >> > it?
> >
> > Yes, http://www.syslinux.org/wiki/index.php?title=The_Syslinux_Project
> > is indeed a wiki. So please add you think that
2015 Apr 07
2
Informes periódicos con R
Hola Jorge
Perdona que sea tan pesado, pero no encuentro el fichero docx. Tampoco me
manejo muy bien con RStudio.
He insertado lo que me has dicho; pero solo tengo en la pantalla la opción
“Knit HTML” y siempre me genera un HTML.
He instalado “pander” pero no obtengo el docx
Gracias
Jesús
De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com]
Enviado el: martes, 07 de abril de 2015
2016 Dec 21
3
How to install manually?
>> could it be implemented? If that's not possible, what's doing SysLinux
>
> Consider bios/mtools/syslinux
Just what I needed, thanks! :-D I have not seen any reference to that
on the wiki docs, maybe it would make sense to add a little note about
it?
And regarding to the extra modules (menu.c32 and so), I need to add
them previously by hand, isn't it? Just to be sure...
2015 Apr 05
0
Is efiboot.img required?
> isohybrid violates UEFI by combining both methods and
> by nesting partitions. The motivation for this is given by
> Matthew Garrett in
> http://mjg59.dreamwidth.org/11285.html
There it says about creating a third El Torito image only for Macs,
since old ones could fail and this could be the problem I'm having.
I've used the --mac option of IsoHybrid and it's demanding
2015 Apr 05
0
Is efiboot.img required?
> The third boot image is HFS+, not FAT.
> I understand this is for pre-EFI Macs.
Apple started usinf EFI when it switched to Intel x86 CPUs, previous
to this ones it was using OpenFirmware in their PowerPC "new world"
machines (IBM PowerPC G4 & G5).
> Try a Debian amd64 ISO, e.g.:
>