Hi One features I mis from R-studio is the ability to reflow comments. For example lets say I paste the following comment in a code cell
"This dataset checks that your code always picks the first-occurring Profile-most Probable k-mer in a given sequence of Dna. In the first sequence (³GCCCAA²), ³GCC² and ³CCA² are both Profile-most Probable k-mers. However, you must return ³GCC² since it occurs earlier than ³CCA². Thus, if the first sequence of your output is ³CCA², this test case fails your code.² After ³reflow² the comment looks like # test data set 1 # This dataset checks that your code always picks the first-occurring # Profile-most Probable k-mer in a given sequence of Dna. In the first # sequence (³GCCCAA²), ³GCC² and ³CCA² are both Profile-most Probable # k-mers. However, you must return ³GCC² since it occurs earlier than # ³CCA². Thus, if the first sequence of your output is ³CCA², this test # case fails your code. Now if I go through and edit the commented section all I have to is Œre-flow¹ and it will reformat my comments so that no line is more than a fixed length Kind regards Andy P.s. I am using a mac. Hopefully their is a keyboard short cut -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/D51BB4A3.572D9%25Andy%40SantaCruzIntegration.com. For more options, visit https://groups.google.com/d/optout.
