Displaying 20 results from an estimated 1100 matches similar to: "rcmd build"
2001 Jun 27
2
install.packages (PR#998)
The packages feature of Rgui is great! However it looks the directory structure
was changed for http://cran.r-project.org/bin/windows/contrib/, such that some
the packages are now under /rw1030 (e.g., VR) and are not found by
install.packages(). Thus the error message:
trying URL `http://cran.r-project.org/bin/windows/contrib/VR.zip'
Error in download.file(url, destfile, method, mode =
2002 Jan 09
3
lattice problems under Win2K and R-1.4.0
I'm having problems copying and saving lattice graphs using R-1.4.0 under
Win2k. It seems I've see this alluded to recently in R-help.
If I do the following example:
> data(quakes)
> xyplot(long ~ lat , data = quakes)
And then try to copy or save the graph as either a metafile or bitmap or if
I use any of the bitmap/metafile devices via (for example)
>
2001 May 30
1
Rcmd REMOVE does not allow --library argument (PR#957)
This is in Windows 98. The problem exists in both rw1021 and rw1023, using
ActiveState Perl builds 620 and 626:
C:\>Rcmd REMOVE --library=C:/R/Rlibs RBMDS
Unknown option: library
Usage: Rcmd REMOVE [options] pkgs
Remove the add-on packages specified by pkgs from the default library
tree (/library) or the tree specified via `--library'.
Options:
-l, --library=LIB remove packages
2001 Nov 11
2
3D Plots
Good Evening,
I'm using R1.2.1. Is 3D plotting available? The only reference I find
is to "plot.locfit.3d {locfit}" and the documentation says the function
is not currently available in R.
Any help is appreciated.
Best Regards,
Bill Vedder
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Nov 14
1
RE: Gnuserv, NTEmacs, Windows 2000 and R
The following becomes more and more a topic for an R mailing list,
possibly R-devel.
R for Windows crashes are important and should be discussed and debugged
with the experts -- which are not reading ESS-help AFAIK.
Martin
>>>>> "ColCun" == Cunningham, Colin A <colin.a.cunningham@intel.com> writes:
ColCun> In my very brief exposure to R, I have
2002 Apr 08
1
Still having a problem with Rcmd - TMPDIR
Hello R-users:
I'm experiencing difficulty in building a package in R 1.4.1 under Windows
2000. When I run Rcmd I get this:
F:\r\library>f:\r\bin\rcmd check ringsim
Please set TMPDIR to a valid temporary directory
F:\r\library>f:\r\bin\rcmd build ringsim
Please set TMPDIR to a valid temporary directory
This problem was discussed over a year ago - the problem was attributed to a
Perl
2001 Dec 22
1
Saving Newly Created Functions
Greetings R-Listers,
Using R1.2.1 (yes, I know...)
I am writing my own functions and would like to know how save these for
use in subsequent R sessions. How does one do this?
Best,
Bill Vedder
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Feb 24
1
Urgent: unknown ID / metadata socket error
Dear tincerers-
Please help, I need to get this working *today* (ack!). I've installed
tinc 1.0p3 on two machines fully updated rh7, "stockton" and "lodi",
where "lodi" is trying to "ConnectTo" "stockton". When I start the tinc
daemens on each side, this is what i get in my logs:
Stockton:
Feb 23 19:07:57 srouter tinc.pacheart[2794]: tincd
2001 Feb 24
1
Urgent: unknown ID / metadata socket error
Dear tincerers-
Please help, I need to get this working *today* (ack!). I've installed
tinc 1.0p3 on two machines fully updated rh7, "stockton" and "lodi",
where "lodi" is trying to "ConnectTo" "stockton". When I start the tinc
daemens on each side, this is what i get in my logs:
Stockton:
Feb 23 19:07:57 srouter tinc.pacheart[2794]: tincd
1997 Sep 01
1
R-alpha: old Rdoc 2 new Rdoc
--xk+LtGr+JJ
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Attached is a conversion script for converting current R doc files to
the proposed new format ... I'm not sure if it handles everything
correctly, as I made just some random checks. The main purpose for
posting the thing to the list is such that those interested can get a
look at the new format.
Of
2002 Apr 16
1
Localization?
Hi everybody!
I started using Wine only a few weeks ago and even managed to achieve some success. I'm running a windows program,some kind of medical assistant software.It is using it's own local database, and everithing is stored in files so there is no problem with that.The program works, but I've experienced big trouble getting it to show correctly the cyrrillic symbols. My linux
2013 Oct 07
4
AutoBL issues on CentOS 6
Hi Tom and all,
I started to play a bit with the AutoBL action on a CentOS 6 box and ran
into the following problems:
1) The action.AutoBL doesn''t work for me until I patch it like so:
--- /usr/share/shorewall/action.AutoBL.orig 2013-10-01
00:59:42.000000000 +0200
+++ /usr/share/shorewall/action.AutoBL 2013-10-07 14:44:31.530841099 +0200
@@ -22,6 +22,9 @@
DEFAULTS
2006 Jan 29
8
Infinite loop shutting down xendomains
Pardon me for a long detailed post but this looks pretty serious. The
bottom line is that, when I attempt to shut down or reboot my simple
xen-2.0.7 server running FC3 with two domUs, shutting down xendomains
appears to send python into an infinite loop. This may be due to a
serious misconfiguration on my part but it is certainly a big problem.
If we shutdown the domUs manually first, the
2001 Feb 05
0
Read.table
After reading the comments on my problem of floats turned into
factors i went back to my original file in Excell, save as csv, then
reopen with a 'different' text editor to delete all spaces and now the
files are read OK.
I assume that when I stripped all the spaces from the file a funny
character, non printable, crept in.
Thanks to B.D.Ripley,M.Maechler,P.Dalgaard and T.Lumley for
2023 Sep 08
1
[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
On Fri, Sep 08, 2023 at 08:44:45AM -0600, Jens Axboe wrote:
> On 9/8/23 8:34 AM, Ming Lei wrote:
> > On Fri, Sep 08, 2023 at 07:49:53AM -0600, Jens Axboe wrote:
> >> On 9/8/23 3:30 AM, Ming Lei wrote:
> >>> diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c
> >>> index ad636954abae..95a3d31a1ef1 100644
> >>> --- a/io_uring/io_uring.c
>
2023 Sep 08
1
[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
On Fri, Sep 08, 2023 at 08:44:45AM -0600, Jens Axboe wrote:
> On 9/8/23 8:34 AM, Ming Lei wrote:
> > On Fri, Sep 08, 2023 at 07:49:53AM -0600, Jens Axboe wrote:
> >> On 9/8/23 3:30 AM, Ming Lei wrote:
> >>> diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c
> >>> index ad636954abae..95a3d31a1ef1 100644
> >>> --- a/io_uring/io_uring.c
>
2001 Aug 28
1
Subsetting simulation output
Does anyone understand this?
I have a long vector parlist containing values of 138 parameters in 100
simulations.
The factor parno is defined by
trys <- 100
sim <- gl(trys,138)
parno <- gl(138,1,trys*138)
I want to extract and compare results for related groups of parameters but I
get inconsistent results:
> length(parlist[parno==37:42])
[1] 600
>
2016 Dec 13
15
[Bug 2646] New: zombie processes when using privilege separation
https://bugzilla.mindrot.org/show_bug.cgi?id=2646
Bug ID: 2646
Summary: zombie processes when using privilege separation
Product: Portable OpenSSH
Version: 7.2p2
Hardware: ix86
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2010 May 05
1
[PATCH 1/2] reap the blktapctl thread and notify the tapdisk backend driver to release resource like memory..
Hi,
For this issue I had initial discussion thread before, more detail, please see :
http://lists.xensource.com/archives/html/xen-devel/2010-04/msg01140.html.
I write a new patch for this issue, which modified qemu code. So Ian, could you take a look this patch,too.
thanks,
James (Song Wei)
Signed-off-by: James ( Song Wei ) <jsong@novell.com>
diff -r efa1b905d893
2016 Apr 14
2
Re: [PATCH v3 libguestfs] launch: Implement a safer getumask.
On Thu, Apr 14, 2016 at 07:38:23AM -0600, Eric Blake wrote:
> > + /* Read the umask. */
> > + if (read (fd[0], &mask, sizeof mask) != sizeof mask) {
> > + perrorf (g, "read");
> > + close (fd[0]);
> > + return -1;
>
> Oops - this strands a child process. You have to reap the child, even
> if the read() failed.
Bleah that was