Fri, 05/01/2020 - 20:47
Howdy,
I took the Rprogs R code and created a simple R library named "LC". If you want to call the "dcdft " function all you have to do is (in R):
- install.packages("devtools")
- install_github("davidjayjackson/LC")
- library(LC)
- dcdft(....)
Documention is here (readme.md):
https://github.com/davidjayjackson/LC
Demo code and data:
https://github.com/davidjayjackson/LC-Demo
Enjoy,
David Jackson
Hi David
It's great that you're thinking in terms of making Grant's code more accessible and that you have provided attribution to Grant as author in the GitHub README file, but I have a couple of questions:
I'm not saying any of this to be negative. The intention is awesome. Just to take things slowly.
David
David,
Thanks for you suggestions.
Do you have Grants contact information, it's not listed any where code ? At the bottom of the ReadMe.txt are the initals Q.E.D.?
The reason there is no licience is because it's not my code...
David