Displaying 20 results from an estimated 4000 matches similar to: "Bundling system dependencies in binary packages"
2014 Dec 02
2
Bundling system dependencies in binary packages
I've been hunting round for the accepted method of bundling system
dependencies into binary packages.
For example, there are some CRAN packages (e.g. gmp, RcppArmadillo,
...) which don't require the system dependencies be installed for the
Windows and Mac binary builds.  I understand that there are a very
limited number of packages for which CRAN would do this, so as a first
step I'm
2025 Feb 24
0
R package 'flint', an interface to the FLINT C library, now available on CRAN
Dear R-packages/R-help subscribers,
Just writing to advertise that R package 'flint', interfacing the FLINT
C library for number theory, is now available on CRAN.
     https://cran.r-project.org/package=flint
     https://github.com/jaganmn/flint
     https://flintlib.org/
Thanks very much to the CRAN Team for its early guidance and clear documentation
on the correct approach to adding
2025 Feb 24
0
R package 'flint', an interface to the FLINT C library, now available on CRAN
Dear R-packages/R-help subscribers,
Just writing to advertise that R package 'flint', interfacing the FLINT
C library for number theory, is now available on CRAN.
     https://cran.r-project.org/package=flint
     https://github.com/jaganmn/flint
     https://flintlib.org/
Thanks very much to the CRAN Team for its early guidance and clear documentation
on the correct approach to adding
2016 Sep 07
1
How to install gmp in R on fedora
Hello.
I have installed R with dnf.
Also I have installed gmp and gmp-devel with dnf (I think gmp was already
installed).
In R I did
> install.packages('Rmpfr')
But then I get
configure: error: GNU MP not found, or not 4.1.4 or up, see
http://gmplib.org
What must I do?
	[[alternative HTML version deleted]]
2014 Apr 23
3
error al instalar paquete
Hola a todos,
No he podido encontrar la solución para el siguiente error al instalar el
paquete dplR:
> install.packages("dplR")
Installing package into ‘/home/milagros/R/x86_64-pc-linux-gnu-library/3.1’
(as ‘lib’ is unspecified)
also installing the dependency ‘gmp’
probando la URL '
http://r.mirror.mendoza-conicet.gob.ar/src/contrib/gmp_0.5-11.tar.gz'
Content type
2015 May 27
3
Weak DH primes and openssh
On Wed 2015-05-27 05:23:41 -0400, Hubert Kario wrote:
> On Tuesday 26 May 2015 15:10:01 Daniel Kahn Gillmor wrote:
>> On Tue 2015-05-26 14:02:07 -0400, Hubert Kario wrote:
>> > OEIS A014233
>> 
>> Hm, this is a sequence, but not an algorithm.  It looks to me like it is
>> not exhaustive, just a list of those integers which are known to have
>> the stated
2023 Sep 02
1
Fails to install Rfast package
Hi,
I was trying to install Rfast package in iMac (OS HIGH SIERRA) from
source. However the installation fails with below message.
Rfast is an essential package for various other packages in R
Could you please help how to resolve this error?
Thankss for your help
> install.packages("/Volumes/WDStorage/NAS Download/Rfast_2.0.8.tar.gz", repos = NULL)
* installing *source* package
2010 Sep 15
2
lapack in R 2.11.1 (Ubuntu 10.04.1)
Hi there,
I'm trying to install the package RcppArmadillo in my R 2.11.1 which I installed 
and regularly update via Ubuntu's repositories. 
When I try to install RcppArmadillo from CRAN I get:
> install.packages('RcppArmadillo', lib='~/myRlibs')
[...]
g++ -shared -o RcppArmadillo.so RcppArmadillo.o fastLm.o  
-L/home/matias/myRlibs/Rcpp/lib -lRcpp 
2014 Sep 30
1
Package Rcpp: Question conerning source code of cpp files and related question
Dear all,
I am trying to use Rcpp to write some files in C++ for use in R.
Below is an example for a cpp-file (crossp.cpp). Then I use 
 >sourceCpp("crossp.cpp") in R and the corresponding function is 
