joshwlambert / DAISIEmainland

Simulate phylogenetic data on islands with a evolving mainland pool

Home Page:https://joshwlambert.github.io/DAISIEmainland/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove link to Tidyverse coding standard?

richelbilderbeek opened this issue · comments

I've added some code that ends with:

some_function_name <- function(...) {
  # ...

  # See https://style.tidyverse.org/functions.html#return
  invisible(return_type)
}

@joshwlambert do you agree to follow the Tidyverse recommendations here?

If yes, I will happily remove the comments linking to the Tidyverse style guide :-)

Fixed will close when merged to main.