search for: pyri

Displaying 3 results from an estimated 3 matches for "pyri".

Did you mean: pri
2003 Jan 23
0
Summary: Warnings with no INDEX file in a package
...CMD check. I found this quite surprising. I did not realize that R CMD build actually *changes* the contents of your package by, at least, adding an INDEX file if one is not there. I do not see this behavior documented in the help for R CMD build. As a simple example: agate|tmp> ls pyri.check CVS DESCRIPTION R inst man agate|tmp> R CMD build pyri.check * checking for file 'pyri.check/DESCRIPTION' ... OK * preparing 'pyri.check': * checking whether 'INDEX' is up-to-date ... NO * creating new 'INDEX' * removing junk files * building 'pyri.ch...
2001 Nov 06
1
R CMD check, undoc and package checking
...track down a problem. For example, I occasionally see error messages when running R CMD check like the following: [...] * checking Rd files ... OK * checking for undocumented objects ... ERROR * in parse(file, n, text, prompt) : syntax error on line 932 * in undoc(dir = "/home/a296180/tmp/pyri.port") : At this point, I want to go look at line 932 of some file. Question 1: Where is this file? I wonder if this is connected to the tendency of R CMD check to delete files when it finishes, even when there is an error. Going well beyond my level of technical competence, I see in the cod...
2007 Mar 16
1
[PATCH] Rendering: swap buffers and copy only needed parts
Hi, I've been experiencing serious tearing in compiz when screen is painted only partly. Either "Sync To Vblank" option in compiz doesn't work or copying repainted parts from backbuffer to frontbuffer is too slow. And since many people rely on driver's implementation of Sync to Vblank, it would be optimal to always use glXSwapBuffers. This can be accomplished via keeping