north-road / qgis-processing-r

QGIS Processing R Provider Plugin
https://north-road.github.io/qgis-processing-r/
GNU General Public License v3.0
63 stars 14 forks source link

Console output very verbose #11

Closed ghtmtt closed 5 years ago

ghtmtt commented 5 years ago

> as an output writes a lot of useless? strings in the output. In the following example the real output starts from T_MAX.

Non really an issue, just a report ;)

[1] "/home/matteo/.local/share/QGIS/QGIS3/profiles/matteo/processing/rlibs/rgdal"
[1] "/home/matteo/.local/share/QGIS/QGIS3/profiles/matteo/processing/rlibs/raster"
Loading required package: sp
rgdal: version: 1.3-6, (SVN revision 773)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 2.3.2, released 2018/09/21
Path to GDAL shared files: /usr/share/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ.4 runtime: Rel. 5.2.0, September 15th, 2018, [PJ_VERSION: 520]
Path to PROJ.4 shared files: (autodetected)
Linking to sp version: 1.3-1
OGR data source with driver: ESRI Shapefile
Source: "/home/matteo/lavori/corsi/QGIS/QGIS3/QGIS_data", layer: "punti"
with 100 features
It has 14 fields
Integer64 fields read as strings: ID ROTAZ DIMENS VALORE
T_MAX
Sum: 2560.0
Count: 100.0
Unique values: 10.0
Minimum value: 16.0
Maximum value: 33.0
Range: 17.0
Mean value: 25.6
Median value: 29.0
Standard deviation: 6.6
NA count: 0.0
nyalldawson commented 5 years ago

I don't think there's anything we should change in the plugin here. I think the change needs to be made in scripts -- .e.g https://stackoverflow.com/a/2723115/1861260

ghtmtt commented 5 years ago

yep, seems 100% related to R. Closing this issue. Thanks!