search for: reproducible

Displaying 20 results from an estimated 54276 matches for "reproducible".

2003 Dec 22
3
runif and sample with reproducibility
Hello, I would like to sample a population but the result needs to be reproducible, using 'runif' or 'sample' is the good way to do it but I can't manage to make the results reproducible even with the 'set.seed' function. My aim is that th call to 'sample(1:100,10)' gives always the same result, how can I do that? Thanks! Eric Esposito
2012 Jul 25
8
On Reproducible Code
We often refer requesters to the Posting Guide and chide them for not reading it. Recently I had occasion to re-read the Posting Guide which is for all R lists not just R-help. The word "reproducible" does not appear anywhere in the guide. The closest it comes is the following suggestion: "Sometimes it helps to provide a small example that someone can actually run." Recommendations to use the function dput() to provide sample data do not appear in the guide. The bottom of mes...
2017 Nov 06
1
syslinux: reproducible (+1 patch)
Hi, unfortunately I missed one ordering problem in the makefiles. I've attached another small patch to fix that. With that patch also applied (currently in Debian experimental), the reproducible-builds.org project shows syslinux to be reproducible on both amd64 and i386 [1]. :) Gene: Please consider also merging the attached patch. Thank you Lukas [1]?https://tests.reproducible-builds.org/debian/rb-pkg/experimental/i386/syslinux.html -------------- next part -------------- A non-text at...
2018 Mar 07
2
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
On Mon, Mar 05, 2018 at 09:48:52PM +0000, Olly Betts wrote: > On Mon, Mar 05, 2018 at 08:52:47PM +0100, Sylvain Taverne wrote: > > I've remarked the error occur when i'm trying to get stored values from a > > database with a lot of stored values. I can reproduce the error with simple > > python2 script i've posted on github > > > >
2017 Oct 22
3
Patches from Debian
...e a few patches applied to the Debian version which seem generally useful to me. Please consider merging them: * 0001-digest-sha.patch: It appears that "Digest::SHA1" has been superseded by "Digest:SHA". * 0003-extlinux-manpage.patch: Updates to the extlinux man page. * 0009-reproducible-build.patch: More reproducible order (most of it was already solved in be645d7a9848847388a662f6c0f7571d52ed7a05). * 0015-reproducible-timestamps.patch: use SOURCE_DATE_EPOCH environment variable [1], if available, to create reproducible mtimes in the files created by bin2c.pl. Note that the...
2006 Jul 18
1
Reproducible Research - Examples
...nnium/CODES_MBH.html A note on the site indicates that the code is being revised. The code and data are provided, so that one could reproduce the results without having to buy a proprietary software program. In poking around the R website it is clear that a lot of thought has gone into documenting reproducible research, notably by Harrell, Gentleman, and the Sweave effort, among others. http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/StatReport http://cran.ssds.ucdavis.edu/doc/contrib/Harrell-statcomp-notes.pdf http://www.bioconductor.org/docs/papers/2003/Compendium Question: Reproducible research...
2016 Oct 20
2
Pigeonhole/sieve possibly corrupting mails
Hi! > Somehow Dovecot thinks that the mbox file changed under it.. Yes. And it's probably right, but I wonder what could have changed it. I looked around inotify and it seems there is no way to let a file being watched and get program names/pids of processes accessing it. > These mbox corruptions are usually pretty difficult to reproduce (= impossible to fix without ability to
2010 Sep 09
6
Reproducible research
I am investigating some approaches to reproducible research. I need in the end to produce .html or .doc or .docx. I have used hwriter in the past but have had some problems with verbatim output from R. Tables are also not particularly convenient. I am interested in R2HTML and R2wd in particular, and possibly odfWeave. Does anyone have sample...
2013 Mar 04
4
enabling reproducible research & R package management & install.package.version & BiocLite
Hi, In support of reproducible research at my Institute, I seek an approach to re-creating the R environments in which an analysis has been conducted. By which I mean, the exact version of R and the exact version of all packages used in a particular R session. I am seeking comments/criticism of this as a goal, and of the follo...
2017 Jan 21
2
Wrong code bug after GVN/PRE?
On 1/20/2017 3:19 PM, Philip Reames via llvm-dev wrote: > > If someone can produce an *IR* reproducer which they believe is > incorrect, I'm happy to take a look at the PRE code. I will not have > the time to reproduce this from C or work through the interaction of > other passes; I will only look at this if there is a bug with PRE > specific IR reproducer attached.
2015 Jun 16
4
Bugzilla activity?
Hi! I was wondering whether anybody was looking at the bugs on Bugzilla. I'm asking because I've seen bugs tackled on the mailing list quite quickly, but two fully reproducible reports I've filed on Bugzilla haven't triggered any reaction in several weeks (for the older one). FWIW, these are: - Line goes beyond plot region https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16299 - format() does not respect decimal.mark="." when options(OutDec=",&...
2011 Dec 17
2
Problem with reproducing log likelihood estimated with ghyp package
I was playing around with the ghyp package and simulated series of t-distributed variables when suddenly i was not able to reproduce the log likelihood values reported by the package. When trying to reproduce the likelihood values, I summed the log(dt(x,v)) values and it worked with some simulated series but not all. Is there any obvious flaws with this script? library("ghyp")
2018 Mar 02
0
Desktop.ini hiddeln file creates during compilaiton
Make a reproducible example [1][2][3], because it doesn't happen for me. Then post your example at [4] or [5], because this is the wrong list for this question. You may find that the act of browsing the directory using a GUI is what creates that file rather than the compilation itself. [1] http://stackoverflow....
2011 Jul 14
1
rgl: reproduce final state of interactive plot?
After interacting with a 3d plot (eg plot3d, persp3d), is there a way to capture the final settings of view angles, etc, so that the final plot could be easily reproduced? The plot functions themselves just return a vector of 'ids'. -- View this message in context: http://r.789695.n4.nabble.com/rgl-reproduce-final-state-of-interactive-plot-tp3667866p3667866.html Sent from the R help
2016 Jul 13
3
Handy file storage for LLD/ELF --reproduce
I notice that phabricator has http://reviews.llvm.org/file/ which can hold files. I haven't tested the limit, but it seems like it handled a 26MB file fine (the particular file was just from a random LLD bugzilla bug). So it is probably a good idea to document somewhere that http://reviews.llvm.org/file/ can be used for storage of --reproduce cpio archives if they are too large for bugzilla.
2018 Mar 02
3
Desktop.ini hiddeln file creates during compilaiton
Hello,?I?am experiencing some difficult time with my R package. Every time I compilei it a hidden file, desktop.ini, is?being created. I am using C++ behind, linkking to Rcpp. The file is generated even when I compile it with?Linux, and in many different computers. Does anybody have any advice or ideas? [[alternative HTML version deleted]]
2012 Oct 08
4
Need some help reproducing a graph
<http://r.789695.n4.nabble.com/file/n4645492/graph.jpg> I need to replicate this graph. It is a simple normal distribution-curve with mean 90 and sd=10. The vertical bars is the 95% confidence limit of the mean. How on earth do I add those confidence limits? Im thinking something that has to do with: c(0.025,0.975) But I really dont know :S Any help? -- View this message in
2005 Oct 11
3
Can you reproduce this bug on wine-20050930 like me?
Can you reproduce this bug? Follow these steps: 1. Install Filezilla: http://prdownloads.sourceforge.net/filezilla/FileZilla_2_2_16_setup.exe?download 2. FTP into the server of your choice 3. Click and drag files from the server to your local machine (to copy them) 4. Realize now that even though the files have been copied to your machine, you are still dragging the files around If you can
2018 Nov 11
2
Are there any tools to reduce the IR file that caused a problem?
Hi everyone, I want to test the passes in llvm, and I got some passes sequences that caused the crash of opt. Although I can use bugpoint to narrow down the source of problems, I can only get some reduced and simplified IR and passes to reproduce the problem. My question is how to get the reduced IR of the original IR file to reproduce the problem. For example, "opt a.bc -a -b -c -d (where
2011 Nov 29
2
Help needed in reproducing a plot
Hello, can anybody tell me how to produce a plot like the one in http://cran.r-project.org/web/packages/lme4/vignettes/Implementation.pdf on page 13, Figure 6? The data is stored in: library(nlme) data(Oats) Cheers -- View this message in context: http://r.789695.n4.nabble.com/Help-needed-in-reproducing-a-plot-tp4119603p4119603.html Sent from the R help mailing list archive at