similar to: Problem postscript(print.it)

Displaying 20 results from an estimated 6000 matches similar to: "Problem postscript(print.it)"

2001 Mar 05
0
Rggobi install
Hi, I am trying to install ggobi for R under Solaris SunOS 5.5.1 Generic_103640-27 sun4u sparc SUNW,Ultra-Enterprise following the instructions in INSTALL under e) R interface, although I have some modifications in mind: I am planning to keep the sources (untarred and unzipped) in /home/woodstock/hoffmann/R/Sources/Rggobi and I have set setenv GGOBI_ROOT $HOME/R/Sources/Rggobi (with $HOME =
2001 Jul 12
1
Sys.getenv
I am running R-1.3.0 on Solaris 8: Under Solaris I do setenv dendro_us hoffmann echo $dendro_us gives back: hoffmann which is correct. When in R I do: Sys.getenv("dendro_us") I get dendro_us "" which is NOT correct: Inverse effect (taken from help of Sys.getenv) Under R: print(Sys.putenv("R_TEST"="testit", ABC=123)) [1] TRUE TRUE
2006 Jan 26
1
construct a bundle, subdirs do not exist?
Hi, Sorry to bother, but I checked around and did not succed creating a bundle from six existing packages (which are checkable, installable, etc. individually). I carefully followed the procedure given in ch. 1.1.5 Package bundles. However, I am getting hoffmann at fluke:~/R/Sources >R CMD check cwhmisc * checking for working latex ... OK * using log directory
2002 Jan 04
0
R CMD check, file permissions (PR#1239)
SunOS fluke 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-Enterprise R-1.4.0 Running from the command line R CMD check chlib results in the log file 00check.log: * using log directory `/home/woodstock/hoffmann/R/Sources/chlib.Rcheck' * checking for file `chlib/DESCRIPTION' ... OK * checking package directory ... OK * checking for sufficient/correct file permissions ... WARNING *
2006 Jan 11
2
Browser problem, Misrepresentation of .html in Solaris Firefox (PR#8471)
Hi there I hope that I am in the right forum. I am working on Win2000 PC connected via Exceed 6.0.1.0 to a SunOS fluke 5.9 Generic_118558-11 sun4u sparc SUNW,Sun-Fire-480R There I am using Mozilla Firefox 1.0.7 as a browser. I am having difficulties viewing .html files. Their first pages are displayed normally, black on white, links in blue. When I scoll down, the pages appear black
2002 Sep 04
3
logical and NA
Hi there, (sorry Martin, ich habe den falschen Empfaenger erwischt :-( ) Is there a function in the base package or elsewhere which returns TRUE and not NA, even if NA is involved: (I did not find in the help system :-( ) if ( x==something & !is.na(something)) or if ( x==something & !is.na(x==something)) If "something" is complicated, a function would be handy. Thanks
2001 Feb 05
1
packages, help
Hi, Using help under help.start() is working fine (html) Q1: using > ?solve results in the message "sh: ~/R/tmp/R4f32S1cfb: cannot open" displayed in the XEmacs buffer "help[R](solve)". BUT there exists a file R.R4f32S167e in that directory. (not quite the same name). Does the "sh: " prefix suggest that the shell "sh" is run, although my
2001 Feb 14
2
assignment function
Hi, I am trying to create the assignment function: "substring<-" <- function(text, first, last=100000, sub) { if(is.character(first)) { if(!missing(last)) stop('wrong # arguments') return(sedit(text, first, sub)) } lf <- length(first) if(length(text)==1 && lf > 1) { if(missing(last)) last <- nchar(text) last <- rep(last,
2001 Mar 01
1
Using csh
Hi all, I am fancying the idea of using my preferred shell (t)csh when invoking system(). How can I do that? (I didn't find anything about that in the FAQ). Thanks for help, -christian Dr.sc.math.Christian W. Hoffmann Mathematics and Statistical Computing Landscape Modeling and Web Applications Swiss Federal Research Institute WSL Zuercherstrasse 111 CH-8903 Birmensdorf, Switzerland phone:
2001 Feb 14
0
No subject
Thanks for the tip to p.dalgaard and Prof Brian Ripley: For reasons that I have forgotten, the value of an assignment function is always passed using an argument called "value", so try changing "sub" to "value". The last argument of any assignment function has to be named `value'. This is different from S, and is in the FAQ, section 3.3.3: "In R, the last
2001 Mar 08
0
C locale ?? Using csh??
Hi all, Help! My help system is not functioning: >help.start() Making links in ~/.R ... If netscape is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient.. > C locale package not found. Using C locale by default. The netscape never comes up .. What could be wrong here? I have been experimenting with getting Rggobi running which may have
2001 Mar 08
0
2: C locale ?? Using csh??
Hi all, This seems to be a temporary problem of our local Solaris machine. Sorry for bugging you. --christian >Help! My help system is not functioning: >>help.start() >Making links in ~/.R ... >If netscape is already running, it is *not* restarted, >and you must switch to its window. >Otherwise, be patient.. >> C locale package not found. Using C locale by default.
2002 Aug 19
1
CONTENTS, TITLE not generated
Hi all, Using R Version 1.5.0 (2002-04-29) under Solaris I am reinstalling own packages useing the script #!/bin/csh cd ~/R/Sources R CMD check --no-latex --no-perms --no-install $1 R CMD INSTALL --library=lib $1 R CMD Rdindex $1 > INDEX R CMD build --force $1 Everything echoes with OK, *but* the files CONTENTS and TITLE will not be generated. What has changed in the process of
2002 Nov 06
5
"chemical" plot
Hi all, May be there is a plot which shows 3 variables in a triangle, their sum being constant. I have forgotten its name, and a search in the engine using "plot" did not help. Does anyone know of such a procedure in R or S? Thank you --christian Dr.sc.math.Christian W. Hoffmann Mathematics and Statistical Computing Landscape Dynamics and Spatial Development Swiss Federal Research
2008 Dec 05
1
How to retrieve a method
Hi there, I am interested in the inner workings of wilcox.test: > wilcox.test function (x, ...) UseMethod("wilcox.test") <environment: namespace:stats> how can I get at the code, if it is R-code? For Methods one should be able to learn what extension to use, but here default or such do not help. Is there a wayplot.default to learn which different versions of
2001 May 17
1
BLAS where
Hi, I want to install "Matrix" using > install.packages("Matrix") After a while I get: checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for ATL_xerbla in -latlas... no checking for dgemm_ in -lcxml... no checking for dgemm_ in -ldxml... no checking for dgemm_ in -lscs... no checking for dgemm_ in -lcomplib.sgimath... no checking
2005 Jun 15
1
(no subject)
Are there functions available computing the gamma-correlation for ordinal scaled variables and kappa-accuracy for nominal variables, thanks, Mark ........................................................................... Swiss Federal Institute for Forest, Snow and Landscape Research Zuercherstrasse 111 - 8903 Birmensdorf - Switzerland e-mail: markus.schwarz at wsl.ch www:
2009 Dec 04
2
curve fitting to data
Hi to all This is the first time I am quoting a question and I hope, my question is not too basic... For the following data, I wish to draw a fitted curve. x <- c(123,129,141,144,144,145,149,150,158,159,163,174,183,187,242,248) y <- c(14.42,26.96,31.3,19.95,36.36,15.4,24.76,35.39,28.07,40.97,26.23,42.83,46.53,14.79,49.18,48.08) If I plot the data, it looks somehow that a logistic
2004 Jul 01
0
path related problem XEmacs Unix
Hi there, May I ask the following question. Our Solaris installation of Xemacs and R: SunOS fluke 5.9 Generic_117171-02 sun4u sparc SUNW,Sun-Fire-480R one cannot start R inside xemacs: M-x R "symbol's function definition is void". Also, loading a *.tex file into Xemacs will result in "loading tex mode .. done", but the additional buttons to call TeX related processes
2004 Dec 03
4
vector to matrix transformation
Dear, Some analysis (linear regression) can only be done from a vectorized dataset whereas others require a matrix (Mantel tests). I use the two analyses and thus need to format my data in matrix and vector. I spent some time trying to solve the problem and I just gave up. Did anyone knows how to transform a matrix into a vector and back-transform a vector into a matrix? Thanks by