search for: witold

Displaying 20 results from an estimated 206 matches for "witold".

2004 Oct 21
3
error in plot.dendrogram (PR#7300)
Hi, hres <- hclust(smatr,method="single") hresd<-as.dendrogram(hres) as.dendrogram(hres) `dendrogram' with 2 branches and 380 members total, at height 2514.513 plot(hresd,leaflab="none") #<-error here. #the plotted dendrogram is incomplete. The x axis is not drawn. #The interested reader can download the save(hresd,file="hres.rda") #from the
2016 Dec 12
2
accessing data by packagename::dataname from within package code fails.
...st to the initialize function. So I also can't do something like initialize = function(aminoAcids=bibliospec::AminoAcids){ I guess this is an R FEATURE. But then where and how is the best practice to initialize class members with default values? Thank you. On 12 December 2016 at 15:45, Witold E Wolski <wewolski at gmail.com> wrote: > I am wrting a package called bibliospec. > I have a dataset in data/AminoAcids.tsv and would like to be able to > access it with > > bibliospec::AminoAcids > > from within my package code. > > R CMD build gives me the error:...
2017 Feb 14
3
(RFC) JumpMaps: switch statement optimization
...86 Linux typically uses libgcc. If they're emitted in IR, the functions could potentially be inlined. For example if the size of the switch is known to be small so no binary search is done, could inlining the find_ function be smaller than setting up the call? On Tue, Feb 14, 2017 at 5:47 AM, Witold Waligora via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I didn't answer compiler-rt and benchmarks question. > > compiler-rt would have to implement the decoding function(s) to undo > whatever the compiler did. This would be target-dependent. > Our target implements fou...
2018 Jul 02
4
Parametrized Vignettest in R packages
Hello, I have a package which includes some parameterized r-markdown report which I would also like to build as package vignettes. Is there a way to run the parameterized vignette creation with the package build or package check? Thank you -- Witold Eryk Wolski
2017 Feb 14
2
(RFC) JumpMaps: switch statement optimization
...c-block. We introduce JumpMapInfo structure which follows the same flow as JumpTableInfo and is finally emitted by AsmPrinter. There are many ways a Target may want to encode jumpmaps (deltas, compression, relative vs absolute), so we plan to keep this flexible and target-driven when upstreaming. Witold W dniu 2017-02-14 o 10:53, Nema, Ashutosh pisze: > Hi Witold, > > Can you explain what you meant by adding support in compiler_rt & changes in lowering. > > Did you tried any benchmarks, please share if you have any numbers with performance improvements & code size reducti...
2018 Oct 05
1
unable to load shared object
...018 at 09:37, Paul Johnson <pauljohn32 at gmail.com> wrote: > > Greetings. > Is it possible that Onedrive is causing trouble? Do other packages you build and install work well from that directory? > > Paul Johnson > University of Kansas > > On Wed, Oct 3, 2018, 3:13 AM Witold E Wolski <wewolski at gmail.com> wrote: >> >> Hello, >> >> I am trying to install a package with some src files on windows (linux >> install works fine). The sources seem to build, there is an *.dll in >> the src folder but than the installation process fai...
2018 Jul 02
2
Parametrized Vignettest in R packages
...data: !r data(skylineconfig) since data does not return the package just puts them in the env as a side effect. Is there a different base function to achieve it. Thank you Witek On 2 July 2018 at 16:56, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 02/07/2018 10:30 AM, Witold E Wolski wrote: >> >> Hello, >> >> I have a package which includes some parameterized r-markdown report >> which I would also like to build as package vignettes. >> >> Is there a way to run the parameterized vignette creation with the >> package build...
2012 Nov 08
1
sweave xtable and driver RweaveHTML
...ults, c("Robj", "html", "hide")) : 'arg' should be one of “Robj”, “html”, “hide” Any suggestions would be highly recommended. I.e. I am wondering can I include dynamically generated tables in Sweave output, using syntax independent of the renderer? regards Witold -- Witold Eryk Wolski Triemlistrasse 155 8047 Zuerich [[alternative HTML version deleted]]
2018 Jul 09
2
Parametrized Vignettest in R packages
...data = structure(list(protein_Id = c("CiRT standards", I am worried that this is the end of this road with parameterized vignettes then? What do you think? regards Witek On 2 July 2018 at 18:21, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 02/07/2018 11:22 AM, Witold E Wolski wrote: >> >> Hello, >> >> Thank you for the questions as well as remaining me of the default >> parameters in the yaml session. >> Indeed this seems to be the solution. >> >> >> But how would I assign package data as a default parameter...
2017 Feb 13
5
(RFC) JumpMaps: switch statement optimization
...ase is also handled by __jumpmap_find. Targets need to provide lowering for the map structure and __jumpmap_find function, which would typically become a part of compier-rt library and could be written in hand-crafted asm for extra speed. Questions or comments? Please let me know. Best Regards, Witold Waligóra Myre Laboratories
2018 Jul 09
3
Parametrized Vignettest in R packages
...really create a valid R script when your vignette contains `params` that uses environment values. Most other types of values should be fine. Regards, Yihui -- https://yihui.name On Mon, Jul 9, 2018 at 10:37 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 09/07/2018 8:49 AM, Witold E Wolski wrote: >> >> Dear Duncan, >> >> Following your advice (Thank you for it) I did include into the vignettes >> params: >> configuration: !r get(data(sample_analysis)) >> data: !r get(data(skylineconfig)) >> >> And everything seemed...
2006 Sep 12
2
Generate JS from RoR - strange delay with send_data
...", pid]).each {|x| output_data<< GENERATE_JS_CODE_FROM_POINTS } send_data(output_data, :content => "text/javascript") end I''m using Rails 1.1.6. Or maybe there is some other way to generate ''custom'' JS not in .rhtml? Best regards, Witold Rugowski http://nhw.pl/ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39U...
2003 Oct 21
9
Free g.729.1 implementation
...mentation for asterisk? I want to use it for my private use (dialing into inet->PSTN gateway), and I don't want (now) to buy codec, as I don't know if I will be using this service in future (now I just want to test it). Any solutions? Maybe even free-15day-trial of g.729.1 codec? -- Witold Kr?cicki (adasi) adasi [at] culm.net GPG key: 7AE20871 http://www.culm.net
2018 Jul 09
2
Parametrized Vignettest in R packages
On 09/07/2018 3:24 PM, Witold E Wolski wrote: > Dear Yihui, > > Thank you for the valuable questions. > > sample_analysis is a "tibble" while > configuration is an "R6" class. > But I also have parametrized reports where I pass R reference classes > as arguments. > > This is...
2007 Apr 23
3
Troubles with using gems in Rails
....rb'' => [] irb(main):014:0> ActiveRecord::Acts::Taggable => ActiveRecord::Acts::Taggable What I''m doing wrong? My environment: $ ruby --version ruby 1.8.5 (2006-12-25 patchlevel 12) [i386-freebsd6] $ gem list rubygems-update rubygems-update (0.9.2) Best regards, -- Witold Rugowski http://nhw.pl/wp/ (EN blog) http://nhw.pl/pl/ (PL blog) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,...
2018 Oct 02
2
R grpc
Hello, I am looking for a prebuild - binary MS Windows version of the R grpc package https://github.com/nfultz/grpc best regards Witek -- Witold Eryk Wolski
2018 Oct 02
1
How do I set a compile flag _WIN32_WINNT=0x600 in Makevars.Win
...NNT of at least 0x600 (aka Windows Vista)" #error \ ^ Which, if I am correct asks me to set _WIN32_WINNT=0x600 My Makevars.Win looks as follows: PKG_CPPFLAGS=-IC:/msys64/mingw64/include PKG_LIBS=-LC:/msys64/mingw64/lib -lgrpc What should I do? Have a great day best regards Witek -- Witold Eryk Wolski
2012 Sep 20
2
Sweave - if \Sexpr{} than \SweaveInput{"my.Rnw"}
...document. How can I do it? So I was thinking .... to use Latex features : \newif\ifpaper \ifpaper \SweaveInput{"my1.Rnw"} \else \SweaveInput{"my2.Rnw"} \fi But how do I set paper to true or false given an \Sexpr ?? \papertrue % or \paperfalse Any ideas? cheers -- Witold Eryk Wolski Triemlistrasse 155 8047 Zuerich [[alternative HTML version deleted]]
2004 Nov 24
12
scatterplot of 100000 points and pdf file format
...ave it as pdf. This makes the pdf file large. So i tried to save the file first as png and than convert it to pdf. This looks OK if printed but if viewed e.g. with acrobat as document figure the quality is bad. Anyone knows a way to reduce the size but keep the quality? /E -- Dipl. bio-chem. Witold Eryk Wolski MPI-Moleculare Genetic Ihnestrasse 63-73 14195 Berlin tel: 0049-30-83875219 __("< _ http://www.molgen.mpg.de/~wolski \__/ 'v' http://r4proteomics.sourceforge.net || / \ mail: witek96 at users.sourceforge.net ^^ m m wolski a...
2002 Jul 26
5
Is there a function for finding local extrema.
I have a vector with about 100.000 values representing a quite regular function (sinusoid like). I would like to find all local maxima of this function (should be about 4000). Is there a native routine for R? Thanks in advance Eryk. -- _|_ \|/ \|/ Eryk Witold Wolski tel :0049-(0)30-8413-1543 w w ?v? 'v? \'v'/ MPI Moleculare Genetik fax :0049-(0)30-8413-1139 | | /| |\/| |\ | | Mass Spectrometry Group http://www.molgen.mpg.de /.^.\ m m m m m m mail :wolski at molen.mpg.de /|\ -.-.-.-.-.-....