Displaying 6 results from an estimated 6 matches for "gavil".
Did you mean:
gavin
2015 Jan 15
4
Error installing 'rgdal' on Centos 7
Hello:
I can't install the ' rgdal ' package in R and ' GDAL ' on CentOS 7
(ELGIS repo added).
Is there any solution?
Thanks
--
Manuel Pizarro
EBD-CSIC
2015 Jan 16
2
[R-sig-Geo] Error installing 'rgdal' on Centos 7
...> Did you download the source package and read the README file, also
> on R-Forge linked from the CRAN page:
>
> https://r-forge.r-project.org/scm/viewvc.php/pkg/inst/README?view=markup&revision=409&root=rgdal
>
> Roger
>
>
> On Thu, 15 Jan 2015, Manuel Pizarro Gavil?n wrote:
>
>>
>> Hello:
>>
>> I can't install the ' rgdal ' package in R and ' GDAL ' on CentOS 7
>> (ELGIS repo added).
>>
>> Is there any solution?
>>
>> Thanks
>>
>>
>
> --
> Roger Bivand
> De...
2015 Jan 16
1
Error installing 'rgdal' on Centos 7
...> I see that ELGIS does not support CentOS 7, so that might be your
> problem. EPEL 7 does include gdal so you might rely on their package.
>
> If neither of these are helpful then you need to be more specific.
>
> Martyn
>
> On Thu, 2015-01-15 at 11:09 +0100, Manuel Pizarro Gavil?n wrote:
>> Hello:
>>
>> I can't install the ' rgdal ' package in R and ' GDAL ' on CentOS 7
>> (ELGIS repo added).
>>
>> Is there any solution?
>>
>> Thanks
>>
>
> ------------------------------------------------------...
2010 Oct 29
2
what´s wrong with this code?
Hello, I want to maximize a likelihood function expressed as an
integral that can not be symbolically evaluated. I expose my problem
in a reduced form.
g<- function(x){
integrand<-function(y) {exp(-x^2)*y}
g<-integrate(integrand,0,1)
}
h<-function(x) log((g(x)))
g is an object of the class function, but g(2) is a integrate object,
I can print(g(2))
2015 Jan 15
0
[R-sig-Geo] Error installing 'rgdal' on Centos 7
...project.org/web/packages/rgdal/index.html
Did you download the source package and read the README file, also on
R-Forge linked from the CRAN page:
https://r-forge.r-project.org/scm/viewvc.php/pkg/inst/README?view=markup&revision=409&root=rgdal
Roger
On Thu, 15 Jan 2015, Manuel Pizarro Gavil?n wrote:
>
> Hello:
>
> I can't install the ' rgdal ' package in R and ' GDAL ' on CentOS 7 (ELGIS
> repo added).
>
> Is there any solution?
>
> Thanks
>
>
--
Roger Bivand
Department of Economics, Norwegian School of Economics,
Helleveien 30,...
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...ne function with 2 returnh points (Alaios)
102. Re: one function with 2 returnh points (Liviu Andronic)
----------------------------------------------------------------------
Message: 1
Date: Fri, 29 Oct 2010 18:25:09 +0800
From: Berwin A Turlach <berwin@maths.uwa.edu.au>
To: Jos? Manuel Gavil?n Ruiz <gavi@us.es>
Cc: r-help@r-project.org
Subject: Re: [R] what?s wrong with this code?
Message-ID: <20101029182509.117e09e5@goodenia>
Content-Type: text/plain; charset=windows-1252
G'day Jose,
On Fri, 29 Oct 2010 11:25:05 +0200
Jos? Manuel Gavil?n Ruiz <gavi@us.es> wrote...