Displaying 20 results from an estimated 8000 matches similar to: "R for Debian 2.2"
2000 Nov 14
2
atlas for R1.1.1 and R1.2 different?
Dear R'ers,
when I e.g. install the integrate2.2-2 package under R1.1.1 (debian2.2)
atlas is linked into the library:
Installing package `integrate' ...
libs
gcc -shared -lc -shared -o
/usr/lib/R/library/integrate/libs/integrate.so adapt.o adapt_callback.o
bsrl.o flfm.o nxprt.o symrl.o wht.o -L/usr/local/lib -lf77blas -lcblas
-latlas -lg2c -lm -L/usr/lib/gcc-lib/i386-linux/2.95.2
2001 Jan 26
2
Debian install : libf77blas.so missing
Hi,
I tried installing R on my system (Debian Linux 2.2.17, i386).
I find that libf77blas.so is missing. Can someone tell me where
and how I can find this? A search in debian.org didnt turn up anything.
Anyway help will be greatly appreciated.
Thanks,
Anand
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at
2001 Nov 11
4
png output requires X connection (PR#1165)
Full_Name: Dirk Eddelbuettel
Version: 1.3.1
OS: Linux
Submission from: (NULL) (65.184.214.9)
[ This bug report has previously been filed as #115186 in the Debian Bug
Tracking System. --edd ]
From: Ryan Murray <rmurray@cyberhqz.com>
Subject: r-base: png output requires X connection
To: submit@bugs.debian.org
Date: Wed, 10 Oct 2001 13:40:06 -0700
Package: r-base
Version: 1.3.1-2
2000 Apr 18
1
path = "." default for list.files()?
Would it make sense to default the path argument for list.files() to "."?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2009 Jul 23
2
Constructing lists (yet, again)
This is an attempt to rescue an old R-help question that apparently
received
no response from the oblivion of collective silence, and besides I'm
also
curious about the answer
> From: Griffith Feeney (gfeeney at hawaii.edu)
> Date: Fri 28 Jan 2000 - 07:48:45 EST wrote (to R-help)
> Constructing lists with
>
> list(name1=name1, name2=name2, ...)
>
> is tedious when
2011 Apr 18
1
XML Packge for Windows XP and R 2.12.
Hello,
I am looking for the XML Package for Windows or any package, which would
enable me to use the function "xmlTreeParse". In a thread dating from
2001, the same question is raised:
>>Griffith Feeney wrote:
>>
>> Has anyone gotten the XML package (R News 1-1:24) with R running on
Windows
>> (95 or 98 or 2000)? I've looked at the omegahat, expat and libxml
2001 May 19
2
calculations on diagonals of a matrix
Given an nxm matrix A I want to compute the nxm matrix B whose ij-th
element is the sum of the elements of A lying on the diagonal that ends
with element ij, i.e.,
b_ij = a_ij + a_(i-1)(j-1) + a_(i-2)(j-2) + ...
In APL (which I no longer use), I would use the 'rotate' operator to derive
an array whose columns are diagonals of the given array and then cumulate
down columns. Is
2000 Mar 09
2
how to document user-defined packages for windows
After several hours of trial and error I've figured out how to create
packages for use by rw1000 ("Writing R Extensions" seems not to cover
this).
I haven't been able to figure out how to make help files work. I want plain
text only, via help(name) or ?name.
I create a 'help' subdirectory containing a 00Titles file and
function-specific help files in the package
2000 Jul 11
2
parsing dir output for file sizes
I've got an R wrapper around an old DOS program. In the R program I need to
test whether the DOS program failed to produce certain output. This is
indicated by certain text files created by the DOS program being empty.
I can use system(command, intern=TRUE) to get the output of a DOS dir for a
test file, but I'm having trouble parsing this to get the file size.
Is there an R function
1998 Aug 29
1
R-beta: Splus -> R migration issues
I've recently installed R for RH5.0 Linux and been considering moving
existing work from Splus (Windows, 4.5). Also installed the win95 R, but
this doesn't seem to work as well, and in any case the idea is to move
toward Linux.
1 I attach and detach directories freely and often in Splus. Is it
anticipated that it will be possible to do this in R in the future?
2 The ascii representation
2000 Sep 20
1
'fixing' list components
I have a list x (say) that will contain many inputs to and outputs a model.
x$input1 <- assign.input1(parameter1, parameter2)
is one way to assign input1, but it would be neater to be able to do
assign.input1(x, parameter1, parameter2)
Is this a good idea? If so, what is a good way to do it?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2001 Sep 08
1
Debian Woody r-base depends on blas2 (PR#1089)
Full_Name: Michael J. O'Donnell
Version: 1.3.1-1
OS: Linux, Debian Woody distribution
Submission from: (NULL) (64.34.17.133)
I tried to install the R packages for the Debian GNU/Linux Woody distribution.
I added "deb http://cran.r-project.org/bin/linux/debian woody main" to
my /etc/apt/sources.list, and ran dselect with the apt-get method.
I selected all of the R packages that I
2000 Feb 02
1
"Use a command like x <- vi() to recover"
Subject command doesn't work with rw0901 running on win95 (of course) so,
after looking at the vi and emacs code, I put
textpad <- function(name = NULL, file = ""){
edit(name, file, editor = "g:\\textpad\\txtpad32.exe")
}
Now
x <- textpad()
brings up the botched code in the textpad editor, as expected, but when I
try to save changes I get an "Access to
2000 Feb 08
2
increasing scrollback lines/rw0901
I'd like to increase the number of lines available via the vertical
scrolling bar when running RGui.exe under win95. Would think this is set in
options() or /etc/Rconsole, but haven't been able to figure out how. Note
that it's output I'm concerened with viewing, not the command history. Can
anyone help? Thanks!
2001 Feb 09
1
demo(tkttest) exits with error messages
I've just installed tcl version 8.3 for windows for use with rw1021,
running on win95 (4.00.950). demo(tkttest) gives the following error messages.
> require(tcltk) || stop("tcltk support is absent")
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
TCL_LIBRARY is not set
Error in eval.with.vis(expr, envir, enclos) :
tcltk support is
2000 Aug 19
1
Exporting graphics to PS or EPS
On Fri, 18 Aug 2000 07:49:44 +0100, Brian D Ripley <ripley at stats.ox.ac.uk> wrote:
>On Thu, 17 Aug 2000, Paul E Johnson wrote:
>> My experience is that, if I output a gif that does not
>> fit on the page, then I've shot myself in the foot because resizing the
>> graph makes all the text in it too small. I don't think postscript is
>> immune to this
2000 Jan 30
1
character vectors not wrapping
A character vector with a single component consisting of a long string gets
truncated with $ on the right side of the R console window.
The preceding sentence, for example, assigned to 'test' by cut and paste,
renders like this (window maximized, 17" monitor, 800x600, if this matters):
[1] "A character vector with a single component consisting of a long string
gets truncated
2024 Jan 02
1
help installing R on Linux Mint 21.2
Could you direct me to a newbie-friendly instructions for installing
the latest versions of R and RStudio on Linux Mint 21.2? I followed
instructions I could find, but no luck with managing to get RStudio
(tho I did install R).
System:
Kernel: 6.2.0-39-generic x86_64 bits: 64 compiler: N/A Desktop: MATE
1.26.0
Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy
I was able to install
2020 May 27
1
Install R 4 on Chromebook (unmet dependencies)
Hello,
I have tried to upgrade R to 4.0. I have added `deb
http://cloud.r-project.org/bin/linux/debian buster-cran40/` to
`/etc/apt/sources.list` (but I removed cran35). Btu when I run
`apt-get update; apt-get install r-base r-base-dev` I get an error. I
think it depends on r-base-core, since it depends on these obsolete
libraries:
```
$ sudo apt-get install r-base-core
Reading package lists...
2002 Jun 05
6
mixing different modes of lty line type specification in legend() ?
Hi List,
is sth. like the following possible:
legend(x,y,c("A","B","C"), lty=list(1,"42","11")) ?
Or: is there a possibility to define a solid line using the "string" mode for lty?
Thanks
Marcus
--
+-------- ><> -------------------------------------------
| E-Mail: eger.m at gmx.de (NEW)
| marcus.eger at