GitHub - jonocarroll/triangles: Calculate Pythagorean Triples
Calculate Pythagorean Triples. Contribute to jonocarroll/triangles development by creating an account on GitHub.
Your collaborator says to you “I have some code I’d like to distribute to people who will probably work in R most of the time. I don’t write R, but I write C. Can you package this up for me?” so you have a few options: re-write the code in R, package up the C code and make it available in R, or say no. I decided to try out the second of these, and this post details how I achieved that.
Calculate Pythagorean Triples. Contribute to jonocarroll/triangles development by creating an account on GitHub.