Conversation
Member
Author
|
As this update does not change the R code and only improves the documentation I suggest not to "update" the version number! |
using: kwb.pkgstatus::badge_zenodo("KWB-R/fakin.path.app")
in kwb.utils
and add forgotten .Rbuildignore (updated by kwb.pkgbuild::use_badge_ghactions())
* Deleted Travis and Appveyor config
GitHub actions
hopefully correctly
add R universe badges, bump license years and update changelog
by using latest binary (as currently latest on CRAN is "source" version, which requires a lot of system dependencies: https://github.com/igraph/rigraph/blob/0af0caf20391a3864f766ddba8b86e87c2558f78/.github/workflows/build-and-check.yml#L127) Use fix provided by Jim Hester: r-lib/actions#141 (comment)
Try to fix igraph installation
Otherwise an error occurs in e.g.
treemap:::dens2col() when calling do.call("format", args) with args being NULL
instead of a list(). This should close #15.
Set format.legend() to list(), not NULL
Fix bug reported in #11
- hasFinalSlash() - left_substring_equals() and remove remove_empty()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change is