Displaying 20 results from an estimated 9000 matches similar to: "Re: unique()"
2002 Mar 06
2
Installing a Package in Windows 2000
I'm using R 1.4.1 under Windows 2000 and am experiencing difficulty
installing a package. I've included an example output using Rcmd build,
but the same problem occurs with Rcmd check and Rcmd INSTALL. The error
(make[1]: /bin/sh.exe: Command not found) is not a new one - it's
referenced in readme.packages among other locations. I've placed a copy
of sh.exe in C:\bin, but it
2002 Feb 21
1
installing packages under Windows 2000
Hello,
I am trying to install a package for R 1.4.1. under windows 2000, and
cgywin perl 5.6.1.
The first problem I had was with perl not picking up the R specific perl
files.
bash-2.05a$ ./Rcmd INSTALL /c/tmp/R/exactRankTests_0.6-2.tar.gz
Can't locate R/Dcf.pm in @INC (@INC contains: c
\PROGRA~1\R\rw1041\share\perl;/c/Program\ Files/R/rw1041/share/perl /usr
2002 Jan 30
5
1.4.1 R CMD check broken?
I am not sure if this is already known. I checked BUGS and found some
references to similar behavior when R_HOME is set?
Here is what I get:
(1) Fresh build of 1.4.1 under Linux/RH-7.2. All tests pass.
> R CMD check ctest
* checking for working latex ... OK
* using log directory `/home/andyj/stat/R-1.4.1/library/ctest.Rcheck'
Installing *source* package `ctest'
2002 Feb 01
1
Rcmd Install gives Bad command or file name (PR#1296)
Dear Team,
Don't understand output below. Please advise. Windows98 and
rw1041(patched) from 1/25/02.
Graham Lawrence
C:\>PATH=C:\bin;C:\mingw32;C:\Perl;C:\HtmlWork;C:\R\rw1041\bin;C:\Tcl;C:\Tcl\bin
C:\>Rcmd INSTALL C:\R\lattice_0.4-0.tar.gz
Bad command or file name
C:\>Rcmd
C:\>Rcmd Install
Bad command or file name
C:\>dir C:\R\rw1041\bin
Volume in drive C has no
2002 May 12
2
Is this a bug of pweibull()? (Follow up)
Please allow me to add just a little more about this:
nothing wrong with pweibull(), namely, the two cases I reported:
pweibull(3:10, 2) and pweibull(3:10, 2.1),
in rw1041 and earlier version.
I wonder this might just due to the change from rw1041 to rw1050,
however, I can't find anything relevant (seems to me) in the News
or Readme.
Thanks Sundar for the suggestion of using 1 -
2002 May 15
1
can't get rcmd to work on windows2k....
I'm trying to make sure my R package will install properly (build help
files, etc) and when I try to run the rcmd check (or any rcmd option) I get
the following error. Does dcf.pm stand for perl module? If not, why do I get
this message?
C:\systemfit\r_code>rcmd check --help
Can't locate R/Dcf.pm in @INC (@INC contains: c
\PROGRA~1\r\rw1041\share\perl; /usr/lib/perl5/5.6.1/cygwin-multi
2002 Mar 06
3
Loading tcltk package fails on WinMe/Cygwin but works with Rgui
I am investigating how well R/tcltk is supported on different system and I
ran into the same problem as Christian Schulz reported on February 7, 2002.
I am using [R] v1.4.1 on WinMe and ActiveTcl 8.3.2. Loading tcltk within
Rgui works just fine and both demo(tkdensity) and demo(tkttest) works as
expected. However, when I start R from my Cygwin terminal dyn.load() fails
to load the library:
% R
2002 Oct 10
2
Environment variables under Windows
Greetings,
I have a question pertaining to the concept of "environment variables"
that is mentioned in the R documentation for "Startup" and also in the
discussion of the Windows configuration of R in the recent book "An
Introduction to R" authored by Venables, Smith, and the R Development Core
Team (referred to as VS in this message).
The Startup documentation and
2002 Feb 11
2
demo(graphics) problem under rw1041 (PR#1307)
I just downloaded rw1041 (the latest windows binary). Everything installed
fine.
When I start a new Rgui, and type "demo(graphics)", after pressing
return to start, a graphics window appears. When I get to the second
prompt:
> opar <- c(opar, par(bg = "white"))
> plot(x, ann = FALSE, type = "n")
Hit <Return> to see next plot:
at this
2002 Feb 11
0
read.table in TCL/TK interface
hello,
i would like program userfriendly tcl/tk widgets like
the t-test example in a more complex way !
(1) Is it not possible to combine tk_getOpenFile with
the R function read.table to select in userfriendly way data sets ?
(I'm newbie and take code-parts from t-test example and scripting example.)
(2) Is it possible to use a variableSelection widget
to select a special variable which i
2002 Apr 29
1
Garbage collection: RW1041
Have searched through the archives but have been unable to find any related
issues - hopefully I'm not bringing up an old topic.
Am using RW1041 on a Windows NT on a machine with 1Gb of memory. Have a
function doit() that reads in a chunk of data using readBin, performs a
regression, saves out coeffs and then returns. When using Rgui with the
default memory limit of 256Mb I'm able to
2006 Jun 19
1
script.aculo.us support script loading fails with SiteMesh in FireFox
Hi everyone,
I''m new to Script.aculo.us. I''ve searched the archives but haven''t
found any info on this so thought I would ask.
I have a web app that uses SiteMesh from OpenSymphony. Basically, it''s
an outbound page decorator that applies common elements to pages as they
head back to the client. I''d like to used the slider control, so
2001 Oct 10
1
Re: Some compile time stuff
M > What is the error produced? It doesn't appear in the log.
....ah, and now I see why... Actually, this is a nifty failure, and we
(well, *I*) haven't seen it before. The libs were apparently
miscompiled; gcc/ld produced a shared lib missing neccessary shared
lib symbols.
Now all that remains to be seen is if this is a libtool option error,
if your gcc/ld are broken, if they
2005 Oct 20
1
[LLVMdev] missing llabs define in VS: DAGCombiner.cpp
grumble, grumble, MS does not have llabs()
llabs() is not defined in Visual Studio, however, _abs64() is. But if I switch to
_abs64() the linker does not resolve __abs64(). I thought _abs64() was suppose
to be in the CRT library. Any hints for a solution?
c:\devwl\llvm\lib\CodeGen\SelectionDAG\DAGCombiner.cpp(295) : error C3861: 'llabs': identifier not found, even with argument-dependent
2004 Nov 24
2
Grumble ...
Hi Folks,
A Grumble ...
The message I just sent to R-help about "The hidden costs of GPL ..."
has evoked a "Challenge" response:
Hi,
You??ve just sent a message to diagnosticando at uol.com.br
In order to confirm the sent message, please click here
This confirmation is necessary because diagnosticando at uol.com.br
uses Antispam UOL, a service that avoids unwanted
2002 Apr 12
1
xgobi
Hi,
Just started with exploring R. Nice ! (for many years using Splus).
I tried to install and activate the package xgobi.
- first download of xgobi.zip
- then the R-command to install:
install.packages('N:\\d024\\xgobi.zip',CRAN=NULL)
- finally the command to attach the library:
library(xgobi)
Up to now, everything seemed to work. Also the help. No warnings that
the
1999 Oct 20
0
Win98 Password Stumbling Block (Resolution)
For those of you that have had/are having problems getting Win 98 clients to
correctly authenticate, I have identified a stumbling block which I had to
deal with. Specifically, EnablePlainTextPassword *must* be a DWORD value.
In following the instructions found here,
http://us1.samba.org/listproc/samba/October1998/0321.html and on the
Microtheft web site, I installed the ptxt_on.inf file from the
2002 Mar 25
1
Problems installing Tcl/Tk
Hi!
Two questions:
1.-I am trying to put Tcl/tk to work. I keep getting the following:
>Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library
"C:/RW1041/library/tcltk/libs/tcltk.dll":
>LoadLibrary failure: No se puede hallar uno de los archivos de biblioteca
necesarios para ejecutar esta aplicaciĆ³n.
>Error in library(tcltk) :
2002 May 02
1
design/HMISC packages
Hello,
No luck in loading Frank Harrell's packages -- did anyone encountered the
same problem?
R : Copyright 2002, The R Development Core Team
Version 1.4.1 (2002-01-30)
> library(design, T)
Design library by Frank E Harrell Jr, Version of Wed Apr 17 17:07:30 EDT
2002
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2019 Dec 17
2
Python 2 compatibility for utility scripts
At the beginning of the year, I've landed a large set of patches to support
both Python 2 and Python3 in most Python scripts. Looks like I missed some
of them :-)
At that time, backward portability with Python2 was still relevant, and I
suspect it will still be the case for a few distributions that ship Python2
by default. That being said, Even RHEL8 uses Python3 by default, so at some
point