Replies: 3 comments 1 reply
-
It's pretty cool that codetools is developed using the literate-programming principles by Donald Knuth. |
Beta Was this translation helpful? Give feedback.
0 replies
-
codetools has a unique author/maintainer. I think you should first ask about his thoughts in private .. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I contacted the maintainer. He did close some issues and commented on others. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
codetools is used internally by R to check code of packages. In addition, codetools is used by several other packages that analyze code. I suggest this because I use the targets package that depends on the behavior of codetools and I have found some quirks on how it works.
However, codetools itself has some improvements/bug fixes pending. Some of them are open since a couple years ago.
It would be nice if some of the issues could be reviewed and maybe with a patch proposal. These issues might have a high impact in packages:
The code is generated from a long file using make and makefiles.
It also has a test file that could be expanded to ensure bugs fixed remain fixed.
Beta Was this translation helpful? Give feedback.
All reactions