availabe in R.
Now I have to question related to this worklfow:
1) Is there a way to see the source file of the "final" cpp-file? (I 
mean is it possible to see how the
2007 Apr 23
1
Re: [Xapian-commits] 8351: trunk/xapian-core/ trunk/xapian-core/backends/flint/
olly wrote:
> SVN root:       svn://svn.xapian.org/xapian
> Changes by:     olly
> Revision:       8351
> Date:           2007-04-23 01:44:44 +0100 (Mon, 23 Apr 2007)
> 
> Log message (2 lines):
> backends/flint/flint_version.cc: Update the flint format version
> since older flint versions can't read compressed tags.
Am I correct in assuming that this means that when
2011 Apr 15
1
[Rcpp-devel] Find number of elements less than some number: Elegant/fastsolution needed
On Thu, Apr 14, 2011 at 7:02 PM,
<rcpp-devel-request at r-forge.wu-wien.ac.at> wrote:
> I was able to write a very short C++ function using the Rcpp package
> that provided about a 1000-fold increase in speed relative to the best
> I could do in R. ?I don't have the script on this computer so I will
> post it tomorrow when I am back on the computer at the office.
>
>
2007 Jun 17
2
Flint failed to deliver indexing performance to Quartz.
Flint failed to deliver indexing performance to Quartz.
I am proposing to remove Flint as default database and place Quartz
database back as default. The catch is not that Flint database is
smaller and faster during searches then Quartz database as developers
were concerning when were measuring and neglecting to measure
performance when creating the large indexes.
The truth is that Flint
2005 Nov 07
1
Re Phrase Tuning.
Thanks Olly,
I have given flint a go -and it is generally much quicker (once it has
loaded the cache -that process still takes minutes). Flint actually seems
tro do some caching whereas quartz just seemed to hit the disc constantly.
Generally I've been running it on a machine with 5G of memory -but it has
to contend with other processes for resources, I have also run it on its
own on a 1G
2011 Mar 24
0
Need urgent help. trust relationship problem during authentication
We have an urgent problem that we've been spending hours on to no avail.
We have a RHEL 5.2 server that is running Samba 3.2.8 and was set up
for domain authentication against our PDC.  It was running fine until
I decided to try and change it to "ads" authentication.  I then
realized that we needed to keep it on "domain" because of the version
of Clearcase we have on the
2020 Jan 14
0
possible bug in win R-devel in check/test environment
Hi Serguei,
Nice analysis!
On 14 January 2020 at 11:00, Serguei Sokol wrote:
| During my recent r2sundials development, I've came across a strange test 
| failing during 'R CMD check' exclusively on win R-devel which I could 
| reproduce with a minimal example that I present here.
| The toy packages testarma1 [1] and testarma2 [2] are minimal 
| modifications of a skeleton package
2018 Feb 27
0
Problem with R_registerRoutines
Sorry, resending with correct subject line.
I didn't find the development version of your package but the latest version archived on CRAN uses Rcpp, RcppArmadillo.
Since the latest versions of Rcpp and Armadillo support registration, it may be something related to RcppAttributes() or similar. I think that you don't need to do registration manually. 
I had a similar problem but when I
2018 Feb 27
0
R-devel Digest, Vol 180, Issue 24
I didn't find the development version of your package but the latest version archived on CRAN uses Rcpp, RcppArmadillo.
Since the latest versions of Rcpp and Armadillo support registration, it may be something related to RcppAttributes()
or similar. I think that you don't need to do registration manually. 
I had a similar problem but when I realised the above, I discarded everything
2014 Jan 15
1
rbinom in RcppArmadillo?
What is the RcppArmadillo way to make binomial draws from a vector of probs,
similar to what rbinom does in R?
Thanx!
--
View this message in context: http://r.789695.n4.nabble.com/rbinom-in-RcppArmadillo-tp4683593.html
Sent from the R devel mailing list archive at Nabble.com.
2011 Mar 24
0
RESOLVED: Need urgent help. trust relationship problem during authentication
I am not sure if this first post made it to the list, but I wanted to
post the resolution, which was very simple and something I had
documented but buried and I had forgotten about it.
All these problems went away when I joined the domain using Samba's
version of "net", not Redhat's.  If you use Redhat's version, it looks
like it joins the domain but it really doesn't
2011 Dec 05
1
RcppArmadillo compilation error: R CMD SHLIB returns status 1
Dear all,
running the example by D. Eddebuettel (http://dirk.eddelbuettel.com/blog/2011/04/23/) I get an error message. Specifically, the R code I was taking from the above example is
### BEGIN EXAMPLE ###
suppressMessages(require(RcppArmadillo))
suppressMessages(require(Rcpp))
suppressMessages(require(inline))
code <- '
   arma::mat coeff = Rcpp::as<arma::mat>(a);
   arma::mat