-
May be related to #22
``` r
factory_fun function ()
#> .Primitive("sum")(0)
# expected:
# function()
# sum(0)
factory_fun function ()
#> (function (x)
#> x)(0)
# expected:
#…
-
I am fitting a homogeneous Poisson process model using the `cp` likelihood. To do this I want to define the integration scheme as with a single integration location with a weight equal to the area of…
-
The character argument of a getWData() call accepts a vector as input and defaults to NA. NA pulls in all possible charnames from waterobj. The problem is that if a user enters two values into charnam…
-
See reprex below. If week_start is set to 1 (the default) everything works as expected.
```
library(fable)
#> Loading required package: fabletools
library(tsibble)
#>
#> Attaching package:…
-
```
R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: powerpc-apple-darwin10.8.0 (32-bit)
R is free software and comes …
-
The `validate` argument of the `as_tibble` function has been deprecated since `tibble` version 2.0.0. Since version [3.2.0 ](https://github.com/tidyverse/tibble/releases/tag/v3.2.0) the change is brea…
-
Hi!
I am using `repExplore()` function and it is working ok, except when I try to do `exp_len
-
There is a bug in `drive_download()` that causes it to fail on KML files depending on the mime type. KML mimeTypes are often `text/xml` or another raw text input. However, sometimes, depending on how …
-
Apparently, `ggplot2` relies on `sf` to draw the graticule and axes labels. Currently, when trying to plot to `tikzDevice` the usage of plotmath expression for the degree symbol in the axes labels `pa…
-
When creating a golem, we don't need to use usethis::create_projetct, as we then copy a skeleton for a package.