Displaying 20 results from an estimated 1000 matches similar to: "New Year Wish List"
2002 Aug 25
0
External file-attributes plugin for rsync
Recently, with LSM (linux security modules) interface growing stable, it
is becoming easier to implement different access-control systems for
linux. There are already several projects using different approaches to
the access-control problem. Each of them has its own meta-info for each
file. When syncing two hosts which use some security module, one needs to
sync this meta info for each file
2009 Jan 06
1
Web framework for embedded appliance?
Sorry for the off-topic post, but I figured someone here might know:
I''m looking for a Ruby web framework that is suitable for developing a
web service on an embedded network appliance. RAM is an issue, but
probably not as much as hard drive space. Too many requirements likely
make Rails a less than ideal candidate for this. If anyone has ideas
for what would work, any input is
2009 Sep 23
1
set choose.files directory?
Hi,
I've been trying to set the directory for choose.files as follows:
[R2.9.0 running on XP]
setwd("C:/Documents and Settings/2/Data")
getwd()
infile2 = choose.files(filters = Filters[c("txt","All"),], caption =
"Choose ECD datafile")
#<...do a bunch of stuff...>
It appears the working directory isn't updated until after choose.files()
2013 Jul 24
0
[LLVMdev] Program compiled with Clang -pg and -O crashes with SEGFAULT
Hi Qiao,
On 24/07/13 08:23, Qiao Yang wrote:
> Hi,
>
> I am trying to compile a simple program with Clang 3.3 on Linux and used -pg and -O2 option. The program would crash with segfault. Interestingly if I compile it with -pg option only it works. Do you have any idea why it crashes? And any workaround?
>
> $ cat myprog.c
> int main() {
> return 0;
> }
>
> $
2004 Mar 31
2
functions & paths
Hi,
I have a couple of quick questions regarding R.
1) I have a ".First" function that automatically loads the quadprog package into the workspace. The .First function resides in R and is only saved if I save the workspace. The exact function is as follows:
.First<-function()
{
library(quadprog)
}
Is there any way that this function can be saved outside of R? That is, is there
2013 Jul 24
2
[LLVMdev] Program compiled with Clang -pg and -O crashes with SEGFAULT
Hi,
I am trying to compile a simple program with Clang 3.3 on Linux and used -pg and -O2 option. The program would crash with segfault. Interestingly if I compile it with -pg option only it works. Do you have any idea why it crashes? And any workaround?
$ cat myprog.c
int main() {
return 0;
}
$ clang -v -pg -O2 myprog.c
clang version 3.3 (tags/RELEASE_33/final)
Target:
2009 Feb 02
1
Desktop icon
Hi,
With older wine , to have a desktop icon of my program, I was doing, for
example :
wineshelllink --desktop --path
/home/viny/.wine/dosdevices/c:/path/myprog.exe --link MyProg --icon
myprog.xpm --workdir /home/viny/.wine/dosdevices/c:/MyProg
But how to do with current wine version : wineshelllink doesn't exist
anymore ?
Thanks
2005 Feb 08
2
batch jobs question
Hi,there
I'm doing some R batch jobs in Unix.
Something like
R <prog1> output1 --save &
R <prog2> output2 --save &
prog1 and prog2 are running at the same time and they are essentially same except it contains different parameter values.
I was wondering if two processes will affect each other? Hopefully they are two independent jobs.
It's a beginner's question
2008 Jun 19
1
Need GLIBCXX-3.4.9 for /usr/lib64/libstdc++
I am trying to compile an application on a CentOS 5.0 64-bit machine that gives
me the error:
/usr/local/bin/myprog: /usr/lib64/libstdc++: version `GLIBXX.3.4.9' not found
(required by /usr/local/bin/myprog)
I have gcc 4.2.3.
I've performed a yum install compat-* and glibc*
What am I missing?
Thanks.
Scott
2007 Feb 14
1
lattice graphics and source()
Hi,
I am trying the lattice graphics in R. Let's say, such a little
experiment in file myprog.r:
f <- function(){
x <- 1:10
y <- x^2
xyplot(y ~ x)
}
f()
Then I run the program:
> source("myprog.r")
but nothing happens. Manully run f() at the command line:
> f()
then the figure is shown. This seems to be a bug only associated with
lattice graphics, the
2009 Oct 10
1
Help with OCaml bindings for R interpreter.
Hello.
I've made out a Debian package out of Maxence Guesdon's OCaml/R bindings:
http://yziquel.homelinux.org/topos/debian-ocamlr.html
http://yziquel.homelinux.org/debian/pool/main/o/ocaml-r/
The upstream software itself is on the following page:
http://home.gna.org/ocaml-r/
This binding is dynamically linked to the /usr/lib/R/lib/libR.so and to
the /usr/lib/libRmath.so libraries.
2006 Jan 01
2
Wish list
This is my New Year wishlist for R features. One
common thread is that I find I sometimes use languages
other than R including javascript, Windows batch and
gawk. Others have mentioned other languages too. It
would be nice if, in those cases I could use R
simplifying development into a single environment
(viz. R).
The following are not in any order.
1. Self Contained Executables
Make it
2010 Dec 18
1
Rcmd SHLIB error
I am getting this error message when I try to run Rcmd SHLIB myprog.c.
There appears to be a missing / between etc and i386 in the path. I
am on Windows Vista and am using R version 2.12.1 Patched (2010-12-16
r53864) and just downloaded Rtools 2.12 today. Is this a bug in R?
How can I resolve this?
C:\tmp2>Rcmd SHLIB myprog.c
cygwin warning:
MS-DOS style path detected:
2008 May 24
8
Why is wineprefixcreate deprecated?
I understand that it is applied automatically when needed, but there are times when one would want to run it manually. An example is when I want to literally create a new wine prefix such as
env WINEPREFIX="/home/bamm/apps/myprog" wineprefixcreate
to prepare a clean profile for future installation of myprog. I know that running setup with a WINEPREFIX would create the clean profile,
2010 Aug 12
2
Is oprofile still working?
Hi all,
Is anyone using oprofile?
I'm getting segfaults from opreport at the moment, and I'm not sure if
it is opreport, or just me.
In case it is something just plain daft I am doing, here is how it goes:
opcontrol --reset
opcontrol --setup --no-vmlinux
opcontrol --start
... now I run my program, /tmp/myprog ...
opcontrol --dump
opcontrol --shutdown
then I run,
opreport -l
2018 Jul 13
3
Super-verbose failure mode for FileCheck
Hi All,
FileCheck is a great tool for writing tests.
However, it can be also a great tool for hiding the error cause from you, especially if a very common idiom
RUN: ./myprog | FileCheck %s
is used.
If you need to know the output of “myprog” to figure out why your test is failing — then well, good luck,
you would need to manually copy’n paste that line, run it, and then note the output.
1997 Oct 23
0
R-beta: why restart()
Martyn, you write
> I don't think restart() is necessary - it just seems like an invitation to
> bad programming to me.
It's needed when comparing, say, the time to convergence (if at all) of various
iterative processes, for each of a few hundred simulated values. For example one
wants basically
function(data){
summary<-rep(NA,1000)
for(i in 1:1000){
2019 Aug 07
0
another bizarre thing...
On Mon, Aug 05, 2019 at 08:57:45PM -0400, Fred Smith wrote:
> Hi all!
>
> I'm stuck on something really bizarre that is happening to a product
> I "own" at work. It's a C program, built on CentOS, runs on CentOs or
> RHEL, has been in circulation since the early 00's, is in use at
> hundreds of sites.
>
> recently, at multiple customer sites it has
2008 Oct 23
0
RCMD SHLIB: static libraries and f77 libraries on Windows
Dear R-devel,
I am converting some stand-alone programs (mixed C and F77) to R functions.
I've run into two issues that
I haven't been able to resolve. I've looked at the R-exts manual and
Readme files, but haven't found answers.
(1) Can I link to a (Win32) static library? Is there some option to RCMD
SHLIB that allows this?
I've tried RCMD SHLIB myprog.c -l
2010 Dec 17
0
Wish you Happy New Year.
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' /><title>Untitled Document</title><style type='text/css'><!--