Displaying 20 results from an estimated 7000 matches similar to: "Help page links to index.html are dead (PR#8196)"
2005 Jun 15
1
random number generator: same seed used in different sessions
I did several simulation sessions and the result turned out to be a
surprise. After some investigation, I found that different R sessions
of the program used the same seed. Simply, in R210, if I start R and
type rnorm(1), I always get the same random number. This is
contradictary to what is in the R document
Initially, there is no seed; a new one is created from the
current time when one
2016 Apr 06
2
Best timing source?
On 4/5/16 3:17 PM, Joshua Colp wrote:
> Carlos Chavez wrote:
>> I am currently having a voice quality problem with one of our Asterisk
>> servers. We have checked the network and we have found no problems that
>> could cause the voice to sound cracked and with small interruptions. I
>> am looking at the timing source for Asterisk and it is currently using
>>
2006 Jan 09
2
paste tab and print
Dear all,
info = paste('a', 'b', sep='\t')
print(info , quote=F)
doesn't produce the same result with R201 and R220
(under Windows2000)
R 2.0.1 : [1] a b
R 2.2.0 : [1] a\tb
I did read the CHANGESR220 file and tried also the search
engine but couldn't find an answer.
I certainly missed the point, and apologize about that.
So if somebody could tell me how to
2015 Aug 27
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
>>>>> "DM" == Duncan Murdoch <murdoch.duncan at gmail.com>
>>>>> on Wed, 26 Aug 2015 19:07:23 -0400 writes:
DM> On 26/08/2015 6:04 PM, Jeroen Ooms wrote:
>> On Tue, Aug 25, 2015 at 10:33 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote:
>>>
>>> actually I don't know that it does -- it
2006 Jan 12
1
XP to Samba printer access delay
Hi all,
I've got a question, may be somebody can help me:
1. I've got a printer (Epson Stylus Photo R220)
2. Attached to Linux box via usb (Mandriva 2006+)
3. Configured with cups (cups-1.2.0-0.4892.1mdk)
4. Shared with samba (samba-server-3.0.21a-1mdk), user - tried guest and
real linux user
5.On WinXP native driver install from CD (later updated from Espon site)
6.From WinXP I can see
2001 Jul 04
1
html help on R language (PR#1012)
Full_Name: Eugene Canjels
Version: 1.3.0
OS: windows 98
Submission from: (NULL) (24.18.150.226)
Help file "..\R\rw1030\doc\html\rwin.html" does not contain link to
"..\R\rw1030\doc\html\function.html" as it did in R 1.2.3
Also within file "..\R\rw1030\doc\html\packages.html" links to individual
packages don't work since they refer to the d: drive rather than
2015 Aug 25
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
Hi all,
The following fails for me (on OS X, although I imagine it's the same
on other platforms using libcurl):
options(download.file.method = "libcurl")
options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra =
"http://www.stats.ox.ac.uk/pub/RWin"))
install.packages("lattice") ## could be any package
gives me:
>
2005 Nov 22
2
(PR#8337) formatC adds leading space -- on some Windoze
>>>>> "KevinW" == Kevin Wright <kwright68 at gmail.com>
>>>>> on Mon, 21 Nov 2005 18:13:36 +0100 (CET) writes:
KevinW> Full_Name: Kevin Wright
KevinW> Version: 2.2.0
KevinW> OS: Windows 2000
^^^^^^^
this must be part of the problem
KevinW> Submission from: (NULL) (170.54.58.4)
KevinW> Apologies if
2015 Aug 25
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
Hi Martin,
Indeed it does (and I should have confirmed myself with R-patched and
R-devel before posting...)
Thanks, and sorry for the noise.
Kevin
On Tue, Aug 25, 2015, 13:11 Martin Morgan <mtmorgan at fredhutch.org> wrote:
> On 08/25/2015 12:54 PM, Kevin Ushey wrote:
> > Hi all,
> >
> > The following fails for me (on OS X, although I imagine it's the same
>
2010 Jun 15
0
[LLVMdev] Question on X86 backend
Thanks Cristoph, I have that code in my backend, but unless I do the following, the registers are never considered 'live' into the call.
/ Handle a function call
let isCall = 1,
Defs = [
R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31,
R32, R33, R34, R35, R36, R37, R38, R39, R40, R41,
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add
2006 Feb 14
15
[Bug 1131] buffer_append_space: alloc not supported Error with V 4.2p1
http://bugzilla.mindrot.org/show_bug.cgi?id=1131
------- Comment #5 from dtucker at zip.com.au 2006-02-14 22:17 -------
Also, what compiler did you use to compile OpenSSH? If you compile OpenSSH
(and openssl and zlib if possible) with optimization disabled (-O0) does the
error still occur?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2015 Aug 25
1
Issues with libcurl + HTTP status codes (eg. 403, 404)
In fact, this does reproduce on R-devel:
> options(download.file.method = "libcurl")
> options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra =
+ "http://www.stats.ox.ac.uk/pub/RWin"))
> install.packages("lattice") ## could be any package
Installing package into ?/Users/kevinushey/Library/R/3.3/library?
(as ?lib? is
2005 Apr 22
3
Error when downloading and installing ALL R packages
Hi,
after updating to 2.1 (see below) I am no longer able to install all
R packages as mentioned at
<http://support.stat.ucla.edu/view.php?supportid=30>.
After finishing the download, I received the following error:
[...]
trying URL
'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.1/xgobi_1.2-
13.zip'
Content type 'application/zip' length 102623 bytes
opened
2001 Jan 05
2
AW: running Rcmd INSTALL, again
Indeed, there is no file named "dlltool" anywhere around here!
So, at last I am beginning to suspect that my collection of tools is
incomplete.
What I have got is "rw1020sp.zip" and
"http://www.stats.ox.ac.uk/pub/bdr/RWin/tools.zip". These are properly
istalled, I think.
readme.packages says "If your package has no C nor Fortran nor C++ sources,
see `Simple
2003 Apr 18
2
Keyboard problem using RWin 1.7.0
I just installed RWin 1.7.0 on an Intel box running Win2000 Pro. If I try to
paste from the clipboard to the console command line, the command(s) are
executed, but the console then stops responding to the keyboard. The only
way I have found to continue is to use the mouse to shut down R.
Typing in the console works just fine; commands are executed, command-line
editing is ok, source-ing
1998 Jul 24
2
Slowdown when copying large files
I am currently investigating using samba on a Linux box to provide file
server services on our NT LAN (I'm a bit sick of NT doing dummy spits on
me). I'm running RH5.1, and have just upgraded samba to
samba-1.9.18p8-51.3 (using the rpm from
http://samba.anu.edu.au/samba/ftp/Binary_Packages/redhat/RPMS/5.1/samba-
1.9.18p8-51.3.i386.rpm)
The setup includes several NT servers, one set up as
2001 Dec 27
1
Binaries of R-1.4.0 for Windows
A binary distribution of R-1.4.0 to run on Windows 95, 98, NT4.0, 2000
and XP on Intel/clone chips is available at
http://sirio.stat.unipd.it/RWin
It will be mirrored at a CRAN site near you in a couple of days.
See http://sirio.stat.unipd.it/RWin/CHANGES for a list of
Windows-specific changes.
guido masarotto
2001 Dec 27
1
Binaries of R-1.4.0 for Windows
A binary distribution of R-1.4.0 to run on Windows 95, 98, NT4.0, 2000
and XP on Intel/clone chips is available at
http://sirio.stat.unipd.it/RWin
It will be mirrored at a CRAN site near you in a couple of days.
See http://sirio.stat.unipd.it/RWin/CHANGES for a list of
Windows-specific changes.
guido masarotto
1999 Feb 02
1
smbclient put 1/100 of the speed only
Hi !
I have a problem with samba that I cannot seem to solve: smbclient put
it extremely slow.
I am setting up a two-computer home network, with a '95 client (also
print server), and a Linux 2.2.0-pre8 server, using samba-2.0. I've
finished the setup, and most things work fine. However, I noticed that
doing a 'put' with smbclient is extremely slow. I've read the