search for: systemrequirements

Displaying 20 results from an estimated 54 matches for "systemrequirements".

2012 Dec 12
3
SystemRequirements’ field
Am I correct in thinking that the ?SystemRequirements? field in a package DESCRIPTION file is purely descriptive, there are no standard elements that can be extracted by parsing it and used automatically? This field does not seem to be widely used, even for some obvious cases like backend database driver requirements, perl, perl modules, etc. It m...
2014 Jul 13
2
how to list external dependencies (i.e., non-R packages)?
hi. i'm working on a package which only works if one (or both) of two libraries (Imlib2 and MagickWand) exist on the machine on which the package is compiled and executed. as currently written, the program purposely generates an error at *compile* time if neither library is available (thinking the earlier the user is notified, the less frustrating). is there a way of specifying this
2020 May 22
2
GCC warning
...ied.h:106:10: warning: ?__builtin_strncpy? output may be truncated copying 12 bytes from a string of length 79 [-Wstringop-truncation] See ?/srv/hornik/tmp/CRAN/QCA.Rcheck/00install.out? for details. I know the cause of this: using a cursomized version of some external C library, coupled with <SystemRequirements: GNU make> in the Description. But I do not know hot to get past this warning, since it refers to a builtin GCC function strncpy. As far as I read, this should be solved by a simple GCC upgrade to the newest version, but that is something outside my code base, since GCC resides on the CRAN serv...
2017 Apr 18
3
R 3.4 has broken C++11 support
Hi, This commit (I?m using the mirror to have a working link) broke C++11 compilation. Before (and still now, according to the comments in the configure script), it?s sufficient to just have ?SystemRequirements: C++11? in the DESCRIPTION file. But now ?R CMD install? fails with ?C++11 standard requested but CXX11 is not defined?, which is, according to the documentation , a lie. I can?t even circumvent this, as setting ?CXX11=$(CXX)? in the src/Makevars file fails with ?CXX definition recursive?, and...
2015 May 13
2
Alternative for wildcard gnu extension in Makevars
I have some cpp-files from another library (boost) in a subdirectory in my src directory (src/boost_src). I include these using the following two lines in my Makevars: SOURCES = $(wildcard *.cpp boost_src/*.cpp) OBJECTS = $(SOURCES:.cpp=.o) However, R CMD check complains about my use of 'wildcard'. How do I handle this without any gnu extensions? Thanks. Jan
2018 Feb 16
2
error in loading rgdal package
Hi R users, Could you help me to see this problem? I could now load "rgdal" even though I downloaded the compressed folder. Thanks for your help. Loading required package: sp Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/libs/rgdal.so': [[alternative HTML version deleted]]
2018 Feb 16
0
error in loading rgdal package
...ired package: sp > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object > '/Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/libs/rgdal.so': Have you installed the GDAL library itself? The R package rgdal needs this. See the "SystemRequirements" section on the CPAN page: https://CRAN.R-project.org/package=rgdal Cheers, Loris -- Dr. Loris Bennett (Mr.) ZEDAT, Freie Universit?t Berlin Email loris.bennett at fu-berlin.de
2012 Nov 07
0
rJava not loading on Windows
...Simon Urbanek <simon.urbanek at r-project.org> Depends: R (>= 2.5.0), methods Description: Low-level interface to Java VM very much like .C/.Call and friends. Allows creation of objects, calling methods and accessing fields. License: GPL-2 URL: http://www.rforge.net/rJava/ SystemRequirements: java Repository: CRAN Date/Publication: 2011-12-11 10:41:33 Built: R 2.15.2; i386-w64-mingw32; 2012-10-31 19:21:34 UTC; windows > sessionInfo() R Under development (unstable) (2012-11-04 r61084) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC...
2012 Aug 17
2
R package compilation: files in src directory should be ignored if C library is not available
...Only a subset of the functions in the pkg/R directory contain a .C() call to the functions in the pkg/src directory. The rest of the package will still work and be useful without the functions containing a .C() call. To compile the code in pkg/src requires the GSL library. This is detailed in the SystemRequirements line of the DESCRIPTION file and the Makevars file directs the compiler to LIB_GSL. At what stage will installation fail for the end user if they don't have GSL installed? I have used Autoconf and configure, following the example in 1.2 of "Writing R Extensions" and the configure.a...
2006 Jul 20
2
DESCRIPTION and PACKAGES files.
...g on translating the heirarchy of R packages into the Gentoo Ebuild environment, currently working from a 2.3.1 install. There are several data which it would be nice to see provided alongside the existing output of available.packages; at the moment I think I'm going to have to get License and SystemRequirements out of individual package DESCRIPTIONs. More generally, it'd be nice to see all the documented fields from DESCRIPTION files in the output from available.packages(), or at least collated in PACKAGES. I have a suggestion to accomplish this which I've hacked up locally and am happy to build...
2018 Feb 02
0
mpfr and gsl problem on SLES11 SP4
...gsl-devel-1.11-1.30 gsl-1.11-1.30 rtest:/home/ruser # As I understand gsl is from 1.11 till 1.30 level. rtest:/home/ruser # rpm -qa | grep -i mpfr libmpfr1-2.3.2-3.118.1 mpfr-devel-2.3.2-3.118.1 rtest:/home/ruser # GSL installation: https://cran.r-project.org/web/packages/gsl/index.html SystemRequirements: Gnu Scientific Library version &gt;= 1.12 rtest:/home/ruser # R CMD INSTALL gsl_1.9-10.3.tar.gz * installing to library ?/usr/local/lib64/R/library? * installing *source* package ?gsl? ... ** package ?gsl? successfully unpacked and MD5 sums checked checking for gsl-config... /usr/bin/gsl-...
2012 May 20
3
dot - comma problem
Dear all I am trying to use the ODB package to connect to an libreoffice-odb database. The libreoffice package is german, thus, decimal separator is a comma. However, I can open the database and upload a it without error, library(ODB) db <- odb.open("Test.odb") but a soon as the "odb.open" command is executed, the decimal separator in R is changed to comma. Before
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
Are other developers finding R 3.1.3 problematic because vignette building requires pandoc 1.12.3, while Linux Mint 17 / Ubuntu 14.04 have 1.12.2.1? R 3.1.2 seems to work fine. I'd very much like to avoid having to build as large a Linux package as pandoc, which has given me issues outside of R (it leaves out words, sentences or paragraphs when converting Latex to epub in a novel I'm
2008 Oct 10
4
how to convert source code in windows package for linux (ubuntu)
Hi All, I was wondering if anyone here as successfully converted a package for windows to one that will work in Linux? What are the necessary steps if you have the source code? Thanks, Josh
2010 Mar 22
4
Playwith on Mint
Hello, I am having trouble installing the package playwith on the latest Mint "helena", running R version 2.10.1 (2009-12-14). I suspect it has to do with the GTK library but as far as I can tell there is nothing wrong with it. Any help extremely appreciated. I include the output: > install.packages("playwith") Warning in install.packages("playwith") :
2009 Sep 10
1
(no subject)
...maintain internal repositories, or need to be careful about filtering what is used from CRAN. I think that is should really be a requirement the package authors commit to stating what the restrictions are on their packages. Nicholas On 10 September 2009 at 14:26, Gabor Grothendieck wrote: | The SystemRequirements: field of the DESCRIPTION file normally | lists external dependencies whether free or non-free. Moreover, the (aptly named) field 'License:' in DESCRIPTION is now much more parseable and contains pertinent information. A number of more 'challenging' packages basically pass the buck...
2007 Nov 22
1
Package specific dependencies...
Hi, I noticed recently when installing the GDD package for R under GNU/Linux that it required the gd library (http://libgd.org/) for generating graphics. The resolution of this was to simply install the library on my system, and then GDD successfully installed without any complaints. However, the variant of GNU/Linux that I use is Gentoo, so I filed a bug requesting that a USE flag be set for
2006 Jan 16
3
Current state of support for BUGS access for Linux users?
...o most dependably send jobs from R to "linbugs" or "winbugs.exe"? The BRugs package is preferred? For a long time, R2WinBUGS was Windows-only, but toward the end of last fall I noticed that R2WinBUGS now does compile and install under R in Linux. however, its help still says: SystemRequirements: WinBUGS 1.4 on Windows I'd appreciate any advice. -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 University of Kansas
2017 Dec 30
1
RQuantLib
...ntLib? is not available (for R version 3.4.3) > > The install.packages command should include repo=NULL when installing from local binary package, and it also should include type="source when the package is not binary. Furthermore, the system requirements in the DESCRIPTION file are: SystemRequirements: QuantLib library (>= 1.8.0) from http://quantlib.org, Boost library from http://www.boost.org >> >> I did not unpack the .gz file. Should I have? >> >> Please comment. >> Bob Sherry >> >> On 12/30/2017 2:24 AM, Orvalho Augusto wrote: >>> H...
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
...farlane.net/@/pandoc/@/installing.html}.' > > which is true (but is not done with R 3.1.3). > > I suspect you are confusing an R update with an update of whatever > packages you use to process your vignettes: package rmarkdown has a > pandoc version requirement of > > SystemRequirements: pandoc (>= 1.12.3) - >