-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local dependencies #6
base: master
Are you sure you want to change the base?
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