similar to: Issue with non-standard file 'vert.txt' in R CMD check

Displaying 20 results from an estimated 120 matches similar to: "Issue with non-standard file 'vert.txt' in R CMD check"

2008 Mar 28
2
installing a new package
Dear all, I have prepared a new package to install in R, I tried to check my package and I got the following message ------------------------------------------------------------------------ 232sub141:~ zahra$ R CMD check /Users/zahra/Desktop/HighProbability * checking for working latex ... OK * using log directory '/Users/zahra/HighProbability.Rcheck' * using R version 2.6.2 (2008-02-08) *
2006 Mar 31
1
mutual information for two time series
Hi I hope this is going to the right place. I am trying to write a program which uses KernSmooth library to estimate mutual information between two time series at various different lags. At the moment it’s producing negative values, which is supposed to be impossible (something is fishy). I am summing across one row of the matrix to get p(value is in bin x) and summing across the columns to get
2007 Mar 17
0
RE: [Xen-users] Re: upgrading Xen3.0.4-1 to Xen-unstable ...
Hi, On a slightly different topic there seems to be some sort of issue with Intel chipset 915G and windows 2003. The guests seem to stop responding after some time unless you connect via VNC to the guest and move the mouse over the window, the guest them comes back to life. Another guy said it was like a symptom that he had seen before called ''lost interupt'' I was wondering if
2007 Mar 13
1
SMP Support (Xen unstable + 2.6.18)
Hello, I''m using Xen-unstable and the kernel 2.6.18. Doing some particular tests, I need to disable the SMP Support in the kernel configuration and surprisingly I receive this error after compiling the kernel: CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `take_machine_down'': machine_reboot.c:(.text+0x58a6c):
2008 Jan 30
0
Fw: Setting Global printer defaults on standalone server running version samba 3.0.25
Hi Vickie (and others). I think I spoke a bit soon... at least on the global default settings... There are still a few strange things going on... My situation is slightly different from yours (I think). My users don't necessarily have logins on the linux server. I probably should use "security = share" - but with this setting - I couldn't get the driver upload to work. When
2015 Jul 09
2
[LLVMdev] insert nop instruction
Dear All, To add to this, you can find examples of inserting NOPs for X86 in the CFI pass originally written at Lehigh University that we ported to 64-bit X86 for SVA: https://github.com/jtcriswell/SVA/blob/master/llvm/lib/Target/X86/X86CFIOptPass.cpp Alternatively, you could use an InlineAsm call at the LLVM IR level (which I think would be easier to implement). Regards, John Criswell On
2008 Feb 27
1
installing package
Dear all, I have prepared a package to install in R. I followed all steps explained in "writing R extensions". Also I read the section "add-on package" in "R installation and administration". These documents refer to "R CMD INSTALL" command but I don't know how to use this command. My specific question is where should I type this command? In help
2015 Jul 09
2
[LLVMdev] insert nop instruction
My pass runs after optimization passes. On Thu, Jul 9, 2015 at 1:11 PM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > Hi, > > What are you trying to achieve? Inserting NOPs into LLVM IR is likely to > be pointless, as optimisations (in the IR or SelectionDAG) will remove them > before machine code generation. If you want to insert NOPs into the > generated
2007 Apr 05
2
Does xentrace write into buffers by default?
Hello, I have a question about the way Xentrace takes a trace. In previous versions of Xen, I took a trace by setting the size of buffers, activating them and writing the information into a file (optional). setsize 20 tbctl 1 xentrace /tmp/xentrace.dat Now I''m using xen-unstable and I see that setsize is already integrated in xentrace command. My question is: does start/stop buffer is
2017 Jun 21
0
Problem with shortestPath in igraph and qgraph
Hard to follow data analysis without data. Try making your example reproducible [1][2][3] and post in plain text (a setting in your emailer). Read the Posting Guide mentioned in the footer to avoid other posting pitfalls. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3]
2013 Oct 03
1
(no subject)
Please suggest me, From where i can download the gluster storage platform ISO. -- *Thanks and Regards.* *Vishvendra Singh Chauhan* *(**RHC{SA,E,SS,VA}CC{NA,NP})* *+91-9711460593 * http://linux-links.blogspot.in/ God First Work Hard Success is Sure... -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
1
Comments in speex files
Hi, I'm helping with the development of abcde ("a better cd encoder") and have a request about a new speex feature. Support for speex was implemented a few weeks ago, but we still have little problem. We try to separate encoding and tagging of tracks (to allow users to rip CDs offline and when going online tag, rename and move the encoded tracks), but te comments in speex files can
2008 Nov 29
0
need package telecommunication
Helo, I'm looking for package and database concerning egalisation in telecommunication. Please can you help me to find it on R. Thank you for your help. -- Fatima-Zahra ELGHAZOULI Elève Ingénieur GSTR5 ENSA Tanger ----- www.ensat.ac.ma [[alternative HTML version deleted]]
2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
Here's a quick patch to have either horz or vert (instead of both) maximized windows honor the "ignore" option: --- src/window.c +++ src/window.c @@ -4012,7 +4012,7 @@ constrainNewWindowSize (CompWindow *w, if (d->opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b) { - if ((w->state & MAXIMIZE_STATE) == MAXIMIZE_STATE) + if (w->state
2015 Jul 09
4
[LLVMdev] insert nop instruction
Hi. I need to write a function pass that insert nop instruction in function. Examples of these instructions are: %nop = add i1 0, 0 or %nop = alloca i1, i1 0. This link couldn't help me: http://llvm.org/docs/ProgrammersManual.html#creating-and-inserting-new-instructions I need a clear example about inserting new instruction. Anyone can help me? Thanks. -------------- next part --------------
2014 Oct 05
2
[LLVMdev] extending LLVM - basic block reordering
​Hi. I want to change order of code basic blocks in memory. I visited " http://llvm.org/docs/ExtendingLLVM.html" page and it advised me to ask it before any effort. What parts of LLVM help me and how? I am a newbie on LLVM. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 27
1
Fw: printer admin option replacement on stand alone (not domain) print server running version 3.0.25
Thanks to those who responded to my original question. I ran this command and it accepted it after I provided the root password. # net rpc rights grant 'vlkidder' SePrintOperatorPrivilege Checked to see if 'vlkidder' had printer admin privilege and it seems ok. # net rpc rights list accounts Password: BUILTIN\Print Operators No privileges assigned SMBTEST\vlkidder
2017 Jun 20
2
Problem with shortestPath in igraph and qgraph
hello, I have a graph and i use qgraph package to calculate centrality parameters. Now I want to know the maximum value of shortest path for each vertex with discarding the Inf value in short pathes. For this I use the ShortestPathLengths of centrality function in qgraph. but when I want to get the maximum the result is wrong. here is my code: cen<-centrality(Q)
2009 Jun 10
1
ovirt-viewer crash - please help
Hi, Im running Fedora 10. I use the command : ovirt-viewer ovirt-appliance and ovirt-viewer opens up, which is a gray-yellow screen. there is a text box and a connect button. i enter the localhost.localdomain, 127.0.0.1 or static ip address and then it says that couldnt connect to the server and crashes. Would you please please help me. looking forward to your kind reply. zara --------------
2017 Jun 18
1
error for using igraph library: 'edges' must be numeric or character
hello, i want to use igraph for drawing graph of my data. First time i try do it and it was successful. but now i want to test again i got this error: "edges must be numeric or character". this is my edge list(this is output from R): From To 1 US20100331312 2 US20100331341 3 US20100330919 US20100041339 4 US20100330919 US20100195590 5 US20100330919