similar to: DESCRIPTION.in file causes R CMD check to fail?

Displaying 20 results from an estimated 200 matches similar to: "DESCRIPTION.in file causes R CMD check to fail?"

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
2014 Jul 06
0
request for "minor" fix to src/library/tools/QC.r
hi. i was hoping to automatically set the Version: number in my package description file (image2k-package.Rd) in the man directory by using a .in file in the same directory. "R CMD build" excludes the .in file because the routine .check_package_subdirs() in QC.R (which build calls) doesn't like that file. .check_package_subdirs() also checks files in R/, and at *that* point in the
2005 Dec 20
1
imlib2-loader_jpeg RPM Needed
Hi All, was trying to install eterm rpm, and got the below dependencies errors, Eterm-0.9.3-1.i386.rpm [root at status1 eterm]# rpm -Uvh Eterm-0.9.3-1.i386.rpm error: Failed dependencies: imlib2 is needed by Eterm-0.9.3-1.i386 imlib2-loader_jpeg is needed by Eterm-0.9.3-1.i386 imlib2-loader_png is needed by Eterm-0.9.3-1.i386 libImlib2.so.1 is needed by
2009 Jul 03
5
Can't install RMagick due to MagickWand problems
Hello, I''m trying to install/update rmagick on a Debian machine using: gem install --local rmagick-2.10.0.gem and get following error: /usr/local/bin/ruby extconf.rb install --local rmagick-2.10.0.gem checking for Ruby version >= 1.8.5... yes checking for gcc... yes checking for Magick-config... yes Warning: Found more than one ImageMagick installation. This could cause problems at
2018 Jun 01
1
Understanding the sequence of events when calling the R dpois function
Chuck and Greg, Thanks a lot for your help! I have a much better understanding now of what is happening ?under the hood?. Kind Regards, Jason > On 31 May 2018, at 20:08, Greg Minshall <minshall at acm.org> wrote: > > Jason, > > as Chuck Berry (to whom, *thanks* for 'do {...} while(0)'!) suggested, > using grep, or even grep executed from find, such as >
2014 Jul 01
1
creating a package from a development source tree
hi. this is sort of a software methodology question. i'm working on developing a package (with C source code). developing it, i use autotools, git, make, and such like. as a result, there are random files in my source code directory that "R CMD check" would rather not see. some of these files (such as .git and friends) i could arrange to move to "just above" my
2013 Feb 14
4
2 setGeneric's, same name, different method signatures
hi. below is a small test case (hopefully minimal, though i'm still a bit confused about initializers). i would have guessed (and maybe i still would have been right) that one could re-use the name of a generic function for functions with different numbers of arguments. in the case below, class A's bB() queries the status of a single A object, so bB(A) (where here "A" is an
2015 Jan 23
2
No symlink support on SMB2 and SMB3?
On Fri, Jan 23, 2015 at 10:23:15PM +0100, Markus Doits wrote: > > On 23.01.15 22:16, Ralph B?hme wrote: > > On Fri, Jan 23, 2015 at 01:08:31PM -0800, Jeremy Allison wrote: > >> On Fri, Jan 23, 2015 at 10:05:44PM +0100, Markus Doits wrote: > >>> On 23.01.15 19:57, Miguel Medalha wrote: > >>>> I am using Samba 4.1.16 with smb2/3 and symbolic links are
2004 Aug 03
1
Unmet dependency prevents r-gnome installation in Debian stable (PR#7151)
Full_Name: Kimmo Uusitalo Version: 1.8.0-1 OS: Debian 3.0 "Woody" Submission from: (NULL) (128.214.205.4) r-gnome 1.8.0-1 requires gdk-imlib2 which is not available in Debian 3.0 stable. I have the following in /etc/apt/sources.list : deb http://cran.r-project.org/bin/linux/debian woody main Btw, it would be very nice to have the newest version of R even for Debian stable.
2018 May 25
1
options other than regex
Numbers -- thanks. Another clever trick. On 5/25/2018 11:54 AM, Greg Minshall wrote: > Evan, > > are you really looking at numbers, or just at character strings (that, > in your case, happen to be numbers)? if just characters, this rather > odd combination of strsplit() and Reduce() might do the trick: > ---- >> x <- '10110111' >> print(x) > [1]
2014 Jul 08
1
arguments to .Call(), .External should be read-only?
hi. if i'm reading correctly, "Writing R Extensions" appears to be inconsistent on the question of whether the arguments passed to a routine called via .Call() or .External() should considered read-only. section 5.2, "Interface functions .C and .Fortran", says ---- However, when character vectors are used other than in a read-only way, the .Call interface is much to be
2020 Mar 13
7
pipe(): input to, and output from, a single process
hi. i'd like to instantiate sed(1), send it some input, and retrieve its output, all via pipes (rather than an intermediate file). my sense from pipe and looking at the sources (sys-unix.c) is that is not possible. is that true? are there any thoughts of providing such a facility? cheers, Greg
2011 Jul 05
0
MacOS X 10.6, symlinks and shadow copies
Running with Samba 3.5.4, the Samba3x packages from CentOS 5.6 with added gpfs and tsmsm VFS modules against a GPFS 3.4.0.6 file system. Unix extensions are turned off because otherwise OS X 10.5 messes with group ownership and permissions and shares for "groups" don't work as required. Unfortunately being at a University I don't get to control the environment tightly, unless
2008 Apr 21
4
[PATCH] liboggplay - kate support, build fixes, and misc
Hi, I've added kate support to liboggplay (a prerequisite to getting kate tracks to work with the mozilla plugin, which I've now got working on Linux). In addition to the Kate code: - a new oggplay-uninstalled.pc file - configure.ac checks for C++ compiler - no check for fishsound version - it wanted 0.8.0, but the svn itself was 0.7.1 !? - don't use imlib2 (nor dump-first-frame) if
2020 Mar 16
1
pipe(): input to, and output from, a single process
Gabor, thanks. yes, managing the two-way communication is always a bit error-prone, as it depends on the input/output characteristics of the two ends -- they either match, or deadlock. it's too bad if polling is always *required* -- i'd think sometimes a programmer would be happy blocking, though other times one wants better control over when to block. cheers, Greg
2018 Jun 13
1
Date class shows Inf as NA; this confuses the use of is.na()
Greg, I see what you mean, but on the other hand, that's not how we think about real numbers working either, and doubles have that behavior generally. It might be possible to put checks in (with a potentially non-trivial overhead cost) to disallow that kind of thing, but again R (and everyone else, I think?) doesn't do so for regular doubles. Also, I would expect the year 1e50 and the
2020 Mar 16
0
pipe(): input to, and output from, a single process
I am not sure if `pipe()` works for this, but if it turns out that it does not, then you can use the processx package, e.g.: > p <- processx::process$new("sed", c("-l", "s/a/x/g"), stdin = "|", stdout = "|") > p$write_input("foobar\n") > p$read_output() [1] "foobxr\n" The `-l` sed flag is to make sed line-buffered,
2018 May 31
3
Understanding the sequence of events when calling the R dpois function
Hello all, I am trying to get a better understanding of the underlying code for the stats::dpois function in R and, specifically, what happens under the hood when it is called. I finally managed to track down the C course at: https://github.com/wch/r-source/blob/trunk/src/nmath/dpois.c. It would seem that the dpois C function is taking a double for each of the x and lambda arguments so I am a bit
2008 Apr 28
3
[PATCH] browser_plugin - kate support, build fixes, and misc
Hi, this patch adds: - kate support (what else) - this bumps the Javascript API to 1.1 - a few build fixes (note that the adding of -L/usr/X11/lib -lX11 looks suspect to me, that shouldn't be needed, so you may want to leave it out if you think so as well - it's odd as X11 using programs do configure fine on that box) - bad pointer dereference fix (mouse callback) - avoid the input
2018 Jun 12
3
Date class shows Inf as NA; this confuses the use of is.na()
>>>>> Emil Bode >>>>> on Tue, 12 Jun 2018 12:00:42 +0000 writes: > I agree that calling it invalid is a bit confusing, but I?m not sure what the wording should be, as the problem is that the conversion to POSIXlt is failing. > The best solution would be to extend the whole POSIXlt-class, but that?s too much work. > I?ve done some experiments, and it