Skip to content
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

[R package] Review package DESCRIPTION, development and release process #94

Open
tbouffard opened this issue Sep 6, 2021 · 0 comments

Comments

@tbouffard
Copy link
Member

tbouffard commented Sep 6, 2021

release process

For now, we have remaining branches and git tags
we should be able to only keep the git tags as the package installation using install_github can use a git tag with the ref parameter (https://www.rdocumentation.org/packages/remotes/versions/2.4.0/topics/install_github)
If so, update the install procedure in the README

DESCRIPTION

The version, title, description and license are not or incompletely set.
license should be License: Apache License (== 2)

Notice that due to the current release process, the DESCRIPTION file is never updated in the master branch

development

The jar file is not available in the master branch because we don't want to mess the repo.
We should explain how to get it when developing the package. There is no git ignore for the jar that MUST not be commited during dev (only during release): error prone
Makefile: review PACKAGE_NAME=rJavaPackageExample

As for the release, run make install from the R/bpmnLayoutGeneratoR folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant