<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 9, 2015 at 5:35 PM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>> ncdata <- readRAST("elevation")<br>WARNING: 'cellhd/elevation' was found in more mapsets (also found in<br>         <PERMANENT>)<br>WARNING: Using <elevation@user1><br>WARNING: 'cellhd/elevation' was found in more mapsets (also found in<br>         <PERMANENT>)<br>WARNING: Using <elevation@user1><br>WARNING: 'cellhd/elevation' was found in more mapsets (also found in<br>         <PERMANENT>)<br>WARNING: Using <elevation@user1><br><br></div><div>==> these warning make probably sense in a GRASS session but IMHO here less. They could be suppressed with --q in the respective GRASS module call.<br></div></blockquote></div><br></div><div class="gmail_extra">I don't a big difference between R and GRASS case here. The root of the problem is that the message is split into two warnings which are reported three times, so you get 6 messages when you should get just one. It could be perhaps just a (important?) message, not really a warning. In any case, it is a GRASS issue.<br></div></div>