similar to: problem with pipes (PR#5053)

Displaying 20 results from an estimated 4000 matches similar to: "problem with pipes (PR#5053)"

2003 Nov 12
2
problem with pipes (PR#5053)
Full_Name: Gabor Grothendieck Version: 1.8.0 OS: Windows 2000 Pro Submission from: (NULL) (67.68.47.99) In R 1.8.0 on Windows 2000 suppose that \a.bat contains the following two lines: net /? dir \winnt which constitutes a simple batch file which 1. writes a help message about the built in Windows net command to stderr and 2. does a dir on the built in Windows directory WINNT writing
2003 Dec 10
0
dyn.load for c code
I am learning how to load C code into R-1.8.0 on Windows 98. To this end I wrote a small c program, downloaded the tools, perl, and mingw on the "building R for windows" page, and proceeded to create libR.a & libRblas.a as explained in the readme.packages. I started with a simple c program called mysum.c that can be found on:
2003 Oct 20
0
Update Packages / help.start() (PR#4681)
Full_Name: Leonard Weil Version: 1.8.0 OS: Windows2000 Pro Submission from: (NULL) (192.249.47.9) I have encountered two anomalies in version 1.8.0 that I had not observed in version 1.7.0: When using the menu Packages -> Update Packages from CRAN, The console repeats the message twice (example below) > update.packages() trying URL
2003 Nov 05
1
save(iris,file=
I tried it using file and it seems to work for saving: > data(iris) > con <- file("clipboard","w") > save(iris,ascii=T,file=con) > close(con) > readLines("clipboard") ... lengthy output follows which seems correct ... but not for loading: > con <- file("clipboard","r") > load(con) Error in load(con) : loading from
2004 May 03
1
Help making a simple R code only package
Hello, I am new to R and I am trying to figure out how to build and install a package with nothing but R code inside. I have run 'package.skeleton' to get the basic structure. When I run 'Rcmd INSTALL testPackage' I get this error message: make: *** No rule to make target `Files/R/rw1080'. Stop. *** Installation of testPackage failed *** When I run 'Rcmd build
2004 Jul 12
0
Where does R search when source() ?
I have found the use of save( ) and attach( ) when supported by a pair of functions written by my colleague John Miyamoto, move( ) and rm.sv( ) quite useful in managing (1) collections of useful homebrew functions, (2) project workspaces, and (3) "packages" under development. An .Rdata file containing these and other handy functions together with a brief supporting document can be
2004 Jan 03
2
one more thing i forgot...
there is one more thing that you should probably see: this is the error message that cygrunsrv.exe gave me: Eric at ballistic ~ $ cygrunsrv --start sshd cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. this is the error message that "net" gave to me: Eric at ballistic ~ $ net start sshd The CYGWIN sshd service is starting.
2003 Nov 17
2
$RHOME/bin/check in windows (PR#5135)
To whom it may concerned, I'm trying to build a new R package in a windows platform. Before that, I tried to check the previous well-know package from the CRAN using the Rcmd command. But I got the error messages as below. I think this comes from the parsing error from the Perl script in $RHOME/bin/check. In the following example, 'Program Files' is splited into 'Program',
2004 Apr 20
1
Re: [R] Error message during debug (PR#6804)
On Tue, 20 Apr 2004 13:48:43 -0400 (EDT), "Gabor Grothendieck" <ggrothendieck@myway.com> wrote : > >In R 1.9.0 on Windows XP Pro I get an error if I try to >debug the identity function f shown: > > > f <- function(x)x > > debug(f) > > f(1) > debugging in: f(1) > Error in f(1) : Unimplemented feature in eval > > R.version.string > [1]
2005 Apr 13
2
easy question: obtaining rw1080.exe
Dear All, Can anyone please tell me where I can obtain uncompiled binary instalation files for R version 1.8. (i.e. rw1080.exe)? I can only find the uncompiled source code on CRAN today. Thank you, Mary Wisz msw@dmu.dk [[alternative HTML version deleted]]
2003 Nov 20
3
file not found?
Hi R maintainers: when I use update.packages() And I try to update the package "maps" maps : Version 2.0-9 in D:/rw1080/library Version 2.0-10 on CRAN Update (y/N)? y The following message appears: trying URL `http://cran.r-project.org/bin/windows/contrib/1.8/maps_2.0-10.zip' Error in download.file(url, destfile, method, mode = "wb") : cannot open URL
2004 Jan 27
0
re: cannot map ntgroup to ldap group-fixed
ok, i noticed the gid of ldap group "users" was 539, but the one it was migrated from in /etc/group was 100, so I changed the gid and everything seems to work now? but why should it care that the gid is the same as it's /etc/group counterpart? --- On Tue 01/27, John H. < mrmailer@myway.com > wrote: From: John H. [mailto: mrmailer@myway.com] To: samba@lists.samba.org
2005 Jan 12
0
changing langage [SOLVED]
To all that replied, thanks... I have a clue where I can change the settings. tnx, Kurt Sys >----- Oorspronkelijk bericht ----- >Van : Gabor Grothendieck [mailto:ggrothendieck at myway.com] >Verzonden : woensdag , januari 12, 2005 05:26 PM >Aan : r-help at stat.math.ethz.ch >Onderwerp : Re: [R] changing langage > >Kurt Sys <kurt.sys <at> pandora.be> writes:
2004 Mar 09
0
extended error
Hi all, This is happening on a Samba 3.0.1 PDC-controlled domain, so I'm not sure if the issue is Samba-related. If not, perhaps somebody can point me in the right direction. One of my users has a printer connected to his Win2k PC (name UPSTAIRS-SMALL). Printing to it from another (WinXP) workstation fails miserably. I tried to go back to first principles and go Start->Run
2003 Nov 13
0
Subject: RE: Time plot question.
The following is an example of a dataframe containing times, plus some numeric data. foo <- c("12:39:26","12:40:22","12:41:19") bar <- data.frame(foo,1:3,11:13) Note that the times are of class 'factor' (their class changes in this case, as they go into the dataframe). To convert this dataframe to an 'its', do the following: library(its)
2004 Jan 27
0
problems with group mappings with ldap
the weirdness continues net groupmap modify ntgroup="Domain Admins" unixgroup="ntadmin" NT Group Domain Admins doesn't exist in mapping DB --- On Mon 01/26, John H. < mrmailer@myway.com > wrote: From: John H. [mailto: mrmailer@myway.com] To: samba@lists.samba.org Date: Mon, 26 Jan 2004 17:40:49 -0500 (EST) Subject: Re: [Samba] net:
2005 Sep 28
1
home shares and disabled profiles (NET HELPMSG 3916)
Hello, I'm following the recipe 26.2.1.4 to disable roaming profiles for win9x and XPpro machines, but perhaps I'm missing something because it doesn't seem be possible get the home shares mapped with profiles disabled. windows machines fails with this error: ------------------------------------------------------------------- net use u: /HOME The user's home directory has not
2003 Oct 20
1
bug in fisher test---p-value cannot be Inf (PR#4688)
I just found a bug in fisher.test(). This is rw1080, on windows XP. A p-value can certainly not be Inf, but: > religion Costumbres rel orig Religion Si Algunas veces Nunca católica 2121 4700 6234 prot/evan 100 216 2461 otra C 27 67 502 otra 0 0 14 > fisher.test(religion, workspace=2000000)
2006 Mar 29
1
Custom Quotas
Greetings I'm currently working on a design, to integrate an IMAP server into our existing mail architecture. It's proving to be a difficult exercise, mainly because of how we structure our quotas. In our system, the quota covers more than just email. We have a single quota that covers email, ftp directory, and personal homepage. The quota is stored in a mysql database, in a werid
2005 Jun 09
1
the svDialogs package
Hi Philippe and R community, I am trying to use some functions from the svDialogs package but I get some werid errors I do not understand: > library(svDialogs) > m_list <- as.list(1:10) > guiDlgDoubleList(m_list, m_list) Error in guiDlgDoubleList(m_list, m_list) : Not yet implemented! > guiDlgList(m_list) Error in guiDlgList(m_list) : couldn't find function