moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
398 stars 28 forks source link

prefixed comments before control flow should affect the latter #25

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

at the moment this fails :

fun <- function(x){

  ## comment 1
  x <- x * 2

  ## comment 2
  if(x > 3)
    print("big x!")
  x
}

flow_view(fun, prefix = "##")
moodymudskipper commented 4 years ago

done

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.