Displaying 20 results from an estimated 20000 matches similar to: "R-1.0.0 is released"
2000 Feb 08
2
increasing scrollback lines/rw0901
I'd like to increase the number of lines available via the vertical
scrolling bar when running RGui.exe under win95. Would think this is set in
options() or /etc/Rconsole, but haven't been able to figure out how. Note
that it's output I'm concerened with viewing, not the command history. Can
anyone help? Thanks!
1999 Apr 13
2
Making HTML Help files in Version 64.0
Hi,
I am having trouble making the HTML help files for the installed packages in
version 64.0
For example in 63.3 this is expected behavior:
> version
_
platform Windows
arch x86
os Win32
system x86, Win32
status Beta
status.rev 0
major 0
minor 63.3
year 1999
month March
day 6
language R
> make.packages.html()
>
However,
2003 Jan 07
1
axis() color from 1.5.1 to 1.6.1
I see that the definition of axis() has changed from 1.5.1 to 1.6.1 (as
mentioned in the news file for 1.6.0). Axis now has a color argument to
change it's color. However, the following command worked in 1.5.1:
> axis(1, at = c(0.1, 0.2, 1, 5, 10), fg= gray(0.7), cex.axis = 0.8,
col.axis= "red") #plot the axis in gray with annotations in red.
The command no longer works in
2003 Apr 01
1
Bug in Plot.table?
While plotting a table using plot(table), I am not able to suppress the
axes with axes = FALSE. Am I missing something or is it a bug?
For example:
> x <- c(rep(0, 7), rep(1, 4), rep(5, 3), rep(6, 4), rep(8, 10))
> table(x)
> plot(table(x), axes = FALSE) #does not suppress the
axes
> plot(table(x), frame.plot= FALSE, axes = FASLE) #deliberate spelling
1999 Mar 25
1
Question about Structure
Hello,
Perhaps I am missing something here about the function structure() (Platfrm etc.
in the end?
> structure(1:6, dim= 2:3)
[,1] [,2] [,3]
[1,] 1 3 5
[2,] 2 4 6
> structure(1:6, dim= 3:2)
[,1] [,2]
[1,] 1 4
[2,] 2 5
[3,] 3 6
> structure(1:2, dim= 1:2)
[,1] [,2]
[1,] 1 2
> structure(1:2, dim= 2:1)
[,1]
[1,] 1
[2,]
1999 Feb 12
1
Fisher's Exact Test
Appology in advance if this has been asked and answered. I am getting different
answers using Fisher's exact test in the package ctest. For example:
x_cbind(c(8, 22), c(31, 29))
fisher.test(x)
Fisher's Exact Test for Count Data
data: x
p-value = 0.04024
alternative hypothesis: two.sided
However, in SAS or other packages on the net the answer I get is p-value=
0.02664.
Is this
2000 Mar 01
1
Re: R-1.0.0 is released (PR#466)
Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
> I've rolled up R-1.0.0.tgz a short while ago.
>
I've build R-1.0.0 on my
>uname -a
Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown
box. Calling "make check" fails with
...
make[4]: Entering directory `/opt/src/devel/R-1.0.0/tests/Examples'
updating base-Ex.R ...
make[5]: Entering
1999 Jul 23
2
Getting R graphics into MS Word (more)
Further to my earlier question.
Thank you to:
John Maindonald, Ramon Diaz-Uriarte, Brian Ripley, Alvaro Novo, Simon
Bond and David Scott
for your helpful replies.
I have looked at the problem in some more detail.
I am using
Rgui.exe Version 0.64.2 (July 3, 1999)
running under Windows NT
To demonstrate the problem, I run the program:
> win.graph(width=5, height=3)
> data(women)
>
2000 Feb 29
1
R-1.0.0 make error
I'm getting this error when I try to make after my configure, any
solutions? Thanks in advance...
make[2]: Entering directory `/export/trichodon2/R/R-1.0.0/demos/dynload'
/usr/local/bin/make zero.so
make[3]: Entering directory `/export/trichodon2/R/R-1.0.0/demos/dynload'
/export/trichodon2/R/R-0.99.0a/bin/SHLIB:
/export/trichodon2/R/R-0.99.0a/bin/SHLIB: cannot open
make[3]: ***
2011 Sep 06
2
Reg: Difference between chroot & pivot_root
Hi,
What is the difference between chroot & pivot_root.
They don't seem obvious based on the man pages apart from the below
mentioned
caveats.
1) Inherited Open file descriptors, have to be explicitly closed.
2) Does not change CWD of the process, which can be overcome by doing a
chdir before & after chroot call.
Any information on this would be useful.
Thanks,
2008 Dec 02
4
Variables inside a for
Hi!
I had a database with some variables in sequence. Let me say: TX01, TX02,
TX03 and TX04.
But I need to run some regressions changing the variables... so:
variable <- paste("TX0", 1:4, sep="")
for(i in 1:4){
test[i] <- lm(variable[i] ~ INCOME, data=database)
}
But doesn't work... lm tries to find a variable inside database named
variable[i] ...
Suggestions?
2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
Hello,
I just pulled the patched release:
R-release Version 1.0.0 Patched (March 19, 2000), on HPUX10.2
I am having dynamic library load problems. I configured with:
./configure --prefix=/home/absd00t/local --with-readline --with-x
After changing etc/Makeconf to take -lblas out of libs (the blas
library provided by the system is not a shared library), system was
built without any interruptions.
2004 Nov 27
1
I will be on vacation
Sir:
Is it possible to stop sending me email till January 12,2005.
I will be away from my workplace.
Partha
2003 May 29
3
Odd behavior of strptime
The example from the help page for strptime has the following oddity:
> dates <- c("02/27/92", "02/27/92", "01/14/92",
+ "02/28/92", "02/01/92")
> times <- c("23:03:20", "22:29:56", "01:03:30",
+ "18:21:03", "16:56:26")
> x <-
2014 Jan 30
3
smbxcals
HI ,
We have come up with a utility called smbxcals which is derived from
smbcals, where we no need to establish the client connection to perform
ACLs operations, by just giving the absolute path as a paratmeter can list
and set ACLs as below,
# smbxcacls /root/FOO/
REVISION:1
CONTROL:0x8404
OWNER:DEMOSP\Administrator
GROUP:DEMOSP\Domain Users
ACL:BUILTIN\Administrators:ALLOWED/OI|CI|I/FULL
2004 Nov 19
4
3d Map with bars
Apologies in advance for the question. I am trying to draw a map of the US
as a surface plot so that I would be able to drop bars on the different
states (something like Uwe Ligges' scatterplot3d example 4). I am not sure
where to start looking for such a beast. If anyone has any pointers,
ideas, I will be grateful.
TIA,
Partha
2016 Jan 11
2
Security permissions issues after changing idmap backend from RID to AUTORID
On 2016-01-10 at 17:58 +0000, Rowland penny wrote:
> On 10/01/16 17:05, Partha Sarathi wrote:
> >
> > > This could have a lot to do with the fact that idmap_rid &
> > > idmap_autorid calculate the uids differently i.e if you have RID
> > > '2025000', autorid would calculate this as '1102500000' , rid
> > > would calculate this as
2000 Mar 01
1
Re: Re: R-1.0.0 is released (PR#467)
bhoel@server.python.net (Berthold Höllmann) writes:
> Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
>
> > I've rolled up R-1.0.0.tgz a short while ago.
> >
> I've build R-1.0.0 on my
>
> >uname -a
> Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown
>
> box. Calling "make check" fails with
....
> >
2000 Mar 01
1
Re: Re: R-1.0.0 is released (PR#467)
bhoel@server.python.net (Berthold Höllmann) writes:
> Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
>
> > I've rolled up R-1.0.0.tgz a short while ago.
> >
> I've build R-1.0.0 on my
>
> >uname -a
> Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown
>
> box. Calling "make check" fails with
....
> >
2016 Jan 30
2
Fwd: Change notify/Directory enumeration issue with two MAC OS X El Capitan accessing same folder
Hi Folks,
We are seeing an issues where two OS X El Capitan clients opened a folder
and one of them creates a "New Folder" (untitled folder) and renames it, on
the other MAC client explorer the "unititled folder" remains same and
unable to access it.
Note: The samba version is 4.1.19 and we have not used the vfs_fruit
module.
attached packet capture where the SMB2 Find