Search Discussions
-
Hello everybody, as a young/unexperienced R package developer (only a few, mainly for personal use) i was thinking it could be very useful having a "meta" task view for all package-development ...
Luca Braglia
Jul 25, 2014 at 12:05 pm
Jul 29, 2014 at 8:19 pm -
Hello I have recently upgraded R to the newest version. Unfortunately my old (fortran and C) R-package cannot be installed anymore (was built before R 3.0.0: please re-install it). I have tried R CMD ...
Eduardo M. A. M.Mendes
Jul 25, 2014 at 12:37 am
Jul 25, 2014 at 6:56 pm -
Dear List, I am building a R package which collects ecological data about plant species from both remote (web) databases and locally stored rda files (datasets): these "local rda files" are derived ...
Gionata Bocci
Jul 21, 2014 at 4:17 pm
Jul 22, 2014 at 9:10 am -
Greetings, We've a fairly large dataset (around 60GB) to be loaded and crunched in real time. The kind of data operations that will be performed on this data are simple read only aggregates after ...
Varadharajan Mukundan
Jul 15, 2014 at 3:55 pm
Jul 16, 2014 at 4:18 pm -
Dear R-devel, In the example block of the documentation for a package, I need to use a single quote in a string: foo <- "Don't know" After building the package, it gets printed as: foo <- "Dont know" ...
Adrian Dușa
Jul 31, 2014 at 8:27 am
Jul 31, 2014 at 11:23 am -
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 ...
Greg Minshall
Jul 13, 2014 at 7:13 pm
Jul 18, 2014 at 6:37 pm -
Dear all, in R 3.1.0, this is happening: Error in cummin(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) : 'cummax' not defined for complex numbers Error in cummax(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) ...
Michael Haupt
Jul 14, 2014 at 2:53 pm
Jul 14, 2014 at 4:17 pm -
Dear All, While wanting to create a package using the name DDI (which stands for Data Documentation Initiative), I sent an email to the DDI Alliance and ask if they would mind, knowing they are now ...
Adrian Dușa
Jul 10, 2014 at 9:46 pm
Jul 11, 2014 at 2:18 pm -
Hello My question is the following. I have tried to find a similar subject in archives but not found (perhaps bad search!) and I tried R-help and I was advised that R-devel would perhaps better for ...
Ludovic Brossard
Jul 18, 2014 at 3:29 pm
Jul 19, 2014 at 7:09 am -
hi. i'm building a package using autotools. to propagate the package version number from configure.ac to DESCRIPTION, i'm using a DESCRIPTION.in file. both of these files are "shar"'d below. i need ...
Greg Minshall
Jul 4, 2014 at 7:27 pm
Jul 5, 2014 at 5:00 pm -
Good afternoon. The ISC (Internet Software Consortium) license[1] is a permissive, open-source license that is considered "functionally equivalent"[2] to the Simplified (2-clause) BSD[3] and MIT[4] ...
Adler, Avraham
Jul 23, 2014 at 10:13 pm
Jul 24, 2014 at 1:38 pm -
Hello, Can anyone tell me if there is a package which will allow me to write a package in R, then publish the package using WebServices? The idea is that I want to be able to pass a data set into R, ...
Kurt Schallitz
Jul 22, 2014 at 2:21 pm
Jul 22, 2014 at 8:13 pm -
Hello, all I am building a R package using Fortran source code. The Fortran code is a subroutine. I can use "R CMD SHLIB bar.f -o bar.o" to create the shared library. For the R package, I put the ...
Yiqun yang
Jul 21, 2014 at 4:10 pm
Jul 22, 2014 at 4:13 am -
Dear list, I've noticed for some packages the Index file in the help system has a single list of objects (arranged alphabetically), while for other packages this list is offered separately by ...
Adrian Dușa
Jul 11, 2014 at 4:11 pm
Jul 11, 2014 at 8:07 pm -
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 ...
Greg Minshall
Jul 8, 2014 at 2:05 pm
Jul 9, 2014 at 7:31 pm -
Dear R developers A question about the class 'listof', defined in package 'stats'. Other than its definition and use in the code for 'anova', we can't see that the class 'listof' is used for anything ...
Adrian Baddeley
Jul 30, 2014 at 3:20 am
Aug 3, 2014 at 9:15 pm -
I came across this code in library.R package <- as.character(substitute(package)) where package is the first argument to the "library" function. I've been racking my brains to understand why this is ...
Mick Jordan
Jul 21, 2014 at 3:07 pm
Jul 21, 2014 at 3:20 pm -
recently I used gcc 4.9.1 (http://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win64/Personal Builds/mingw-builds/)on windows to build R,but failed when link R.dll ,it report linker ...
Yu Gong
Jul 19, 2014 at 6:52 am
Jul 20, 2014 at 1:53 pm -
Hi, I am trying to remove key-value pairs from an environments (using C). While adding seems straightforward with `Rf_defineVar()`, I cannot find a function to remove objects from a given ...
Laurent Gautier
Jul 16, 2014 at 2:24 am
Jul 16, 2014 at 3:18 am -
I've installed R-devel R Under development (unstable) (2014-07-09 r66111) Platform: x86_64-apple-darwin13.1.0 (64-bit) and am trying to resolve some problems that I am seeing with my SparseM ...
Roger Koenker
Jul 11, 2014 at 6:27 pm
Jul 13, 2014 at 7:32 pm -
Dear developers, the implementation of S4 generics for existing S3 ones in the base package is concerned to be a threat to quick startup times [1]. But since S4 is promoted, and S3/S4 ...
Sven E. Templer
Jul 6, 2014 at 10:23 am
Jul 9, 2014 at 12:30 pm -
Hi, I am learning R by reading R source code. Here is one question I have about the optim function in R. The context : In the optim.R, after all the prep steps, the main function call call is made ...
Zhiyuan Dong
Jul 7, 2014 at 8:34 pm
Jul 7, 2014 at 9:36 pm -
I've seen that many people have had trouble using Rtools for a 64-bit compile of C functions. For some, a quick change in path statement seems to corrects the problem; for others, apparently not. For ...
Dalthorp, Daniel
Jul 3, 2014 at 11:53 pm
Jul 4, 2014 at 2:34 pm -
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 ...
Greg Minshall
Jul 1, 2014 at 3:26 pm
Jul 2, 2014 at 3:34 am -
Rscript eats up the last argument when reporting the command it runs: $ Rscript --verbose "/tmp/test.R" one two three running '/usr/local/lib/R-devel/lib/R/bin/R --slave --no-restore ...
Scott Kostyshak
Jul 9, 2014 at 11:26 pm
Sep 20, 2014 at 12:53 pm -
Hello, capture.output produces a different result if the S4 object was created with a constructor than if the body of the constructor is copied and pasted. setClass("TransformParams", representation( ...
Dario Strbenac
Jul 18, 2014 at 4:00 am
Aug 19, 2014 at 8:01 pm -
In both R and JSON (and many other languages), unicode characters can be escaped using a backslash followed by a lowercase "u" and a 4 digit hex code. However when deparsing a character vector in R ...
Jeroen Ooms
Jul 28, 2014 at 8:47 am
Aug 3, 2014 at 7:30 pm -
Dear all, I want to know if it would be possible to have an interface between R and an electrical load flow tool. It would be interesting with Gridlab-D, an open-source tool that works in C++. The ...
Yamshid
Jul 30, 2014 at 8:42 am
Jul 31, 2014 at 9:41 pm -
Does anybody know why two "-g" flags appear in the call to gcc in R CMD SHLIB Example: gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic *-g* -O2 -fstack-protector --param=ssp-buffer-size=4 ...
Alan Benson
Jul 25, 2014 at 2:30 pm
Jul 25, 2014 at 3:32 pm -
Hi, I recently managed to port the slicot library (http://slicot.org/) to R. I created a new package, put the fortran libs into the src directory together with a Makevars file that include the line ...
Alexander Braumann
Jul 22, 2014 at 1:57 pm
Jul 22, 2014 at 6:42 pm -
Dear R-devel, I am writing for help on how I should include parallel sets of data in my package. Brief summary: I am new to using data within packages. I want a user to be able to specify one of two ...
Chris Wallace
Jul 21, 2014 at 1:58 pm
Jul 22, 2014 at 7:40 am -
1
[Rd] proposed change of check message when VIgnetteBuilder package is not declared as a dependency
Hi, I notice in R-3.1.1, if a package specifies a VignetteBuilder (such as knitr) in its DESCRIPTION file, but does not also depend on the specified package (in either Depends, Imports, or Suggests), ...Dan Tenenbaum
Jul 11, 2014 at 11:49 pm
Jul 14, 2014 at 3:07 pm -
I am using tools::compactPDF for reducing the size of some pdf-files with GhostScript. I had some trouble in the beginning as the documentation seems not to match the usage of the function. For ...
Jon Olav Skoien
Jul 14, 2014 at 8:43 am
Jul 14, 2014 at 9:22 am -
As you dig deeper you will find vmmin.c, cgmin.c and (I think) nmmin.c etc. Those were, as I understand, converted by p2c from my Pascal codes that you can find in the pascal library on netlib.org ...
Prof J C Nash (U30A)
Jul 8, 2014 at 12:41 pm
Jul 8, 2014 at 12:56 pm -
I would like to write a fast version of a function which contains slow loops that I cannot vectorize. I would like to rewrite it in C, but in the loops I need to call a few (two) R functions. Which ...
Enrico Bibbona
Jul 8, 2014 at 8:33 am
Jul 8, 2014 at 10:56 am -
Hi, I tried to compile R with openblas on a ubuntu 12.04 machine. I have to say that I normally use the package system and that I have no experience with compiling R. I did the following: ./configure ...
Alexander Braumann
Jul 1, 2014 at 10:00 am
Jul 1, 2014 at 1:33 pm -
Dear R-devel, We are planning a package that provides R interface to cuBLAS (CUDA accelerated BLAS). Due to CUDA's requirement, we are wondering if anyone can provide some guidance and suggestions on ...
Liaw, Andy
Jul 29, 2014 at 9:10 pm
Jul 29, 2014 at 9:10 pm -
I?m wondering if there is any way for me to create a generic function in a package that merges the generics and methods from two or more packages that each define a generic with the same name, but ...
Randall Pruim
Jul 29, 2014 at 3:56 am
Jul 29, 2014 at 3:56 am -
Finding and not unnecessarily duplicating existing functionality is important also from a user perspective. Negative binomial regression provides a somewhat extreme example of existing overlap ...
John Maindonald
Jul 28, 2014 at 11:08 am
Jul 28, 2014 at 11:08 am -
Hi R-devel, In this commit: https://github.com/wch/r-source/commit/c67a107dd7b0f074cec9359b8e2ca07c6243283c R_running_as_main_program was moved from Rmain.c to Rinterface.h, and lost its 'extern' ...
Kevin Ushey
Jul 22, 2014 at 10:27 pm
Jul 22, 2014 at 10:27 pm -
Hi, There seems to be a couple of typos in the documentation of connections about the Byte Order Mark, e.g. 0xFFFE should be 0xFEFF, and c(0xef, 0xbb, 0xff) should be c(0xef, 0xbb, 0xbf) ...
Yihui Xie
Jul 22, 2014 at 8:40 pm
Jul 22, 2014 at 8:40 pm -
Hi All, I have a R script which returns a set of records from the postgresql to the Java program and I want to print those records in Java.My script is like this: library(RPostgreSQL) fnct1 <- ...
Jason Donnald
Jul 21, 2014 at 3:08 am
Jul 21, 2014 at 3:08 am -
Hello, I rediscovered an old bug https://bugs.r-project.org/bugzilla/show_bug.cgi?id572 It was reported six years ago, but hasn't been accepted or rejected. Is there a plan to address it soon ? R ...
Dario Strbenac
Jul 21, 2014 at 3:00 am
Jul 21, 2014 at 3:00 am -
Is there any way of accessing return value of a function that is being traced by a function specified as exit param to trace? That sounds hard to understand, but I was not able to simplify the ...
Roman Tsegelskyi
Jul 16, 2014 at 2:46 am
Jul 16, 2014 at 2:46 am -
Dear List, does the warning "checking whether 'INDEX' is up-to-date ... NO" while building a package appear due to missing definitions of functions that are in the NAMESPACE but not INDEX file? Do ...
Sven E. Templer
Jul 11, 2014 at 8:42 am
Jul 11, 2014 at 8:42 am -
I would like to be able to load two versions of a package at once and to do that was thinking of giving each version a different package name in the DESCRIPTION file and the building and installing ...
Gabor Grothendieck
Jul 6, 2014 at 12:36 pm
Jul 6, 2014 at 12:36 pm -
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 ...
Greg Minshall
Jul 6, 2014 at 11:34 am
Jul 6, 2014 at 11:34 am -
Hi R-devel, I'm noticing the following behaviour: writeLines("#include <Rcpp.h ", file = "test.cpp") Rcpp::sourceCpp("~/test.cpp") ## succeeds at trivial compile Sys.setenv("USE_CXX1X" = "yes") ...
Kevin Ushey
Jul 1, 2014 at 6:15 pm
Jul 1, 2014 at 6:15 pm
Group Overview
group | r-devel |
categories | r |
discussions | 48 |
posts | 153 |
users | 71 |
website | r-project.org |
irc | #r |
71 users for July 2014
Archives
- June 2016 (34)
- May 2016 (174)
- April 2016 (105)
- March 2016 (133)
- February 2016 (127)
- January 2016 (93)
- December 2015 (92)
- November 2015 (80)
- October 2015 (164)
- September 2015 (133)
- August 2015 (120)
- July 2015 (110)
- June 2015 (165)
- May 2015 (242)
- April 2015 (131)
- March 2015 (212)
- February 2015 (147)
- January 2015 (117)
- December 2014 (118)
- November 2014 (201)
- October 2014 (146)
- September 2014 (162)
- August 2014 (217)
- July 2014 (153)
- June 2014 (195)
- May 2014 (193)
- April 2014 (231)
- March 2014 (270)
- February 2014 (107)
- January 2014 (186)
- December 2013 (122)
- November 2013 (156)
- October 2013 (215)
- September 2013 (248)
- August 2013 (239)
- July 2013 (167)
- June 2013 (151)
- May 2013 (223)
- April 2013 (278)
- March 2013 (229)
- February 2013 (254)
- January 2013 (201)
- December 2012 (207)
- November 2012 (154)
- October 2012 (203)
- September 2012 (175)
- August 2012 (209)
- July 2012 (180)
- June 2012 (148)
- May 2012 (241)
- April 2012 (215)
- March 2012 (343)
- February 2012 (248)
- January 2012 (242)
- December 2011 (201)
- November 2011 (328)
- October 2011 (262)
- September 2011 (221)
- August 2011 (239)
- July 2011 (248)
- June 2011 (283)
- May 2011 (367)
- April 2011 (393)
- March 2011 (284)
- February 2011 (344)
- January 2011 (212)
- December 2010 (274)
- November 2010 (300)
- October 2010 (280)
- September 2010 (322)
- August 2010 (303)
- July 2010 (248)
- June 2010 (187)
- May 2010 (231)
- April 2010 (284)
- March 2010 (287)
- February 2010 (329)
- January 2010 (258)
- December 2009 (353)
- November 2009 (496)
- October 2009 (367)
- September 2009 (461)
- August 2009 (353)
- July 2009 (269)
- June 2009 (329)
- May 2009 (354)
- April 2009 (354)
- March 2009 (535)
- February 2009 (351)
- January 2009 (324)
- December 2008 (226)
- November 2008 (315)
- October 2008 (301)
- September 2008 (208)
- August 2008 (309)
- July 2008 (246)
- June 2008 (265)
- May 2008 (399)
- April 2008 (515)
- March 2008 (314)
- February 2008 (345)
- January 2008 (324)
- December 2007 (324)
- November 2007 (272)
- October 2007 (272)
- September 2007 (265)
- August 2007 (260)
- July 2007 (280)
- June 2007 (246)
- May 2007 (389)
- April 2007 (410)
- March 2007 (371)
- February 2007 (298)
- January 2007 (385)
- December 2006 (293)
- November 2006 (389)
- October 2006 (487)
- September 2006 (455)
- August 2006 (111)
- July 2006 (397)
- June 2006 (367)
- May 2006 (413)
- April 2006 (441)
- March 2006 (381)
- February 2006 (349)
- January 2006 (390)
- December 2005 (261)
- November 2005 (318)
- October 2005 (528)
- September 2005 (369)
- August 2005 (369)
- July 2005 (274)
- June 2005 (410)
- May 2005 (331)
- April 2005 (465)
- March 2005 (276)
- February 2005 (291)
- January 2005 (272)
- December 2004 (199)
- November 2004 (388)
- October 2004 (318)
- September 2004 (273)
- August 2004 (298)
- July 2004 (267)
- June 2004 (286)
- May 2004 (168)
- April 2004 (268)
- March 2004 (316)
- February 2004 (271)
- January 2004 (292)
- December 2003 (164)
- November 2003 (249)
- October 2003 (311)
- September 2003 (262)
- August 2003 (305)
- July 2003 (170)
- June 2003 (271)
- May 2003 (239)
- April 2003 (273)
- March 2003 (155)
- February 2003 (1)
- January 2003 (1)
- December 2002 (1)
- October 2002 (1)
- September 2002 (1)
- August 2002 (1)
- July 2002 (1)
- June 2002 (1)
- April 2002 (2)
- March 2002 (1)
- February 2002 (1)
- January 2002 (1)
- December 2001 (1)
- November 2001 (1)
- October 2001 (1)
- September 2001 (1)
- August 2001 (1)
- July 2001 (1)
- June 2001 (1)
- May 2001 (1)
- April 2001 (1)
- March 2001 (1)
- February 2001 (1)
- January 2001 (1)
- December 2000 (1)
- November 2000 (1)
- October 2000 (1)
- September 2000 (1)
- August 2000 (1)
- July 2000 (1)
- May 2000 (2)
- April 2000 (1)
- March 2000 (1)
- February 2000 (1)
- January 2000 (1)
- December 1999 (1)
- November 1999 (1)
- October 1999 (1)
- September 1999 (1)
- August 1999 (1)
- July 1999 (1)
- June 1999 (1)
- May 1999 (1)
- March 1999 (2)
- February 1999 (1)
- January 1999 (1)
- December 1998 (1)
- November 1998 (1)
- October 1998 (1)
- September 1998 (1)
- August 1998 (1)
- July 1998 (1)
- June 1998 (1)
- May 1998 (1)
- April 1998 (1)
- March 1998 (1)
- February 1998 (1)
- January 1998 (1)
- December 1997 (1)
- November 1997 (1)
- October 1997 (1)
- September 1997 (1)
- August 1997 (1)
- July 1997 (1)
- June 1997 (1)
- May 1997 (1)
- April 1997 (1)