grinnellm / SpawnIndex

:fish: :egg: Calculate the Pacific Herring spawn index
MIT License
0 stars 2 forks source link

Weird formatting with inline R code in @param (in Rd file) #38

Open grinnellm opened 3 years ago

grinnellm commented 3 years ago

For example, in the help for load_all_spawn, I have the code "Message if < r pars$years$assess" for the argument yrs, where pars$years$assess is 1951. This shows up in the help file as "Message if 1951s'" but it should be "Message if < 1951".