similar to: Dependency problem bug with r-cran-vr

Displaying 20 results from an estimated 1000 matches similar to: "Dependency problem bug with r-cran-vr"

2012 Feb 20
1
readVECT6 and readRAST6 fails with R and GRASS 7 ???
Hello all, I'm having troubles getting R to load data from GRASS 7. I suspect I have installed something wrong, but can't figure out what. Any suggestions for what I could look for or 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
2012 Feb 21
0
R-SIG-Debian Digest, Vol 78, Issue 3
Hi, Does anyone use spgrass6 with GRASS 7 and R? The documentation for spgrass6 states it is for GRASS6+, and if I recall correctly I saw Dr. Bivand mention that it works well with GRASS7. (There were some threads from 2009 where spgrass6 wasn't working with GRASS7 yet, but I assumed that information was out of date.) So I figured I was doing something wrong with the library and package
2010 Jan 21
2
Help with subset
I am so happy about learning how to read in multiple Excel files, that I have to try and make another improvement. I know what I have been doing is clumsy, but it works. Hopefully, someone can suggest a more elegant solution. As a novice, I have been using MS-Word and mail merge to write my code. I start with about 2 pages of code, and end up with 2,220 merged pages that I copy and paste into R.
2015 May 31
0
Installing TMAP in R Studio on Linux Mint
On Sun, May 31, 2015 at 3:33 PM, Abed W. Ayyad <abdulhadi.ayyad at uclmail.net> wrote: > Dear Dirk et al, > > What I've tried is to install libgeos-dev: > sudo apt-get install libgeos-dev > I had no problem installing tmap on my Linux Mint 17.1 system: $ cat /etc/lsb-release DISTRIB_ID=LinuxMint DISTRIB_RELEASE=17.1 DISTRIB_CODENAME=rebecca
2015 May 31
3
Installing TMAP in R Studio on Linux Mint
Dear Dirk et al, What I've tried is to install libgeos-dev: sudo apt-get install libgeos-dev Which gives me, even after adding the ubuntugis-unstable PPA: E: Unable to locate package libgeos-dev So I'm a little stuck at the moment. I'm trying to install TMAP on R-Studio, which requires a number of packages all of which rely on the libgeos-dev being in place, and I can't seem to
2011 Jun 23
1
Help: how to install "rgdal package" on Ubuntu desktop?
Dear groups: I have tried to install rgdal in my Ubuntu, but it is not as straight as installing "sp". It demand the pre-installed GDAL and proj.4. I searched the source code in http://trac.osgeo.org/proj/ and http://trac.osgeo.org/gdal/wiki/DownloadSource. but don't know how to compile them. Who will give me a hint? Thanks a lot. Ethan Chang Centers for Disease Control &
2015 May 31
0
Installing TMAP in R Studio on Linux Mint
On 31 May 2015 at 09:48, Abed W. Ayyad wrote: | Copied and sent from another address: | | | On 31 May 2015 at 09:43, Abed W. Ayyad <imraualkays at gmail.com> wrote: | | > To the R-Sig-Debian list: | > | > Hello, this is my first post to the list and I hope that making it short | > and swift does not make it come across as abrupt or rude. | > | > I'm having trouble
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
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
2011 Dec 20
2
rgeos on Linux requires GEOS 3.2.3, not 3.3.1
Some notes on installing rgeos in R 2.14.0 on a Linux Mint 11 (x86_64-pc-linux-gnu) machine 1. rgeos 0.1-15 will not run with GEOS 3.2.0-1, which is the version currently available on Synaptic package manager 2. I installed GEOS 3.3.1 (the latest version) from http://trac.osgeo.org/geos/, but rgeos will not run with this either 3. I then install GEOS 3.2.3, and now rgeos works fine! It seems
2015 Sep 29
1
Error possibly related with environments/namespace
Hello all, I've got a problem with a function in a R package I've developed (MetaLandSim). One of the outputs of my function is the plotting of four images (combining a graph and a map). This plotting is made in a graphical device, with the graph in one side and the map in the other. My function works perfectly fine until it has to plot the map. Then it stops and I get an error.
2012 Apr 03
1
GSOC 2012
Hi, I am final year student at Indian Institute of Technology, Kharagpur in the computer science department. I am interested to apply in the following projects for gsoc 2012 1.Weighting Schemes 2.Learning to Rank 3.Gmane Search Improvements I have a strong background in Information retrieval and Machine learning. I have worked previously with Yahoo Research Labs in the area of Information
2017 Oct 28
0
Job opportunity: postdoc or PhD at Norwegian Institute for Nature Research (NINA)
Dear all, The Norwegian Institute for Nature Research (NINA) seeks a post doc or Ph.D. candidate in mapping and valuation of ecosystem services from green infrastructure in Oslo. The candidate has preferably skills in Open Source GIS (OSGeo) and a M.Sc./Ph.D. in geomatics with an interest in urban ecosystem services, or a M.Sc./Ph.D. in nature management, landscape architecture, geography,
2009 Feb 04
0
[SoC 2009] will R Foundation participate? project proposal: fractal analysis
Hello R developers, I know it is still a bit early to talk about Summer of Code, but I wish to know what are, approximately, plans for this year. Last year I applied as a student under OSGeo with a QGIS-R project and had a very positive experience [0], therefore I plan to participate again. I found an interesting hint [1], about implementing fractal analysis in R, and a would-be mentor has
2009 Aug 20
3
Wind-data analysis with R?
Hello, are there people outside who use R for analysis of wind-measurement data (meteorological or for planning of wind power stations)? Are there already scripts/modules available for analysing and displaying/plotting wind data in the way it is done in projection/planning of wind power stations? If not, would it be of interest to use R for this, and therefore adapt data-logger output to R (by
2015 May 31
2
Installing TMAP in R Studio on Linux Mint
Copied and sent from another address: On 31 May 2015 at 09:43, Abed W. Ayyad <imraualkays at gmail.com> wrote: > To the R-Sig-Debian list: > > Hello, this is my first post to the list and I hope that making it short > and swift does not make it come across as abrupt or rude. > > I'm having trouble installing the TMAP package on R-Studio on my build of > Linux
2009 Nov 05
3
Bhattacharyya distance metric
I need to use the Bhattacharyya distance metric to determine population separation. Has anyone written a Bhattacharyya distance metric function in R? -- View this message in context: http://old.nabble.com/Bhattacharyya-distance-metric-tp26221259p26221259.html Sent from the R help mailing list archive at Nabble.com.
2019 Sep 22
3
Problem with libldb1
On 22.09.2019 15:30, Rowland penny via samba wrote: > On 22/09/2019 14:10, Viktor Trojanovic via samba wrote: >> On 22.09.2019 15:07, Rowland penny via samba wrote: >>> On 22/09/2019 13:53, Viktor Trojanovic via samba wrote: >>>> I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba 4.10 from Louis >>>> Repo) and it ended with error messages
2024 Jan 02
1
help installing R on Linux Mint 21.2
Could you direct me to a newbie-friendly instructions for installing the latest versions of R and RStudio on Linux Mint 21.2? I followed instructions I could find, but no luck with managing to get RStudio (tho I did install R). System: Kernel: 6.2.0-39-generic x86_64 bits: 64 compiler: N/A Desktop: MATE 1.26.0 Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy I was able to install
2019 Sep 22
4
Problem with libldb1
On 22.09.2019 15:07, Rowland penny via samba wrote: > On 22/09/2019 13:53, Viktor Trojanovic via samba wrote: >> I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba 4.10 from Louis >> Repo) and it ended with error messages about unmet dependencies in >> regards >> to libldb1. >> > Yes, but did you run 'apt-get update' first ? > >