similar to: problems with chron library

Displaying 20 results from an estimated 500 matches similar to: "problems with chron library"

2003 Dec 09
1
Importing TIFF files into a R matrix
Hi I am facing a problem where I would like to import a TIFF image (of spots on a nylon filter) into R (into a matrix for example). When plotting the matrix using fx. scatterplot3d I would then be able to see how the pixel-intensities are distributed in "spot-areas" on the filter - which would be very helpful. Does anynone know of a way to do this? Best regards, Peter Hagedorn ...
2008 Oct 02
1
possible bug in function 'var' in R 2.7.2?
Dear R-Help, I have used R2.6.0 until I recently installed also R2.7.2 (see details below) In R 2.6.0, the following script using the function 'var' (cor(stats)): x.test <- c(NA, NA, NA, NA) var(x.test, na.rm=T) gives the output: NA In R2.7.2 the output of the same script generates an error message and stops R: 'Error in var(x.test, na.rm = T)
1998 Jan 16
2
ESS-mode and X-emacs problem
kim.pilegaard@risoe.dk (Kim Pilegaard) writes: > When I try to invoke R from xemacs I get the following responses: > > ESS starting data directory? ~/ > > "Process R is not running". > > This is what the R buffer shows: > > R : Copyright 1997, Robert Gentleman and Ross Ihaka > Version 0.61.0 Alpha (December 21, 1997) > > R is free software and
2013 Feb 09
3
help on plotting series with different x-axis values on a graph with one x-axis
Hi, I have run into this problem a couple of times now and hope you can help! If I want to plot mulitiple series with differing x-axis values (however, all in the same range) in 1 plot with one common axis R obstruses the plots. E.g. if I plot water content against time and I start with the sampler at 5 cm depth, it plots that one right. But the next depth, 15 cm, is measured at slightly
2009 Sep 04
0
passing character vectors to FORTRAN
Hi, I've been trying to pass a character vector from R to a FORTRAN subroutine. There have been several posts discussing this issue (e.g. http://tolstoy.newcastle.edu.au/R/help/98a/0547.html, http://tolstoy.newcastle.edu.au/R/help/05/10/13558.html, http://tolstoy.newcastle.edu.au/R/help/01a/2577.html, http://tolstoy.newcastle.edu.au/R/help/01c/1795.html,
2010 Oct 18
1
[LLVMdev] pass case sensitive information to a llvm target backend
Hi, we're writing a new target backend (based on the c backend) for the llvm. We need to pass case sensitive strings from the command line to the backend (unix paths). Currently we're using the Subtarget features string to relay the information. It turns out that the llvm applies a to_lower to the this string, so unix paths become basically useless. Is there a better way to pass this
2010 Oct 18
0
[LLVMdev] pass case sensitive information to a llvm target backend
On Oct 18, 2010, at 8:31 AM, Alexander Herz wrote: > we're writing a new target backend (based on the c backend) for the > llvm. We need to pass case sensitive strings from the command line to > the backend (unix paths). Currently we're using the Subtarget features > string to relay the information. > It turns out that the llvm applies a to_lower to the this string, so >
2009 Aug 12
1
Simulating points from GLM corresponding to new x-values
Dear List, Does anyone know how to simulate data from a GLM object correponding to values of the independent (x) variable that do not occur in the original dataset? I have tried using simulate(), but it generates a new value of the dependent variable corresponding to each of the original x-values, which is not what I need. Ideally I whould like to simulate new values for GLM objects
2010 Oct 19
0
[LLVMdev] pass case sensitive information to a llvm target backend
Hi Alex, That sounds like the sort of information that should be extractable from the debug information metadata. Once you're in LLVM IR, things like class names and source types are not guaranteed to be preserved in a reverse-mappable sort of way (from IR names to source names) in the IR itself. The debug information, however, is intended to do exactly that. -Jim On Oct 19, 2010, at 12:52
1998 Sep 16
1
prob: no authority to log on from this station
About 3 month ago, I installed samba on a university linux box. I edited the smb.conf so that filesharing worked for me from a Windows NT 4 workstation. The problem is that it doesnt work anymore, maybe because of service pack 3? I dont know. I get this messages when I try to access my home-directory from the NT workstation: translated from danish, offcourse: "no authority to log on from
2010 Oct 19
3
[LLVMdev] pass case sensitive information to a llvm target backend
Hi, we use the llvm to lower c++ code to c code which can be run through our abstract interpretation framework (based on CIL). Along with the c code we emit some structured text files that contain the "lost" information (class hierarchy, private/public attributes etc). In order to output this information in a sensible way we need to pass unix paths and some more case sensitive
2012 Apr 26
1
Aggregate function for comparison stats
Hi, I have a data.frame which contains timeseries from several different locations, which I want to compare against each other for example calculating RMSE, or normalized mean bias of each location against the others. An example of this is the cor function where I can put in a data.frame and get the correlation of each location compared to the others in the data.frame eg.
2003 Feb 17
2
Q: libreadline.so.4.1 problems on Alpha/Linux
Dear List I'm trying to run R on a DIGITAL Alpha / Linux RedHat 7.2 The .rpm requires libreadlin.so.4.1 RedHat 7.2 comes with libreadline.so.4.2 I installed the R-1.6.0-1.aplha.rpm with option --nodeps, since it otherwise complained that the required libreadline.so.4.1 was missing. This seemed to be the only unsatisfied dependency, at least that was the only one mentioned when installing
2008 Jun 10
2
How to join data.frames and vectors of different length, in an inteligent way?
I have a data set something like this: "YYYY", "Value" 1972 , 117 1984 , 73 1969 , 92 1976 , 113 1999 , 80 1996 , 78 1976 , 98 1984 , 106 1976 , 99 it could be created with: > dafSamp <- data.frame(cbind(c(1972,1984,1969,1976,1999,1996,1976,1984,1976),c(117,73,92,113,80,78,98,106,99))) The real dataset is of cause much larger, app. 100.000 samples
1997 Dec 23
1
Debian package for R-0.61 uploaded
I have uploaded a Debian package r-base_0.61.0-2_i386.deb to the incoming directory at ftp.ci.tuwien.ac.at. This package is built against libc5, not libc6. Turns out that was a bit more complicated than I had hoped. I have also created an RPM file for the same binary distribution and will upload that shortly as r-base-0.61.0-2.i386.rpm. I enclose some information regarding the two packaged
2014 Feb 06
0
Oplock break failed for file XXX-- replying anyway?
Hi I have problems with Samba and hope some of you can help me. Below if I have add the error messages that are relevant. [root at roskilde mosek]# emacs /var/log/samba/log.172.16.0.108 File Edit Options Buffers Tools Help [2014/02/06 10:18:29.562405, 0] smbd/oplock.c:330(oplock_timeout_handler) Oplock break failed for file windows/intel/Composer-XE-2013.198/Documentation/csupport.txt --
1997 Dec 18
0
DES Encryption
Hello, I don't know if this is a bug of some sort, but I am running out of ideas. O/S: FreeBSD 2.2.5-stable Samba: Version 1.9.17p4 Clients: Win95 only I am trying to get Samba to accpet Win95 clients logging on my FreeBSD Samba domain logon server. If I empty (null) my password I can login, if I have an encrypted password (/etc/passwd) it will not work. I will get: "You have
2007 May 19
2
Crash in blur.c (SIGSEGV)
Hello. System info: OS: FC6 x86_64 video: Nvidia GF 7900 GT, driver version 97.55 compiz version: git config backend used: ccp I can reproduce this crash every time on my system. When blur plugin is active and I try to access any right-click menu, regular application menu or drop-down list, compiz crashes. Backtrace produced by crashhandler plugin shows crash in blur.c in function
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
Wine version: 20011108 CVS update run this morning Ran the following commands make uninstall make clean /tools/wineinstall Lotus Notes RNext running OK with latest CVS (I was having problems where buttons would not work), however if I go into User Preferences, and then click on either the OK or Cancel button, a crash occurs producing the following in the debugger.... WineDbg starting...
1998 Feb 04
1
R-beta: Functionality of tck=1, and mtext()
In the version of R that I am running I have found two advertised features that don't appear to work correctly: Version 0.61.0 Alpha (December 21, 1997) (installed using r-base-0.61.0-2.i386.rpm) 1. mtext adj parameter is seriously offset to the right. For example: > par(oma=c(0,0,3,0)) > mtext("Try this", side=3, outer=T) # nothing is observed on x11 > mtext("Now