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 Jan 1, 2024
1 parent c36b973 commit 907f3fe
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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.34.1.9000
Version: 3.34.2.9000
Authors@R: person(given = "Jan",
family = "Caha",
role = c("aut", "cre"),
email = "jan.caha@outlook.com",
comment = c(ORCID = "0000-0003-0165-0606"))
Maintainer: Jan Caha <jan.caha@outlook.com>
Description: An extension of package `qgisprocess` providing direct R functions for QGIS functions. Compiled against QGIS version: 3.34.1-Prizren.
Description: An extension of package `qgisprocess` providing direct R functions for QGIS functions. Compiled against QGIS version: 3.34.2-Prizren.
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.34.1"
qgis_build <- "3.34.2"

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

Expand Down
4 changes: 2 additions & 2 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.34.1.9000** is build against QGIS version
**3.34.1-Prizren**.
Latest package version **3.34.2.9000** is build against QGIS version
**3.34.2-Prizren**.

## Installation

Expand Down
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 907f3fe

Please sign in to comment.