tangled
alpha
login
or
join now
mpadge.tngl.sh
/
dodgr
0
fork
atom
Distances on Directed Graphs in R
0
fork
atom
overview
issues
pulls
pipelines
update .gitignore [ci skip]
mpadge.tngl.sh
3 years ago
0222dc25
3af5fb9f
+4
-2
4 changed files
expand all
collapse all
unified
split
.github
.gitignore
.gitignore
DESCRIPTION
codemeta.json
+1
.github/.gitignore
···
1
1
+
*.html
+1
.gitignore
···
3
3
.RData
4
4
inst/doc
5
5
inst/WORDLIST
6
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
3
-
Version: 0.2.15.023
3
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
10
-
"version": "0.2.15.023",
10
10
+
"version": "0.2.15.024",
11
11
"programmingLanguage": {
12
12
"@type": "ComputerLanguage",
13
13
"name": "R",