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

Affiliation
Astronomical Society of South Australia (ASSAU)
Contacting Grant

I realised I never replied to this! Apologies David.

It may be necessary to ask HQ for advice on how best to contact Grant.

I agree that getting Grant's code on GitHub is worthwhile since further improvements and additions can more easily be community based. I think it would be best if was here though: https://github.com/AAVSO

I'll ask HQ about this in email.

David

Affiliation
American Association of Variable Star Observers (AAVSO)
R Code repo

Hello All,

I contacted Grant Foster and he said that he is happy to share his R scripts with the world, so I followed David's suggestion and created a repository for the on the AAVSO's GitHub account: https://github.com/AAVSO/Rcodes

Please feel free to create a branch and add your updates.

Best wishes,
Sara