Displaying 20 results from an estimated 6000 matches similar to: "ROR job opening."
2009 Dec 05
2
Announcing a new R news site: R-bloggers.com
Hello everyone.
After some good time of work, I am proud to present: www.r-bloggers.com
What is R-Bloggers.com?
R-Bloggers.com hopes to serve the R community by presenting (in one place)
all the new articles (posts) written (in English) about R in the "R
blogosphere".
How does R-Bloggers operate?
This site aggregates feeds (only with permission!) from participating R
blogs. The
2010 Sep 27
3
[Slightly OT] "Open Source Development + Tools" - Book/Resource?
Greetings all-
My apologies for the slightly OT post. My primary production platform *IS* CentOS 5.x with a minor scattering of 4.x machines behind firewalls here and there...
I find that I'm being placed more and more into a 'quasi-developer' role which strays some from my normal system/network admin duties. Specifically, having to work with the deep internals of make, autoconf,
2006 Sep 26
2
about the determinant of a symmetric compound matrix
Dear R users,
even if this question is not related to an issue about R, probably some of you will be able to help me.
I have a square matrix of dimension k by k with alpha on the diagonal and beta everywhee else.
This symmetric matrix is called symmetric compound matrix and has the form
a( I + cJ),
where
I is the k by k identity matrix
J is the k by k matrix of all ones
a = alpha - beta
c =
2007 Dec 20
6
samba 3.0.28 and dropboxes
All,
I searched archives and found one related to our problem, with
subject "samba 3.0.26a and dropboxes", but there was no solution. So
posting this again for hopes of a fix.
We have dropboxes where users can drop files in someone else's
dropbox folder. You have write permissions but not read for the folder.
In UNIX the dropbox permision is set as 2733. This all
2006 Apr 29
3
What version of Wine am I running?
If I type the following from the cli:
[cj@vrproductions2 ~]$ wine
Wine 20050830
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
[cj@vrproductions2 ~]$ rpm -qa | grep wine
wine-devel-0.9.12-1.fc4
wine-arts-0.9.12-1.fc4
wine-tools-0.9.12-1.fc4
2009 Mar 31
3
R Language Bloggers and Web Sites Owners
Dear List,
Apologies in advance for non bloggers for the spam on the slightly off topic.
This is an invitation to all R language bloggers to help spread the
world at a forum where leading authors come?together.
Current only 1 R blogger is there- David Smith, from Revolution Computing.
There are many from SAS (Jason Burke,Gary Conkins) ,one from SPSS (Jon
Peck) and others from SAP,Aster Data
2019 Feb 15
3
Fwd: Running R from terminal in ubuntu 16.04 gives Fatal Error message
I just installed R 3.4.4 and Rstudio on my computer with the OS Ubuntu
16.04. Rstudio detects the Installation of R and works normally. However,
trying to run R in the terminal I get this error:
*Fatal error: unable to open the base package*
I have trying setting the R_HOME using:
*export R_HOME=/usr/lib/R*
However it did not work. Any idea how to resolve this?
Ps. I have used r-bloggers
2002 Sep 10
2
xwindows+pam_mount
does any one know which /etc/pam.d file I'll need to edit to get pam_mount
to work with x windows?
Thanks
2015 Sep 10
2
Doubt on usage of rsync for chown of existing folders
Hi Kevin,
Thank you very much. I changed my user in the remote machine (su).
Then, by trying again with rsync but with no modification in the source folder, I see that file ownership continues the same.
Would be possible for rsync to change the ownership in this case (I am not root) ?
Thanks,
Regards,CJ
Em Quinta-feira, 10 de Setembro de 2015 20:01, Kevin Korb <kmk at
2008 Aug 07
1
How to do line breaks in sieve scripts?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In working with auto vacation replies I'd like to do a sieve script as
follows:
require ["vacation"];
vacation
:days 30
:addresses "cj.keist at colostate.edu"
:subject "Out of Office"
"***************** Out of Office ******************
I'm away -- send mail to foo in my absence
2005 Mar 04
3
music on hold issue
Hello,
I am quite new to asterisk (I've been playing with it for just about 2 weeks).
I am trying to do music on hold, but I get this error:
res_musiconhold.c:309 monmp3thread: Request to schedule in the past?!?!
I have read on some forums that usually this message comes when all resources are tied up, but top gives 0%.
The server is Intel 2.4 Ghz with 512 MB RAM.
Any suggestions?
Thank
2010 Sep 09
2
Help request: highlighting R code on WordPress.com blogs
Hello dear R help members (and also Yihui and Romain),
There are currently 28 R bloggers (out of the 117
R-bloggers<http://www.r-bloggers.com/>I know of) that are using
wordpress.com for publishing their R code (and I suspect this number will
increase with time).
WordPress.com doesn't support R syntax highlighting, nor can it
be embedded from other services (like gist
2014 Jul 10
2
Fatal: master: service(imap): child 20258 killed with signal 6 (core not dumped - set service imap { drop_priv_before_exec=yes })
All,
Just move our mail servers over to a new mail server running postfix
2.11.1 and dovecot 2.2.13 and getting the subject line errors in my
/var/adm/files. People are complaining of loosing their connections to
the mail server.
I've been able to google this error but haven't found fix for this yet.
NOt sure where to put the drop-priv option in the config files either.
Any
2012 Feb 10
5
how to plot a nice legend?
i'd like to plot a legend in my diagram. The diagram will be included
in a TikZ LaTeX document later.
I tried the legend() function, but
- it can not find a good place it self where the legend fits
and playing around with coordinates and scaling consumes a lot time
- standard settings for the text need adjustment
(linespacing is quite large and so on)
Is there an alternative to
2018 Jun 01
2
Time-series moving average question
You are right that there are no NAs in the practice data. But there are NAs in the moving average data.
To see this, break your work into two separate steps, like this:
tnr.ma <- ma(dat3[1:28], order=3)
TNR_moving_average <- forecast(tnr.ma, h=8)
I think you will find that the warning comes from the second step.
Print tnr.ma and you will see some NAs.
-Don
--
Don MacQueen
Lawrence
2017 Jun 24
0
Execute R codes without installing R environment
Hi Daniel,
There seems to be a way to package the R interpreter and a program
into an executable file. It looks pretty complicated and would only be
worth the effort if you _must_ run your script this way and you
_can't_ install R.
https://www.r-bloggers.com/deploying-desktop-apps-with-r/
Jim
On Sat, Jun 24, 2017 at 5:26 AM, xianda deng <dengxianda2007 at hotmail.com> wrote:
> Hi,
2006 Aug 03
1
storing views in subdirectories?
I''d like to organize my project structure by storing certain related
views into a subdirectory. For example, I have a bunch of interviews
which each contain their own view (the client doesn''t want them
content managed, or put in the database). Right now I have them
placed inside "app/views/site/interview_one.rhtml",
"app/views/site/interview_two.rhtml", etc.
2006 May 20
3
Any IP phones with pro-audio connections?
Does anybody know of any IP phones (ideally SIP based) that have
interfaces to plug into a pro audio system (eg for phone interviews).
Something can probably be hacked up with a headset connector or the 1/8"
jacks on a 7970 but I'm wondering if there's something better out there.
Thanks,
Julien
2008 Oct 07
3
Cyrus MailDir to Dovecot mbox
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Anyone out there know of a tool that can convert a Cyrus MailDir format
to Dovecot mbox? I have a user that I need to move over from a mail
server running cyrus using MailDir format. At first I told him to setup
second account with Thunderbird to our mail server and then use
Thunderbird to move the messages over. But he has over 100K messages so
2003 Sep 25
7
Meetme question
Ok.. I got * and SIP working internally now .. still wrestling with
connecting two remote * pbx's together.. I'll save that for another
day though :)
I setup Meetme on this new * PBX, but when I try to dial to join the
conference,
I hear a recording saying the conference is invalid or something to
that effect. Here's a copy of my log files:
== Parsing