search for: labtop

Displaying 12 results from an estimated 12 matches for "labtop".

2019 Mar 12
2
Centos installer not detecting hard drive
Hi, I have a new labtop and i want to install CentOS 7.6 on it. My labtop has two hard drives : - A 256Go SSD - A standard 1 To hard drive None of the two hard drives are detected by the Centos installer consequently i can't proceed with the installation. If i try with a Fedora server distro, then the standard hard d...
2008 May 01
1
X11cairo with antialias="none" buggy under MacOS?
using X11(antialias="none") plot(1:10) produces an incomplete plot with 2.7.0. under MacOS 10.4.11: both y-axes are missing.the y-ticks (except the tick at `2' wich is missing) including labels are there. this happens with a 1280x854 labtop monitor. is this known behaviour/a cairo bug? joerg
2011 Jun 08
1
R command window
Hello. I'm a visually impaired statistician, working at the National Institute of Public Health in Denmark. I would like to use R for some analysis and have succesfully installed version 2.13.0 on my Windows XP labtop. I then would like to run R interactively but unfortunately the textfont of the command line in the R window is very hard for me to read. I use a special program called Zoomtext that among many other functionalities enables me to invert colurs. It is possible to change the prompt (using options(....
2004 Sep 07
3
RSync + SSH tunneling through firewall
Dear RSYNCians, I'm trying to rsync my labtop pc (let's assume A-computer) with my desktop pc (let's assume C-computer) through our firewall. In between there is one computer (let's assume B-computer) that has an open port, so I theoretically could connect via a tunnel. I checked the SSH- website and internet and so on but did no...
2018 May 05
1
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...guide?http://www.R-project.org/posting-guide.html >?and?provide?commented,?minimal,?self-contained,?reproducible?code. >? "dev.new(height?=?10,?width?=?10) " doesn't work neither. It produces a device with a size of [?5.760417, 5.750000]. My computer is a usual 14 inch thankpad labtop. Is 5 ~ inches really the up limit of the size of the R graphic device in computer screen? I doubt it. [[alternative HTML version deleted]]
2018 May 05
0
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
...sting-guide.html > >?and?provide?commented,?minimal,?self-contained,?reproducible?code. > > > > "dev.new(height?=?10,?width?=?10) " doesn't work neither. It produces a > device with a size of [?5.760417, 5.750000]. My computer is a usual 14 > inch thankpad labtop. Is 5 ~ inches really the up limit of the size of > the R graphic device in computer screen? I doubt it. You ask questions in a very rude way. I'm going to let you figure this one out by yourself. Duncan Murdoch
2001 Oct 19
0
Rcmd SHLIB: another problem
Well, having made the same installation of Rtools for rw1031 in a Win98 box (the former one was my Win95 labtop) to get advantage of significantly more RAM, I try C:\alobo\Rseg>Rcmd SHLIB test.c make: /bin/sh.exe: Command not found make: *** [libR] Error 127 despite the fact that I made a C:\bin directory and copied sh.exe there. Actually, if I just type sh in the MS-DOS window, it works (I've put...
2007 Mar 08
1
Some problems with X11
Hi, I am really new with R, so I don't know anything about it. I have written a script (attached) which tries to do really basic stuff (such as computing basic statistics and basic plots). When I try to plot a histogram and pairs, for example, I get the following message: > source("project.R") Loading required package: sp
2009 Jun 02
0
NetworkManager, Vpnc and Centos 5.3 Problem.
Hi; I have Centos 5.3 on my labtop and have to vpn a cisco vpn server. So i installed vpnc on my box. Then i want to integrate with NetworkManager and vpnc so i also installed NetworkManager-vpnc 7.0. I configured vpn connection and tried to connect. It looks like it connected but when i try to login my server at behind of the vpn s...
2006 May 01
6
Two developers, one on unix and one on windows
Hello all, An interesting problem, I am developing on Windows, another developer is using Unix, and our app and svn repository are running on a Linux box. We need an easy way to not keep breaking our app and each others development environs when we check in the code. The piece in question is the dispatch.fcgi. The path to ruby is (obviously) different in Windows and Unix. Has anyone run into
2011 Mar 07
6
Lineage 2 Ubuntu 10.10 c0000135 Error
For about 2 weeks now I been looking in forms and googleing on how to play this game on ubuntu but when I found some one with same problem, I have its been unsolved or a dead end. winehq says its playable on my os and with wine and I played this game for years on this labtop so I doubt it's because I don't meet the req. When I lunch the game terminal under wine I get this error. wine /home/max/Desktop/l2.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.OpenMP" (8.0.50727.762) err:module:import_dll Library Wi...
2012 Nov 26
3
R strange behaviour when building huge concatenation
Hello I'm using some R code in order to use the model BG-NBD implementation I'm using Java and I call R by using RCaller. I must admit that i'm really really new to R so maybe I'm doing something wrong. I use the code on this URL: http://code.google.com/p/clv-master-thesis/ <http://code.google.com/p/clv-master-thesis/> This is my working Java code (a simple Junit test):