search for: mazamasci

Displaying 5 results from an estimated 5 matches for "mazamasci".

2010 Sep 20
1
support for caron (hacek) symbol
I am creating a Slovak translation of an interactive website ( http://mazamascience.com/OilExport/index_sk.html ) and am running into problems with R's lack of support for the caron found in the following letters: Č/č, Š/š and Ž/ž. I am using R 2.6.1 running on a recent version of CentOS. Any information about whether these characters are supported or any possible worka...
2013 Jul 24
1
package compilation on OSX 10.8 -- error compiling Fortran library for architecture i386
...error message seems to be: ld: warning: ignoring file libmseed/libmseed.a, file was built for archive > which is not the architecture being linked (i386): libmseed/libmseed.a Compilation for x86_64 proceeds without a hitch. If anyone is curious, the package tarballs are available at: http://mazamascience.com/Downloads/ Thanks for any helpful suggestions about compiling Fortran on OSX. Jon $ R CMD INSTALL seismic_0.2.1.0.tar.gz * installing to library ‘/Library/Frameworks/R.framework/Versions/2.15/Resources/library’ * installing *source* package ‘seismic’ ... ** libs *** arch - i386 gcc -arc...
2011 Jul 28
2
Can R (without GUI) be compiled with static linking?
...lly linked R that can be run "in batch mode"? 4) If not, how much C (or python? ;-D) code do I have to write to get to the point of having a stand-alone binary that can follow the instructions in an R script? Thanks in advance. Jon -- Jonathan Callahan, PhD Mazama Science 206-708-5028 mazamascience.com [[alternative HTML version deleted]]
2012 Feb 15
1
Cannot use setClass() in Rscript
...ing interactive scripts that can source the S4 class files without any problem. But now that I want to build a small command line 'wrapper' around my code I find that Rscript is not aware of "setClass". Any suggestions? Jon -- Jonathan Callahan, PhD Mazama Science 206-708-5028 mazamascience.com [[alternative HTML version deleted]]
2018 Jan 10
3
Código de salida de una función R
Hola, tengo una duda de R espero me puedan ayudar. En linux, en bash si una instrucción no termina correctamente puedo obtener un código de error, por ejemplo: [rapusr en tstr200043 ~]$ ls -z ls: invalid option -- 'z' Try 'ls --help' for more information. [rapusr en tstr200043 ~]$ echo $? 2 ¿En R existe algo parecido?, por ejemplo busco algo como R> rnorm(1000O) Error: