Displaying 20 results from an estimated 7000 matches similar to: "Advice on multi-user server for R"
2003 Feb 21
0
Samba Domain Support Problems
I'm out of ideas here. I'm trying to set up a computer network using samba
on Linux as the primary server and a WinXP machine as the client. I'm just
beginning with XP, but I've been using Linux and Samba (for Win95/98) for
many years now.
So, I've set up samba machine "griffon" to support domains...
; Domain Stuff
domain master = yes
domain logons = yes
logon
2011 Apr 20
1
How to get R plots with FastRweb
Dear friends,
I am working in a web service project which uses integration of Java with R.
I have used RJava to connect with Java and that is working fine. As R
produces more interactive plots, I would also like to pipe plots generate
from R on web page. I came to know that FastRWeb, R2HTML, brew and
WebGraphics, Cairo together can be used to do that. I have installed all
those successfully. I am
2011 Oct 29
2
installing FastRWeb
hi,
I am working on Ubuntu and tried to install FastRWeb, but am getting the following error for installation of cairo.h.
install.packages("FastRWeb",dep=TRUE)
Installing package(s) into ‘/home/ba/R/i686-pc-linux-gnu-library/2.12’
(as ‘lib’ is unspecified)
also installing the dependency ‘Cairo’
trying URL 'http://lib.stat.cmu.edu/R/CRAN/src/contrib/Cairo_1.5-0.tar.gz'
2011 Oct 05
2
Question about Rweb
Greetings,
I am working on creating an interactive website that will generate R-code for users based in the information they input on the site. Currently, the R-code can be generated and downloaded to be run locally on a computer with R. However, I have noticed a number of applications out there that instead submit the code directly to an R-web server. Some examples seem to be:
2018 Dec 02
3
Mailing list address harvested for spamming
On 12/01/2018 05:49 PM, Ralph Seichter wrote:
> * Michael A. Peters:
>
>> Netiquette posts are just someone's opinion, and they often don't take
>> into account the vastly different way different types of minds work.
>
> Mailing list netiquette has been around for decades, for good reasons.
> If Joe User's mind "works differently", Joe needs to
2019 Mar 07
2
package installation needs the file utility on Unix
The new staged package installation shells out to the 'file' utility
on Unix systems:
https://github.com/wch/r-source/blob/31ee14c620eb1b939acd322f3b5617f998aab8e8/src/library/tools/R/install.R#L578
Although 'file' is usually present on most Unix systems, it might be
missing from small Docker containers, where the aim is to make the
container as small possible. The magic file of
2003 Mar 04
5
XP "logon failure" but still logs on -- no roaming profile
I'm having a problem with roaming domains on Samba v3.0-alpha21. I've
connected the machine (watertown) to the domain (precidia) via the
server (griffon). I've logged on with my userid (bcwhite) and seen
my roaming profile get created on the server upon logoff. Future logons
grab the roaming profile and everything is fine.
However, _sometimes_ I get a window with the message:
2012 Mar 06
2
Rserve compilation error
Hi,
I am trying to install Rserve 1.7-0 on CentOS 6. But I get this compilation
error -
/usr/lib64/Revo-5.0/R-2.13.2/lib64/R/lib/libiomp5.so: undefined reference to
`pthread_atfork'
I tried other versions of Rserve (0.6-5 and 0.6-8) without any success.
How do I get around this issue? My goal is to run FastRWeb (which uses
Rserve).
Thanks in advance.
Joydeep.
--
View this message in
2005 Apr 26
2
Flip rows and columns of a table?
Any simple way to take a (2D) table and 'rotate' it so all the rows become
columns and the columns rows?
I'll wager there is a simple way ;) - but I can't find it :(
2001 Apr 11
1
g77 FFLAGS?
I'm trying to compile R under Mac OS X using gcc/g77 2.95.2. There is
an interesting blurb in install:
You must set whatever compilation flags (if any) are needed to ensure
that FORTRAN `integer' is equivalent to a C int pointer and FORTRAN
`double precision' is equivalent to a C double pointer. This is checked
during the configuration process.
I'm not an avid FORTRAN user.
1997 Nov 05
2
Problems starting smbd as a daemon
Hello Everyone,
I have installed samba-1.9.17p4 on a linux 2.0.29 box, but the server work
correctly only as a client. Testparm runs ok, but when i try to list the
shares available on my server, this is the output:
Added interface ip = 195.32.68.131 bcast = 195.32.68.191 nmask =
255.255.255.192
Session request failed (0,0) with myname = DNS2 destname = DNS2
Unspecified error 0x0
Your server
2013 Feb 16
7
Passing R code from webpage
Hi all,
Is there a way to pass R code from web page (html file) to do some
statistics and than plot the output in web browser.
I am looking forever at this, and cant find a way.
Regards,m
--
View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800.html
Sent from the R devel mailing list archive at Nabble.com.
2018 May 09
3
Ignored branch predictor hints
Hello,
#define likely(x) __builtin_expect((x),1)
// switch like
char * b(int e) {
if (likely(e == 0))
return "0";
else if (e == 1)
return "1";
else return "f";
}
GCC correctly prefers the first case:
b(int):
mov eax, OFFSET FLAT:.LC0
test edi, edi
jne .L7
ret
But Clang seems to ignore _builtin_expect hints in this case.
2020 Sep 09
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
On Wed, 9 Sep 2020 at 18:15, Min-Yih Hsu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> David mentioned in D87337 that LLVM has used similar techniques on code
> size (not sure what he was referencing, my guess will be something related
> to hot-cold code splitting).
>
IIUC, it's just using optsize instead of optnone. The idea is that, if the
code really doesn't
2006 Jul 21
4
observe_field submit behavior
I am using observe_field on a number of multi-selects and checkbox form
elements whose values would normally come in as arrays on a normal
(non-Ajax) form post.
I understand that by using the :with => ''name'' I will get name=value in
the request.raw_post however if the field I am submitting has mutliple
values and the name is of the form ''name[]'', I get
2019 Jul 31
2
Installation question?
On Wed, 2019-07-31 at 09:32 -0400, John Chludzinski wrote:
> After finally completing and trying to reboot, the machine goes into
> "Emergency Mode" and asks that I log in as root. That fails and the machine
> becomes completely unresponsive.
>
> I tried the minimum install and got the same result.
>
Try booting from a live CD to see if that gives you any info. TBH
2018 Dec 02
2
Mailing list address harvested for spamming
On 12/01/2018 05:00 PM, Hendrik Boom wrote:
>
> There's an extensive email etiquette post somewhere on the net
> explaining why setting 'reply-to' to the list is a bad idea.
>
> Reply-to is intended for the sender to explain that replies shouldn't
> be sent to the obvious sending address, but to another address.
> This is essential if, say, the sender is
2012 Mar 16
1
Integrating R project into your product
Hi All,
We have a product that performs ETL on files and finally load the database.
We want to give the web based interface displaying graphs (that are generated using R-project forcasting) from this database.
But R-Project is stand alone desktop based software and it takes commands at command line to show graphs.
Any one has any idea how to integrate R-Project into your existing web based
2020 Jan 10
2
DW_OP_implicit_pointer design/implementation in general
On Fri, Jan 10, 2020 at 7:02 AM Jeremy Morse <jeremy.morse.llvm at gmail.com>
wrote:
> Hi,
>
> On Wed, Jan 8, 2020 at 8:38 PM Adrian Prantl <aprantl at apple.com> wrote:
> > As far as LLVM semantics are concerned, the implicit pointer doesn't
> seem to be that much different from any other implicit values (such as
> constants) to me. Why do you think that it
2008 Mar 09
13
Using the ip flag
Hey All,
I am looking for an example of the proper config settings for background rb to run my rails app and my backgroundrb instance on separate machines (or more precisely, to have a rails cluster with one backgroundrb machine). Does anyone have such examples?
Thanks!
-Noah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: