Skip to content

Commit a8e8f37

Browse files
committed
README.md: rebuild
1 parent f0b1322 commit a8e8f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ reconfigure the package, or just
7474
``` r
7575
library(qgisprocess)
7676
#> Attempting to load the package cache ... Success!
77-
#> QGIS version: 3.38.2-Grenoble
77+
#> QGIS version: 3.38.3-Grenoble
7878
#> Having access to 2059 algorithms from 18 QGIS processing providers.
7979
#> Run `qgis_configure(use_cached_data = TRUE)` to reload cache and get more details.
8080
```
@@ -137,7 +137,7 @@ result <- qgis_run_algorithm(
137137
result
138138
#> <Result of `qgis_run_algorithm("native:buffer", ...)`>
139139
#> List of 1
140-
#> $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmpLKaaqm/file7b6c2bf628b2/file7b6c44bc6b35.gpkg"
140+
#> $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmpUlpWPq/file886027bf5cff/file88601bc90fab.gpkg"
141141

142142
output_sf <- sf::st_as_sf(result)
143143
plot(sf::st_geometry(output_sf))

0 commit comments

Comments
 (0)