Skip to content

Commit

Permalink
varia AS CRAN vignettes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zoometh committed Oct 23, 2023
1 parent 9bfb2be commit 5013a10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
..Rcheck
inst/doc/
.gitignore
.github
.git
^vignettes$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml
Expand Down
12 changes: 6 additions & 6 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
ldist <- morph_nds_compar(nodes, focus = c("dist"))
morph_aggregate(nodes = nodes, ldist = ldist, aggr = "type")
out.dir = "_out"
out.dirPath <- paste0(dataDir, "/", out.dir)
a.type.name <- unique(nodes$type)[a.type] # TODO: improve type identification
print(paste("*read distance matrix of ", a.type.name))
a.dist <- unlist(ldist[[a.type]])
df <- as.data.frame(as.matrix(a.dist))
ldecors <- sapply(strsplit(rownames(df), "\\."), "[[", 2)
Expand Down Expand Up @@ -510,3 +504,9 @@ devtools::build_vignettes()
devtools::check(cran = T)
devtools::check(cran = T)
devtools::check(cran = T)
devtools::check(cran = T)
devtools::check(cran = T)
devtools::check(cran = T)
usethis::use_vignette()
devtools::install("zoometh/iconr", build_vignettes = TRUE)
devtools::install_github("zoometh/iconr", build_vignettes = TRUE)

0 comments on commit 5013a10

Please sign in to comment.