Skip to content

Commit

Permalink
Submit update properly (#105)
Browse files Browse the repository at this point in the history
Fix GC
  • Loading branch information
aleksanderbl29 authored Nov 23, 2024
2 parents 83a453a + 7f5e16e commit 952bd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.6
Date: 2024-11-23 21:40:01 UTC
SHA: eb70d015ad9410bc2290812a1e76f6bb18a23b34
Date: 2024-11-23 22:08:00 UTC
SHA: 21bbc0d099638207061840d3923f43da53e1aeeb
3 changes: 0 additions & 3 deletions R/get_map_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ get_map_data_nocache <- function(type, cache = FALSE, params = list()) {
# Clean up api response
rm(api_response)

# Garbagecollect
gc(verbose = FALSE)

resp_st <- sf::st_read(
temp_file,
quiet = TRUE
Expand Down

0 comments on commit 952bd68

Please sign in to comment.