Distances on Directed Graphs in R

update .gitignore [ci skip]

+4 -2
+1
.github/.gitignore
··· 1 + *.html
+1
.gitignore
··· 3 3 .RData 4 4 inst/doc 5 5 inst/WORDLIST 6 + data-raw/ 6 7 aaa\.Rmd* 7 8 # History files 8 9 .Rhistory
+1 -1
DESCRIPTION
··· 1 1 Package: dodgr 2 2 Title: Distances on Directed Graphs 3 - Version: 0.2.15.023 3 + Version: 0.2.15.024 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
··· 7 7 "codeRepository": "https://github.com/ATFutures/dodgr", 8 8 "issueTracker": "https://github.com/ATFutures/dodgr/issues", 9 9 "license": "https://spdx.org/licenses/GPL-3.0", 10 - "version": "0.2.15.023", 10 + "version": "0.2.15.024", 11 11 "programmingLanguage": { 12 12 "@type": "ComputerLanguage", 13 13 "name": "R",