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 a55137a commit fa20ff0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
..Rcheck
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml
Expand Down Expand Up @@ -25,5 +26,4 @@ doc/
^man/shape_elements.Rd$
dev/
^dev_temp/

^Meta$
12 changes: 6 additions & 6 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
}
dataDir <- "C:/Users/Thomas Huet/Documents/R/win-library/4.1/iconr/extdata"
nd.df.path <- conv_shp_to_wkt(dataDir = dataDir)
nodes <- read.csv(nd.df.path, sep = ";")
conv_wkt_to_jpg(nodes = nodes)
# morph_nds_compar(nodes, focus = c("panel"))
ldist <- morph_nds_compar(nodes, focus = c("dist"))
morph_aggregate(nodes = nodes, ldist = ldist, aggr = "type")
out.dir = "_out"
Expand Down Expand Up @@ -510,3 +504,9 @@ roxygen2::roxygenise()
roxygen2::roxygenise()
roxygen2::roxygenise()
devtools::check(cran = T)
devtools::check(cran = T)
devtools::check(cran = T)
devtools::build_vignettes()
devtools::check(cran = T)
devtools::check(cran = T)
devtools::check(cran = T)

0 comments on commit fa20ff0

Please sign in to comment.