Re: [R-pkg-devel] [External] Re: Replacement for SETLENGTH

2025-01-16 Thread Luke Tierney via R-package-devel
ckage-devel@r-project.org mailing list https://urldefense.com/v3/__https://stat.ethz.ch/mailman/listinfo/r-package-devel__;!!OToaGQ!uACtQIEun1eC8hwn-FzFogXQoPl1wETg9EUSV1NzAif9u15KlRTctzEq1RSA5rcbeVGv0n3geb8UexFnYd-1ZB4$ -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University o

Re: [R-pkg-devel] [External] Re: Replacement for SETLENGTH

2025-01-15 Thread Luke Tierney via R-package-devel
Kd4YftOJDBoEW1NK9FOmgZpcmv0XIy5fQRm24-s_D8m9O_lR6jo6FcKiA$ [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Ma

Re: [R-pkg-devel] [External] Use of ‘R_InputHandlers’

2024-07-10 Thread luke-tierney
cpp#L53-L72 Can anyone tell me whether I can fix this? Duncan Murdoch __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University

Re: [R-pkg-devel] [External] SETLENGTH()

2024-05-04 Thread luke-tierney
erous, but you should still look for other options if you want your code to continue to work.] Best, luke thank you very much Vladimir Dergachev __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel --

Re: [R-pkg-devel] [External] May .External2() be used in packages?

2024-05-01 Thread luke-tierney
point where you would call .External2. So instead of .External2("foo", x, y) do .External("foo", quote(.External2("foo", x, y)), environment(), x, y) and adjust your C function accordingly. Best, luke -- Konrad Rudolph // @klmr -- Luke Tierney Ralph E. War

Re: [R-pkg-devel] [External] May .External2() be used in packages?

2024-05-01 Thread luke-tierney
nal()`), and it doesn’t have any actual documentation. In the context of the recent tightening of the C API CRAN rules, this makes me concerned that `.External2()` might be next on the chopping block. [1] https://stat.ethz.ch/R-manual/R-devel/library/base/html/Foreign-internal.html Cheers,

Re: [R-pkg-devel] [External] Another DLL requires the use of native symbols thread

2023-03-25 Thread luke-tierney
ackage-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335-3017

Re: [R-pkg-devel] [External] Re: incomplete gamma function Fortran subroutine

2020-07-21 Thread luke-tierney
devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335-3017

Re: [R-pkg-devel] [External] Re: Interpret feedback: not write testthat-tests in examples

2020-07-16 Thread luke-tierney
ject.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335-3017 Actuarial Scien

Re: [R-pkg-devel] [External] Re: Interpret feedback: not write testthat-tests in examples

2020-07-16 Thread luke-tierney
project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335-3017 Actuarial Scie

Re: [R-pkg-devel] [External] Re: Two packages with the same generic function

2020-06-23 Thread luke-tierney
___ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics and

Re: [R-pkg-devel] [External] Re: Two packages with the same generic function

2020-06-22 Thread luke-tierney
R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel [[alternative HTML version deleted

Re: [R-pkg-devel] [External] Re: email misleading: checking CRAN incoming feasibility ... NOTE Maintainer

2020-06-08 Thread luke-tierney
lman/listinfo/r-package-devel __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/l

Re: [R-pkg-devel] [External] Guidelines on use of snow-style clusters in R packages?

2020-06-03 Thread luke-tierney
cran without warnings or errors, which seems to suggest that exporting worker functions is not required. -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax:

Re: [R-pkg-devel] memory exhausted (limit reached?) and R3.6.0 memory leak in data.table

2018-05-15 Thread luke-tierney
that setting OMP_NUM_THREADS=1 is not something I can do inside my package, or does this help me for CRAN submission? You mention a user interrupt to reset the gc, but I can't do that either, right? I'm at a bit of a loss as to what to do right now. Best, Paul -- Luke Tierney R

Re: [R-pkg-devel] memory exhausted (limit reached?) and R3.6.0 memory leak in data.table

2018-05-14 Thread luke-tierney
__ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax:

Re: [R-pkg-devel] R-devel warning: You used a knitr feature that depends on the digest package.

2018-02-07 Thread luke-tierney
nette really needs codetools you (your package DESCRIPTION) need to suggest it yourself. >> Any advice? One thought is just take off cache = true. well, yes ;-) .. Seriously, of course rather fix the problem, which must be fixable relatively easily. Martin __

Re: [R-pkg-devel] Working with R-devel

2018-01-24 Thread luke-tierney
/stat.ethz.ch/mailman/listinfo/r-package-devel __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa

Re: [R-pkg-devel] Namespace problem with pre-R 3.0.0 package

2016-03-03 Thread luke-tierney
evel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel--- This message and its attachments are strictly confidenti...{{dropped:8}} __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R-pkg-devel] Visible bindings and reference classes

2015-08-11 Thread luke-tierney
nd the following assignments to the global environment: > File ‘poweRlaw/R/aaa_all_classes.R’: > assign(variable, NULL, envir = .GlobalEnv) > > What is the correct way of removing the "visible bindings" notes? > > Thanks > > Colin > > [[alternative HTML version deleted]] >

Re: [R-pkg-devel] Visible bindings and reference classes

2015-08-11 Thread luke-tierney
t; notes? > > Thanks > > Colin > > [[alternative HTML version deleted]] > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel [[alternative HTML version d