Conversation
update to version 2.0.0
# Conflicts: # R/read_sas.R
|
thanks, can you also update the license as we are now shipping jar files which are under an apache license |
|
cran policy also requires you to provide source code or source code links if shipping to cran: https://cran.r-project.org/web/packages/policies.html + to mention all authors if all source code - that's also something that needs to be done if we want to push again on cran |
- Add section in README that have links to the external Java gGitHub repos - update spark_read_sas documentation - update DESCRIPTION file to point to LICENSE file
|
Would adding a section called 'External Java Dependencies' that points to the GitHub repos and adding the Apache License in the LICENSE file be enough? |
|
This might be good enough for github but cran will reject this.
|
change license from GPL-3 to Apache 2.0 (LICENSE file) add urls in the DESCRIPTION file pointing to the java dependency sources
|
So I added some more information on the java dependencies and their authors and updated the license. Both java dependencies use the Apache 2.0 license.
|
|
@gbisschoff Thanks for the update but this is clearly not enough for CRAN, you need to
|
|
Okay I see. I added the copyrights into a copyrights file ? |
|
I think you can add them in a LICENSE.note file Note also according to the cran policies at https://cran.r-project.org/web/packages/policies.html that you need to either include the .java files or indicate where you retrieved (which repo+which commit) them in the java directory and how you created the jar file from the .java files
|
Hi,
So as we briefly discussed in July, I made the dependencies local. This helps to not download the dependencies when connecting to spark.
Also very useful if behind a company proxy