-
I can run the example separately here:
``` r
library(greta.dynamics)
#> Loading required package: greta
#>
#> Attaching package: 'greta'
#> The following objects are masked from 'package:stat…
-
Så... https://kbroman.org/pkg_primer/pages/cran.html
-
This package was pulled from CRAN a few days ago: https://cran.csiro.au/web/packages/spotifyr/index.html
I'm no expert in the wrinkles of CRAN package checks, but from a superficial glance, it does…
-
Checklist generated by `usethis::use_release_issue()` (with modification)
First release:
* [ ] `usethis::use_cran_comments()`
* [ ] Update (aspirational) install instructions in README
* [ ] P…
-
Hi,
I conducted a test on a dataset and generated my BAM and BAI files using 'samtools'. However, I encountered some errors during the process. I would appreciate any solutions you might have. A…
-
The variant involving lambdas (anonymous functions) inside loops is slower (and severely memory inefficient) due to the overhead of repeatedly creating new function objects during each iteration of th…
-
> Please omit the redundant "Functions to" at the start of your title.
>
> You have examples for unexported functions. Please either omit these
> examples or export these functions.
> Examples fo…
-
```
Package suggestions:
- C++11 suggested from isoband coming from cran.
- On a Unix-alike suggested from microbenchmark coming from cran.
- one of the C functions
…
-
https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/dotwhisker-00check.html
using R Under development (unstable) (2024-09-01 r87083)
using platform: x86_64-pc-linux-gnu
R was …
-
I noticed `stop_mirai()` does not modify the `assigned` counter returned by `status()`. I think it would make sense to decrement it by 1 for the appropriate daemon. Decrementing `assigned` would allow…