Skip to content

Commit

Permalink
Previous to regenerate 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarab committed Oct 31, 2024
1 parent 29e7580 commit 86c65f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions R/package-lib.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ getPreloadedDataFilename <- function(polyhedra.preloaded.data =
#' @noRd
updatePolyhedraDatabase <- function(source.filenames = NULL) {
.polyhedra <- NULL

polyhedra.rds.file <- getPolyhedraRDSPath()


if (file.exists(polyhedra.rds.file)) {
polyhedra.candidate <- readRDS(polyhedra.rds.file)
if (isCompatiblePolyhedraRDS(polyhedra.candidate, halts = TRUE)) {
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
downloadRPolyhedraSupportingFiles()
}

#updatePolyhedraDatabase()
updatePolyhedraDatabase()
}

0 comments on commit 86c65f4

Please sign in to comment.