Displaying 20 results from an estimated 800 matches similar to: "packageDate() segfaults, if used without argument"
2015 Sep 05
2
No new daily R-devel tarball since r69202?
Am 05.09.2015 um 10:18 schrieb peter dalgaard:
>
>> On 05 Sep 2015, at 08:28 , Rainer Hurling <rhurlin at gwdg.de> wrote:
>>
>> Is there any reason that the R-devel tarball at [1] stucks on r69202?
>>
>> It seems, that newer R-devel versions are now published on
>> /pub/misc/cran/src/base-prerelease, for example at
>>
2015 Sep 06
1
No new daily R-devel tarball since r69202?
Am 05.09.2015 um 19:09 schrieb peter dalgaard:
>
>> On 05 Sep 2015, at 13:54 , Rainer Hurling <rhurlin at gwdg.de> wrote:
>>
>> Am 05.09.2015 um 10:18 schrieb peter dalgaard:
>>>
>>>> On 05 Sep 2015, at 08:28 , Rainer Hurling <rhurlin at gwdg.de> wrote:
>>>>
>>>> Is there any reason that the R-devel tarball at [1]
2015 Sep 05
2
No new daily R-devel tarball since r69202?
Is there any reason that the R-devel tarball at [1] stucks on r69202?
It seems, that newer R-devel versions are now published on
/pub/misc/cran/src/base-prerelease, for example at
http://ftp5.gwdg.de/pub/misc/cran/, but without an R-devel.tar.gz
tarball ...
Is this intended? Any clarification would be appreciated.
Thanks and greetings,
Rainer Hurling
[1]
2015 Jul 19
2
Building r-devel fails on Ubuntu (old and new as well)
Am 16.07.2015 um 14:08 schrieb Martin Maechler:
>>>>>> G?bor Cs?rdi <csardi.gabor at gmail.com>
>>>>>> on Thu, 16 Jul 2015 07:18:00 -0400 writes:
>
> > ...
> > making array.d from array.c
> > array.c:33:23: fatal error: duplicate.h: No such file or directory
> > compilation terminated.
> > ...
>
2001 Jun 02
2
inout() in splancs working properly?
I have a problem with function 'inout()' in package 'splancs' on CRAN-R
Version 1.2.3 under FreeBSD4.3-STABLE.
The following script produces and draws points and a polygon-surrounded
area. Repeating the same script many times shows, that points on the
polygon-line often, but not always, are outside of the polygon-area.
library(splancs)
# dataset with polygon (convex
2015 Jul 19
1
Building r-devel fails on Ubuntu (old and new as well)
An updated tarball should be available in $CRAN/src/base/pre-release soon. (For CRAN=https://cran.r-project.org, immediately. Other mirrors need mirroring.)
-pd
> On 19 Jul 2015, at 10:01 , peter dalgaard <pdalgd at gmail.com> wrote:
>
> Looks like someone forgot to update the DISTFILES (specifically the HEADERS) in src/main/Makefile.in...
>
> -pd
>
>> On 19 Jul
2007 Mar 31
2
Matrix package: compilation error
Trying to compile the package Matrix_0.9975-11.tar.gz with newest
R-2.5.0 alpha (2007-03-31 r40986) on FreeBSD 7.0-CURRENT (i386) I get
the following error:
-----
R CMD INSTALL Matrix_0.9975-11.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'Matrix' ...
** libs
** arch -
"Makefile", line 10: Missing dependency operator
2000 Dec 08
2
GIS and Spatial stats
[this went to me instead of the list; MM, your list maintainer]
I am digging in the wrong hole I guess. Where can I find R /S routines for
spatial statistics? Also has anyone made an R link to a GIS package? Anyone
out there who works in this area?
Thanks
Richard E. Hoskins
WA State Department of Health
1102 Quince Street
Olympia, WA 98504-7812
richard.hoskins at doh.wa.gov
tel: (360) 236 -
2008 Aug 08
1
Lattice: regression lines within grouped xyplot panels
Dear community,
I am looking for a possibility to draw 'regression lines' instead of
'smooth' lines in grouped xyplots. The following code should give you a
small example of the data structure.
library(lattice)
data(Gcsemv, package = "mlmRev")
# Creates artificial grouping variable ...
Gcsemv$Groups <-
ifelse(as.numeric(as.character(Gcsemv$school))>65000,
2010 Nov 01
2
transforming a dataset for association analysis RESHAPE2
I get the following message when using the reshape2 package line
> tDat.m<- melt(Dataset)
Using Item, Subject as id variables
> tDatCast<- acast(tDat.m,Subject~Item)
Aggregation function missing: defaulting to length
Note Problem Statement-
convert dataframe
Subject Item Score
1 Subject 1 Item 1 1
2 Subject 1 Item 2 0
3 Subject 1 Item 3 1
4 Subject 2 Item 1 1
5
2012 May 15
1
R-devel on FreeBSD: new C99 functions don't build
About April 25th, there had been some changes within R-devel's
src/nmath/pnbeta.c (and probably some other relevant places) and now
building R-devel on FreeBSD 10.0-CURRENT (amd64) with gcc-4.6.4 and
math/R-devel (selfmade forked port from math/R) fails like this:
[..snip..]
mkdir /usr/ports/math/R-devel/work/R-devel/bin/exec
gcc46 -std=gnu99 -I../../src/extra -I. -I../../src/include
2005 May 19
1
make fails in errors.c (PR#7881)
Full_Name: Rainer Hurling
Version: R-2.1.0
OS: FreeBSD6-CURRENT from May 19 2005
Submission from: (NULL) (213.54.77.26)
/configure does well in FreeBSD6-CURRENT.
When typing 'make' after a while I get:
-------------------------------------
[...snip...]
gcc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o
1998 Jul 01
1
R-beta: Problems with graphics on postscript
I am using R-0.62.1 on FreeBSD-2.2.5. In R-0.61.3 I wrote the
following R-script to produce postscript-output with logarithmic
diagram:
postscript("Test.PS", paper="a4", width=10.7, height=7.27,
pointsize=10) plot(c(1:100), c(1:100), ann=FALSE, log="y",
xlim=range(1:100), ylim=range(1:100))
lines(c(1:100), rep( 1,100), lty=2, col="Gray")
lines(c(1:100),
2015 Feb 16
2
Small typo in german translation
Dear developers,
I found a small typo in the german translation for the aggregate() function:
In the string "keine Zeile f?r die Aggragation" it should be spelled
'Aggregation' instead of 'Aggragation' (e instead a).
After a quick look into the sources, I found two places for it:
#grep -r -e "Aggragation" *
src/library/stats/po/R-de.po:msgstr "keine
2017 Feb 09
3
changes in src/unix/system.c break builds on FreeBSD
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../../src/include -I../../src/include
-I/usr/local/include -DLIBICONV_PLUG -I/usr/local/include -isystem
/usr/local/include -DHAVE_CONFIG_H -fopenmp
2016 Jan 30
2
In plot.ts, las=1 applies to ylab with multiple series and not to axis labels
Hello:
In plot.ts, las=1 applies to ylab and not axis labels with
multiple series. The documented behavior is to have las=1 apply to axis
labels and not ylab.
To see this, please try the following:
plot.ts(1:4, las=1)
plot.ts(matrix(1:8, 4), las=1)
On my Mac, the second displays behavior I did not expect. If
I've done something stupid here, please advise;
2006 Nov 14
1
alphachannel on pdf-device
Dear R users,
since R-2.4.0 I am not able any more to draw figures without
transparency after drawing one figure with alphachannel set lower than 100%.
For better unterstanding here a small example of my problem:
-----------------------------------------------
pdf(paste("test_alpha_rgb.pdf",sep=""), version="1.4")
plot(1:8, 1:8, type="n",
2015 Sep 05
0
No new daily R-devel tarball since r69202?
> On 05 Sep 2015, at 13:54 , Rainer Hurling <rhurlin at gwdg.de> wrote:
>
> Am 05.09.2015 um 10:18 schrieb peter dalgaard:
>>
>>> On 05 Sep 2015, at 08:28 , Rainer Hurling <rhurlin at gwdg.de> wrote:
>>>
>>> Is there any reason that the R-devel tarball at [1] stucks on r69202?
>>>
>>> It seems, that newer R-devel versions
2009 Jan 11
3
Package Matrix does not compile in R-devel_2009-01-10
Dear developers,
today I tried to build and install R-devel_2009-01-10 on FreeBSD
8.0-CURRENT (i386) for testing purposes.
All went well until compiling the now recommended (integrated) Matrix
package. At this point the following break occured:
------------------------------------------------
begin installing recommended package Matrix
* Installing *source* package 'Matrix' ...
**
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
On a recent FreeBSD 8.0-CURRENT (i386) building R (any version) breaks
with the following messages:
----------------------------------------------------------------------
[...snip...]
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c wilcox.c -o wilcox.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include