similar to: reinstalling R

Displaying 20 results from an estimated 10000 matches similar to: "reinstalling R"

1997 Oct 17
1
R-beta: memory problem vith "dist" on W95
Using Rseptbeta for Windows 95 I encountered this problem: > library(mva) > data(quakes) > dist(quakes) Error: memory exhausted I'm using a pentium 133 with 32 MB ram memory! What I must to do? Thanks and excuse me for my english! Andrea Rossetti, rossetti at stat.unipg.it _______________________________________________________ Statistica & Informatica per la Gestione delle
1997 Oct 21
1
R-beta: More Time series in the same plot
I can plot a time series with: gnp <- ts(cumsum(1+round(rnorm(100), 2)), start=c(1954,7), frequency=12) plot(gnp) But I want to plot more time series in the same plot. How can I do it? =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2018 Jan 08
2
R: R: R: R: cannot list/access samba share from Windowsclient
On Mon, 8 Jan 2018 22:38:15 +0100 Andrea Rossetti <andy.ros at gmail.com> wrote: > >Da: Rowland Penny via samba > >Inviato: lunedì 8 gennaio 2018 21:42 > >A: samba at lists.samba.org > >Oggetto: Re: [Samba] R: R: R: cannot list/access samba share from > >Windowsclient > > >I changed the 'idmap config' block on my computer to this: > >
2018 Jan 09
1
I: R: R: R: R: cannot list/access samba sharefromWindowsclient
>Da: Rowland Penny via samba >Inviato: lunedì 8 gennaio 2018 22:52 >A: samba at lists.samba.org >Oggetto: Re: [Samba] R: R: R: R: cannot list/access samba share fromWindowsclient > >>I think I understand it now ;-) >> >>The debian Samba package used to install winbind as a dependency, it >>doesn't now, try running this (as root): >> >>apt-get
2018 Jan 08
3
R: R: R: cannot list/access samba share from Windows client
Ok. I’ve done root at SRVLNXWINTRA01:/home/data# nano /etc/samba/smb.conf modified idmap config COM_SPOLETO : backend = rid to idmap config COM_SPOLETO : backend = ad root at SRVLNXWINTRA01:/home/data# systemctl restart smbd nmbd winbind root at SRVLNXWINTRA01:/home/data# net cache flush root at SRVLNXWINTRA01:/home/data# getent passwd com_spoleto\\andrea.rossetti root at
1997 Oct 16
4
R-beta: Time Series Analysis
I have just downloaded rsept.zip and rseptbeta.zip for Windows 95 and I think that is a GREAT product. 1st: I want to know the differences between them. 2nd: I'm interested very much in time series analysis, but watching the html help there is not any function (for ex. like the S-Plus functions acf pacf and arima functions etc). If there is some pacages to plug-in with documentation
1997 Oct 16
4
R-beta: Time Series Analysis
I have just downloaded rsept.zip and rseptbeta.zip for Windows 95 and I think that is a GREAT product. 1st: I want to know the differences between them. 2nd: I'm interested very much in time series analysis, but watching the html help there is not any function (for ex. like the S-Plus functions acf pacf and arima functions etc). If there is some pacages to plug-in with documentation
2018 Feb 23
2
R: Missing 'security' tab
Check this first. https://www.itechtics.com/3-ways-showhide-security-tab-windows-10/ Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 23 februari 2018 11:03 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] R: Missing 'security' tab > > On
1998 Oct 15
1
Fwd: probably "round()" bug
>Date: Thu, 15 Oct 1998 15:30:22 +0200 >To: Guido Masarotto <guido at sirio.stat.unipd.it> >From: Andrea Rossetti <rossetti at stud.unipg.it> >Subject: probably "round()" bug > >Hi to all R people, >I'm using the Guido Masarotto's compiled R, version 0.62.3. >there is a probably bug in round function, in fact I've done: > >>
1998 Oct 15
1
Fwd: probably "round()" bug
>Date: Thu, 15 Oct 1998 15:30:22 +0200 >To: Guido Masarotto <guido at sirio.stat.unipd.it> >From: Andrea Rossetti <rossetti at stud.unipg.it> >Subject: probably "round()" bug > >Hi to all R people, >I'm using the Guido Masarotto's compiled R, version 0.62.3. >there is a probably bug in round function, in fact I've done: > >>
2018 Feb 23
6
Missing 'security' tab
Hi, I try to formulate the question better! :) I’ve successfully joined an ubuntu 16.04 machine, as member server, to an active directory domain Windows server 2012 R2 following the instructions in the wiki.samba.org “Setting up Samba as a Domain Member” now I set the acls using Windows acl on a share. For that I followed the instruction in the “Setting up a Share Using Windows ACLs” in the wiki.
2018 Jan 08
2
R: R: cannot list/access samba share from Windows client
Inviato da Posta per Windows 10 >Da: Rowland Penny via samba >Inviato: lunedì 8 gennaio 2018 18:48 >A: samba at lists.samba.org >Oggetto: Re: [Samba] R: cannot list/access samba share from Windows client > >You are now solely using sssd for the authentication, you need to ask >on the sssd-users mailing list, either that or purge sssd and set up >winbind correctly. >I
2018 Jan 08
2
R: cannot list/access samba share from Windows client
Thanks for the rapid reply! I think the problem was in the server role options I’ve modified it in “server member” and now I’m able to list the shares under \\linuxserver from any domain user authenticated in a Windows pc AD member. But now 1. Execute computer management from a Windows domain member client as a domain admin user (run as com_spoleto\rossetti.admin that is a “domain admins” member
2012 Dec 16
3
averaging X of specific Y (latitude)
Hello I have a table describing butterfly range traits. It is composed of three columns as below Species name range size (X) latitude of range midpoint (Y) There are 11 kinds of butterflies. Each has its range size, and the latitude of each range midpoint ranges from 9 to 19. I would like to have the average range size of every degree of latitude. For example, the average range
2006 Feb 02
2
RHOME
R-help -- I built R-2.2.1 in my own directory on a sun (solaris). Now I would like the sysadmin to move the contents to /usr/local/lib and place the binary in /usr/local/bin. No problem. However, the RHOME variable defaults to the directory from which R was built so it is not usable by anyone but me or ROOT. I would like to avoid building this again if possible. Any ideas? Thanks, Dan
1999 Feb 17
2
HREFS for private packages - fixed? (PR#19)
Anyone know if this is still with us? -pd > There is however, a small problem with installing the HTML documention in a > private (i.e. not RHOME/library) location. The file > > RHOME/doc/html/packages.html > > linking the main documention to the packages is written (BTW this will probably > fail if the package owner and the R owner are not the same) but the links in it
2007 Jan 23
1
ocfs2 kernel bug in Fedora Core 4 update kernel
OS: Fedora Core release 4 (Stentz) KERNEL: Linux rack1.ape 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 i686 i386 GNU/Linux CLUSTER: 11 Linux kernels, mixed environment FC4,FC5,FC6 SAN: FC Infortrend storage, QLogic16 port FC switch, FC adapter LSI FC929X (21224,1):ocfs2_truncate_file:242 ERROR: bug expression: le64_to_cpu(fe->i_size) != i_size_read(inode)
2012 Dec 16
1
average X value of specific Y
Hello I have a table describing butterfly range traits. It is composed of three columns as below Species name range size (X) latitude of range midpoint (Y) There are 11 kinds of butterflies. Each has its range size, and the latitude of each range midpoint ranges from 9 to 19. I would like to have the average range size of every degree of latitude. For example, the average range
2015 Oct 29
2
R CMD BATCH vs R CMD batch
Deepayan Sarkar <deepayan.sarkar at gmail.com> writes: > On Thu, Oct 29, 2015 at 2:09 PM, Rainer M Krug <Rainer at krugs.de> wrote: >> Dirk Eddelbuettel <edd at debian.org> writes: >> >>> On 28 October 2015 at 21:39, Marius Hofert wrote: >>> | Out of laziness I just used "R CMD batch" instead of "R CMD BATCH". I >>> |
2002 Oct 22
4
repeatedly crashing smbd when printing: broken pipe
for months, we keep fighting issues with smbd (now at released 2.2.6), config is with spoolss, domain logon, and the client in question is an NT4 machine. server is a i386/linux 2.2.19 For a very long time, we thought it was related to oplocks, but now after having them disabled, it still is there. Level 3 Log is as follows: [2002/10/22 17:08:18, 3] smbd/ipc.c:reply_trans(480) trans