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 Dec 1, 2024
1 parent 2b9922f commit 0efface
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.40.0.9000
Version: 3.40.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.40.0-Bratislava.
Description: An extension of package `qgisprocess` providing direct R functions for QGIS functions. Compiled against QGIS version: 3.40.1-Bratislava.
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.40.0"
qgis_build <- "3.40.1"

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.40.0.9000** is build against QGIS version
**3.40.0-Bratislava**.
Latest package version **3.40.1.9000** is build against QGIS version
**3.40.1-Bratislava**.

## 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 0efface

Please sign in to comment.