is there a way to list ToDo comments in rstudio? Before I used eclipse and really loved to put some # TODO I definitely need more unit tests here! comments
# TODO I definitely need more unit tests here!
I would suggest that you consider the todor RStudio add-in by dokato. After installing via devtools:
devtools
devtools::install_github("dokato/todor")
You will be able to conveniently list ToDo items across your project:
(images and code sourced from: https://github.com/dokato/todor)