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

Add R language frontend #455

Merged
merged 11 commits into from
Jun 27, 2022
Merged

Add R language frontend #455

merged 11 commits into from
Jun 27, 2022

Conversation

robinmaisch
Copy link
Contributor

@robinmaisch robinmaisch commented Jun 14, 2022

This PR contains a newly added frontend for the R language, complete with some tests and a brief README. Other submodules have only been altered to the extent necessary to make the R frontend usable.

Addressing issues #345, #451

EDIT: Also makes LanguageOption.fromDisplayName() case insensitive for improved usability of the CLI interface.

@tsaglam tsaglam requested a review from a team June 14, 2022 14:00
@tsaglam tsaglam added enhancement Issue/PR that involves features, improvements and other changes minor Minor issue/feature/contribution/change language PR / Issue deals (partly) with new and/or existing languages for JPlag labels Jun 14, 2022
@tsaglam tsaglam added this to the v4.0.0 milestone Jun 14, 2022
Copy link
Member

@tsaglam tsaglam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a few minor things...

jplag.frontend.R/README.md Outdated Show resolved Hide resolved
jplag/src/main/java/de/jplag/options/LanguageOption.java Outdated Show resolved Hide resolved
Copy link
Member

@dfuchss dfuchss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be discussed: We should maybe update the packages & artifact id to "rlang" or something similar.

Copy link
Contributor

@nestabentum nestabentum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only some minor comments

jplag.frontend.R/pom.xml Outdated Show resolved Hide resolved
@robinmaisch
Copy link
Contributor Author

To be discussed: We should maybe update the packages & artifact id to "rlang" or something similar.

Should the language option for the CLI also be adapted?

@tsaglam
Copy link
Member

tsaglam commented Jun 24, 2022

Should the language option for the CLI also be adapted?

Yes, I would say so.

Copy link
Member

@dfuchss dfuchss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some minor comments

@tsaglam tsaglam merged commit 690c228 into jplag:master Jun 27, 2022
@JanWittler JanWittler mentioned this pull request Jun 27, 2022
@robinmaisch
Copy link
Contributor Author

As it turns out, the "renaming R to rlang" left some inconsistencies, which is just terrible. Can the R branch be merged again from this PR, or do I need to open a new one?

@tsaglam
Copy link
Member

tsaglam commented Jun 28, 2022

As it turns out, the "renaming R to rlang" left some inconsistencies, which is just terrible. Can the R branch be merged again from this PR, or do I need to open a new one?

just open a new PR from that branch with a short description of what went wrong and how you fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR that involves features, improvements and other changes language PR / Issue deals (partly) with new and/or existing languages for JPlag minor Minor issue/feature/contribution/change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants