[Rd] Building R package with precompiled shared library

Paul Gilbert pgilbert at bank-banque-canada.ca
Wed Sep 14 15:52:54 CEST 2011


My understanding is that this cannot be done, for both licence and security reasons. The package build expects source code and removes binaries. You can link with binaries that are provided separately from the package, possibly coming from a vendor that sells non-open source code, but you cannot include them in the package.

Paul

> -----Original Message-----
> From: r-devel-bounces at r-project.org [mailto:r-devel-bounces at r-
> project.org] On Behalf Of Francesco Finazzi
> Sent: September 14, 2011 3:41 AM
> To: r-devel at r-project.org
> Subject: [Rd] Building R package with precompiled shared library
> 
> Dear R users,
> 
> we are trying to build a R package that includes a precompiled shared
> library, let's say mylib.so. We created the skeleton of the package
> and we moved the mylib.so file into the libs folder that we created at
> the same level of the folders man and R. Moreover we created the file
> NAMESPACE and we added the line useDynLib(mylib, .registration=TRUE).
> The building step seems to work correctly but when we try to install
> the package we get
> 
> ** testing if installed package can be loaded
> Error in library.dynam(lib, package, package.lib) :
>  shared library 'mylib' not found
> 
> we cannot understand what's wrong and where R searches for the mylib.so
> files.
> 
> Any suggestion?
> 
> Thanks,
> 
> Michela and Francesco
> 
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
====================================================================================

La version française suit le texte anglais.

------------------------------------------------------------------------------------

This email may contain privileged and/or confidential information, and the Bank of
Canada does not waive any related rights. Any distribution, use, or copying of this
email or the information it contains by other than the intended recipient is
unauthorized. If you received this email in error please delete it immediately from
your system and notify the sender promptly by email that you have done so. 

------------------------------------------------------------------------------------

Le présent courriel peut contenir de l'information privilégiée ou confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute diffusion,
utilisation ou copie de ce courriel ou des renseignements qu'il contient par une
personne autre que le ou les destinataires désignés est interdite. Si vous recevez
ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans délai à
l'expéditeur un message électronique pour l'aviser que vous avez éliminé de votre
ordinateur toute copie du courriel reçu.


More information about the R-devel mailing list