seananderson / sdmTMB-paper

Paper describing the sdmTMB R package
2 stars 0 forks source link

Fix JSS formatting requests #13

Closed seananderson closed 1 year ago

seananderson commented 1 year ago

Replication Material:

# from remotes::install_github('seananderson/ggsidekick')
theme_sleek <- function(base_size = 11, base_family = "") {
...
}

but replication-code-timings still contains

ggsidekick::theme_sleek() +

requiring to install the package from GitHub.

2: `aes_string()` was deprecated in ggplot2 3.0.0.
Please use tidy evaluation ideoms with `aes()`

It would seem preferable to use code which avoids such notes for current versions of R packages.

Manuscript style comments:

begin{Sinput}
R> example_model <- lm(response ~ variable1 + variable2 + variable3, 
+    weights = w, data = mydata)
\end{Sinput}

References:

My notes: