Distances on Directed Graphs in R
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update pre-commit-config

+4 -4
+2 -2
.pre-commit-config.yaml
··· 2 2 # R specific hooks: https://github.com/lorenzwalthert/precommit 3 3 repos: 4 4 - repo: https://github.com/lorenzwalthert/precommit 5 - rev: v0.4.3.9012 5 + rev: v0.4.3.9014 6 6 hooks: 7 7 - id: style-files 8 8 args: [--style_pkg=spaceout, --style_fun=spaceout_style, --include_roxygen_examples=FALSE] ··· 51 51 - id: deps-in-desc 52 52 # - id: pkgdown 53 53 - repo: https://github.com/pre-commit/pre-commit-hooks 54 - rev: v5.0.0 54 + rev: v6.0.0 55 55 hooks: 56 56 - id: check-added-large-files 57 57 args: ['--maxkb=200']
+1 -1
DESCRIPTION
··· 1 1 Package: dodgr 2 2 Title: Distances on Directed Graphs 3 - Version: 0.4.2.053 3 + Version: 0.4.2.054 4 4 Authors@R: c( 5 5 person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), 6 6 person("Andreas", "Petutschnig", role = "aut"),
+1 -1
codemeta.json
··· 11 11 "codeRepository": "https://github.com/UrbanAnalyst/dodgr", 12 12 "issueTracker": "https://github.com/UrbanAnalyst/dodgr/issues", 13 13 "license": "https://spdx.org/licenses/GPL-3.0", 14 - "version": "0.4.2.053", 14 + "version": "0.4.2.054", 15 15 "programmingLanguage": { 16 16 "@type": "ComputerLanguage", 17 17 "name": "R",