We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3ef6d commit 9f99e0aCopy full SHA for 9f99e0a
R/package-lib.R
@@ -37,7 +37,7 @@ updatePolyhedraDatabase <- function(source.filenames = NULL) {
37
.available.scrapping.conf <- getUserEnvir(".available.scrapping.conf")
38
39
# "dev-tetrahedron" "dev-minimal" "pkg-minimal" "fulldb"
40
- setUserEnvir(".scrape.config", "fulldb")
+ setUserEnvir(".scrape.config", "pkg-minimal")
41
# When release version, change parameter to "pkg-minimal"
42
.scrape.config <- getUserEnvir(".scrape.config")
43
current.config <- .available.scrapping.conf[[.scrape.config]]
0 commit comments