I am reading this and it says :
Because of the way notangle extracts and assembles its input, the program can be presented and explained in the best order for human understanding. notangle will make sure that the program chunks are in the right order for the compiler or interpreter.
My query is : How does the noweb compiler determine the order of code chunks ?
This says that :
An R Markdown document will have often have many code chunks. They are evaluated in order, in a single R session, and the state of the various variables in one code chunk are preserved in future chunks.
Is'nt Rmarkdown based on noweb ? Should it not automatically determine code chunk order like noweb ?