[Rd] Advice debugging M1Mac check errors

2024-02-04 Thread Holger Hoefling
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]] __

Re: [R-pkg-devel] replacements of sprintf in compiled code

2023-01-21 Thread Holger Hoefling
Hi, thanks for the tip! Is that available everywhere or do I need to set compiler requirements? Best Holger Hoefling On Sat, Jan 21, 2023 at 11:27 AM Duncan Murdoch wrote: > On 21/01/2023 5:15 a.m., Holger Hoefling wrote: > > Hi, > > > > In my recent re-submission with a

[R-pkg-devel] replacements of sprintf in compiled code

2023-01-21 Thread Holger Hoefling
Hi, In my recent re-submission with a bug-fix of the hdf5r package, I got a new set of warnings from the compiler, one being that I shouldn't be using 'sprintf'. Is there a simple replacement that I can use? Thanks Holger Hoefling [[alternative HTML version deleted

[R-pkg-devel] Notes from rchk on hdf5r package

2018-09-30 Thread Holger Hoefling
Hi all, I have been submitting a bug-fix version of a package and was alerted to some notes that rchk brought up for it. A link to the notes https://raw.githubusercontent.com/kalibera/cran-checks/master/rchk/results/hdf5r.out and to the version of the code the package refers to

Re: [R-pkg-devel] Fwd: Re-creating vignettes after update of data or different mechanism to create reports?

2017-05-11 Thread Holger Hoefling
t; > > > From: Rainer Krug <rai...@krugs.de> > > Subject: Re: [R-pkg-devel] Re-creating vignettes after update of data or > different mechanism to create reports? > > Date: 11 May 2017 at 14:41:03 GMT+2 > > To: Holger Hoefling <hhoef...@gmail.com> > > &

Re: [R-pkg-devel] Source code of an existing package

2016-08-10 Thread Holger Hoefling
Hi, If you are interested in the source code of an entire package in its original form - you can also download the .tar.gz version of the package from CRAN. In a .tar.gz, you find the sources, unlike the .zip for windows, which is already compiled. If you are under windows, you can use a program

[Rd] A package requiring cmake

2016-06-28 Thread Holger Hoefling
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?

[Rd] Package manuals as html page instead of pdf

2016-04-06 Thread Holger Hoefling
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 -

[Rd] Question about CHARSXP and garbage collection

2016-02-13 Thread Holger Hoefling
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

Re: [Rd] Different serialization of functions in interactive vs. batch mode

2015-02-18 Thread Holger Hoefling
to NULL On Wed, Feb 18, 2015 at 3:04 PM, luke-tier...@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

[Rd] Different serialization of functions in interactive vs. batch mode

2015-02-18 Thread Holger Hoefling
! 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

Re: [Rd] Different serialization of functions in interactive vs. batch mode

2015-02-18 Thread Holger Hoefling
Luke, thank you so much - that solves my problem! Holger On Wed, Feb 18, 2015 at 3:56 PM, luke-tier...@uiowa.edu wrote: 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

Re: [Rd] Different serialization of functions in interactive vs. batch mode

2015-02-18 Thread Holger Hoefling
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 hhoef...@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