search for: mre

Displaying 20 results from an estimated 44 matches for "mre".

Did you mean: are
2008 Feb 02
1
[Bug 14338] New: Firefox crash when viewing this flash
...cuit-contents.swf (and click to play) Firefox quits with sig11 signal. Here is the backtrace: lama at arpa:~/.mozilla$ firefox -g /usr/lib/firefox/run-mozilla.sh -g /usr/lib/firefox/firefox-bin MOZILLA_FIVE_HOME=/usr/lib/firefox LD_LIBRARY_PATH=/usr/lib/firefox:/usr/lib/firefox/plugins:/usr/lib/mre/mre DISPLAY=:0.0 DYLD_LIBRARY_PATH=/usr/lib/firefox:/usr/lib/mre/mre LIBRARY_PATH=/usr/lib/firefox:/usr/lib/firefox/components:/usr/lib/mre/mre SHLIB_PATH=/usr/lib/firefox:/usr/lib/mre/mre LIBPATH=/usr/lib/firefox:/usr/lib/mre/mre ADDON_PATH=/usr/lib/firefox MOZ_P...
2017 Nov 03
0
Extreme bunching of random values from runif with Mersenne-Twister seed
...n your sessionInfo : .... 38 packages attached + 56 namespaces loaded !! .... and similar nonsense (tons of packages+namespaces) on Windows which uses an even more outdated version of R 3.3.2. ------------- Can you please learn to work with a minimal reproducible example MRE (well you are close in your R code, but not if you load 50 packages and do how-knows-what before running the example, you RNGkind() and many other things could have been changed ...) Since you run ubuntu, you know the shell and you could (after installing a current version of R) put your MRE in...
2004 Aug 25
0
Eltemette az elefánt-trutyi
...attintson ide: http://hihetetlen.maxima.hu/re/d7356290d12e696 -------------------------------------------------- ?n most egy ingyenes SZINTE HIHETETLEN egypercest olvasott, ha tetszett, k?ldje tov?bb. Ennek a lev?lnek a megrendel?s?hez k?ldj?n egy ?res levelet a subscribe@hihetetlen.maxima.hu c?mre. A fenti ?r?s sz?rakoztat? c?llal k?sz?lt, mely NEM ?rt?, b?nt?, s?rt? sz?nd?k?. A sz?veg tartalm?t minden esetben viccnek, tr?f?nak kell tekinteni! Tov?bbi egypercesek, arch?vum: http://hihetetlen.maxima.hu/re/d9c56290194a238 Ennek a lev?lnek a lemond?s?hoz kattintson ide: http://leir.maxima.hu...
2019 Jan 21
2
pmax and long vector
I see that base::pmax() does not support long vectors. Is R-devel interested in reports like this; ie. is there a goal of full support for long vectors in "basic" functions, something I at least would greatly appreciate? MRE: > pmax(rep(1L, 3*10^9), 0) Error in pmax(rep(1L, 3 * 10^9), 0) : long vectors not supported yet: ../../../R-devel-src/src/include/Rinlinedfuns.h:522 Best, Kasper [[alternative HTML version deleted]]
2017 Nov 03
5
Extreme bunching of random values from runif with Mersenne-Twister seed
This is cross-posted from SO (https://stackoverflow.com/q/47079702/1414455), but I now feel that this needs someone from R-Devel to help understand why this is happening. We are facing a weird situation in our code when using R's [`runif`][1] and setting seed with `set.seed` with the `kind = NULL` option (which resolves, unless I am mistaken, to `kind = "default"`; the default being
2016 Dec 06
1
segfault with POSIXlt zone=NULL zone=""
...gal, i.e. "against the law" ... ;-) Thank you, Joshua! Still, if R segfaults without the user explicitly calling .Call(), .Internal() or similar -- as here -- we usually acknowledge there *is* a bug in R .. even if it is only triggered by a users "illegal" messing around. an MRE for the above, where I really only re-order the "internal" list: d <- as.POSIXlt("2016-12-06"); dz <- d$zone; d$zone <- NULL; d$zone <- dz; f <- format(d) > *** caught segfault *** > address 0x80000020, cause 'memory not mapped' > Traceback: &...
2023 Sep 18
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
...there any chance to fix this? Steps to reproduce ------------------ I have attached a bash script "setup.sh" as txt file which makes the issue fully reproducible (on Ubuntu 22.04). -------------- next part -------------- #!/bin/bash clear echo echo "Minimal reproducible example (MRE)" echo "----------------------------------" echo echo "Tested with" echo "- rsync version 3.2.7 protocol version 31" echo "- ext4 file system" echo rm -rf MRE mkdir MRE cd MRE mkdir source touch source/read_only.txt chmod 444 source/read_only.txt mkdi...
2023 Jan 27
2
aniMoutm/foiegras Assistance
...fit a move persistence model in this package. I think the error is related to the optimiser in the TMB package but it is beyond my statistics/coding knowledge to track down the specific cause and solution. I would appreciate it if anyone knew some resources to assist with fixing this. I have put a MRE and sample data over on Stackoverflow if anyone wants a closer look - https://stackoverflow.com/questions/75253642/how-do-i-fix-newton-failed-to-find-minimum-in-r -- [[alternative HTML version deleted]]
2017 Mar 03
2
Bug in nlm()
Dear all, I have found a bug in nlm() and would like to submit a report on this. Since nlm() is in the stats-package, which is maintained by the R Core team, bug reports should be submitted to R's Bugzilla. However, I'm not a member of Bugzilla. Could anyone be so kind to add me to R's Bugzilla members or let me know to whom I should send the bug report? Thank you in advance. Kind
2019 Jan 21
2
pmax and long vector
...gt; > I see that base::pmax() does not support long vectors. > > > > Is R-devel interested in reports like this; ie. is there a goal of full > > support for long vectors in "basic" functions, something I at least would > > greatly appreciate? > > > > MRE: > > > >> pmax(rep(1L, 3*10^9), 0) > > > > Error in pmax(rep(1L, 3 * 10^9), 0) : > > long vectors not supported yet: > > ../../../R-devel-src/src/include/Rinlinedfuns.h:522 > > > I think a carefully tested patch that fixes pmax (it would need to &g...
2020 Nov 01
2
vignettes present in 2 folders or won't work
Noted Duncan and TRUE... I cannot do more immediately unfortunately, that is always the issue of asking a last minute panic attack question before teaching a course involving the package... I do have /doc in my .Rbuildignore for reasons I can no longer remember... I will dig and create a MRE/reprex. The students will download heavy packages, but they probably won't notice. *Apologies* In the meantime, perhaps my question was clear enough to get clarity on: 1) whether having vignettes twice in foders inst/doc and vignettes is normal or not when vignettes are static. 2) where could...
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
Hi, all: Recently I am debugging the DSA and want to learn how it work, and now I am checking the local datastructure analysis. I use the following command to print the graph: (gdb) p g.dump() digraph DataStructures { label="Function addG"; Node0xe1f3a0 [shape=record,shape=Mrecord,label="{ i32: MRE\n|{<g0>}}"]; Node0xe1f4d0 [shape=record,shape=Mrecord,label="{ i32*: SMR\n|{<g0>|<g1>}}"]; Node0xe1f4d0:g0 -> Node0xe1f3a0; Node0xe20900 [shape=record,shape=Mrecord,label="{ i32: GR\n @global\n|{<g0>}}"];...
2017 Nov 03
1
Extreme bunching of random values from runif with Mersenne-Twister seed
...Alas I had forgotten that (implied) unfavorable comparisons of *nix systems with Windows systems would likely draw irate (but always substantive) responses on the R-devel list -- poor phrasing on my part. :) Regardless, let me try to address some of the concerns related to the construction of the MRE itself and try to see if we can clean away the shrubbery & zero down on the core issue, since I continue to believe that this is an issue with either R's implementation or a bad interaction of the seeds supplied with the Mersenne-Twister algorithm itself. The latter would require a deeper u...
2017 Oct 24
0
read.table(..., header == FALSE, colClasses = <vector with names attribute>)
...Connection("a\t3.14"), header = FALSE,? : > ? ?? not all columns named in 'colClasses' exist > My intent was not to complain but rather to learn more about best > practices regarding the names attribute. which is a nice attitude, thank you. An even shorter MRE (as header=FALSE is default, and the default sep="" works, too): > tt <- read.table(textConnection("a 3.14"), colClasses = c(x="character", y="numeric")) Warning message: In read.table(file = textConnection("a 3.14"), colClasses = c(x = &quot...
2008 Apr 23
0
[LLVMdev] how to dump DSA graph in gdb?
...debugging the DSA and want to learn how it work, and now I am checking the local datastructure analysis. > I use the following command to print the graph: > (gdb) p g.dump() > digraph DataStructures { > label="Function addG"; > > Node0xe1f3a0 [shape=record,shape=Mrecord,label="{ i32: MRE\n|{<g0>}}"]; > Node0xe1f4d0 [shape=record,shape=Mrecord,label="{ i32*: SMR\n|{<g0>|<g1>}}"]; > Node0xe1f4d0:g0 -> Node0xe1f3a0; > Node0xe20900 [shape=record,shape=Mrecord,label="{ i32: GR\n @global\n|{<g0&gt...
2016 Dec 13
1
Offset too large on scattered relocations
Thanks for the response Nick, Do you think there is value in adding the check for FixupOffset > 0xffffff into the ARM backend? The lack of that seems like it could silently record incorrect offsets from the assignment later in RecordARMScatteredRelocation(): MRE.r_word0 = ((FixupOffset << 0) | (Type << 24) | (MovtBit << 28) | (ThumbBit << 29) | (IsPCRel << 30) | MachO::R_SCATTERED); Rob On Tue, Dec 6, 2016 at 8:38 PM, Nick...
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
...n how it work, and > now I am checking the local datastructure analysis. > > I use the following command to print the graph: > > (gdb) p g.dump() > > digraph DataStructures { > > label="Function addG"; > > > > Node0xe1f3a0 [shape=record,shape=Mrecord,label="{ i32: > MRE\n|{<g0>}}"]; > > Node0xe1f4d0 [shape=record,shape=Mrecord,label="{ i32*: > SMR\n|{<g0>|<g1>}}"]; > > Node0xe1f4d0:g0 -> Node0xe1f3a0; > > Node0xe20900 [shape=record,shape=Mrecord,label="{ i32:...
2004 Aug 05
1
cross random effects (more information abuot the data)
...ime, but if I change the experiment to e.g experiment <- factor(c(rep(1,360))) is still give answer but is not the right answer. So, I am accusing my specification of the experiment (group). If you have any suggestion pleas let me know. E-mail:aleid2001 at yahoo.com Here I am going to gve mre details about the data. the > details about the data is: > > The data are: > McCullagh and Nelder (1989,sec.14.5)polished an > interesting set of data on the success of matting > between male and female salamanders drawn from two > populations, the rough butts (RB) and the...
2020 Nov 01
3
vignettes present in 2 folders or won't work
...annot do more immediately unfortunately, that is always the issue >> of asking a last minute panic attack question before teaching a course >> involving the package... >> I do have /doc in my .Rbuildignore for reasons I can no longer >> remember... I will dig and create a MRE/reprex. >> The students will download heavy packages, but they probably won't >> notice. >> *Apologies* >> >> In the meantime, perhaps my question was clear enough to get clarity on: >> 1) whether having vignettes twice in foders inst/doc and vignettes is &...
2017 Oct 24
2
read.table(..., header == FALSE, colClasses = <vector with names attribute>)
Jeff, Thank you for your reply. The intent was to construct a minimum reproducible example. The same warning occurs when the 'file' argument points to a file on disk with a million lines. But you are correct, my example was slightly malformed and in fact gives an error under R version 3.2.2. Please allow me to try again; in older versions of R, ?? > read.table(file =