Eli Holmes - NOAA

Results 48 issues of Eli Holmes - NOAA

This is a new version of previous issues #433 , #161 , #145 . The problem reappeared when I used `column_spec()`. Was fine without. ``` toydata % kable(align="lc", caption="Test", escape=FALSE,...

Just FYI DESCRIPTION file says depends on R 3.2.0 but this code throws an error saying it depends on R 4.1.0. It's a really minor thing but saves time for...

documentation

Enhancement request. Not a bug per se. In the head.html template, MathJax v2.7 is being used and that is 5 years out of date. None of the MathJax v3 configuration...

feature
front end :tulip:

This is in the Readme: ``` elsevier-pdf: journal: formatting: preprint model: 3p layout: twocolumn cite-style: numbered graphical-abstract: "![](abstract.png)" highlights: - Highlight 1 - Highlight 2 - Highlight 3 ``` Issues:...

Thanks for the great package! It was the one thing that worked to reduce my PDFs! Codespaces is now free and one can run your package with a few clicks....

1. It looks like I need to change, this line to TRUE to create the figures https://github.com/RVerse-Tutorials/A_NMFSReport/blob/main/code/run.R#L45 3. But when I do that it says `dir_out_ref` does not exist. The...

## Preliminary work before the final is ready. - [x] Run checks without building the vignettes ``` devtools::check(document = FALSE, vignettes=FALSE) ``` - [x] Run examples only ``` devtools::run_examples(pkg="~/Documents/GitHub/MARSS", document=FALSE,...

This release is mainly concerned with updates to allow the marssTMB package to integrate with MARSS. - [x] Fix the articles tab - [x] Get the manual to build on...

It looks bad on CRAN https://cran.r-project.org/web/packages/MARSS/vignettes/Quick_Start.html

documentation

Warning in matrix(sleepstudy$Days, 1, ndays, byrow = TRUE) : data length differs from size of matrix: [180 != 1 x 10]

bug