Closed James-Thorson-NOAA closed 10 months ago
@seananderson Can you tell why the CI Action is failing? I can't work out what it's saying in the error when I did the last commit.
That was a weird one. Your use of, e.g., [variables]
, when translated via roxygen means the documentation was looking for a help file named 'variables'. You instead want backticks.
Thanks! Ugh. I obviously haven't followed the syntax changes in Roxygen and am used to the \code{\link{x}} style instead of [x] style. Thanks for finding that one :0
I think I like this!
tinyVAST(
formula,
data,
sem = NULL,
dsem = NULL,
family = gaussian(),
space_columns = c("x", "y"),
spatial_graph = NULL,
time_column = "time",
times = NULL,
variable_column = "var",
variables = NULL,
distribution_column = "dist",
...
... and change through testthat and vignettes