search for: hoefl

Displaying 20 results from an estimated 20 matches for "hoefl".

Did you mean: hoel
2010 Dec 16
3
Reset R to a vanilla state
...l non-base packages detached and unloaded; all base packages that are loaded on startup should remain loaded (and preferably a .Rprofile executed as well). It would also be good if all the options would be reset (but that is not strictly necessary). Thank you very much for your help. Best Holger Hoefling [[alternative HTML version deleted]]
2016 Apr 06
0
HTML help -- as a single document for the entire package
On 06/04/2016 4:17 AM, Holger Hoefling wrote: > Hi, > > I was wondering if there was an equivalent to the pdf-manual for > R-packages, but rendered as a single html page? I am looking for this as it > would make reading easier as > - no restriction to the standard paper width, but flowing to the browser > window...
2016 Apr 06
3
HTML help -- as a single document for the entire package
Hi, I was wondering if there was an equivalent to the pdf-manual for R-packages, but rendered as a single html page? I am looking for this as it would make reading easier as - no restriction to the standard paper width, but flowing to the browser window size - no page breaks - full text search across the entire manual. Thanks Holger [[alternative HTML version deleted]]
2016 Apr 06
2
HTML help -- as a single document for the entire package
> On Apr 6, 2016, at 2:37 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 06/04/2016 4:17 AM, Holger Hoefling wrote: >> Hi, >> >> I was wondering if there was an equivalent to the pdf-manual for >> R-packages, but rendered as a single html page? I am looking for this as it >> would make reading easier as >> - no restriction to the standard paper width, but flowing to...
2024 Feb 04
3
Advice debugging M1Mac check errors
Hi, I wanted to ask if people have good advice on how to debug M1Mac package check errors when you don?t have a Mac? Is a cloud machine the best option or is there something else? Thanks Holger [[alternative HTML version deleted]]
2015 Feb 18
1
Different serialization of functions in interactive vs. batch mode
..._TELEPHONE=C > [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > other attached packages: > [1] digest_0.6.8 > > > > > On Wed, Feb 18, 2015 at 6:22 AM, Holger Hoefling <hhoeflin at gmail.com> wrote: >> >> Hi Luke, >> >> Ah - I see - thank you! This at least points me to a way on how to >> "fix" this. I tried setting the srcref attribute to NULL, but the hash >> value is still different and so is the serializa...
2006 Dec 29
2
again... cross compiling
> Create a cache file with the right values, or call configure with those > values set in the environment. OK, i ran configure with -C one time without cross compiler env set, to obtain the variables another time with -C to use the config.cache . I could not find anything related to the check whether size_t is signed. I found a variable which i set that way:
2015 Feb 18
4
Different serialization of functions in interactive vs. batch mode
...P.S. I attached the output I get when i set the attributes to NULL On Wed, Feb 18, 2015 at 3:04 PM, <luke-tierney at uiowa.edu> wrote: > Add > > attributes(testfun) > > and you will see where the two functions differ. > > luke > > > On Wed, 18 Feb 2015, Holger Hoefling wrote: > >> Hi, >> >> I posted this question to the regular help list, but it seems to be >> this is probably a question that is better addressed on r-devel. Sorry >> for the double posting. >> >> I am using hash-values to cache certain results in R....
2016 Apr 06
0
HTML help -- as a single document for the entire package
On 06/04/2016 12:06 PM, Holger Hoefling wrote: > Hi David, > > thanks - I do have that as well. That is a good chance to clarify. The > regular help gives a *separate* page for every single function. The > regular pdf-manual gives one document for *all* functions in a package. > > The nice thing about having a s...
2016 Jun 28
2
A package requiring cmake
Hi, I am currently preparing a package for hdf5 that ships and compiles from source on windows. The intention here is to avoid having to ship or download a binary from an unknown source. As a dependency, I need the cmake program installed. Here my question: 1. Is cmake installed on win-builder? If not, could it be installed? If yes, in a specified standard location or available through the PATH
2015 Feb 18
0
Different serialization of functions in interactive vs. batch mode
On Wed, 18 Feb 2015, Holger Hoefling wrote: > Hi Luke, > > Ah - I see - thank you! This at least points me to a way on how to > "fix" this. I tried setting the srcref attribute to NULL, but the hash > value is still different and so is the serialization. So this looks > like it is one difference, but no...
2015 Feb 18
0
Different serialization of functions in interactive vs. batch mode
...F-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] digest_0.6.8 On Wed, Feb 18, 2015 at 6:22 AM, Holger Hoefling <hhoeflin at gmail.com> wrote: > Hi Luke, > > Ah - I see - thank you! This at least points me to a way on how to > "fix" this. I tried setting the srcref attribute to NULL, but the hash > value is still different and so is the serialization. So this looks > lik...
2024 Feb 06
2
Advice debugging M1Mac check errors
On 04/02/2024 19:41, Holger Hoefling wrote: > Hi, > > I wanted to ask if people have good advice on how to debug M1Mac package > check errors when you don?t have a Mac? Is a cloud machine the best option > or is there something else? I presumed this was about a CRAN package, possibly hdf5r which has a R-devel-only...
2015 Feb 18
0
Different serialization of functions in interactive vs. batch mode
Add attributes(testfun) and you will see where the two functions differ. luke On Wed, 18 Feb 2015, Holger Hoefling wrote: > Hi, > > I posted this question to the regular help list, but it seems to be > this is probably a question that is better addressed on r-devel. Sorry > for the double posting. > > I am using hash-values to cache certain results in R. This caching > also depends o...
2015 Feb 18
2
Different serialization of functions in interactive vs. batch mode
...the output is identical as well. Is there something I am overlooking? 2. Is there a way to get consistent hash-values for functions between BATCH and interactive sessions. The output from the BATCH and interactive runs are below (as well as sessionInfo) Thank you very much for your help! Holger Hoefling --------------------------------- BATCH run (via input redirection): $ R --vanilla < testFile.R R version 3.1.0 (2014-04-10) -- "Spring Dance" Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-unknown-linux-gnu (64-bit) R is free software and comes w...
2016 Feb 13
1
Question about CHARSXP and garbage collection
Hi, I had a technical question about CHARSXP and garbage collection and couldn't find the answer in the R manual. The question is this. Are CHARSXP garbage collected like any other object, despite being part of the CHARSXP cache? i.e. is the cache being cleaned by garbage collection regularly and therefore, when I am in C code, do I need to protect a CHARSXP? Thanks! Holger [[alternative
2006 Dec 29
1
cross compiling dovecot
I have the problem that configure can't run the binaries, due to crosscompiling. How can you solve these issues with ./configure? checking whether size_t is signed... configure: error: cannot run test program while cross compiling See `config.log' for more details. I configure with a mipsel cross compiler. Cheers Martin
2016 Apr 06
0
HTML help -- as a single document for the entire package
...n very quickly answered that for me. Thanks Holger On Wed, Apr 6, 2016 at 5:57 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Apr 6, 2016, at 2:37 AM, Duncan Murdoch <murdoch.duncan at gmail.com> > wrote: > > > > On 06/04/2016 4:17 AM, Holger Hoefling wrote: > >> Hi, > >> > >> I was wondering if there was an equivalent to the pdf-manual for > >> R-packages, but rendered as a single html page? I am looking for this > as it > >> would make reading easier as > >> - no restriction to the st...
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ Updated packages ---------------- New reviews ----------- This email provided as a service for the R community by http://crantastic.org. Like it? Hate it? Please let us know: cranatic at gmail.com.
2016 Apr 06
0
Package manuals as html page instead of pdf
Hi, I wanted to pose a question to the R developers that I was wondering about for a while. Currently, the standard way of rendering the manual of an R package on CRAN is in the form of a pdf-file. From my perspective, this pdf-file has many drawbacks: - It makes the load (relatively) long - requires at least a plug-in in a browser, - breaks the forward-backward functionality of browser - Does