similar to: Windows: Graphics appear only partially

Displaying 20 results from an estimated 900 matches similar to: "Windows: Graphics appear only partially"

2006 Feb 01
1
R CMD check barfs at 'suggested' package
I have been running R CMD check for the first time on of our own packages, which otherwise builds, installs and runs just fine. The package depends on package akima and suggests package multtest; suggesting multtest is indicated because a) it loads a lot of other Bioconductor packages, very slowly, and b) it is only needed for one specific subroutine, which executes require(multtest)
2006 Nov 01
5
unable to start installing
Hi. I'm trying to install CentOs 4.3 on a "old" server. Cd's are ok, as i am able to use them in another computers. What happens is that initial text screen shows up (asking if i want to install in text or grpahics mode), but either way all that happens is that i get a cursor blinking on the top left corner for a long period of time. anything i can try? thank you.
2010 Sep 26
3
Problems running Braid with Gecko
Hi all. First time posting here. I first did a search around the forums, but didn't find something similar to my problem. I'm trying to run Braid full version on openSUSe using Wine and Gecko (Doors has been shutdown since a while, what a shame... And Gecko is the default configurator Suse installs). Firstly Wine crashed with an error message due to an "unexpected error", then I
2005 Oct 11
4
Q: Suggestions for long-term data/program storage policy?
Dear list, we are a statistical/epidemiological departement that - after a few years of rapid growth - finally is getting around to formulate a general data storage and retention policy - mainly to ensure that we can reproduce results from published papers/theses easier in the future, but also with the hope that we get more synergy between related projects. We have formulated what we
2014 Jan 16
2
vnc port/listen address ignored when setting machine?
Hi, First of all, I hope it's not a big problem - I'm running on Debian, not Redhat. To my problem: I'm starting to learn virtualization, libvirt, and decided to create some test machine. I did it with: virt-install --name debian-test \ --os-type=linux \ --os-variant=debianwheezy \ --cdrom /media/media/software/iso/debian-testing-amd64-netinst-2014-01-16.iso \
2004 Jul 09
0
packages & data-sets & name spaces
> From: Prof Brian Ripley <ripley at stats.ox.ac.uk> > Date: June 17, 2004 12:15:01 PM CEST > To: Meinhard Ploner <meinhardploner at gmx.net> > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] packages & data-sets > > On Thu, 17 Jun 2004, Meinhard Ploner wrote: > >> It's possible to create a package with functions and data, >> from which
2015 Mar 26
3
[Bug 89775] New: Grpahics card G72 [GeForce 7200 GS / 7300 SE] 3d does not work
https://bugs.freedesktop.org/show_bug.cgi?id=89775 Bug ID: 89775 Summary: Grpahics card G72 [GeForce 7200 GS / 7300 SE] 3d does not work Product: Mesa Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2001 Dec 10
2
Corrupt .RData
I'm using R 1.3.1 on a Windows NT 4.0 machine. As you might guess my machine crashes on me from time to time :-| So far, forcing a reboot via the Taskmanager has worked reasonably well: any open R session would enquire politely whether to save, and do so if requested. This time, it has not worked out. I get a 'Fatal Error: unable to restore saved data in .RData' message and R
2011 Feb 04
1
compiz install on centos 5.2
Dear All, I know this not the right place but guess someone out in this forum will defuinately be kind enogh to advise and help me and would highly apprecite that I am new to compiz and have installed compiz but its does not work .. as it gives the following error when i run it Installed compiz as per this document http://azlan.anilezfa.com/install-compi ... nux-centos but get the
2002 Jan 30
1
Grid won't load on Windows NT
Dear list, I have problems loading the grid library; running > library(grid) results in Error in .Call("L_initGrid"): Call function name not in load table Error in library(grid): .First.lib failed PC: Windows NT 4.0 SP6 on a Ghz-Pentium machine with 256 MB memory R: version 1.4.0 patched (23/01/02) grid: 0.5-1, built 26/01/02 I haven't found this on CRAN; any ideas would be
2007 Oct 08
1
data.frame's and [2, c(T, F)] in R 2.6.0
In R prior to 2.6.0 with matrizes as well as with data.frames it is possible to do: a[2, c(TRUE, FALSE)] In R 2.6.0 the mixed indexing works only for matrizes. Is this the intention, a bug, or did I get something wrong? Best regards Meinhard Meinhard Ploner Althingstrasse 15 39031 Bruneck P.IVA 0234 058 0212 Tel. +39 340 8937861 www.data-ploner.com [[alternative HTML version
2008 Mar 04
9
[Bug 14820] New: Double mouse cursor on nv4
http://bugs.freedesktop.org/show_bug.cgi?id=14820 Summary: Double mouse cursor on nv4 Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: marchesin
2006 Dec 21
4
where is the source code of bca.ci?
i was searching for the source of bca.ci, a function of the package boot. I tried require(boot, keep.source=TRUE) but again the source was not viewable. How should i do? Best regards Meinhard Ploner ---------------- PS > version _ platform i386-apple-darwin8.8.1 arch i386 os darwin8.8.1 system i386, darwin8.8.1 status major 2
2005 Dec 12
2
export from R to MySQL
Hi R user! What is the fastest way to export a large matrix or vector to a MySQL database? The use of data.frame() and dbWriteTable() makes the process slow, so is there any <direct> alternative? Regards Meinhard Ploner
2003 May 21
2
overlapping a plot with an external image
It's possible to overlap an external image (jpg or pdf) with a plot generated with R? Specifying the image as the background of the plot might not be possible... any idea? thanks Meinhard Ploner
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
I have been using the "username map" parameter for some time on various versions of Samba 2, and it has worked nicely. Last week I upgraded to Samba 3 and integrated with Active Directory. Since I am using Solaris 8, and "nsswitch.conf" doesn't support winbindd, I am using the "add user script" parameter to add users. What is happening is that users in
2004 Jul 08
1
building packages with NAMESPACE
hi! I tried to build a very simple package with NAMESPACE file, such that datasets are loaded only dynamically. > a2 <- function(x=a1) x+4 > a1 <- 1:10 > package.skeleton("aaa", list=c("a1", "a2")) Then I modified the help files and added the file NAMESPACE with these 2 lines: useDynLib(aaa) export(a1, a2) Then "R CMD BUILD aaa" works
2006 Aug 19
1
problem with Rcmd check and fortran95, makefile
Hi all, I have Win XP and R 2.3.1 on my notebook. I would like to write a package which includes some Fortran 95 code. Interestingly, if I compile and link the simple file test90.f90 directly with g95 -c test90.f90 g95 -shared -o test90.dll test90.o then PE Viewer ( a dll viewer) shows me the right functions in the export table, hence I can use the dll in R. But as it should become part of a
2004 Mar 23
3
how to modify variables of another frame (but not global)
Hello! Maybe "frame" is not the right term in this context. I explain my problem by example code: fun2 <- function(objName, add) { ## the object "objName" should be increased by "add", ## but the evaluation should be done in the calling function (here: fun1) ## ...... what's the right code?? } fun1 <- function() { x <- 1 fun2("x",
2002 Feb 22
3
storing large data.frame's
I am new on R, so I have a maybe naive question: if I have many large data.frames and I use only one or two per session, what's the best way? If all are stored in the actual .Rdata, the system gets slow. On the other hand, I wouldn't like to make a separate package for the data. Should I save it with save() and then remove it with rm() ? Could I reload it then? Thanks for suggestions