Displaying 20 results from an estimated 30000 matches similar to: "R-alpha: Re: What are objects?"
1997 Dec 02
1
R-alpha: Re^2: data file names
[R-devel'ers: spill over from R-core .. -- MM]
>>>>> "KH" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
>>>>> Robert Gentleman writes:
>> In preparing the next Windows release I want to make opening up
>> system data files (and their documentation) more transparent. I
>> would really like to adopt the
1997 Apr 22
1
R-alpha: contributed packages -- Yes, use library/<package>/.. !
>>>>> "Kurt" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
>>>>> Paul Gilbert writes:
>> Friedrich
>> Regarding the location of data for libraries it might be easier if
>> everything for one library is included in one subdirectory. At least
>> it would certainly be easier to clean-up, which I like to do
1997 Apr 22
3
R-beta: library(splines) in version 0.50 alpha
I am using the 0.50 alpha version of R packaged (in 3 parts) by Kurt
for Debian Linux.
Package: r-base
Status: install ok installed
Priority: optional
Section: local
Maintainer: Kurt Hornik <Kurt.Hornik at ci.tuwien.ac.at>
Version: 0.50b7-1
Depends: libc5, xlib6, libreadline2
Description: R, a language not entirely unlike the language S.
Package: r-contrib
Status: install ok
2005 Oct 25
2
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
Hi,
Looking into LLVM for a database query engine project...
After downloading the latest source from CVS, it's my first time trying
to build LLVM. Following the "Getting Started" instructions, all went well
until gmake reported this error while trying to link llc:
In function `(anonymous namespace)::BreakCriticalEdges::getAnalysisUsage(llvm::AnalysisUsage&) const':
1997 Dec 03
2
R-alpha: Re^3: data file names
>>>>> "KH" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
>>>>> Robert Gentleman writes:
>>> In preparing the next Windows
>>> release I want to make opening up system data files (and their
>>> documentation) more transparent. I would really like to adopt
>>> the convention that data files use
2009 Dec 23
2
Mean, median and other moments
Hi!
Suppose I have a dataset as follows
pd = c(10,7,10,11,7,11,7,6,8,3,12,7,7,10,10)
I wish to calculate the mean, standard deviation, median, skewness and kurtosis i.e. regular standard statistical measures.
average = mean(pd)
stdev = sd(pd)
median = median(pd)
skew = skewness(pd)
kurt = kurtosis(pd)
Q. No (1)
How do I get these at a stretch using some R package? I came across
1997 Apr 16
0
R-alpha: CRAN announcement
Attached is an updated version of the CRAN announcement, also to be sent
out as soon as 0.50 is out. Again, please have a look if possible.
-k
************************************************************************
This is the first announcement of the
Comprehensive R Archive Network
(CRAN)
CRAN is a collection of sites which carry identical material, consisting
of the
2015 Jun 02
4
NEWS.md support on CRAN
Hi Kurt,
On 1 June 2015 at 14:02, Kurt Hornik wrote:
| >>>>> peter dalgaard writes:
|
| >> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote:
| >>
| >> So I assume this commit means NEWS.md is now no longer on blacklist?
| >>
|
| > ....in the development version. Not true of released versions.
|
| Now also in r-patched.
2015 May 30
2
NEWS.md support on CRAN
> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote:
>
> So I assume this commit means NEWS.md is now no longer on blacklist?
>
....in the development version. Not true of released versions.
-pd
> https://github.com/wch/r-source/commit/9ffe87264a1cd59a31a829f72d57af0f1bfa327a
>
> Sent from my iPad
>
> On 23 May 2015, at 6:05 pm, Kurt
2015 Jun 02
1
NEWS.md support on CRAN
I realise this is not directly related to the topic but if changes are
afoot would it be possible to make the use of any sort of news or
changelog more prominent in the documentation? I maintain one of the
CRAN task views and when someone updates his/her package it is much,
much easier for me to see what has happened and if I need to update the
text if they supply a news or changelog.
On
2003 Jul 22
1
Help is sought for a small problem
Dear there,
> I tried today within my R 1.7.0 under Windows XP the command
> update.packages()
> and then I answered y in all subsequent questions.
>> From the software responses I understood that everythin went OK from VR to Rcmdr, but in survival it said
> Error in file(filem "r") : unable to open connection
Should read: Error in file(file, "r") : ....
2015 Jun 03
4
NEWS.md support on CRAN
>>>>> Duncan Murdoch writes:
> 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 Costigan <i.costigan at me.com> wrote:
>> | >>
>> | >> So I assume
2015 Jun 05
3
R-devel Digest, Vol 148, Issue 5
It's disappointing that many packages do not have a NEWS file. Perhaps
CRAN should require NEWS or CHANGELOG, as long as the system is being
reformed to potentially accommodate markdown anyway.
-Thomas
Thomas J. Leeper
http://www.thomasleeper.com
On Fri, Jun 5, 2015 at 12:00 PM, <r-devel-request at r-project.org> wrote:
> Date: Thu, 04 Jun 2015 12:39:34 -0400
> From: Duncan
1997 Nov 11
0
R-alpha: christmas wish (partial support for single)
The following is a re-post (after suggestion from martin) of a mail I
sent to r-core this morning, maybe some of you are interested:
>>>>> On Tue, 11 Nov 1997 08:34:16 +0100,
>>>>> Kurt Hornik (KH) wrote:
KH> As Andreas & Fritz & I have recently, in attempts to port various pkgs
KH> to R, come across the f2c problem again, I thought I'd ask ...
1997 Apr 03
0
R-alpha: Re: Pretest Version + Notes --- write.table
Kurt writes
KH>> * I am also not sure whether one should include the write.table()
KH>> function I posted some time ago. It seems to be a bad idea to make a
KH>> contrib package out of it (containing only a single function ...).
Yes, I think we should have a good "write" function for data.frames.
However, I would go even further and 'vote' for a GENERIC
1997 Nov 04
3
R-alpha: Re: Separation of Program & Doc; REQUIRING Perl5 [was: New Version]
[[Again I diverge to R-devel, I think we need more opinions here...]]
>>>>> "KH" == Kurt Hornik <hornik@ci.tuwien.ac.at> writes:
>>>>> Ross Ihaka writes:
>> I am beginning to get a bit more free time and I would like to get a
>> "stable" version out as soon as possible. (This is of course so I can
>> break
2012 Nov 19
2
Performing gage R&R study in R w/more than 2 factors
Hi everyone,
I'm fairly new to R, and I don't have a background in statistics, so
please bear with me. ;-)
I'm dealing with 2^k factorial designs, and I was just wondering if
there's any way to analyze more than two factors of a gage R&R study in
R. For example, Minitab has an "expanded gage R&R" function that lets
you include up to eight additional factors
2015 Jan 20
1
Link to NEWS.2 in NEWS is broken
I think Kurt has this in hand since the same issue affected src/base/NEWS.html. The fix seems to be just not to copy the html formatted NEWS to the file distribution folders and have any links in there point to doc/manuals/r-release/NEWS.html instead. The relative links to the parent directory would be a pain to sort out.
(Cc: Kurt, as he may not be aware that there is a fix to apply to
1998 Jan 07
0
Two more R/S differences
(Another discussion out of R-core,
I think anyone in R-devel might have an opinion -- MM):
>>>>> "KH" == Kurt Hornik <hornik@ci.tuwien.ac.at> writes:
>>>>> Martin Maechler writes:
>>>>> "KH" == Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
KH> * Bug or feature?
R> NULL + NULL
real(0)
R>
1997 Aug 21
3
R-alpha: a question on terminology
Whereas we typically refer to the add-on `modules' as `libraries' (viz
also the way these are represented in the search list, and the variable
.Libraries), S speaks about `sections'.
Shall we stay with our terminology? Or instead, speak of `sections',
`packages', `modules', ...?
-k
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel