The R 4.0.0 package migration on Debian is being held back by a failed build
on ppc64el [1]. We can see from the history of builds logs [2] that it used
to build, briefly failed, worked again and then failed leading to R 4.0.0's
release. (And my bad for missing how the alpha1/alpha2/beta/rc build
On 29 April 2020 at 11:22, peter dalgaard wrote:
| Hum, at least it is not Apple, so maybe you can attach a debugger to the
running process? (gdb -p process_id or something like that --- haven't actually
done it for a decade). Then at least we can get a stack trace and a clue about
where it is
On 30 April 2020 at 09:42, Iñaki Ucar wrote:
| On Thu, 30 Apr 2020 at 02:49, Dirk Eddelbuettel wrote:
| > And to keep the list abreast, this appears to be related to the long double
| > issue on powerpc where needed an extra #define to ensure compilation. That
[...]
| Which reminds me t
On 30 April 2020 at 09:11, luke-tier...@uiowa.edu wrote:
| On Thu, 30 Apr 2020, Dirk Eddelbuettel wrote:
| Maybe I missed something. How is the 'compiler' package involved?
See the other email thread; you replied (~ 26 hours ago) to my message adding
that "sysdata.rda in
On 2 May 2020 at 14:14, Naveen Kaushik via R-devel wrote:
| I have just installed R from
https://cran.r-project.org/bin/windows/base/rtest.html but when i want to open
R, not open to massage show and when I troubleshoot R program it is show that
Settings applied to: Rgui: Windows compatibility
On 12 May 2020 at 19:59, Hervé Pagès wrote:
| While reading about the new 'recycle0' argument of paste/paste0, I
| spotted a mysterious "cd" floating in the air in the man page:
|
|recycle0: ‘logical’ indicating if zero-length character arguments (and
| all zero-length or no ar
On 15 May 2020 at 15:41, Martin Maechler wrote:
|
|
| Why does nobody anymore help R development by working with
| "R-devel", or at least then the alpha, beta and the "RC"
| (Release Candidate) versions that we release daily for about one
| month before the final release?
|
|
Michael,
You are getting confused in compiler minutia when you could be concentrating
on your code. The inline package can help here.
Consider the snippet below which loads inline, defines your function body
sans headers etc and then uses the magic of inline to compile, link and load
your fun
Eduardo,
On 10 July 2010 at 19:31, Eduardo García wrote:
| Hi everybody! Could somebody help me with the following?
|
| I'm trying to run a simple Hello World code in openmp using .C function. The
| C code i have is:
|
| #include
| #include
| #include
|
| void hello_omp(int *n) {
|i
On 10 July 2010 at 13:01, Dirk Eddelbuettel wrote:
|
| Eduardo,
|
| On 10 July 2010 at 19:31, Eduardo García wrote:
| | Hi everybody! Could somebody help me with the following?
| |
| | I'm trying to run a simple Hello World code in openmp using .C function. The
| | C code i ha
t for the end users of my program.
| >
| >
| Dirk Eddelbuettel love R/C++ combination. Rinside could be usefull for you.
|
| http://dirk.eddelbuettel.com/code.html
Thanks for the plug. We can definitely embed R inside C++ on operating
systems containing an x somewhere in their name. But n
On 19 August 2010 at 17:06, Vyacheslav Karamov wrote:
| Dirk Eddelbuettel пишет:
| > On 19 August 2010 at 13:02, Daniel Cegiełka wrote:
| > | Is there any posibility to use R without installing?
| > |
| > | > I mean that I have my own application written in MS Visual C++ and I
and as far as I am concerned a
good thing as well.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ioned technologies are meant to hide R or
permit deployment without it.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
"roll your own" plot do you? Reports are no different. If you don't
| agree do not bother me. If you agree then please bring this request to the
| appropriate authorities for consideration or tell me how to do it.
I usually write them on a small note and put them under my pillo
here is a way to tell what BLAS you are using (and I don't
| > know if there is), it has to be a run-time check.
| >
| > Kasper
| >
| > __
| > R-devel@r-project.org mailing list
| > https://stat.ethz.ch/mailman/listinfo/r-devel
|
| __
t may impact the
running of 'R CMD check' and friends.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
On 25 August 2010 at 08:06, Prof Brian Ripley wrote:
| On Tue, 24 Aug 2010, Dirk Eddelbuettel wrote:
|
| >
| > On 24 August 2010 at 15:40, Hadley Wickham wrote:
| > | Hi all,
| > |
| > | If a package suggests another package in its description, you can
| > | check it at run
many-cygwin-woes/
and
also see http://www.saltycrane.com/blog/tag/cygwin/
Those links may by now be stale.
Hth, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
omething like this and have the generated file transformed.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ip out major version (4) and minor (0 or
1) and then complain. With 4.2 you should be fine.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
| * - compiler version checks are sometime used directly in the source files as
a work-around if autoconf cannot be used. But since autoconf provides an easy
way to test functionality you should do that instead if available.
|
| On Sep 14, 2010, at 7:40 AM, Dirk Eddelbuettel wrote:
|
| >
u want the file filtered at the
compile stage.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
so, the error disappears when I create a directory build/ inside of my
package sources.
It is still present with the RC tarball wrapped up last night (r53227).
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-proje
On 8 October 2010 at 15:11, Martin Morgan wrote:
| On 10/08/2010 01:25 PM, Dirk Eddelbuettel wrote:
| >
| > With several versions of R 2.12.0 I have been seeing this when running
| >
| > R CMD build Rcpp
| >
| > from the SVN sources:
| >
| > [...]
| > Tr
x:~/src/debian/CRAN$
The vote is clearly in favour of data/ over inst/data.
Hth, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ch better, in my book, to explicitly return as you'd do with
return Rcpp::List::create(Rcpp::Named("newv"=vc,
Rcpp::Named("neww"=wc)));
which will get you a named list at the R level.
Feel free to come over to rcpp-devel is you have q
eed further assistance, feel free to come to r-sig-debian for Debian
and Ubuntu matters.
Hth, Dirk
|
| Thank you all for your consideration.
| Ron Burns
|
|
|
| --
| R. R. Burns
| Physicist (Retired)
| Oceanside, CA
|
| __
| R-devel@r-pr
rsions and so is much
| easier to learn. Dirk and Romain are also churning out the
| documentation, so there are lots of examples to learn from.
Thanks for the plug and endorsement -- we appreciate it. One correction
though: We strive to provide seamless C++ and R integration, not C and R.
make
it a database that can be read as file or over sockets and so.
And Yoda still rules.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
mailing list archive at Nabble.com.
|
| ______
| R-devel@r-project.org mailing list
| https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
t-dev" which contains MySQL
| database development files and headers. Then, I attempted to install the
| RMySQL package again, and there was no error.
What was wrong with
sudo apt-get install r-cran-rmysql
that make you compile locally?
Dirk
--
Dirk Eddelbuettel | e...@debian.
ty!
Seconded.
I have even older emails (from 2005/2006) where the author complains that no
other R packages use what was then Rcpp. The code changed a lot, but there
is still some pride to be had in an idea living on, even if (as Peter wrote)
someone else picks up "your" ball and runs
om of http://dirk.eddelbuettel.com/code/rcpp.changelog.html) clearly
shows that by November 2009 we were nine releases into it. There are a full
210 lines of changes including
2009-11-18 Dirk Eddelbuettel
* DESCRIPTION: Add Dominick back into Authors per his new request
reversing hi
s being unsupported -- so you cannot
expect answers on the principal development list for R.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
fairly recent
license change of GotoBLAS2 (to the more liberal BSD license permitting
redistribution). With some luck we will GotoBLAS2 deb packages in future
Debian and Ubuntu releases.
Hth, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
___
ified when using R CMD SHLIB?
I use
~/.R/Makevars
where you can set all variables your in in
$RHOME/etc/Makeconf
Setting the as environment variables will also work by virtue of make (and
that is what the inline package does).
Dirk
--
Dirk Eddelbuettel | e...@debian.org |
nction causes the whole RGui crashes,
| >
| > driver <- dbDriver("PostgreSQL")
| > con <- dbConnect(driver, dbname="demo", host="192.168.8.1",
| > user="postgres", password="postgres", port=5432)
| >
|
| __
are times when something else is called for.
Exactly when that time is depends on a great many things and you have not
mentioned a single metric in your question. So I'd start with John's book.
Hope this helps, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
tRNGstate and destruvctor calls PutRNGstate, so that you can do :
fx <- cxxfunction( , '
RNGScope scope ;
NumericVector x = rgamma( 10, 1, 1 ) ;
return x ;
', plugin="Rcpp" )
fx()
That's self-contained example for
On 21 January 2011 at 11:32, Xiaochun Sun wrote:
| Many thanks for your reply. Rf_rnorm works very good with me.
Glad to hear it helped, and let us know if you have other questions.
Cheers, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
2.5;
Rcpp::IntegerVector v(2); v[0] = 10; v[1] = 11; // with C++0x we could
assign directly
mylist[2] = v;
show(mylist);
R["myRlist"] = mylist;
std::string r_code = "myRlist[[1]] = 42; myRlist[[2]] = 42.0;
myRlist[[3]][2] = 42; myRlist";
Rcpp::List resl
Cheers,
| >> Simon
| >>
| >> __
| >> R-devel@r-project.org mailing list
| >> https://stat.ethz.ch/mailman/listinfo/r-devel
| >
| > __
| > R-devel@r-project.org mailing list
| > https://stat.ethz.ch/mailman/listinfo/r-devel
| >
| >
|
| __
| R-devel@r-project.org mailing list
| https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
this helps, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Hoping that it is nothing to permanent, could someone with the power to do so
please give the r-forge machine (or something in the network controlling
access to it) a good shake or reboot ?
Thanks, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
On 16 February 2011 at 08:00, Dirk Eddelbuettel wrote:
| Hoping that it is nothing to permanent, could someone with the power to do so
| please give the r-forge machine (or something in the network controlling
| access to it) a good shake or reboot ?
That appears to have been temporary. http
e just released Rcpp 0.9.1 a few days ago so I have been running a lot of
tests some of which include building and loading modules. This "should have
worked" for you.
Again, follow-ups on rcpp-devel which I'll CC will be appreciated. You'd have
to sign up there to post.
Thanks, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
30
R>
You can then use this helper function to have a package created for you:
RcppArmadillo.package.skeleton("mmult", mmult, path="/tmp")
The rcpp-devel list is open for help and further questions should you have any.
Cheers, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
On 20 February 2011 at 09:50, Dirk Eddelbuettel wrote:
| There is of course merit in working through the barebones API but in case you
| would consider a higher-level alternative, consider these few lines based on
| RcppArmadillo (which end up calling dgemm() for you via R's linkage to the
dflatex and no ugly tilde symbols creep into whitespace -- or else
use tools::texi2dvi() :
ifneq (,$(findstring edd,$(whoami)))
pdflatex Rcpp-modules.tex
pdflatex Rcpp-modules.tex
else
$(RSCRIPT) -e "tools::texi2dvi( 'Rcpp-modules.tex', pdf = TRUE, clean =
TR
e to
avoid the segfault alltogether if you can.
Hope this helps, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
etc use is discussed in Appendix A.3 Linear algebra of the R
Installation and Administration manual.
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo
_
| R-devel@r-project.org mailing list
| https://stat.ethz.ch/mailman/listinfo/r-devel
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
ranslateChar( STRING_ELT( pattern , i%n1 ) );
td = translateChar( STRING_ELT( tempdir , i%n2 ) );
+ te = translateChar( STRING_ELT( fileext , 0 ) );
/* try to get a new file name */
tm = R_tmpnam(tn, td);
- SET_STRING_ELT(ans, i, mkChar(tm));
+ if (0 != strlen
+44 1865 272861 (self)
| 1 South Parks Road, +44 1865 272866 (PA)
| Oxford OX1 3TG, UKFax: +44 1865 272595
|
| __
| R-devel@r-project.org mailing list
| https://stat.ethz.ch/mailman/listinfo/r-devel
--
Di
parser - Detailed R source code parser
detailed source code parser, based on the standard R parser but
organizing the information differently
which strikes me as close enough to what you describe. That said, Romain did
this for highlight so it may not be relevant.
D
s why this is now
checked for.
Warnings are your friends. And, just like good friends, they sometimes go in
misterious ways...
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://st
current
r-base-core is installed.
So I see no particular breakage. Recompiling your project may also be a start.
Hth, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
for
png). So maybe you should revisit the Cairo devices---they allow you
plotting without an x11 device (and also give you SVG).
Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https:/
]]) tells you the extension
| > |> your particular system uses for shared libraries:
| > |>
| > |> R> .Platform
| > |> $OS.type
| > |> [1] "unix"
| > |>
| > |> $file.sep
| > |> [1] "/"
| > |>
| > |> $dynlib.ex
g/package=RcppBDT
and its links show.
Hope this helps, Dirk
--
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
On 21 April 2011 at 09:51, Karl-Dieter Crisman wrote:
| Thanks for your replies, Dirk and Matt.
My pleasure.
| On Thu, Apr 21, 2011 at 7:49 AM, Dirk Eddelbuettel wrote:
| > Random guess: did you connect via ssh without x11 forwarding?
|
| Almost certainly, yes. (I am an interlocutor ri
On 2 May 2011 at 11:32, Sharpie wrote:
| Hello, I was just tweaking the R build for the Homebrew package manager and I
| thought it would be nice to enable bash completion. I noticed that
| Debian-based systems install `/etc/bash_completion.d/R` but could not find a
| source for this file in the `
On 3 May 2011 at 13:19, peter dalgaard wrote:
|
| On May 3, 2011, at 12:35 , Andreas Borg wrote:
|
| > Hi all,
| >
| > I am posting this again because I got no reply on r-help. Maybe the
devel-list is the right place for this kind of question.
|
| Actually, not an R problem at all, but try on
On 6 May 2011 at 14:21, Sean Robert McGuffee wrote:
| Hi,
|
| Sorry, I just tried posting this but I had it in the wrong format of text,
| so this is a cleared format repost:
|
| I¹m trying to call some of my c++ code from R and seem to be having an issue
| with streams, although that¹s just one
Sören and Carlo,
On 6 May 2011 at 19:24, soeren.vo...@uzh.ch wrote:
| Hello
|
| We have a C++ class with several methods that manipulate an object. How is
| it possible to create several instances of that class *from R* in the C++
| realm, which can then be accessed via a given name character?
and some circumstances under which it's important
| > to explicitly request pointers to be maintained. Is it possible that R is
| > eating global pointers used by std::ostream ?
| >
| > All suggestions are valued and if anyone has recommendations on strategy,
| > please let me know.
| >
Just noticed this in R 2.13.0, it is also still present in R-devel in SVN:
%%% Rd.sty ... Style for printing the R manual
%%% Part of the R package, http://www.R-project.org
%%% Copyright (C) 2003-20010 The R Foundation
^
Very forward-looking ...
Dirk
--
On 10 June 2011 at 15:10, Simon Urbanek wrote:
|
| On Jun 10, 2011, at 2:54 PM, Nipesh Bajaj wrote:
|
| > Dear all, it is my first post in R-devel list, and hope that this is
| > the right place to ask question related to package development.
| >
| > I have created my first package in Windows t
On 10 June 2011 at 16:04, Simon Urbanek wrote:
| On Jun 10, 2011, at 3:36 PM, Dirk Eddelbuettel wrote:
| > | That said, you can simply use cat() in .First.lib (if your packages has
no namespace) or .onAttach or .onLoad (if your packages has a namespace).
| >
| > No, not cat() --- p
On 16 June 2011 at 18:47, Mike Sonsini wrote:
| Hello,
|
| I am very new to R but my question is with respect to the C API for
| working with an embedded R console. I have been able to start and stop
| an embedded R console from within a C program as well as use the API to
| execute commands i
On 21 June 2011 at 09:50, Douglas Bates wrote:
| Questions like this would get a faster response on the Rcpp-devel list, to
| which I am copying this reply.
Quite right. Dropping r-devel now. You need to subscribe to rcpp-devel if
you want to post there.
| On Jun 21, 2011 6:35 AM, "oyvfos" w
On 29 June 2011 at 14:17, Simon Urbanek wrote:
| BTW: the build result is at
|
|
http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/GUTS-00install.html
|
| so you may want to have a look. I'm not a C++ expert so you may want to ask
on the Rcpp list since it appears to be some issue t
On 20 July 2011 at 14:03, Jeroen Ooms wrote:
| >> I think Bill Dunlap's answer addressed it: the claim appears to be false.
|
| Here is another example where there is randomness that is not due to
| the seed. On the same machine, the same R binary, but through another
| interface. First directly
On 20 July 2011 at 18:02, peter dalgaard wrote:
|
| On Jul 20, 2011, at 15:38 , Dirk Eddelbuettel wrote:
|
| >
| > On 20 July 2011 at 14:03, Jeroen Ooms wrote:
| > | >> I think Bill Dunlap's answer addressed it: the claim appears to be
false.
| > |
| > | Here is a
I was about to show the Rcpp build check results to a user when I noticed
that the relevant URL
http://cran.r-project.org/web/checks/check_results_Rcpp.html
currently yields a 404 error.
Spot checking for other package yields the same. Looking at
http://cran.r-project.org/web/
shows
On 5 August 2011 at 00:15, Michael Lachmann wrote:
| > I'm not sure it's really worth bothering with such optimizations, on my
machine I get
|
| No it isn't worth it, you're right. Though 100MB is much smaller than my
average file size. But you're right, readChar is quite efficient.
When you k
Hi Vinh,
On 9 August 2011 at 16:40, Vinh Nguyen wrote:
| Dear R-Devel,
|
| I'm using Ubuntu on an x86_64 machine and would like to have both the
| 32-bit and 64-bit versions of R built from source. By default,
| following the usual build procedures yields 64 bit R. Looking at
|
[these](http:/
On 9 August 2011 at 21:24, Simon Urbanek wrote:
|
| On Aug 9, 2011, at 8:12 PM, Dirk Eddelbuettel wrote:
|
| >
| > Hi Vinh,
| >
| > On 9 August 2011 at 16:40, Vinh Nguyen wrote:
| > | Dear R-Devel,
| > |
| > | I'm using Ubuntu on an x86_64 machine and would like to
On 16 August 2011 at 23:17, Jonathan Malmaud wrote:
| Hi,
| My R package has files in the 'inst' directory that it needs to reference.
How can the R scripts in my package find out the full path to the 'inst'
directory after the package is installed, given that different users may have
installed
On 30 August 2011 at 02:25, Ilana Lichtenstein wrote:
| The tutorials on the web regarding creation of C++ dlls do not discuss
| linking to libraries.
Well, there are working examples among the 3200+ CRAN packages...
| Thus my two questions are:
| (1) Does anyone know how to compile a C++ progra
On 9 September 2011 at 11:38, Paul Johnson wrote:
| Hi,
|
| I'm asking another one of those questions that would be obvious if I
| could watch your work while you do it.
|
| I'm having trouble understanding the workflow of code and package maintenance.
|
| Stage 1. Make some R functions in a f
Hola,
On 9 September 2011 at 16:07, Michael King wrote:
| Hello,
|
| I have recently been doing some research regarding how to successfully save
| and load Rcpp Objects ( objects from modules ) for future use, but with
| little success. For example, to use the example package (from package
| ske
On 11 September 2011 at 03:30, typhoong wrote:
| hi,
|
| i want to build a Qt front-end GUI which communicates with R, and i am not
| sure what i should use for the interface. There seems to be many ways:
| R.dll, Rinside, Rcpp, RQt, Rtools... . what is the best way? please advice.
|
| basicall
On 14 September 2011 at 16:22, Simon Urbanek wrote:
|
| On Sep 14, 2011, at 4:15 PM, Brian Oney wrote:
|
| > Hi there,
| > new idea (at 10 at night). All the emails keep me thinking (btw thanks for
all the feedback).
| > What does this do on linux?
| >
| > getOption("pdfviewer")
| > ### I got
On 14 September 2011 at 16:56, Simon Urbanek wrote:
|
| On Sep 14, 2011, at 4:44 PM, Dirk Eddelbuettel wrote:
|
| >
| > On 14 September 2011 at 16:22, Simon Urbanek wrote:
| > |
| > | On Sep 14, 2011, at 4:15 PM, Brian Oney wrote:
| > |
| > | > Hi there,
| > | &g
On 20 September 2011 at 10:26, Alireza Mahani wrote:
| I have a function in R that takes another function as argument:
|
| f <- function(g, ...) { #g is expected to be a function
| }
|
| I want to see if there is a way to implement "f" in C and calling it from R
| using ".C" interface. I know th
On 23 September 2011 at 18:03, Ben Bolker wrote:
| Just to save someone else a few seconds of googling: when you try to R
| CMD check with recent versions of R-devel and you get
|
| * checking PDF version of manual ... WARNING
| LaTeX errors when creating PDF version.
| This typically indicates
Ben,
At work with little time so _real brief_:
-- we build r-devel "all the time", in fact nightly for rocker; and there
are Dockerfiles to look at
-- we build R all the time in Debian, Ubuntu, ... and my sources for that
are not on GH but you can fetch the diff.gz
-- there is a
On 28 May 2015 at 09:38, Jari Oksanen wrote:
| On 28/05/2015, at 11:57 AM, Martin Maechler wrote:
| >> Ben Bolker
| >> False alarm. Completely wiping out my build directory followed by
| >
| >> ../R-devel/configure --with-tcl-config=/usr/lib/tclConfig.sh
| >> - --with-tk-config=/usr/lib/tkC
Hi Kurt,
On 1 June 2015 at 14:02, Kurt Hornik wrote:
| > peter dalgaard writes:
|
| >> On 30 May 2015, at 01:20 , Imanuel Costigan wrote:
| >>
| >> So I assume this commit means NEWS.md is now no longer on blacklist?
| >>
|
| > in the development version. Not true of released versio
On 2 June 2015 at 11:25, Duncan Murdoch wrote:
| On 02/06/2015 11:05 AM, Dirk Eddelbuettel wrote:
| > Hi Kurt,
| >
| > On 1 June 2015 at 14:02, Kurt Hornik wrote:
| > | >>>>> peter dalgaard writes:
| > |
| > | >> On 30 May 2015, at 01:20 , Imanuel Costiga
On 7 June 2015 at 20:46, Duncan Murdoch wrote:
| I am seeing very strange behaviour in R 3.2.0 patched (r68272) and a new
| build of R-devel. The sessioninfo() from the former is below.
|
| Here's what I see: If I set the locale, and trigger a namespace load, a
| version comparison gives NA, an
On 1 July 2015 at 07:36, Duncan Murdoch wrote:
| On 01/07/2015 7:20 AM, Ei-ji Nakama wrote:
| > hi,
| >
| > Index: leap_second/src/library/base/R/zdatetime.R
| > ===
| > --- leap_second/src/library/base/R/zdatetime.R(revision 686
On 1 July 2015 at 18:02, Ei-ji Nakama wrote:
| sorry, i didnt watch src/main/datetime.c ...
Thanks again -- I also made that update for a Debian build 3.2.1-4.
Dirk
| Index: leap_second/src/main/datetime.c
| ===
| --- leap_second
On 15 July 2015 at 11:44, Georgi Boshnakov wrote:
| Is it possible to consider adding .emacs.desktop and .emacs.desktop.lock to
files ignored by R CMD build?
You do that at your end via a file .Rbuildignore. From Section 1.3.2 of WRE:
To exclude files from being put into the package, one
On 21 July 2015 at 02:15, MAURICIO ZAMBRANO BIGIARINI wrote:
| Regarding the previous problem with setting up r-devel in Linux Mint
| 17.1 64-bit, I deleted all the r-devel files I previously had, and
| then I did the check out to the
|
| '~/svn/r-devel'
|
| directory originally mentioned by by
On 6 August 2015 at 11:33, Peter Langfelder wrote:
| Just downloaded the newest R-patched.tar.bz. DEcompressing and
| untarring now produces a directory R-beta instead of the usual (for
| me, at least) R. The file VERSION now says 3.2.2 beta. Just wanted to
| double-check that there is no mixup of
On 6 August 2015 at 20:16, Jose Claudio Faria wrote:
| The bug described is occurring with all recent distributions available!
|
| I discovery today, after install R version 3.2.2 beta (2015-08-04 r68843),
| that the bug happens when I copy my packages from old distribution to the
| library folde
On 24 August 2015 at 11:43, arnaud gaboury wrote:
| On Mon, Aug 24, 2015 at 11:29 AM, Bjørn-Helge Mevik
| wrote:
| > arnaud gaboury writes:
| >
| >> - Intel MKL: this is part of Intel Parallel Studio and is a paid
| >> software. Now, there is the MKL package distributed by
| >> Revolutionanalyti
101 - 200 of 968 matches
Mail list logo