Displaying 20 results from an estimated 600 matches similar to: "Pipeline pilot fingerprint package"
2007 Jun 14
1
ARIMA with more than one seasonality period
Dear R community,
I have a project with electricity load forecasting, and I got hourly
data for system load.  If you haven't worked with electricity before,
seasonality comes in many flavors: a daily pattern, with a peak at
around 7pm; a weekly pattern, in which we use more electricity on
weekdays in comparison to weekends; a winter-summer pattern, with air
conditioning and heaters playing an
2007 Aug 09
1
S4 based package giving strange error at install time, but not at check time
Hi, I have a S4 based package package that was loading fine on R  
2.5.0 on both OS X and
Linux. I was checking the package against 2.5.1 and doing R CMD check
does not give any warnings. So I next built the package and installed
it. Though the package installed fine I noticed the following message:
Loading required package: methods
Error in loadNamespace(package, c(which.lib.loc, lib.loc),  
2012 Jan 30
1
Need to Write a Code that can find the molecular weight of various compounds
Hi!
Just started working at a lab and have only minimal experience with R.
I was wondering if there was a way to write a code that would intake a data
set of chemical compounds (ex: H2O, CH3)
and be able to give an output column of the molecular weight?
I tried some really basic coding to try to work with a being a matrix of
data with the assigned variables.
if (A<-'H')
2012 Sep 14
0
rcdk package, fingerprint without name?
Hi!
I have a question concerning the rcdk package:
I generated a test sdf-file with 3 molecules in it and tried to perform clustering by fingerprints and plot the results in a dendogramm.
This is what I did:
mols <- load.molecules ("molecules.sdf")
fp.list <- lapply (mols, get.fingerprint, 'maccs')
fp.dist <- fp.sim.matrix (fp.list, method='tanimoto')
2009 May 27
2
New NUT user with HP R3000XR problem
Greetings,
I've just installed nut-2.4.1 on a Solaris 10 x86 machine to monitor a 
HP R3000XR UPS.
SunOS babylon4 5.10 Generic_138889-08 i86pc i386 i86pc Solaris
First of all, I encountered a single problem during the build.  After 
configuring, drivers/Makefile ends up containing the following line:
LIBNETSNMP_LDFLAGS = -R../lib -L/usr/sfw/lib -lnetsnmp -lgen [...]
This is clearly
2005 Jul 20
5
Chemoinformatic people
Dear colleague,
Just an e-mail to know if they are people working in the field of chemoinformatic that are using R in their work. If yes I was wondering if we couldn't exchange tips and tricks about the use of R in this area ?
Best regards
Fred Ooms
	[[alternative HTML version deleted]]
2010 Sep 01
2
Makefile bug in nut-2.4.3
I'm just in the process of upgrading from nut-2.4.1 to 2.4.3 on a 
dual-Xeon box running Solaris 10 amd64 (i686-pc-solaris2.10).  I 
configured as follows:
./configure --prefix=/opt/nut --with-gnu-ld --with-serial --without-usb 
--with-cgi --with-gd-includes=-I/usr/local/include 
--with-gd-libs="-L/usr/local/lib -R/usr/local/lib -lgd" --with-user=nut 
--with-group=nut
2010 Sep 09
2
HP R3000XR charge level
This is not a NUT question per se ...  or at least, I don't think it is.  
I just replaced the battery pack in my HP R3000XR; the new batteries 
were shipped with 90% charge, were at about 87% when they went in, and 
were up to 98% charge the next day.
Last weekend, the server that runs NUT went down for no apparent reason, 
wiping out its boot blocks, corrupting its boot archive beyond
2006 Nov 29
1
An example of using rJava
I have received a few private emails asking for some simple
demonstration of calling Java code from R using the rJava package
(which can be installed directly inside R). Here is one example for
convolving two vectors (an example in the R manual about linking C with
R).
First write a Java program
public class my_convolve
{            	
     public static double[] convolve(double[] a, double[] b)
2008 Apr 18
1
PowerPoint Viewer 2007 crashes
Hi!
PowerPoint Viewer 2007 (downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyID=048dc840-14e1-467d-8dca-19d2a8fd7485&DisplayLang=en) doesn't run on Wine 0.9.59 (installed from Wine repository) on Ubuntu Gutsy. Installation completes successfully but all I get after trying to run the app is:
$ wine Program\ Files/Microsoft\ Office/Office12/PPTVIEW.EXE 
2004 Sep 28
1
rsync fails when syncing empty directories
I have a script which copies files from remote server to local filesystem
and processes them locally. Files on remote server are cleaned
periodically so that every once in a while the remote directory is empty
just after old files are removed. If I run my script it fails with error
mentioned below. The ugly workaround I use is to 'touch foo' on remote
server so that there's *anything*
2003 Aug 20
1
5.1-R: zero byte core file.
While using 5.1-RELEASE, I find that if my application program seg 
faults, it produces "programname.core"; but it is 0 bytes.
I ran the exact same program on another machine that was running 
4.4-RELEASE, and I do get a core file that I can use with gdb.
I'd really appreciate if someone could help me resolve this.
Additional details: 
- It is not specific to the application
2003 Nov 07
2
Partial authentication
Hello,
I would like to bring up the topic of possibly including partial
authentication functionality into OpneSSH again - it was discussed a few
weeks ago. I believe that implementing auth vectors was suggested as a way
to achieve this.
The reasoning behind the need for partial auth is that there are cases when
multiple methods of authentication are required for the user to be
successfully
2003 May 22
1
readmes
On Fri, Feb 14, 2003 at 12:44:50AM -0800, Kris Kennaway wrote:
> On Sat, Jan 18, 2003 at 05:50:05PM -0500, Tim Vanderhoek wrote:
> > On Sat, Jan 18, 2003 at 10:38:27PM +0100, Gunnar Flygt wrote:
> > > 
> > > Actually it seems more that some of the pors have huge "include's"
> > > as /usr/ports/devel/cdk as it includes the big maninfo.mk, or
>
2010 Oct 09
1
Plot time range with rect or boxplot
Hi,
I am trying to use rect (R2.11) to plot a set of data as following
 
 
 > data
  Company        Pt                  Pri                  Pub
1    A            WO520          8/5/09          2/11/10
2    B            WO893         7/30/03          2/24/05
3    A            WO258         12/8/08          6/17/10
4    C           WO248         1/13/09           9/2/10
pri<-
2004 Aug 10
3
[PATCH] Tighten /etc/crontab permissions
Hi folks,
While investigating OpenBSD's cron implementation, I found that they set
the systemwide crontab (a.k.a. /etc/crontab) to be readable by the
superuser only.  The attached patch will bring this to FreeBSD by moving
crontab out from BIN1 group and install it along with master.passwd.
This change should not affect the current cron(1) behavior.
Cheers,
-- 
Xin LI <delphij frontfree
2010 Mar 03
2
question on authentication
Hi there,
I am trying to come up with a solution to the current Samba authentication
voes on the gateway server for our distributed file system.  We currently
use smbpasswd file on the gateway server for authentication, which is not a
secure way and requires each user to be specifically added in.
I do not have much experience with Samba, so I am still learning quite a bit
as I jump from
2007 Jan 13
3
Permission denied by op
i am invoking op from a python proggy which does an op.system() of
   op chmod 640 /usr/local/etc/tac_plus.conf
i get "Permission denied by op" 
% ls -l /usr/local/etc/op.access
-r--------  1 root  wheel  149 Jan 13 07:41 /usr/local/etc/op.access
% cat /usr/local/etc/op.access
# 2007.01.13
#
#DEFAULT users=src
#
chown   /usr/sbin/chown $* ; users=src
chmod   /bin/chmod $* ; users=src
2003 Oct 23
3
/var partition overflow (due to spyware?) in FreeBSD default install
All:
I'm posting this to FreeBSD-security (rather than FreeBSD-net) because 
the problems I'm seeing appear to have been caused by spyware, and 
because they constitute a possible avenue for denial of service on 
FreeBSD machines with default installs of the operating system.
Several of the FreeBSD machines on our network began to act strangely 
during the past week. Some have started to
2015 Jun 18
3
[LLVMdev] problem with replacing an instruction
I am trying to change this
define void @main(float* noalias %arg0, float* noalias %arg1, float* 
noalias %arg2) {
entrypoint:
   %0 = bitcast float* %arg1 to <4 x float>*
intothis
define void @main(float* noalias %arg0, float* noalias %arg1, float* 
noalias %arg2) {
entrypoint:
   %0 = getelementptr float* %arg1, i64 0
   %1 = bitcast float* %0 to <4 x float>*
I must be close but