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

fix minor bug in ismovisens #898

Merged
merged 2 commits into from
Sep 14, 2023
Merged

fix minor bug in ismovisens #898

merged 2 commits into from
Sep 14, 2023

Conversation

jhmigueles
Copy link
Collaborator

@jhmigueles jhmigueles commented Sep 7, 2023

Fixes #897 => Fixes minor bug in ismovisens. It failed when datadir started with "./", now these two characters are removed if provided, which does not affect the directory definition.

Checklist before merging:

  • Existing tests still work (check by running the test suite, e.g. from RStudio).
  • Added tests (if you added functionality) or fixed existing test (if you fixed a bug).
  • Updated or expanded the documentation.
  • Updated release notes in inst/NEWS.Rd with a user-readable summary. Please, include references to relevant issues or PR discussions.
  • Added your name to the contributors lists in the DESCRIPTION and CITATION.cff files.

@vincentvanhees vincentvanhees merged commit 8d92f5d into master Sep 14, 2023
8 checks passed
@vincentvanhees vincentvanhees deleted the issue897_ismovisens branch December 13, 2023 14:05
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

Successfully merging this pull request may close these issues.

Function ismovisens fails when datadir starts with "./"
2 participants