similar to: 2: C locale ?? Using csh??

Displaying 20 results from an estimated 10000 matches similar to: "2: C locale ?? Using csh??"

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 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 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
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 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 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 Mar 20
0
Problem postscript(print.it)
Hi all, I have a problem with plotting: (R-1.2.2 on SunOS fluke 5.5.1 Generic_103640-27 sun4u sparc SUNW,Ultra-Enterprise solaris 2.) I define a function to switch between plotting on graphics device and generating a postscript file (which can also be automatically be printed) plt <- function(view,f,file="") { if (view>0) f else {
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 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 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
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
2000 May 18
1
attach (S-style)?
Hi everyone, Being new to the crowd of R users I am wondering what the equivalent of attach("/home/bla/hoffmann/R/.RData",2) (S style) is in R. What I want is a split of .RData repositories. One in a central place where I keep functions and interesting stuff important for all work I am doing, an several others which contain stuff of an dividual project only. When I start in a
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 *
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
2001 Jun 07
1
nlme html?
Hi, When installing "nlme" from CRAN on Solaris 5.3.1 by doing install.packages("nlme") I get: [clip] gcc -G -o nlme.so corStruct.o gnls.o matrix.o nlOptimizer.o nlme.o nlmefit.o nls.o pdMat.o -L/usr/local/lib R data inst /usr/local/lib/R/bin/INSTALL: /bin/perl: not found help /usr/local/lib/R/bin/INSTALL: /usr/local/lib/R/bin/build-help: not found
2001 Feb 15
4
package dependence
Hi, I want to create several packages, with package Aa depending on functions in package A. My directories with .r and .Rd are organized as follows ./A/man/*.Rd ./A/R/*.r ./Aa/man/*.Rd ./Aa/R/*.r Afre creatin package A with R CMD check A R CMD INSTALL --library=lib A I then have ./lib/A/help etc If I try to do R CMD check Aa R CMD INSTALL --library=lib Aa I am getting * checking
2001 Sep 06
4
code/documentation mismatches
Hi, I would like to get a hint on how to debug in the case of #> R CMD check pllib signalling * checking for code/documentation mismatches ... WARNING Error in parse(file, n, text, prompt) : syntax error on line 22 I am able to sort out which of the files is the culprit is by swapping files in and out of the /R and /man directories. But I cannot find the syntax error, the .Rd file seems
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:
2001 Jun 22
4
RODBC
Hi, I have tried to install.packages("RODBC"), but it balks: Installing source package `RODBC'' ... creating cache ./config.cache checking for library containing SQLTables... no configure: error: no ODBC driver manager found ERROR: Configuration failed for package `RODBC'' What am I missing? What and where should "SQLTables" be? In another package? What
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