Displaying 20 results from an estimated 90 matches similar to: "Problems installing GRASS package"
2002 Jul 11
0
missing links in GRASS package for R
Dear list,
I get the following error message when installing the package GRASS.
missing link(s): interp.new
missing link(s): vgram Krig predict.Krig predict.se.Krig
See also below for the full installation message.
What does this mean exactly?
Regards, Ulrich
------------------------------------------------------------------
> R CMD INSTALL
2011 Aug 08
0
Re: STALKER Clear Sky bugs: red grass, stretched textures, etc.
This is a very interesting and rathers impressive rundown. I have never known about these facts....Thanks for sharing it...
2009 Jul 01
0
The step before interfacing to GRASS
Dear all,
A very basic terrain calculated as a matrix from Spatial Points Patterns:
#interpolate using the akima package
library(akima)
terrain=interp(ppoints$x,ppoints$y,ppoints$marks,xo=x0,yo=y0, linear=F)
> class(terrain)
[1] "list"
> class(terrain$x) #these are the x-coord i.e: [1...1000]
[1] "numeric"
> class(terrain$y)#these are the y-coord i.e: [1...1000]
[1]
2010 Apr 11
0
STALKER Clear Sky bugs: red grass, stretched textures, etc.
Wine 1.1.40, Nvidia 7900GS
I'm running the game with a static lighting, had to do winetricks d3dx9, since it didn't start without native libraries (xrEngine.exe crashed with an irresponsible bug report window and "wine: Call from 0x7edd1137 to unimplemented function d3dx9_36.dll.D3DXDeclaratorFromFVF, aborting" message in the wine log). Not sure if it is a correct solution.
The
2010 Aug 10
0
Using R in combination with GRASS for image classification
Hello everybody!
For my academic project work I intend to use only open-source software. My
objective is to carry out classification of satellite digital images using
Geostatistics. I found out GRASS is a good software for image processing.
Also a good geostatistics software is R. It is also known that R can be used
in combination with GRASS. But I am not able to confirm that satellite
digital
2016 Mar 19
0
[Bug 94627] Game Risen on wine black grass
https://bugs.freedesktop.org/show_bug.cgi?id=94627
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Other |Drivers/DRI/nouveau
Assignee|mesa-dev at lists.freedesktop. |nouveau at lists.freedesktop.o
2016 Mar 19
0
[Bug 94627] Game Risen on wine black grass
https://bugs.freedesktop.org/show_bug.cgi?id=94627
--- Comment #3 from Ilia Mirkin <imirkin at alum.mit.edu> ---
I'm able to reproduce with Mesa 11.1.2, but not with the current mesa master.
Would be nice to figure out what fixed it, but I don't really have the patience
to do a reverse bisect (trace takes a long time, my GPU is slow).
--
You are receiving this mail because:
You
2016 Mar 19
0
[Bug 94627] Game Risen on wine black grass
https://bugs.freedesktop.org/show_bug.cgi?id=94627
--- Comment #4 from Karol Herbst <freedesktop at karolherbst.de> ---
I bisected it, here is my git bisect log:
git bisect start
# bad: [5dbb57a99482e2e04302ec8ef8cb4130e4ddb882] nouveua_compiler stuff
git bisect bad 5dbb57a99482e2e04302ec8ef8cb4130e4ddb882
# good: [9f21fdd8e697a1a0868f4ec4573235325294b7b3] Update version to 11.2.0-rc3
git
2016 Mar 19
0
[Bug 94627] Game Risen on wine black grass
https://bugs.freedesktop.org/show_bug.cgi?id=94627
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Ilia Mirkin <imirkin at
2016 May 17
0
[Bug 94627] Game Risen on wine black grass
https://bugs.freedesktop.org/show_bug.cgi?id=94627
Heiko Ernst <gipfelsturm111 at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |REOPENED
--- Comment #6 from Heiko Ernst
2016 May 17
0
[Bug 94627] Game Risen on wine black grass
https://bugs.freedesktop.org/show_bug.cgi?id=94627
Pierre Moreau <pierre.morrow at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|REOPENED |RESOLVED
--- Comment #7 from Pierre Moreau
2016 May 31
0
[Bug 94627] Game Risen on wine black grass
https://bugs.freedesktop.org/show_bug.cgi?id=94627
Marek Olšák <maraeo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |REOPENED
QA Contact|nouveau at lists.freedesktop.o
2003 Jan 10
1
GRASS/R interface problem
Hi all,
In my version of the R package GRASS (pre-4) I only manage to export an R
object to GRASS with the name "akspl" which, if I am not wrong, is only a
sample name in the example(). It goes that way:
rast.obj->akspl
rast.put(G, akspl, lname="rast.obj", ...)
Is that a known problem or have I done something wrong anywhere?
Miha Staut
2003 Oct 13
1
NA's from GRASS-package
Hello,
I run R inside GRASS and tried to obtain values of a raster file inside GRASS
but this raster image contains only a few relevant pixel and approx. 1.5
Mill. NA's, I did
G <- gmeta()
sites1 <- rast.get(G, "sites1")
df.sites1 <- data.frame(east(G), north(G), sites1, na.action=na.omit)
Error in as.data.frame.default(x[[i]], optional = TRUE) :
can't
2007 Aug 07
0
warning in library(GRASS)
Hi,
With your help I've found out that library(GRASS) is the responsible for
several warnings I'm obtaining.
I've got a loop (~100 runs) and for every loop, I'm carrying out several
operations over a sequence of raster maps (12) read from the GRASS GIS.
But for every map and loop I always use RGRASS.temp as the R-workspace
name for the imported raster files, no matter the name of
2009 Jun 11
1
GRASS raster data processing
Hi,
I just imported two raster maps into R using the SPGRASS6 package, one
containing elevation data and the other containing an erosion index:
Kar_inc <-readRAST6("Incis_Kar", plugin=FALSE)
Kar_dem <- readRAST6("DEM_Kar", plugin=FALSE)
I just wanted to make a xy plot of erosion parameter vs elevation. How does
this work? I don't get how to handle
2012 Feb 14
1
svm with GRASS GIS
Dear R Community-
I am a new user of R. I am using R with GRASS GIS.
I would apply svm "on" raster data in GRASS.
Basically I have a raster with "areas training" and other three raster (each
represents a band of ASTER satellite image).
My goal is to classify, according to training areas, the 3 raster.
Trying to replicate the guides found on the net, I did the following:
#
2005 Feb 08
1
Using GRASS/R interface with an xy location
I am using GRASS 5.7 and R 2.0 for OS X. I have a simple xy location I
am doing some theoretical work with and would like to import maps into
R using the interface in order to do analyses. Yet when I attempt to
do this, I get the following error:
>G<-gmeta()
Error in gmeta() : region for current mapset is invalid
line 11: <top: 100>
run "g.region"
I traced the
2007 Jun 13
1
installing GRASS-R packages
Hi,
I tried to install R packages required for the GRASS-R interface by
using the following command (copied from
http://www.geog.uni-hannover.de/grass/statsgrass/grass6_r_install.html):
/install.packages (c("sp", "spgrass6","rgdal","maptools"), dependencies
=TRUE)/
rgdal package was installed successfully;
There were problems to find 'sp' and
2001 Jan 18
0
Release of R/GRASS GIS interface for R >= 1.2.x
Release of revised version of R/GRASS GIS raster and sites data interface.
The latest version of the R contributed package "GRASS", release 0.1-6,
may be downloaded from CRAN (cran.r-project.org) - contributed packaged
section, "Devel" directory, file: GRASS_0.1-6.tar.gz. It may also be
downloaded from ftp://reclus.nhh.no/pub/R/GRASS_0.1-6.tar.gz. This version is
intended for