similar to: Looking for volunteer moderators for R-help

Displaying 20 results from an estimated 8000 matches similar to: "Looking for volunteer moderators for R-help"

2005 Jun 08
0
Looking for Volunteers to Moderate the User''s List
The user''s list has controls on the size of posts that it will accept without moderation. This is done so that the entire list isn''t spammed with 800kb trace files or hi-rez diagrams of someone''s network. When a post exceeds the limit (currently 120kb), the moderator receives a message. It is then necessary to log onto the list server and to either approve or reject
2011 Nov 16
2
[LLVMdev] Dev Meeting: Volunteer Moderators Needed!
We are in desperate need of volunteers to moderate the sessions during the LLVM Developers Meeting. If you are attending and can act as moderator for a group of talks, please let us know. We need 5 more volunteers to moderate the following sessions. Please note your first choice session to moderate and your second choice: Session #1 (11:05-12:35): Integrating LLVM into FreeBSD: Brooks Davis –
2003 Feb 03
0
(Off topic.) Game theory.
This has nothing to do with R as such; I'm simply trying to exploit the vast resource of knowledge and expertise that resides in the R community. For my sins, I am teaching a course on Game Theory this term. Game Theory I know from ***nothing***. I am trying to learn the subject as I go along, staying perhaps half a step in front of the students. I am having considerable difficulty with
2013 Oct 31
1
[LLVMdev] Moderators needed for LLVM Dev Meeting!!
We are in desperate need of moderators for the LLVM Developer Meeting. What does a moderator do? Its pretty simple. You introduce the speaker, give them a 10 and 5 minute warnings, stop the talk, and facilitate Q &A (running microphone, etc). If you think you are up for the job, please consider volunteering for one or more moderator sessions. Please respond to me directly with your first and
2009 Jan 20
1
Problem with FAME
Dear All, I wonder whether anyone has an experience with FAME package written by Jeff Hallman. All my attempts to send him the following problem report did not succeed (the mail system says that my e-mail could not be delivered), so I turn for help to this list. I tried to use your FAME package written for R, but somehow I cannot get it working. I am using Windows XP and the newest R
2006 Dec 08
2
dyn.load and function calls without 'PACKAGE' argument
I'm writing a package that interfaces to the FAME database, via a library of compiled C routines accessible through a Linux .so file. My .onLoad() function loads the .so like this: dyn.load("/opt/fame/timeiq/lib/linux_x86/libjchli.so", local = F) and after that I also load my own fame.so via library.dynam("fame", package = "fame") The code in fame.so uses
2007 Jun 05
1
Can configure.ac detect 64 bit R?
My fame package has to link to the libchli.so that comes with FAME. However, FAME is now supplying both 32 and 64 bit versions of the library. The 32-bit version is $FAME/hli/libchli.so while the 64-bit version is $FAME/hli/64/libchli.so. To set the right flags, it seems that I need to know, from within configure.ac, whether the R installation is 32 bit or 64 bit. Is there a way to detect this?
2007 Feb 02
2
Help with OS X (BSD) ps command
My fame package has a function that checks to see if a FAME SERVER process is already running. On Linux, I can do this in one of two ways: pid <- Sys.getpid() user <- Sys.info()["user"] cmd <- paste("pgrep -fU", user, "-P", pid, "'FAME SERVER'") fameRunning <- as.logical(length(system(cmd, intern = T))) or I can use cmd
2008 Jan 04
0
R/FAME Interface
I am trying to establish an interface between FAME and R. I have downloaded the zip file containing the documentation regarding this interface from the CRAN website, but I am still having problems. Thus far, what I have done is as follows: 1. I ran the "ClientServer.R" file. 2. Then I ran "startRemoteServer.R" file. 3. Then I ran the "fame.R file". As I
2009 Nov 12
1
Step Function Freezing R
I have a question that might not be "kosher" here, but I'm running out of options and need some help. Basically using the function "step" is freezing R. I am running a model that includes a number of interactions on a large data set with a number of dummy variables representing whether an event occurred or not. Here's a simplified example - fit =
2007 Jul 12
5
In creating a Windows binary package (zip), how do I make the installation configurable
I would like to create a binary package for Windows which when installed will give the user an option of whether to install one version or another. Here is the problem, I have a package 'FAME' that can run in two different modes on Windows. An old mode that uses R to connect to a remote linux machine and a new way that uses a locally installed database. I would allow this decision to be
2020 Oct 27
0
Looking for a guide to collect all e-mail from the ISP mail server
The reason there's no pretty complete how-to is because what you're doing seems completely insane to the vast majority of people who'd look at your problem and select your way of approaching solving it. Yeah, you can also host your own website off of a DSL line, using a rasp-pi connected via a ham data relay which is faxing pages back and forth over a couple of soup-cans and string -
2017 Oct 16
1
[llvm-devmeeting] Need one more moderator volunteer!
I can do it! -Raphael On Oct 16, 2017 12:48 PM, "Tanya Lattner via llvm-devmeeting" < llvm-devmeeting at lists.llvm.org> wrote: > Can anyone help with this session? > > *Session 10 (2:10-3:40PM, General Session)* > Adding Index‐While‐Building and Refactoring to Clang > Advancing Clangd: Bringing persisted indexing to Clang tooling > > Thanks, > Tanya >
2008 Nov 17
2
Cannot quit R - fame package issue?
Hello list member: I've recently had a problem in that I'm unable to quit an R Session. I noticed this after the update to 2.8.0, but I believe I also noticed it on another machine, in the previous version. It occurs on both linux and Mac platforms. It only occurs when I start R in some particular workspaces that have alot of objects in them; it does not occur if I start R in an
2005 Jun 01
1
FW: TellMe pay-as-you-go? - UPDATE
As some of you know I've been trying to facilitate an involvement with www.tellme.com <http://www.tellme.com/> speech recognition tools and Asterisk. See www.studio.tellme.com <http://www.studio.tellme.com/> There have been a number of people who are already integrating the two and utilizing Tellme as an ASP to deliver speech recognition to their asterisk applications.
2003 Mar 28
2
rsync ignoring some new files
I have found several instances where rsync refuses to copy a new file. I am using it to sync changes from a staging web server to production servers, and there are certain files that it just plain won't copy. The file is totally new. No such name has ever existed on the target server(, or on the source server until now). In this instance, I added 3 completely new files to the same
2013 Apr 04
5
Help for bootstrapping‏
I have a set of data for US t-bill returns and US stock returns frm 1980-2012. I am trying to bootstrap the data and obtain the minimum variance portfolio and repeat this portfolio 1000 times. However I am unable to get the correct code function for the minimum variance portfolio. When I tried to enter Opt(OriData+1, 1, 5, 0), I get "error:subscript out of bounds" Please help!
2011 Nov 08
2
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
Hi, First question: "/module" is mapped to a special file that reads a kernel module passed in by the bootloader. Much like GRUB, kiwi's bootloader loads a kernel and can load one or more extra files into memory. These are passed to the kernel. The horizon kernel expects one file, which it makes accessible at "/module". This should be set up to be whatever you set
2013 May 03
0
Looking for volunteer to help man LinuxCon Japan booth (1-2 hours)
Dear Community member, (Sorry for the spam earlier, triggered a send by keyboard shortcut) the Xen Project was planning to have a booth at LinuxCon Japan this year (for more information, see
2010 Sep 28
2
Reshape
Hello, helpeRs, I've been trying, unsuccessfully, to change a dataframe from long to wide format using reshape (the original). I would appreciate it if someone could demonstrate the correct syntax. The script below will create a toy example. The new wide data should have a column name for each unique entry in the "fame" column. Under each column should be either the