Rcodes/Rprogs is now library LC in R

Affiliation
American Association of Variable Star Observers (AAVSO)
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

Affiliation
Astronomical Society of South Australia (ASSAU)
Checked with Grant Foster?

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:

  1. Have you asked Grant whether he is OK for you to make his code available on GitHub? He may very well be, but it's worth checking I think.
  2. I don't see a licence file. Again, Grant may not care, especially given that the zip file is available on the AAVSO web site, but may be worth asking.

I'm not saying any of this to be negative. The intention is awesome. Just to take things slowly.

David

Affiliation
American Association of Variable Star Observers (AAVSO)
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