You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
Roxygen comments start with #' but when reflowed, this gets messed up:
#' this is a long roxygen comment. this is a long roxygen comment. this is a long roxygen comment. this is a
#' long roxygen comment. this is a long roxygen comment.
after reflow (incorrect):
#' this is a long roxygen comment. this is a long roxygen comment. this is a
#long roxygen comment. this is a ' long roxygen comment. this is a long roxygen
#comment.
The text was updated successfully, but these errors were encountered:
This is still a problem in 1.26.0-beta0. I think I read on the linked to ticket that it was targeted for 1.25. Is it maybe because in python #' is not official? It's been adopted by literate programming/reproducible science/documentation systems (e.g. pweave and spyder).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Roxygen comments start with
#'
but when reflowed, this gets messed up:after reflow (incorrect):
The text was updated successfully, but these errors were encountered: