Displaying 7 results from an estimated 7 matches for "rpostgressql".
Did you mean:
postgressql
2015 Jun 03
6
creating RPMs from CRAN tarballs
This is not specifically a CentOS question, but I am creating RPMS for
CentOS 6 from some CRAN tarballs.
I run R2spec -s tarball to create a spec file, and most of the time it
works ok, but sometimes (RPostgresSQL, Rcpp for example) the package has
test or example programs that start with
#!/usr/bin/r
with lower case r, and the resulting package then winds up with a
dependency on /usr/bin/r, which can't be resolved.
So far I have solved it by editing all the files and replacing with
/usr/bin/R, recre...
2015 Jun 05
2
creating RPMs from CRAN tarballs
On 6/5/2015 3:09 AM, Peter wrote:
> On 06/04/2015 07:49 AM, Tony Schreiner wrote:
>> I run R2spec -s tarball to create a spec file, and most of the time it
>> works ok, but sometimes (RPostgresSQL, Rcpp for example) the package has
>> test or example programs that start with
>>
>> #!/usr/bin/r
>>
>> with lower case r, and the resulting package then winds up with a
>> dependency on /usr/bin/r, which can't be resolved.
>>
>> So far I have so...
2015 Jun 04
0
creating RPMs from CRAN tarballs
Am 03.06.2015 um 21:49 schrieb Tony Schreiner <anthony.schreiner at bc.edu>:
> I run R2spec -s tarball to create a spec file, and most of the time it
> works ok, but sometimes (RPostgresSQL, Rcpp for example) the package has
> test or example programs that start with
>
> #!/usr/bin/r
>
> with lower case r, and the resulting package then winds up with a
> dependency on /usr/bin/r, which can't be resolved.
>
> So far I have solved it by editing all the fi...
2015 Jun 05
0
creating RPMs from CRAN tarballs
On 06/04/2015 07:49 AM, Tony Schreiner wrote:
> I run R2spec -s tarball to create a spec file, and most of the time it
> works ok, but sometimes (RPostgresSQL, Rcpp for example) the package has
> test or example programs that start with
>
> #!/usr/bin/r
>
> with lower case r, and the resulting package then winds up with a
> dependency on /usr/bin/r, which can't be resolved.
>
> So far I have solved it by editing all the fi...
2015 Jun 05
1
creating RPMs from CRAN tarballs
On Fri, Jun 5, 2015 at 3:09 AM, Peter <peter at pajamian.dhs.org> wrote:
> On 06/04/2015 07:49 AM, Tony Schreiner wrote:
> > I run R2spec -s tarball to create a spec file, and most of the time it
> > works ok, but sometimes (RPostgresSQL, Rcpp for example) the package has
> > test or example programs that start with
> >
> > #!/usr/bin/r
> >
> > with lower case r, and the resulting package then winds up with a
> > dependency on /usr/bin/r, which can't be resolved.
> >
> > So far I...
2015 Jun 05
0
creating RPMs from CRAN tarballs
On 06/05/2015 04:11 PM, Bowie Bailey wrote:
> On 6/5/2015 3:09 AM, Peter wrote:
>> On 06/04/2015 07:49 AM, Tony Schreiner wrote:
>>> I run R2spec -s tarball to create a spec file, and most of the time it
>>> works ok, but sometimes (RPostgresSQL, Rcpp for example) the package has
>>> test or example programs that start with
>>>
>>> #!/usr/bin/r
>>>
>>> with lower case r, and the resulting package then winds up with a
>>> dependency on /usr/bin/r, which can't be resolved.
>>&g...
2015 Jun 04
1
creating RPMs from CRAN tarballs
...-1
On Thu, Jun 4, 2015 at 5:47 AM, Leon Fauster <leonfauster at googlemail.com>
wrote:
> Am 03.06.2015 um 21:49 schrieb Tony Schreiner <anthony.schreiner at bc.edu>:
> > I run R2spec -s tarball to create a spec file, and most of the time it
> > works ok, but sometimes (RPostgresSQL, Rcpp for example) the package has
> > test or example programs that start with
> >
> > #!/usr/bin/r
> >
> > with lower case r, and the resulting package then winds up with a
> > dependency on /usr/bin/r, which can't be resolved.
> >
> > So far I...