-
This is a very unusual situation but I have detected via https://github.com/bernadette-eu/Bernadette/pull/10 that `namespace_imports()` parse `import(pkg, except = fct)` calls in `NAMESPACE` in the sa…
-
This example (from the help for `transition_reveal`) works for `enter_grow` but not for `enter_fade`.
```
anim
-
Hello,
If I understand correctly the total loss ratio shows the ratio of equipment loss since the beginning of the war so for example the fact that it shows about 2.7 in July-2023 does not mean tha…
-
When hovering over a metric plot, I can see tooltips of the metric value for the curve under the cursor (though this takes some patience to get the cursor in the right place also due to lack of zoom, …
-
Using the example in the readme
```julia
using Loess
xs = 10 .* rand(100)
ys = sin.(xs) .+ 0.5 * rand(100)
model = loess(xs, ys, span=0.5)
us = range(extrema(xs)...; step = 0.1)
vs = pr…
-
This is a call to anyone reading this :)
What are the best ways to estimate groups in `ggstream`. Issues:
* All estimated values need to positive.
* Should predict values for the whole datase…
-
When I try to run `FindVariableFeatures` on my dataset I get the following error.
```r
object rows()
```
I am trying to follow this vignette with my own dataset that has about 9k features by 8…
-
When I call variants using the mpileup workflow and annotate my vcfs using annovar using the databases refGene,cytoBand,exac03,avsnp147,dbnsfp30a,cosmic92_noncoding,cosmic92_coding and run
Rscript …
-
Implement decomposition functions on time series data.
-https://otexts.com/fpp2/decomposition.html mentions Classical, X11, SEATS and STL decompositions. Please share if you find resources for any…
-
A few examples showing that `NaN` is frequently returned at the boundary, and a few zeros inside the range of the input. For all of these, the predictions are being made on the same `x` values that we…