Skip to content

Commit

Permalink
[bugfix] package-minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarab committed Oct 31, 2024
1 parent bc3ef6d commit 9f99e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/package-lib.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ updatePolyhedraDatabase <- function(source.filenames = NULL) {
.available.scrapping.conf <- getUserEnvir(".available.scrapping.conf")

# "dev-tetrahedron" "dev-minimal" "pkg-minimal" "fulldb"
setUserEnvir(".scrape.config", "fulldb")
setUserEnvir(".scrape.config", "pkg-minimal")
# When release version, change parameter to "pkg-minimal"
.scrape.config <- getUserEnvir(".scrape.config")
current.config <- .available.scrapping.conf[[.scrape.config]]
Expand Down

0 comments on commit 9f99e0a

Please sign in to comment.