Displaying 4 results from an estimated 4 matches for "r_statist".
Did you mean:
rstatist
2012 Apr 11
1
Dependency problem bug with r-cran-vr
Hi,
I was trying to connect GRASS with R, following the guidelines described here:
http://grass.osgeo.org/wiki/R_statistics
The line in my /etc/apt/sources.list is like:
deb http://ftp.iitm.ac.in/cran/bin/linux/debian squeeze-cran/
But when I tried to install r-cran-vr, I got an unmet dependency
problem with r-cran-mass and r-cran-class.
But these two packages were already installed. Then why it happen?
----------...
2010 Jan 21
2
Help with subset
...here is the start of my merge document. The "x116" line has the merge
field, in this case "Bases-K Ammonium Acetate-2008-116". This changes for
each soil sample, and for each type of analysis. ##
napt <- read.table(file = "C:/Documents and Settings/jfloren/My
Documents/R_Statistics/NAPT/NAPT_09/CertIn2010/Data_for_R/readin_all_for_2010_cert.csv
", header = TRUE, sep = ",")
attach(napt)
x116 <- subset(napt, Analysis_Soil %in% c("Bases-K Ammonium
Acetate-2008-116"))
detach(napt)
attach(x116)
#### End of merge document section for selecting the...
2012 Feb 20
1
readVECT6 and readRAST6 fails with R and GRASS 7 ???
...how to trouble shoot this? Thanks in advance for
any help!
After having other issues last week, we have upgraded Debian to the testing
version. The other problems are solved, but now I can't get readVECT6 and
readRAST6 to work.
I have followed the instructions at http://grass.osgeo.org/wiki/R_statistics -
first under the Debian instructions to use apt-get to install some of the
packages and others via R. After that didn't work, I tried the ctv
package to install the Spatial view (Core only). The results are the same.
I can execute GRASS commands, but the readVECT6 crashes R, and readRAS...
2012 Feb 21
0
R-SIG-Debian Digest, Vol 78, Issue 3
...; > After having other issues last week, we have upgraded Debian to the
> testing
> > version. The other problems are solved, but now I can't get readVECT6
> and
> > readRAST6 to work.
> >
> > I have followed the instructions at
> http://grass.osgeo.org/wiki/R_statistics -
> > first under the Debian instructions to use apt-get to install some of the
> > packages and others via R. After that didn't work, I tried the ctv
> > package to install the Spatial view (Core only). The results are the
> same.
> > I can execute GRASS comm...