The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
encoding = "UTF-8"
in some
processx::run()
calls that used that setting. This adds
support for {qgisprocess}
in non-UTF-8 locales (#219).qgis_process
backend by
automatically implementing --skip-loading-plugins
where
possible (#201). This benefits package startup time and the timing of
qgis_run_algorithm()
, qgis_show_help()
, and
several other functions. This feature needs QGIS >= 3.36.vignette("qgis_arguments")
: passing R objects as
algorithm arguments.vignette("options")
: configuration with options or
environment variables.qgis_search_algorithms()
.grass
instead of grass7
.{qgisprocess}
now
handles these algorithms explicitly (#198):
qgis_run_algorithm()
and other functions (such as
qgis_show_help()
and qgis_get_description()
)
will warn if a deprecated algorithm is passed (issues #193, #194).qgis_search_algorithms()
now excludes
deprecated algorithms by default; they can still be included by setting
the include_deprecated
argument to TRUE
.qgis_algorithms()
can optionally restrict its
results to non-deprecated algorithms (set the
include_deprecated
argument to FALSE
). By
default they are included, just as before.?qgis_using_json_output
).R_QGISPROCESS_DETECT_NEWER_QGIS
(#197).{terra}
> 1.7-65
(#202).{terra}
(#184). This makes it
possible to use SpatVector
or SpatVectorProxy
objects as input arguments, and to coerce processing results to
SpatVector
or SpatVectorProxy
.qgis_detect_windows_paths()
and
qgis_detect_macos_paths()
put paths at the top that contain
a QGIS version string and these paths are sorted according to decreasing
QGIS version (#189). This lets qgis_configure()
select the
newest QGIS version among qgis_process
file paths that have
a version string. Furthermore, a wrapper
qgis_detect_paths()
has been added that works on both
Windows and macOS (#192).qgis_run_algorithm()
documentation gains a section on
QGIS models and scripts (8a20669).qgisprocess.detect_newer_qgis
is available
(mirrored by environment variable
R_QGISPROCESS_DETECT_NEWER_QGIS
) for Windows and macOS
(#192). If set as TRUE
, during package loading
{qgisprocess}
will check whether a more recent (standalone)
QGIS version is also installed while the package cache still dictates to
use an older version. In this specific scenario a question will be asked
to switch to the newer version. Without setting this option default
behaviour remains in place, i.e. the user must manually intervene either
by running qgis_configure()
, by setting the
qgisprocess.path
option, or by uninstalling the older QGIS
version.r-oldrel-macos-x86_64
, by
adding support for {stars}
0.5-5 (#175).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.