hi,
having a look into the source of the R-package rgrass7 [1] there are
mentioned some modules (g7) having no interface description:
------------------
parseGRASS <- function(cmd, legacyExec=NULL) {
bin_out_win <- c("d.colors.exe", "d.save.exe", "d.what.rast.exe",
"d.what.vect.exe", "d.zoom.exe", "g.parser.exe", "gis.m.bat",
"i.spectral.bat", "mkftcap.bat", "r.mapcalc.exe", "r.tileset.bat",
"r3.mapcalc.exe", "v.in.gpsbabel.bat", "v.proj.exe")
if ((get("SYS", envir=.GRASS_CACHE) == "WinNat") && cmd %in%
bin_out_win)
stop(paste("No interface description:", cmd))
[...]
------------------
anyone any idea which can be removed from this list?
[1]
https://r-forge.r-project.org/scm/viewvc.php/pkg/rgrass7/R/xml1.R?view=markup&root=spgrass
-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/No-interface-description-of-modules-rgrass7-tp5244541.html
Sent from the Grass - Dev mailing list archive at Nabble.com.