On 06/10/2015 12:58, S Ellison wrote:
(quoting without attribution to the author, who would appear to be Uwe
Liggges).
The former co-author contributed, so he is still author and probably copyright
holder and has to be listed among the authors, otherwise it would be a CRAN
policy violation ..
On 07/10/2015 21:22, William Dunlap wrote:
I just noticed that read.table() and type.convert() interpret the string "i"
as a missing value of type complex.
> str(read.table(text=c("i\ni\ni\ni\n")))
'data.frame': 4 obs. of 1 variable:
$ V1: cplx NA NA NA ...
> str(type.convert
S Ellison posted:
(quoting someone else, it appears)
I read the CRAN policies twice, and there
is no official guideline on how to compile the citation.
And once again Dr Ellison is not attributing quotes: that is clearly
covered by the posting guide. Including:
Take care when you quote ot
Hmm, look in MkRules.dist for the setting you failed to make
Obviously available in R-patched and R-devel only as we cannot foretell
such changes.
On 09/10/2015 06:24, Avraham Adler wrote:
According to the MikTex bug reports [1], MikTex 2.9 has removed
texi2dvi.exe last week (on 2015-09-2
MiKTeX has abruptly removed texi2dvi.exe from its distribution. (MiKTeX
broke its updating process earlier and an attempted update trashed the
updater on my installation so I was forced to make a fresh install of
the current distribution. I do not know if updates remove a currently
installed
On 13/10/2015 14:46, kaveh wrote:
Dear All,
I'm trying to implement the section of the manual pertaining to the
gcc-ubsan test
carried by CRAN on my local computer (ubuntu 14.04):
http://www.stats.ox.ac.uk/pub/bdr/memtests/gcc-UBSAN/README.txt
I was wondering whether someone cou
On 15/10/2015 13:32, Michael Felt wrote:
Hi.
Just wanted to let you know I am getting close to packaging R for AIX in
64.bit mode.
Which version? (You mentioned 3.1.3 and 3.2.2 far below.) There is
little value in reporting on frozen branches, and most value in
reporting on R-devel where al
I think you have it backwards: Ubuntu 14.04 does not support R-devel
PCRE 8.32 is 3 years old, so Ubuntu 14.04 shipped an already quite old
version 19 months ago.
R has long said that its requirement was
PCRE (version 8.10 or later, preferably 8.32 or later)
and 8.32 is indeed prefer
You misunderstand what .libPaths does: it changes the path in the
current session only. Installation uses a different R process.
Set R_LIBS to change the library path for new sessions: see ?.libPath .
On 18/02/2016 07:00, Dario Strbenac wrote:
Good day,
If the library path is changed with .
There are problems with the texi2dvi in the recently released texinfo
6.1. (The bug has been reported.) Avoid 6.1 if you can, but if not
setting the environment variable
R_TEXI2DVICMD=emulation
will enable R to build, including NEWS.pdf and all the vignettes.
We are working on a more comple
On 17/04/2016 07:25, Berwin A Turlach wrote:
G'day all,
probably you have noticed this by now, but I thought I ought to report
it. :)
Already fixed for Unix by the time this reached me. Since that version
of Survival has been put into 3.2 patched, that also needed its
Makefile.in updated.
On 19/04/2016 23:53, Jan Górecki wrote:
Hello dear dev team,
In the recent devel R-exts manual I cannot find any information about new
option `--ignore-vignettes` to `R CMD check`. I would expect it to be
mentioned somewhere in "1.4.2 Non-Sweave vignettes".
Which is a subsection of §1.4 'Writi
On 04/05/2016 08:44, Martin Maechler wrote:
Qin Zhu
on Mon, 2 May 2016 16:19:44 -0400 writes:
> Hi,
> I’m working on a Shiny app for statistical analysis. I ran into this "maximal
number of DLLs reached" issue recently because my app requires importing many other
packages.
On 05/05/2016 10:11, Uwe Ligges wrote:
On 05.05.2016 04:25, Marius Hofert wrote:
Hi Simon,
... all interesting (but quite a bit above my head). I only read
'Linux' and want to throw in that this problem does not appear on
Linux (it seems). I talked about this with Martin Maechler and he
repor
On 05/05/2016 19:40, Mick Jordan wrote:
I have lzma installed (in /usr/local) but R-3.3.0 configure doesn't like
something about it:
checking for lzma_version_number in -llzma... yes
checking lzma.h usability... no
checking lzma.h presence... no
checking for lzma.h... no
configure: error: "liblz
On 21/05/2016 21:25, Luck Buttered wrote:
Dear all:
I am updating the version of an R package I submitted last year on CRAN and
came across two questions that I would be grateful to seek any input about:
1) In the updated version of the package, I am adding a second example
dataset. This exampl
On 24/05/2016 00:54, Simon Urbanek wrote:
Um... any reason why you don't simply disable aqua? That file is only compiled
if you enable aqua - it has really nothing to do with grDevices ...
Also, you can specify a compiler for Objective-C separately and the
manual advises you to do so (to spec
On 27/09/2016 10:49, Mikko Korpela wrote:
When 'getOption("checkPackageLicense")' is 'TRUE' and the user calls
'library(grid)' for the first time, R asks the user to either accept or
decline the package license. This should not be necessary as the package
license is "Part of R ..." with "..." den
On 02/10/2016 17:54, Pi wrote:
Hello.
It would be great if the grep function in R had the option to use the -m
parameter as the linux command does.
I guess you mean the non-standard flag of the GNU version of grep
(probably but not necessarily as used by Linux).
That the POSIX standard for
On 24/11/2016 07:30, Christian Krause wrote:
Dear all,
I’m working as an administrator of a High-Performance Computing (HPC) Cluster
which runs on Linux. A lot of people are using R on this Linux cluster and, of
course, the *parallel* package to speed up their computations.
It has been our co
Please note that you need to report your platforms (as per the posting
guide), as the C function starts
#ifdef HAVE_COSPI
#elif defined HAVE___COSPI
double cospi(double x) {
return __cospi(x);
}
And AFAICS the system versions on Solaris and OS X behave the same way
as R's substitute.
O
On 13/12/2016 17:05, Paul Johnson wrote:
We got some errors and eventually figured out that
parallel::clusterExport second argument is "varlist" while in
snow::clusterExport it is "list".
The user had loaded parallel first, but did something else which
inadvertently loaded snow, then clusterExpo
On 29/12/2016 15:55, Simon Urbanek wrote:
The problem is elsewhere - Rinterface.h guards the ultima-ratio fallback with
HAVE_UINTPTR_T but that config flag is not exported in Rconfig.h. Should be now
fixed in R-devel - please check if that works for you.
Rconfig.h would be appropriate if Rint
On 28/01/2017 02:52, Henrik Bengtsson wrote:
Continuing the tradition to post millennia milestones on CRAN:
So, it happened. Today (January 27, 2017 PCT) CRAN reached 10,000 packages [1].
I predicted (rather tongue-in-check) at UseR! 2011 that we would have
this 'for Christmas 2016', at a tim
On 09/02/2017 11:44, Rainer Hurling wrote:
Dear R devs,
For some days now (~ February, 4th), I am not able to build the recent
tarballs of R-devel on a FreeBSD test box anymore. The breakage seems to
be related to the newest overhaul of src/unix/system.c:
[..snip..]
gcc49 -std=gnu99 -I. -I../.
Note that there are at least 5 separate png() devices, so Linux was not
using the (default) device used on Windows.
In general, the device-limits info is not on the help page because we do
not know it. On Windows the default device limits depend on the OS
version, 32/64-bit, RAM and the graph
On 10/02/2017 19:27, Prof Brian Ripley wrote:
Note that there are at least 5 separate png() devices, so Linux was not
using the (default) device used on Windows.
In general, the device-limits info is not on the help page because we do
not know it. On Windows the default device limits depend on
Registration of 'native routines' (entry points in compiled code loaded
into R) has been available for over 14 years, but few packages make use
of it (less than 10% of those on CRAN with compiled code).
Registration has similar benefits to name spaces in R code:
- it ensures that the routines
On 14/02/2017 17:28, Avraham Adler wrote:
On Tue, Feb 14, 2017 at 11:25 AM, Prof Brian Ripley
wrote:
Registration of 'native routines' (entry points in compiled code loaded into
R) has been available for over 14 years, but few packages make use of it
(less than 10% of those on
On 14/02/2017 16:25, Prof Brian Ripley wrote:
Registration of 'native routines' (entry points in compiled code loaded
into R) has been available for over 14 years,
...
(There are reports that the check in 'R CMD check' on Windows sometimes
fails to detect use of registra
On 27/02/2017 09:30, Peter Simons wrote:
Hi,
I tried compiling the latest pre-release for R 3.3.3 for the NixOS Linux
distribution [1], but the build fails during the "make check" phase
because of the following 2 issues:
Hmm, R-devel (your subject line) is not a pre-release of R 3.3.3: it is
As of today's commit r72375 all packages with native-routine
registration of C or Fortran routines need to be reinstalled in R-devel
(and that include some of the recommended packages in R itself which
will not be reinstalled via make dependencies, so we advise a clean
rebuild of R).
We try t
On 21/03/2017 16:38, Dirk Eddelbuettel wrote:
Hi Brian,
On 21 March 2017 at 07:29, Prof Brian Ripley wrote:
| As of today's commit r72375 all packages with native-routine
| registration of C or Fortran routines need to be reinstalled in R-devel
| (and that include some of the recomm
On 21/03/2017 17:12, Uwe Ligges wrote:
On 19.03.2017 23:50, Christophe Genolini wrote:
Hi all,
I try to compile my package kml and I get the message
[That will not be 'compiling': it may be from R CMD check, e.g. from
wuth --as-cran in R-devel.]
Warning in read_symbols_from_dll(so,rarch
From ?NA
Numerical computations using ‘NA’ will normally result in ‘NA’: a
possible exception is where ‘NaN’ is also involved, in which case
either might result.
and ?NaN
Computations involving ‘NaN’ will return ‘NaN’ or perhaps ‘NA’:
which of those two is not guarantee
Your error is in your subject line: getline rather than readline is used
on Windows. (readline was not written for Windows and depends on a
'curses' library not available for Windows terminals let alone RGui. A
considerable amount of time was spent trying to use it, unsuccessfully.)
On 13/0
There is nothing here indicating any kind of error, so no way to give
any insights
And please do follow the posting guide, including not posting HTML.
FWIW, I have tested R 3.4.0 RC (sic) with MKL 11.3, which is later than
your 2013 ... (on x86_64 Fedora 24).
On 20/04/2017 10:39, jing
From the R-admin manual §5:
'Various environment variables can be set to determine where R creates
its per-session temporary directory. The environment variables TMPDIR,
TMP and TEMP are searched in turn and the first one which is set and
points to a writable area is used. If none do, the fina
On 22/05/2017 18:16, Peter Carbonetto wrote:
Hi Peter, Duncan & Bert,
Thank you kindly for the responses.
Indeed, doc/NEWS.pdf is included in the source distribution, and then
removed upon "make clean".
I thought that it might be useful to report this for your benefit, but on
closer inspection
On 09/06/2017 07:44, Joshua Bradley wrote:
I'm not trying to create a mirror of the CRAN. I also do not want to create
a "subset" of CRAN packages. Sorry if my explanation was confusing. There
are internal proprietary R packages that I would like to host on a private
repo. I like the CRAN web pag
On 16/06/2017 20:37, Jim Hester wrote:
The relevant sections of the C standard are
http://c0x.coding-guidelines.com/5.2.4.2.1.html, which specifies that C
There is more than one C standard, but that is none of them.
ints are only guaranteed to be 16 bits, C long ints at least 32 bits in
size,
R is compatible with GCC 7.1 ! New compiler versions are tested, as
well as those under development for the major compilers. (A few
packages still fail with GCC 7.1, but that was reported to their
maintainers months ago.)
Just follow the instructions in the R-admin manual to install from sou
On 23/06/2017 15:35, Joris Meys wrote:
Related to the following question on Stackoverflow:
https://stackoverflow.com/questions/44723690/unexpected-behavior-of-sys-setlocale#44723690
It appears as if Sys.setlocale() does not update LC_TIME correctly for use
in date formatting. Although R reports
On 11/07/2017 16:48, Avraham Adler wrote:
I've looked at some package testing results and I'm not seeing Solaris
SPARC. Has that test-bed been deprecated for package testing?
Are you talking about CRAN's check results?
The Sparc hardware used for CRAN died during an unplanned power outage,
an
You seem confused about Latin-1: those characters are not in Latin-1.
(MicroSoft code pages are a proprietary encoding, some code pages such
as CP1252 being extensions to Latin-1.)
You have not given the 'at a minimum information' asked for in the
posting guide so we have no way to reproduce t
On 01/08/2017 17:26, peter dalgaard wrote:
If you check developer.r-project.org, you'll find links to the scripts that we
use for building releases and pre-releases of R. These are usually run on a
Mac, but shouldn't require much change for Linux. In particular, notice this
lead-in in the prer
On 25/09/2017 08:00, Dario Strbenac wrote:
Good day,
The data function can import a variety of file formats, one of them being C.S.V.
That isn't its documented purpose. It was the original way for packages
to provide datasets as needed (before lazy data was added).
Problematically, all of
On 27/10/2017 04:13, rosseji wrote:
Using a real name and a signature are regarded as polite here.
Hi,
Wasn't able to see a bug report on this issue yet... Hope I'm not doublng
up.
This is a problem on your system. Also, macOS issues should be reported
to R-sig-mac ... and you should give
On 20/12/2017 17:42, Winston Chang wrote:
On recent builds of R-devel, R CMD check gives a WARNING when some
compiler warning flags are detected, such as -Werror, because they are
non-portable. This appears to have been added in this commit:
https://github.com/wch/r-source/commit/2e80059
Tha
On 21/12/2017 01:03, Erin Hodgess wrote:
Hello
I would like to build R from source and use the PGI compiler, rather than
the GCC compiler.
On what platform? AFAIK we have only ever had reports on Linux.
I saw the instructions for the Intel compiler in the R Installation Manual,
but I didn't
It is known, with a known workaround, see e.g.
https://www.stats.ox.ac.uk/pub/bdr/memtests/README.txt . Set
suppressions in ~/.valgrindrc, e.g. the CRAN check machine has
--suppressions=/data/blackswan/ripley/wcsrtombs.supp
It is an issue in your OS (glibc), not TRE nor R.
On 10/06/2020 00:2
On 10/06/2020 00:39, peter dalgaard wrote:
Yes and no... At least as I understand it (Disclaimer: There are things I am
pretty sure that I don't understand properly, somewhere in the Bermuda triangle
beween CA bundles, TLS protocols, and Server-side settings), there are two
sided to this:
One
On 11/06/2020 15:57, Therneau, Terry M., Ph.D. via R-devel wrote:
I have a version of R-devel on my development box that has the address
sanitizer turned
on. This was instrumental in finding a pair of subtle memory issues. (I had
read, but
never written, one element past the end of an array,
On 12/06/2020 03:49, Fox, John wrote:
Dear Simon,
On Jun 11, 2020, at 9:00 PM, Simon Urbanek wrote:
Wayne,
that one is unrelated, but interesting - you can fix it with
sudo install_name_tool -change \
/usr/local/lib:/opt/X11/lib/libtk8.6.dylib \
/usr/local/lib/libtk8.6.dylib \
/usr/lo
On 11/07/2020 11:47, Kurt Hornik wrote:
Wim R Cardoen writes:
Hello,
I experienced a compiler error when I tried to compile the latest version
of R i.e. R4.0.2
making iosupport.d from iosupport.c
making lapack.d from lapack.c
making list.d from list.c
making localecharset.d from localecharset.
On 28/09/2020 12:44, Andreas Kersting wrote:
Hi,
what is the correct way to specify a C standard in a package's Makevars file?
Building a package with e.g. PKG_CFLAGS = -std=gnu11 does work but R CMD check
issues a warning:
for some unstated value of 'work' ...
* checking compilation flags
On 15/12/2020 23:57, Gábor Csárdi wrote:
Dear list,
I am trying to see if there is a way to expand the set of UTF-8
characters that we can use in Rd files. The main blocker is LaTeX when
building the PDF manual.
You need to explain why this is desirable.
The other limiting factor is availabil
On 18/12/2020 13:39, Gábor Csárdi wrote:
FYI.
tolower, toupper and chartr with non-native chars is work in progress.
(They were getting things wrong in a platform-dependent way, and it
seems the replacement code is also flaky, if in general better than what
went before.)
sessionInfo()
On 17/12/2020 12:28, Jeroen Ooms wrote:
The hunspell package uses the code below to replace curly quotes (aka
officially these are directional (or right/left) quotes.
fancyquotes) with a regular ascii quotes that are needed for check
spelling:
chartr("\u2019", "'", input)
As of last we
On 15/01/2021 05:53, Michael O'Dell via R-devel wrote:
Setting aside the documented problems of running R natively on Apple's M1
machines
(https://developer.r-project.org/Blog/public/2020/11/02/will-r-work-on-apple-silicon
That's rather dated: see the more recent reports on this list.
/index
On 08/02/2021 13:25, Hugh Parsonage wrote:
In the help for Extremes ?min
Note that all versions fail for raw and complex vectors since these have no
ordering.
This makes sense for complex vectors, yet `raw` vectors seem to have a
natural order. Indeed:
which.min(as.raw(c(5L, 2L, 1L, 99L)))
On 17/02/2021 04:58, Hiroaki Yutani wrote:
Hi all,
I saw several people on Japanese locale claim that, on R 4.0.4,
print() doesn't display
Japanese characters correctly. This seems to happen only on Windows
and on macOS (I
usually use Linux and I don't see this problem).
For example, in the res
On 18/02/2021 18:30, Therneau, Terry M., Ph.D. via R-devel wrote:
This is a CRAN question:
I have taken care to compress files in the data directory using "xz" (and
checked that it
is the best). Is there then any impact or use for the LazyDataCompression
option in the
DESCRIPTION file?
I h
On 22/02/2021 08:30, Travers Ching wrote:
I noticed CRAN is now doing checks against Apple M1, and some packages are
failing including a dependency I use.
I don't know what this refers to: M1 Mac CRAN checks are planned but
AFAICS not yet included in the main results tables.
OTOH, 'Additiona
On 21/05/2021 16:01, Marc Schwartz via R-devel wrote:
Hi All,
I was just sent some older R code from circa 2004, which contains the
use of the "**" operator, which is parsed as "^".
From looking at ?"**", I see the following in the Note section:
"** is translated in the parser to ^, but thi
I would have used source("clipboard") on systems which support it (Tomas
has confirmed it works on Linux). See ?file.
The macOS equivalent source(pipe("pbpaste")) also works.
On 14/06/2021 11:06, Cesko Voeten wrote:
Making it 1024 times larger gives:
installing 'sysdata.rda'
Error: segfault
On 12/08/2021 04:52, Simon Urbanek wrote:
Dipterix,
this has nothing to do with R. 2^63 is too large to be represented as singed
integer, so the behavior is undefined - to quote from the C99 specs (6.3.1.4):
"If the value of the integral part cannot be represented by the integer type, the
be
On 13/08/2021 15:58, luke-tier...@uiowa.edu wrote:
[copying the list]
svd() does support matrices with long vector data. Your example works
fine for me on a machine with enough memory with either the reference
BLAS/LAPACK or the BLAS/LAPACK used on Fedora 33 (flexiblas backed, I
believe, by a ve
On 14/12/2021 20:26, Blackwell, Matthew wrote:
Hello all,
In attempting to create a one-sided formula from a two-sided formula,
I discovered that the following syntax will successfully complete this
operation:
f <- y ~ x + z
f[2] <- NULL
f
~x + z
str(f)
Class 'formula' language ~x + z
.
On 16/12/2021 09:13, Stephen Berman wrote:
I just did `svn up' on the R development sources, switched to the build
directory (I build R out of tree), ran make, and got this:
Precisely which version of R-devel updating from which version? -- this
is an area that has changed frequently in the la
On 28/02/2022 17:08, Therneau, Terry M., Ph.D. via R-devel wrote:
I just bundled up and submitted the survival package, using R Under development
(unstable)
(2022-02-28 r81833) -- "Unsuffered Consequences"
The 00-check.log file has a lot of lines like the following:
9a10
> > base::assign(".pt
On 28/02/2022 19:15, Bill Dunlap wrote:
valgrind will detect some of the memory issues that UBSAN does.
Only very few. None of the current 43 CRAN packages with UBSAN issues
have them detected by valgrind ... the valgrind overlap is more with
ASAN issues (see
https://github.com/google/sani
On 06/10/2022 09:41, Berwin A Turlach wrote:
G'day all,
On Thu, 6 Oct 2022 10:15:29 +0200
Martin Maechler wrote:
Davis Vaughan
on Wed, 5 Oct 2022 17:04:11 -0400 writes:
> # Weird, where is the `NA`?
> as.Date(x)
> #> [1] "2013-01-31" "1970-01-01" "2013-03-31"
> ```
. Given that
2038 is not that far away, avoiding 32-bit time_t is generally a very
good idea (not just for people working with dates in 5881580!).
That test should not really be run on platforms with 32-bit time_t, but
that is not currently known at R level.
On 06/10/2022 13:38, Prof Brian
On 08/02/2023 00:13, Gábor Csárdi wrote:
As preparation for the next release, I am trying to compile R devel on
RHEL / CentOS 7, which is still supported by RedHat until 2024 June.
There are two issues.
One is that the libcurl version in CentOS 7 is quite old, 7.29.0, and
R devel now requires 7.
it is the compiler and not your fault. We
would like you to file a bug report specifically about your code and get
agreement from the GCC developers that this is their bug.
Best wishes,
Manuel.
On 01/03/2023 17:02, Prof Brian Ripley wrote:
Dear maintainer,
Please see the problems shown
On 03/04/2023 14:07, Detlef Steuer wrote:
Hi!
The same Inar reported for rawhide
(https://stat.ethz.ch/pipermail/r-devel/2023-March/082482.html)
is true for SuSE's distros.
Right now R does not compile with libcurl8, but SuSE Tumbleweed/Factory
switched to 8 a week ago.
Would be great, if the
On 03/04/2023 15:24, Detlef Steuer wrote:
Am Mon, 3 Apr 2023 15:13:58 +0100
schrieb Prof Brian Ripley :
On 03/04/2023 14:07, Detlef Steuer wrote:
Hi!
The same Inar reported for rawhide
(https://stat.ethz.ch/pipermail/r-devel/2023-March/082482.html)
is true for SuSE's distros.
Right
Initial comments
- R 4.2.3 is not current
- -flto does not seem to be the default in src/gnuwin32/MkRules.
- LTO versions in GCC are tied to the compiler version, and in recent
GCC are the same as the compiler version. The recommended toolchain for
R 4.2.x is Rtools42 which according to NEWS
On 30/05/2023 22:57, Martin Morgan wrote:
Thanks Ivan & Tomas
A simpler way to trigger the problem is library(tools) or library.dynam("tools", "tools",
".") so I guess it is loading src/tools.so
Ivan, adding -d lldb I need to tell lldb where to find the R library
(lldb) process launch --envir
Note that 'intel 2022' is a bit vague. The current version is 2023.1.0,
and that has both the 'classic' (icc/icpc/ifort which it seems you used)
and new (icx/ixpx/ifx) compilers -- the former are said to be going to
be discontinued later this year. R did not know about ifx so did not
build wi
On 09/09/2023 01:56, Hervé Pagès wrote:
Hi Martin,
Sounds good. Are there any plans to support the xz compression for
package source tarballs?
What makes you think it is not supported?
R CMD INSTALL happily installs .tar.xz files, and the name is not used
to detect compression so .tar.gz fil
On 30/10/2023 16:18, Yihui Xie wrote:
Hi,
It may have been so for 20+ years but I just discovered today that system()
would always try to use the short path of a command on Windows:
https://github.com/wch/r-source/blob/635a67/src/gnuwin32/run.c#L141 If
that's true, I wonder if it could provide a
Looks like your locale settings are wrong: see ?Sys.setlocale.
Does the package declare an encoding? If so, see what 'Writing R
Extensions' has to say about that.
On 04/06/2013 11:06, Kamal wrote:
Hi All,
I am encountering the following error while performing check on the R
package we built
This is not gfortran-help, but note that you are not doing this
correctly. See 'Writing R Extensions' §1.2.1. The linking step needs a
flag too.
Beyond that, you failed to tell us your OS, and in fact there are no
such versions of gfortran (4.6.0 != 4.6). The posting guide does ask
you to
On 07/06/2013 18:59, Bryan Hanson wrote:
Hello Core Folk.
This is the R-devel list. Bug reports/enhancement suggestions should go
to bugs.r-project.org.
Quite by accident I discovered today that col2rgb, when fed factors, acts on
the integer representation of those factors:
td <- as.fact
We use the inconsolata LaTeX package by default for monospaced text in R
PDF manuals, including package reference manuals (so needed to R CMD check).
You might find inconsolata.sty suddenly disappearing from your system:
it happened to me with a MiKTeX update earlier this week. OTOH, TeXLive
On 25/06/2013 16:52, Rong lI Li wrote:
Hi, all,
Recently, I met one issue when using socket between R & C++ to transmit R
object. Would you pls help give me some suggestions? Many thanks!
R-help was really the wrong list: see the posting guide. And multiple
posting is really discouraged.
B
On 26/06/2013 09:17, Ziqiang Zhao wrote:
Dear all,
How do I save the R objects in C code?
In R code, we use save(x,y,file="F.RData") to save x and y
in "F.RData".
But what should I do in C?
Call that R code (using eval).
If you look at the
On 25/06/2013 22:54, Anwar Ludin wrote:
I need to rebuild an R interpreter for the Intel Xeon Phi coprocessor which can
be considered as an embedded system.
My only option is to use the intel compiler tools and cross compile the
interpreter. My first stumbling block is that I don't have a fort
On 26/06/2013 10:56, Kamal wrote:
Hi,
I am currently building an R package and I am facing a peculiar problem
where some of the functions does not work within the package. However, if I
source the script the function works.
Nothing here is reproducible, so we need to guess. In particular, you
On 06/07/2013 03:19, Simon Urbanek wrote:
Jon,
On Jul 4, 2013, at 10:52 AM, Jon Clayden wrote:
Dear all,
I have a simple front-end program which uses the APIs described in section
8 of "Writing R Extensions" to deviate from the standard R behaviour in
fairly minor ways. However, I'm having so
On 01/07/2013 16:37, Stephen Weigand wrote:
Hello,
In trying to minimize the margin on the left hand side when using
dotchart I found what may be a typo in the code.
In the lines below from dotchart.R, should nmai[4L] be nmai[2L]?
if (!(is.null(labels) && is.null(glabels))) {
nmai <- par
What did the maintainer say when you asked him (see the posting guide)?
But invocations such as -lsendfile should be in PKG_LIBS (see 'Writing R
Extensions').
On 15/07/2013 16:05, MAYER Hans wrote:
Hi
Hopefully this is the correct mailing list. Sorry if not.
I am still fighting to install
On 18/07/2013 07:45, Hodgess, Erin wrote:
Dear R development:
I'm not sure if this is the appropriate list, but it's a start.
I would like to put together a package which contains a CUDA program on Windows
7. I believe that it has to do with the Makeconf file in the etc directory.
That
fe2.gpu
cuda4.cu
tmpxft_13d4_-5_cuda4.cudafe1.cpp
tmpxft_13d4_-15_cuda4.ii
So that is my situation.
This is Windows 7, R version 3.0.1
Thanks,
Erin
From: r-devel-boun...@r-project.org [r-devel-boun...@r-project.org] on behalf
of Prof Brian Ripley
So please follow the posting guide at
http://www.r-project.org/posting-guide.html, to wit
'f you are using an old version of R and think it does not work
properly, upgrade to the latest version and try that, before posting. If
possible, try the current R-patched or R-devel version of R (see th
On 20/07/2013 12:01, Simon Knapp wrote:
Hi Barry,
Thanks for the response, your suggestion was going to be my 'work
around'... perhaps I took the second paragraph of section 1.1.5 of
R-exts.pdf the wrong way.
I'd be interested in knowing why there is a difference between the
data in a source pa
Thank you for the suggestion. But editing deparsed code is of almost no
use to us: you need to edit the sources. And even then mailers may
distort it, so it really is much easier to file these things as
attachments on bugs.r-project.org, as a wishlist item.
I have incorporated what I think yo
On 25/07/2013 20:35, Ben Warren wrote:
All-
I have been hacking on an R 2.15 build on an Ubuntu 10.4 box, and I do
not know how to debug R's error message regarding cairo "working".
Configuration completes without the expected additional capability (cairo)
We don't support obsolete ver
601 - 700 of 2783 matches
Mail list logo