similar to: remote access

Displaying 20 results from an estimated 6000 matches similar to: "remote access"

2005 Sep 01
4
Linux Standalone Server Suggestions for R
Hi All, My group is looking for any suggestions on what to purchase to achieve the most powerful number crunching system that $50k can buy. The main application that will be used is R so input on what hardware benefits R most will be appreciated. The requirements are that it be a single standalone server (i.e. not a cluster solution), and it that must be able to run unix/linux. If
2006 Nov 06
2
goodness of fitting for a mixed distribution
Hi all! i have done a fitting of experimental data using optim function and setting up my mixed distribution logliklehood (it is a linear combination of a normal and a weibull distribution). How can i test the goodness of fit? I want to be able to say that my distribution fit the data at 90%, 95% or so on.... thanks in advance, nelson
2006 Mar 01
2
lattice-Internal
Hi, The functions prepanel.default.bwplot() and lpretty() are not running in Deepayan's barley example concerning vertical bars with the lattice function barchart(). Why, is there a restricted use for the package lattice-Internal? Urs Simmen mailto:usimmen at dtc.ch
2006 Jan 11
2
Space between axis label and tick labels
I'm writing an publication in two column format and need to shrink some plots. After increasing the axis labels it does not look nice at all. The y-axis label and tick labels almost touch each other and the x-axis tick labels expand into the plot instead of away from it. Is there a better way than "cex" to control the: 1) font size of axis and tick labels 2) font thickness 3)
2005 Jan 27
3
Where is MASS
Dear List: I have been using the MASS package until 5 minutes ago. I just updated some packages from CRAN, something happened and R crashed. I then started R again and tried to source in some code that calls MASS, but received an error that there is not a package called MASS. I then went to install packages from CRAN and MASS was not visible as an option and I then went to the CRAN website and
2017 Aug 24
0
functions from 'base' package are not accessible
Try putting !!! (three exclamation symbols) in front of which(...)==.... The non-standard evaluation in the tidyverse can cause confusion. Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, Aug 24, 2017 at 4:32 AM, Eugeny Melamud < Eugeny.Melamud at lanit-tercom.com> wrote: > Hi all! > > The following code (executed in console)... > somevar <- data.frame(v1 = 1:5,
2017 Aug 24
5
functions from 'base' package are not accessible
Hi all! The following code (executed in console)... somevar <- data.frame(v1 = 1:5, somestring = 6:10, v3 = 11:15, v4 = 16:20); somevar %>% gather(key = var, value = val, which(names(somevar) == "somestring"):length(somevar)) %>% head(2); throws... Error in which(names(somevar) == "somestring") : could not find function "which" if I change
2006 Jun 07
4
Edit function
Dear all R users, I have a query on "Edit" function. Suppose I have a data frame named "data". I can use EDIT function to see the materials contained in data, by using the command: > edit(data) But when I close the window then again the materials contained in data is displayed in the command window. But I do not want to see these materials again. Can
1998 Aug 18
3
FreeBSD 2.2-stabe & iomega zip ide & samba
I have configured and working this.But ! Very slow ! A lot of cpu usage by smbd. What can I do ? Other disk/cdrom shared works perfectly. 10tx. Eugeny.
2008 Nov 20
1
[LLVMdev] Graph coloring register allocation
Hello, I am working on developing register allocator for irregular architectures (with register pair, and banks) and plan to base my work on graph coloring register allocator. I wonder if LLVM already has basic graph coloring register allocator, or somebody is working on it? Also, I'm not sure what is the best way to even describe the register constraints in tablegen: - How can I
2000 Jan 10
1
problems with win95/98 & user lists retrieving from samba pdc
hi*& ppl, can anyone help me? I haven't problems with NT clients to samba PDC. But I can not setup win95/98 clients to user based security, because win95/98 never can retrieve user list from samba pdc. Is it released? I can find any info about this problem. Thanks, Eugeny.
2005 Jun 01
1
panel.axis() & grid/lattice settings
Hello, I wish to customize the tick marks and labels of axes in panels produced by high-level lattice functions, namely xyplot. I know I can use the scales argument to specify values for rot, cex, etc. in the top-level call. However, I am interested in determining values for cex and rot based on the current panel / viewport and device. More specifically, I would like to make adjustments when
2004 Jan 29
3
Running R remotely in Windows Environment?
We are considering setting up a fast, RAM loaded machine as an "R-server" to handle the big problems not suitable for individual desktops and, also, to process ad hoc analysis requests via our portal. We are 99% a Windows shop, so first choice is a windows server. We'll use (D)COM for the portal interface and understand that. What has me stumped is how to easily interface
2013 Apr 04
2
windows to remote R(linux) via putty with X11 forwarding
hi everybody windows to remote R(linux) via putty with X11 forwarding does not work for me I mean GUI does not, is there a solution for windows->linux.R + GUI ? regards [[alternative HTML version deleted]]
2005 Apr 14
0
[Job Ad] Centocor Nonclinical Statistics
STATISTICIAN / DATA ANALYST Centocor, an operating company of Johnson & Johnson, seeks a highly motivated statistician/data analyst to work in its newly formed Nonclinical Statistics group. We support innovative science in the discovery and research of biotechnology therapies, with obligatory emphasis on the application of modern statistical approaches. Primary responsibilities of the
2005 Mar 02
10
[Bug 990] OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II
http://bugzilla.mindrot.org/show_bug.cgi?id=990 Summary: OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: ssh AssignedTo: openssh-bugs at
2010 Jun 15
2
Remote X connection to CentOS 5.5 using Xming -ac
Hello, I've rented a dedicated root server (SR7 at strato.de) and would like to run qemu at it, but get the error: # qemu -hda install.img -cdrom install47.iso -boot d Could not initialize SDL - exiting It seems that I have to establish X connection, so I've installed Xming at my WinXP laptop and at the server I have changed these 3 lines in the /etc/ssh/sshd_config: X11Forwarding
2014 Nov 17
3
Remote Desktop Recommendations (2)
Folks I'm looking for a way to access a GUI desktop on a Centos 7 server from a Windows client. I have tried: - X2go from EPEL (fails immediately, apparently they are working on a solution, but...) - Freenx (doesn't exist for EL7) Both the above work fine with Centos 6. I'm looking for a solution that works over the internet from afar. My earlier posting failed to mention this.
2003 Jan 29
2
browser() misbehavior ?
Under v1.6.2, Windows NT4 OS, when a function contains an execution error and I have placed browser() in inside the function body, the call to browser is ignored. A brief example to illustrate: > foo <- function(x) { + y <- x ^ 2 + browser() + foo2(x) ## Intentional error + x ^ 3 + } > > foo(30) Called from: foo(30) Browse[1]> Error in foo(30) : couldn't find
1999 Dec 20
1
2.0.6: very hard overload after upgrade from 2.0.5a
hi*& ppl, what I see? smbstat shows this: veda uucp uucp 17012 vdv (193.168.6.84) Sun Dec 19 14:33:43 1999 squid-wate piv guest 19110 nlv (193.168.6.74) Mon Dec 20 08:51:18 1999 squid-nav paul wheel 19110 nlv (193.168.6.74) Mon Dec 20 08:51:42 1999 nlv nlv guest 19110 nlv (193.168.6.74) Mon Dec 20 09:11:31 1999