Skip to content

Commit

Permalink
current update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 1, 2024
1 parent 13381a0 commit 4b73586
Show file tree
Hide file tree
Showing 7 changed files with 312 additions and 313 deletions.
Binary file modified .github/depends.Rds
Binary file not shown.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: qgis
Type: Package
Title: An extension of package "qgisprocess" providing direct R functions for QGIS functions
Version: 3.38.0.9000
Version: 3.38.1.9000
Authors@R: person(given = "Jan",
family = "Caha",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0165-0606"))
Maintainer: Jan Caha <[email protected]>
Description: An extension of package `qgisprocess` providing direct R functions for QGIS functions. Compiled against QGIS version: 3.38.0-Grenoble.
Description: An extension of package `qgisprocess` providing direct R functions for QGIS functions. Compiled against QGIS version: 3.38.1-Grenoble.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
stop("Cannot load package `qgis` because working QGIS installation cannot be found. See help for `qgisprocess::qgis_configure()`!")
}

qgis_build <- "3.38.0"
qgis_build <- "3.38.1"

qgis_local <- stringr::str_match(qgisprocess::qgis_version(), "[0-9.]+[[:cntrl:][:alnum:]]")[,1]

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ if it changes in the QGIS.

## Latest version

Latest package version **3.38.0.9000** is build against QGIS version
**3.38.0-Grenoble**.
Latest package version **3.38.1.9000** is build against QGIS version
**3.38.1-Grenoble**.

## Installation

Expand Down Expand Up @@ -105,7 +105,6 @@ This example uses `qgisprocess` pipe ability to directly load output to
library(sf)
#> Linking to GEOS 3.10.2, GDAL 3.4.1, PROJ 8.2.1; sf_use_s2() is TRUE


nc <- st_read(system.file("shape/nc.shp", package="sf"), quiet = TRUE)

buffered <- qgis::qgis_buffer(INPUT = nc,
Expand Down
614 changes: 307 additions & 307 deletions data-raw/algorithms.csv

Large diffs are not rendered by default.

Binary file modified data-raw/changed_files.rds
Binary file not shown.
Binary file modified data-raw/previous-files.rds
Binary file not shown.

0 comments on commit 4b73586

Please sign in to comment.