Displaying 20 results from an estimated 3000 matches similar to: "Unable to require installed package"
2010 Oct 23
4
Feedback on you manual
Dear Sir/Madam:
Great thanks for R project and you contribution.
I am Liping Liu, a beginner of R. Recently, I use R much. I wish you could
improve the manual by making it search engine friendly.
The "Introduction to R" page is too long. I am often redirected to this page
by goole, but I still can not find the content I need easily.
Could you please make it a structured: one page
2009 Sep 22
2
[pvops-dom0]Let PV ops guest could handle Machine Check trap
Hi, Jeremy and all
This small patch lets pv ops guest handle machine check trap. When non
fatal mce error happens, xen will inject vMCE# to the impacted pv ops guest.
This patch allows pv ops guest could receive machine check trap and enter
its own machine check handler.
Thanks & Regards,
Criping
>From 5efc12fe8214d55e2becc2c4b6ec4a30531d7b60 Mon Sep 17 00:00:00 2001
From: Liping Ke
2008 Nov 12
2
separate a variable in several variables
Hello R users,
Imagine the data frame DATA with the variable x which is composed by numeric
and alpha caracters.
> DATA
x
1 12F
2 13 AD
3 356PO
4 1D
5 GRT
6 PO52
7 LN4Z
Is there a way to separarate x in 2 variables:
y: only numeric caracters
z: only alpha caracters
For exemple:
x y z
1 12F 12 F
2 13 AD 13 AD
3 356PO
2018 Apr 17
1
Minor glitch in optim()
Having worked with optim() and related programs for years, it surprised me
that I haven't noticed this before, but optim() is inconsistent in how it
deals with bounds constraints specified at infinity. Here's an example:
# optim-glitch-Ex.R
x0<-c(1,2,3,4)
fnt <- function(x, fscale=10){
yy <- length(x):1
val <- sum((yy*x)^2)*fscale
}
grt <- function(x, fscale=10){
nn
2008 May 08
8
[Patch 4/4]: Xend interface for HVM S3
[Patch 4/4]: Xend interface for HVM S3
- extend "xm resume <domid>" to be able to S3 resume HVM domain.
- when user issue "xm resume" command for HVM domain, xend will use
xc lib API to call HVMOP_s3_resume hypercall.
Note: it may not appropriate use xm resume for HVM s3, since xm resume
is originally designed for save/restor purpose. It will be fine that
2010 Apr 02
2
How to save a model in DB and retrieve It
I'm wondering how to save an object (models like lm, loess, etc) in a DB to retrieve and use it afterwards, an example:
wind_ms <- abs(rnorm(24*30)*4+8)
air_kgm3 <- rnorm(24*30, 0.1)*0.1 + 1.1
wind_dg <- rnorm(24*30) * 360/7
ms <- c(0:25)
kw_mm92 <- c(0,0,0,20,94,205,391,645,979,1375,1795,2000,2040)
kw_mm92 <- c(kw_mm92, rep(2050, length(ms)-length(kw_mm92)))
modelspline
2003 Jul 12
2
help with bivariate density plot question
Dear R users:
I have a dataset with two variables (>20000 observations, two samples from same subject) and I used "kernSur" from library(Genkern) to
get a estimated bivariate density and corresponding plots as follows:
new.data.normal<-data.normal[!is.na(data.normal[,2]),]
x<-new.data.normal[,2]
y<-new.data.normal[,3]
op <- KernSur(x,y, xgridsize=50, ygridsize=50,
2003 Jul 18
1
problem with memory size in UNIX
Dear R/Biocondutor users:
I tried to merge two big affybatch data sets in R (under unix mainframe) and encounter the problems as following:
combine2.3<-merge(combine2.1,TALL)
Error: cannot allocate vector of size 409600 Kb
I do not know what is the problem and how can i fix the problem. any suggustion will be appreciated.
liping
[[alternative HTML version deleted]]
2008 Oct 06
1
need ur kind advice
Dear All,
apprecite ur kind help n advice
I have a Centos 5 server running only squid for sometime and its workin
great.
i am concerned about security so i have a shorewall firewall on the
machine runnign squid n works grt
now i would like to know the follwing
1) does anyone one know of any good antivirus software i could install on
the centos OS squid server so as to scan for viruses so i cd
2009 Jul 30
2
sendmail slow to response
Dear All,
I am sorry for the post here but really apprecite if someone could help me
or advise.
actually i just could not subscribe to sendmail mailing list
I have the following setup for a long time on a single computer
Centos server running as my primary Mail & Dns server
CentOS release 5 (Final)
sendmail-8.13.8-2.el5
bind-9.3.4-6.0.3.P1.el5_2
MailScanner (4.76.25)
Mailwatch 1.0.4
I had
2007 Dec 24
1
Question on menu/Makefile
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Was just working with the latest 3.54, and find that the Makefile in the menu
directory didn't work until I added the /include/syslinux to the file.
< CFLAGS = $(M32) -mregparm=3 -DREGPARM=3 -W -Wall -
march=i386 -Os -fomit-frame-pointer -I$(LUDIR)/include -
I$(COM32DIR)/include -I$(COM32DIR)/include/syslinux -Ilibmenu -
D__COM32__
-
2010 Oct 28
1
Heatmap construction problems
I am very new to R and don't have any computer program experience
whatsoever. I am trying to generate a heatmap of the following data:
Phylum,AI,AJT,BY,GA,Grt,Sm
Acidobacteria,0.5,0.7,2.7,0.1,2.6,1.0
Actinobacteria,33.7,65.1,9.7,2.0,3.9,2.1
Bacteroidetes,9.7,5.6,0.7,13.2,41.1,21.6
CCM11b,0.0,0.0,0.0,0.0,0.0,0.1
Chlamydiae,0.1,0.1,0.0,0.0,1.0,0.2
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it
wakes up from S3 state.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
--
Jean Guyader
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Jan 24
1
vesamenu samples?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I've been using the standard isolinux.cfg file for some time with
great success. Have it currently display a file at the beginning with
a little .lss graphic file, and some basic info then with the image
names and info. Also have 4 of the help files linked to the F1 - F4
keys.
But I just had a number of emails back
2008 Dec 19
2
FW: [patch 0/4]Enable CMCI (Corrected Machine Check Error Interrupt) for Intel CPUs
Hi, All
Following 4 patches are for enabling CMCI of Intel CPUs in XEN.
---------------------------------------------------------------------------
Patch 1: remove_intel_mce_old.patch is to remove old p4/p6 files. The reason is that machine check architecture for Intel families including p4/p6/latest are similar. We need not keep duplicated codes.
Patch 2: change_stop_machine_run.patch changes
2017 Apr 07
2
[Bug 1144] New: set add always returns false or otherwise ends evaluation
https://bugzilla.netfilter.org/show_bug.cgi?id=1144
Bug ID: 1144
Summary: set add always returns false or otherwise ends
evaluation
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: kernel
2008 Dec 04
6
[Doc] writeup for error handling usage in XEN
Hi, all
Those days, we spent some efforts to check severe error handling (panic, BUG_ON, BUG, ASSERT) in XEN. We have several round internal discussions as well as several mail threads with Keir. Below is the discussion writeup.
If agreed, after review, we want to place it in XEN document folder or XEN wiki since we think it might be helpful to developers.
Thanks a lot for your help!
Regards,
2007 Jan 25
4
vesamenu.c32 and cat.c32
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have done some additional testing, and gotten it a bit close to what I was
looking for. I had to modify the cat.c to eliminate the printing of the
arguments and file name, and added a Press Enter to return menu line.
With the below isolinux.cfg the options do display the files, and pressing
enter than returns to the vesamenu.
DEFAULT
2006 Jan 09
2
Question on Kernel boot options
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a project that uses syslinux to load the kernels from the CD to create
disk and/or partition images. The process works great, but as I have been
building newer kernel images with new disk and nic drivers, I have had users
run into problems.
Example: one users machine would fail at hotplug detection, creating a
kernel with this feature off
2005 Jul 14
2
[ronvdaal@zarathustra.linux666.com: Possible security issue with FreeBSD 5.4 jailing and BPF]
This message was sent to bugtraq today:
While playing around with FreeBSD 5.4 and jailing I discovered that it was
possible to put an ethernet interface into promiscious mode from within the
jailed environment, allowing a packetsniffer to gather data not meant for
the jailed box. This also affects FreeBSD 5.3 (tested) but not FreeBSD 4.x
This can be reproduced on boxes where BPF support is