You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jan,
I saw in README 'The package is not meant to be load directly as this would significant number of functions (<900).'. Actually I don't think that's a problem on modern systems. Loading time is still mainly taken by loading qgisprocess in the background.
So I think it's no problem to do library(qgis):
> system.time(library(qgisprocess))
Attemptingtoloadthecache...Success!QGISversion:3.28.3-FirenzeHavingaccessto785algorithmsfrom9QGISprocessingproviders.Run`qgis_configure(use_cached_data = TRUE)`toreloadcacheandgetmoredetails.usersystemelapsed2.2410.2192.653# New R session> system.time(library(qgis))
Attemptingtoloadthecache...Success!usersystemelapsed2.2180.2672.675> ?qgis_ruggednessindexstartinghttpdhelpserver...done
The text was updated successfully, but these errors were encountered:
Ok, thanks for the tests. I just though that the loading the package will take more resources with respect to its size ;-) I will remove the text from the readme.
Hi Jan,
I saw in README 'The package is not meant to be load directly as this would significant number of functions (<900).'. Actually I don't think that's a problem on modern systems. Loading time is still mainly taken by loading qgisprocess in the background.
So I think it's no problem to do
library(qgis)
:The text was updated successfully, but these errors were encountered: