[R-pkg-devel] Examples taking too long depend on object that takes a while to generate

2022-09-13 Thread John Harrold
Hello, I'm working on submitting a new package. I've created examples for each of the functions. Most of these functions depend on an R object that uses architecture-specific compiled code. To create that object can take between 10-20 seconds. The function that creates it will cache it in the temp

Re: [R-pkg-devel] Examples taking too long depend on object that takes a while to generate

2022-09-13 Thread John Harrold
Hello Greg, I'm already using a reduced dataset. I can reduce it a little bit further but it doesn't really change things much. John On Tue, Sep 13, 2022 at 8:35 PM Greg Hunt wrote: > John, > Can you cut the test data size back? Do you have some processing costs > that are non-linear with dat