search for: conjectures

Displaying 20 results from an estimated 260 matches for "conjectures".

Did you mean: conjecture
2020 Aug 03
6
Deprecation of scp protocol and improving sftp client
I conjecture that only few of the existing use cases rely on remote expansion. In any case (no pun intended), IMHO it would be better to break a few of the current use cases but leave the majority functional - than kill scp for all. Regards, Uri > On Aug 3, 2020, at 02:50, Jakub Jelen <jjelen at redhat.com> wrote: > > ?On Sat, 2020-08-01 at 00:17 +0000, Blumenthal, Uri - 0553
2002 Feb 25
3
File permissions test during R CMD check
I (still) use RCS, and not CVS, for my own projects. R CMD check does not like the 0444 file permissions on files check into RCS. I conjecture that this stems from desire to have the installed files in a state in which they can be edited, but I might be off base ... In case my conjecture holds, would it be possible to relax the restriction during R CMD check, but then install the files as 0644
2008 Jul 13
3
initialize a factor vector
What is the least surprising way of initializing a factor with predefined levels and with length 0? as.factor(c("eins", "zwei", "drei"))[FALSE] does the job but looks a bit weird. -- Johannes H?sing There is something fascinating about science. One gets such wholesale returns of conjecture mailto:johannes at
2012 Sep 20
1
R/C++ interfaces: crashes when using .c(), followed by correct results when R restarted
Dear all I have written a function in C++ , equil_distC, that I am calling from an R script. In the last few days, R has repeatedly crashed when calling this function, or delivered obviously wrong outputs. However, when I restarted R after the crash, the results turned out to be OK most of the time although I had not modified the C++ code. Although the code runs correctly now, I am not sure
2011 Jan 10
4
Meaning of pterms in survreg object?
I am trying to model survival data with a Weibull distribution using survreg. Units are clustered two apiece, sometimes receiving the same treatment and sometimes opposing treatment.
2010 Sep 30
2
Sweave and LaTeX beamer class
I am failing to uncover Sweave chunks step by step using the LaTeX beamer class. The following minimal example: \documentclass{beamer} \usepackage{Sweave} \begin{document} \begin{frame}[fragile] In the year \uncover<2->{25}\uncover<3->{\Sexpr{5*5}} \uncover<4->{ <<echo=TRUE, print=TRUE>>= 5*5*101 @ } \end{frame} \end{document} leads to an error message when
2008 Sep 27
2
reshape "Error in data[, timevar] : incorrect number of dimensions"
...uot;id" is the student identification number, and "WAVE" takes values 1 and 2. I get the following error: Error in data[, timevar] : incorrect number of dimensions I would provide reproducible code but I can't reproduce the error with any other data. I would appreciate any conjectures as to why this is happening. Thanks, Keith
2005 Jun 28
2
Problems with repeated calls to setTimeout?
Prototype.js and Thomas''s effects scripts use repeated setTimeout calls for timed looping, for instance in time-based observers. On Konqueror 3.4.1 (possibly other khtml-based browsers, too), these observers reproducibly crash the browser. Just keeping open a browser with such an observer is enough. After some time it invariably segfaults. When I substitute setInterval for setTimeout
2007 Apr 01
10
indexing mostly-binary documents (.ppt)
Here''s an interesting problem: In my app, we are indexing various types of documents, including microsoft powerpoint. Powerpoint documents are mostly binary, but have a bunch of text (all of the text in the document?) as well. My thinking is that the binary will never get searched for, and the proper text will be indexed and queried as expected, so the indexed binary will never
2009 Feb 05
3
The Origins of R AND CALCULUS
An amusing afterthought : What is a rival software (ahem!) was planting this, hoping for a divide between S and R communities.or at the very minimum hoping for some amusement. an assumption or even a pretense of stealing credit is one of the easiest ways of sparking intellectual discord Most users of softwares don't really care about who gets credit ( Who wrote Windows Vista ,or Mac OS or
2019 Jul 30
2
Invalid DW_AT_calling_convention generated for a DW_TAG_class_type
In llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp, the compiler can emit a DW_AT_calling_convention attribute with a DW_TAG_class_type (and it looks like a DW_TAG_variant_part, DW_TAG_structure_type or DW_TAG_union_type as well), but the DWARF 4 specification says that DW_AT_calling_convention is not a valid attribute for any of those three DWARF tags. Downstream object consumers that check to verify
2020 Aug 02
2
[PATCH] drm/nouveau: Drop mutex_lock_nested for atomic
Purely conjecture, but I think the original locking inversion with the legacy page flip code between flipping and ttm's bo move function shoudn't exist anymore with atomic: With atomic the bo pinning and actual modeset commit is completely separated in the code patsh. This annotation was originally added in commit 060810d7abaabcab282e062c595871d661561400 Author: Ben Skeggs <bskeggs at
2003 Nov 26
1
excluding libraries at configure
I'm trying build R-1.8.1 on a apple g4 that I've just upgraded to panther. Configure quits with complaints about "linking to Fortran libraries from C fails". Based on some comparisons with a fresh g5 install that worked...I conjecture that this is due to the fact that /sw/lib on the g4 contains lots of stuff from the prior jaguar installation, and ./configure wants to include
2005 Apr 29
2
postscript() filenames with forward slashes cause abort
My newly installed R-2.1.0 apparently doesn't like forward slashes in filenames: > R.version.string [1] "R version 2.1.0, 2005-04-18" > plotfile <- "\home\mean_monthly_stl.eps" > postscript(plotfile) > plotfile <- "/home/mean_monthly_stl.eps" > postscript(plotfile) *** glibc detected *** double free or corruption (!prev): 0x098e7180 *** Abort
2009 Mar 21
1
libRlapack.so not found
Whenever I try to load the Matrix package, I get the following error message: libRlapack.so: cannot open shared object file: No such file or directory A file with that name is indeed not on the hard disk. I am using the R version which comes with Ubuntu Hardy Heron LTS. Here is the output of R.Version(): R.Version() $platform [1] "i486-pc-linux-gnu" $arch [1] "i486" $os [1]
2006 Nov 19
1
Vonage uses Cisco
I have read different posts over the months wondering who Vonage uses for their VoIP technologies. I stumbled across this article (although it's from 2002, I think) that suggests strongly that they use Cisco. There is no telling what they might use in conjunction with this but this should clear some of the conjecture.
2020 Sep 17
2
[PATCH] drm/nouveau: Drop mutex_lock_nested for atomic
Ben, did you have a chance to look at this? -Daniel On Mon, Aug 3, 2020 at 1:22 PM Maarten Lankhorst <maarten.lankhorst at linux.intel.com> wrote: > > Op 02-08-2020 om 20:18 schreef Daniel Vetter: > > Purely conjecture, but I think the original locking inversion with the > > legacy page flip code between flipping and ttm's bo move function > > shoudn't exist
2010 Oct 25
2
Text wrapping in R
I am about to give an introduction to R to some clinical data managers used to SAS. There is already a lot of material in printed form and on the web that paves the way. What I haven't found so far are text wrapping capabilities in setting tables in raw text as in SAS PROC REPORT. At the moment i would direct them at producing HTML output from R and pipe the result through lynx. Coming from
2008 Oct 18
3
OT: Polycom IP330 user problem
...timed out after about 25 seconds as it should if unanswered, and was sent to voicemail at 15:32:58. I called BBBBBB and asked her to check the phone display. She told me that the phone logged an unanswered call at 15:32:32, precisely in accordance with the server log. This leaves two possible conjectures: * The telephone, for whatever reason, did not ring in response to the incoming call signal which it obviously received. * The telephone ringer was not audible or noticeable to XXXX for some other reason. For the first possibility, I can think of three circumstances that would...
2013 Mar 01
2
Can puppet report the console output from service foo status?
I have an odd problem. The first time I install my new package, puppet comes back with "Execution of ''/sbin/service chirp_fe start'' returned 1:" When I run this command manually and on all subsequent puppet runs it succeeds. So I''m looking for a way to capture the console output from the invocation of /sbin/service chirp_fe start. Is there something