Displaying 20 results from an estimated 10000 matches similar to: "creating RPMs from CRAN tarballs"
2015 Jun 04
1
creating RPMs from CRAN tarballs
Thanks for the suggestion, but after putting that at the top of the spec
and running rpmbuild, I still get
Resolving Dependencies
--> Running transaction check
---> Package R-RPostgreSQL.x86_64 0:0.4-1.el6 will be installed
--> Processing Dependency: /usr/bin/r for package:
R-RPostgreSQL-0.4-1.el6.x86_64
--> Processing Dependency: /usr/bin/r for package:
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
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
> >
> >
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
>
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
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
>>>
>>>
2017 Oct 30
2
R: dplyr, doBy, and ggplot2 in CentOS7
On Mon, Oct 30, 2017 at 10:56 AM Tony Schreiner <anthony.schreiner at bc.edu>
wrote:
> On Mon, Oct 30, 2017 at 10:27 AM, Larry Martell <larry.martell at gmail.com>
> wrote:
>
> > I have a R script that I am running from python with rpy2. On a debian
> > system I run this:
> >
> > apt-get install R-cran-ggplot2 R-cran-caret
> >
> > And the
2017 Oct 30
2
R: dplyr, doBy, and ggplot2 in CentOS7
I have a R script that I am running from python with rpy2. On a debian
system I run this:
apt-get install R-cran-ggplot2 R-cran-caret
And the script works. I want to move this to CentOS 7 system. There it
cannot find R-cran-ggplot2 or R-cran-caret. Does anyone know what
packages in CentOS 7 I need for dplyr, doBy, and ggplot2?
2010 Jun 07
3
rpm building and hyphens in Version tags
According to http://www.rpm.org/api/4.4.2.2/specfile.html a
Version: tag can contain a hyphen, as the tarball for the source
I am compiling is named 2.3-pre4 etc.
When I try to build it I get an error about the illegal char?
Anyone know about the discrepancy between the docs and RHEL's
rpmbuild? Without recreating a new tarball and bungling the name
how does one gracefully handle this?
2012 Apr 20
4
Building Dovecot CentOS 5 RPMs with custom LDAP packages
Hi,
We are (still) mainly using CentOS 5 (5.8 x86_64). As CentOS / EL 5
standard OpenLDAP packages are rather old (2.3.x), we've been using LTB
OpenLDAP packages ( http://ltb-project.org/wiki/download#openldap),
which get installed in non-standard file system locations.
I am not much experienced in building RPMs and preparing spec files. We
are currently using dovecot RPM packages from
2020 Aug 10
2
R2spec woes
I tried R2spec to create the spec files necessary to have Rcpparmadillo.
I noticed that it has some issues, one example is that it placed some files
irrespectively if they were present in the tar or not.
One functionality that I think it would be nice to have would to update a
given spec file with the updated dependencies.
What do you think of this?
Regards,
--
Jos? Ab?lio
[[alternative
2012 Mar 12
2
Trying to use current R2spec on RHEL.
Is there somewhere a succinct guide to just how much extra crud we need
to install on RHEL to make use of EPEL packages?
[root at troll-1 noarch]# rpm -ivh R2spec-4.1.0-1.el6.noarch.rpm
error: Failed dependencies:
fedora-packager is needed by R2spec-4.1.0-1.el6.noarch
[root at troll-1 noarch]# wget
http://dl.fedoraproject.org/pub/epel/6/x86_64/fedora-packager-0.5.9.4-1.el6.noarch.rpm
2020 Feb 05
3
Kernel downgrade on Centos 8
Johnny Hughes wrote:
> No, CentOS-8 uses different shared libraries and a different version
> of the compiler than CentOS-7, so you can not run items compiled for
> CentOS-7 on CentOS-8.
The kernel does not rely on userspace libraries.
--
Dimitri Zelenkin
Devexperts, Inc
2009 Sep 30
1
unable to load shared library (Symbol not found: _PQbackendPID)
I can't get the RPostgreSQL library to load on OSX and have no idea
where it's going wrong...
> library( RPostgreSQL )
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library '/Users/hamannj/Library/R/2.9/library/
RPostgreSQL/libs/i386/RPostgreSQL.so':
dlopen(/Users/hamannj/Library/R/2.9/library/RPostgreSQL/libs/i386/
RPostgreSQL.so, 6):
2009 Oct 14
3
RPostgreSQL: unable to load shared library
Hello list,
I'm using R 2.9.2 on a WinXP system, and I installed the RPostgreSQL
library using the package installer. When trying to load it, I get the
following error:
> library('RPostgreSQL')
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
'C:/PROGRA~1/R/R/library/RPostgreSQL/libs/RPostgreSQL.dll':
LoadLibrary failure: The
2020 Aug 11
2
R2spec woes
On Tue, 11 Aug 2020 at 02:35, Elliott Sales de Andrade
<quantum.analyst at gmail.com> wrote:
>
> Hi Jos?,
>
> On Mon, 10 Aug 2020 at 11:20, Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote:
> >
> > I tried R2spec to create the spec files necessary to have Rcpparmadillo.
> >
> > I noticed that it has some issues, one example is that it placed some files
2012 Jun 04
2
Error while trying to install RPostgreSQL.
Hi,
I am getting the following error while trying to install RPostgreSQL.
I tried all three methods(install.packages("RPostgreSQL", type =
"source"),install.packages("RPostgreSQL") & R CMD INSTALL
RPostgreSQL_0.3-1.tar.gz ) , but none of them is working.
++++++++++++++++++ Error++++++++++++++++++++++++
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I
2010 Jul 21
1
Package RPostgreSQL_0.1-6.tar.gz has been checked and built
Hi Dirk
I think there are problems with pg_config, the configure script of
RPostgreSQL checks for pg_config and got ¡°checking for pg_config...
/usr/bin/pg_config¡±. In Solaris 10u7 X64, three versions of PostgreSQL are
installed, there are in /usr/postgres/8.2(8.2.9) and
/usr/postgres/8.3(8.3.3), the corresponding bin files are in
/usr/postgres/<version>/bin and
2010 Jun 29
2
RPostgreSQL - Unable to locate required modules/DLLs on WinXP/7
Dear list users,
The problem occurs when library(RPostgreSQL) is issued on R. This issue
has previously appeared on R mailing list without any robust solution.
The error message issued by R:
Loading required package: RPostgreSQL
Loading required package: DBI
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library
2012 Nov 22
1
problems with RPostgreSQL compilation
Hello,
I am trying to install RPostgreSQL, but without success at the moment, getting an errormessage - see below.
My OS is Fedora 17, R version 2.15.2, PostgreSQL 9.2.1 with Postgis 2.0.1 spatial extension.
Thank You for any help, advice or hint in advance.
Regards
Tomas
> install.packages("RPostgreSQL", dependencies=TRUE)
trying URL