Displaying 20 results from an estimated 1000 matches similar to: "Error in save function"
2018 Feb 18
3
Microsoft R Open
Buenas,
Alguno ha probado a usar Microsfot R Open? Segun leo, se han centrado en hacer que R por defecto sea multicore (cosa que podemos hacer usando parallel, foreach...)
https://mran.revolutionanalytics.com/documents/rro/multithread
Home [mran.revolutionanalytics.com]<https://mran.revolutionanalytics.com/documents/rro/multithread>
This site uses cookies for analytics, personalized
2007 Apr 23
1
Asterisk codecs retranslation
Hello, everyone.
I'm interested in one thing: as I know asterisk retranslates the media
stream with the next way
1. Gets the frame with the UA1's codec
2. Retranslates it to slan
3. Ratranslates slan to UA2's codec
4. Send the frame
It seems to me, that it follows these steps anyway, the question is:
Will Asterisk retranslate the frame ua1->slin->au2, if the codecs of the
1-st
2017 Oct 29
3
Debate: Shall some of Microsoft R Open Code be ported to mainstream R?
Dear R Developers,
First of all, I would like to thank you Jeroen Ooms for taking the binary
Window Builds from Duncan. I firmly believe that the R Community will
benefit a lot from his work.
However, the debate I would like to open is about if some of Microsoft R
Open Code shall be ported from R Open to Mainstream R.
There are some beneficts in R Open such as multithreaded performance:
2017 Jun 10
1
Question about R developpment
I would describe MRO as a distribution of R, in the same way that Fedora, Debian, SUSE etc are distributions of Linux. It is not fundamentally different from the version of R that you can download from CRAN but the binary builds offer some specific features:
1) The binary build is linked to the Intel Math Kernel Library (MKL) which may increase the speed of some matrix operations
2) Packages are
2018 Feb 17
3
RV: no puedo cargar el paquete "agricolae"
Cada vez que intento cargar el paquete "agricolae" me da el siguiente mensaje:
Error: package or namespace load failed for 'agricolae' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'spData'
He intentado todo actualizar los paquetes, volverlos a instalar pero no hay forma.
Si sabeis la solución ??
Un saludo.
Juan
2019 Nov 22
1
Installing R 3.5 on Ubuntu bionic stopped(?) working
Hi,
thanks for the fast reply!
On Fri, Nov 22, 2019 at 2:15 PM Dirk Eddelbuettel <edd at debian.org> wrote:
>
> Tim,
>
> On 22 November 2019 at 12:03, Tim Head wrote:
> | One language we support is R. We let people choose which version they
> need
> | and because we are based on Ubuntu we use the packages provided on
> |
2005 Aug 11
1
phpBB forum
Hi my name is Eddy
I'm working with a samba serveur and 20 pc (windows xp).
I would like to install a forum on intranet.
I was trying to install phpBB but an error occured
I had installed MySQL and APACHE but the error message is < you seem not
have a good database to work with phpBB >
An idea ?
Thanks for help and sorry for my pity english
Eddy
2017 Oct 30
1
Debate: Shall some of Microsoft R Open Code be ported to mainstream R?
On 29 October 2017 at 22:01, Kenny Bell wrote:
| User here: incorporating Intel's MKL, as MRO does, would be a very welcome
| addition.
|
| I was an MRO user before and it improved my experience with medium data
| immensely.
|
| They did, however, leave behind bugs here and there, especially related to
| development with Rcpp, so I switched back to vanilla R.
With all due respect: You may
2012 Sep 02
2
Special Folder Mocking
Dear Dovecot List,
probably everyone knows the problem that different clients use different
names for "Sent", "Trash" and so on.
A simple question:
Isn't it possible to advertise one imap folder with different names,
depending on the client?
E.g. if the client is Outlook, show the "Sent" folder as "Sent Elements"
(translated from german) and if the
2016 Mar 01
4
nueva distribución de R y problema solucionado
Estimados
Hace un tiempo pregunte por un problema con neuralnet, hoy instale R desde https://mran.revolutionanalytics.com/ y el problema anterior fue solucionado por sus desarrolladores, pero me asombre por un cambio en la velocidad (no use un test con muchos datos como para ser objetivos pero la experiencia de usuario es fluida).
Simplemente comparto el link por si a alguno le interesa usar
2017 Oct 30
3
Debate: Shall some of Microsoft R Open Code be ported to mainstream R?
[Sent offlist accidentally]
What concerns me first and foremost is that the licensure would have
to be ironclad (including for commercial use like vanilla R now) as
well as ensuring that R remains completely FLOSS. Anything ?added? to
R has to be a no-strings-attached gift to R.
Also, I would think that it would have to play nice with existing
workflows (like OpenBLAS instead of MKL) unless
2008 Jun 02
5
validate - message in the flash[:error]
Hi,
I want to show the validate - message in the flash[:error] - field but I
can''t find any options.
An example:
class UserPermission < ActiveRecord::Base
validates_presence_of :name,
:message => "Please insert a name"
... |
end V
flash[:error] = "Error - "
Has anybody a solution for this
2007 Sep 22
1
Echo Cancellation Problem -- with sound sample
Thank you for you quick reply, Jean-Marc.
I have just used a human voice to replace the sine wave, but the result is like a broken voice after tens of seconds. Do you have some sample voice in .sw that I can test with? I want to have one set or a few sets of sample voice that work for my understanding and debugging.
This is the output from echo_diagnostic.m in my human voice test:
Far end to
2003 Jul 25
4
Changing IP address in LInux does not change IP address for WINS registration
Hi
I have my samba server (redhat) configured to use an external wins server.
Each time samba starts up, it registers its netbios name with the wins
server. So far so good.
Then we wanted to deploy the samba box to a new location and new IP
address. We changed the ip address in Linux in /etc/hosts,
/etc/sysconfig/network & /etc/sysconfig/network-scripts/ifcfg-eth0.
When samba restarts
2002 Mar 06
3
smbd daemon uses all filedescriptors
We are running samba on a number of HP systems running HP/UX 11.00.
We moved from samba version 2.0.7. to samba version 2.2.3a.
We have about 200-400 smbd's running on one host.
Samba version 2.2.3a was running without any problems for about two weeks.
But now on two different servers indepent of each other, the file table
was full.
We found out that ONE smbd used about 5000 !!
2016 Jan 19
2
[RFC] A proposal for byval in a world with opaque pointers
2016-01-20 1:11 GMT+02:00 Antoine Pitrou via llvm-dev <
llvm-dev at lists.llvm.org>:
> On Wed, 20 Jan 2016 00:47:56 +0200
> "Eddy B. via llvm-dev" <llvm-dev at lists.llvm.org> wrote:
> >
> > I would love to know your thoughts on this, and more specifically:
> > Which of the 3 (byval(T), byval(N) and byval + dereferenceable + align)
> > do you
2016 Nov 16
2
Rstudio RserverSql
Estimado Carlos Ortega
Recién leo en mi sistema, checkpoint(), no tengo una fecha configurada.
Instalaré la versión CRAN y que coexistan.
En estos momentos no necesito una característica de análisis estadístico, pero si estoy viendo y pensado con algunas pruebas, el utilizar R para reportes, en ese caso una opción es SqlServer 2016, otra conectar R a java o c#, no recuerdo justo el nombre
2010 Apr 07
1
Samba permissions problem, winbind auth, ldap nss
Greetings list,
I'm having a problem setting file permissions for users connecting to my
samba file server. CentOS 5.4, samba-3.0.33-3.15.el5_4.1.
I have authentication configured to use winbind, and name services
configured to use LDAP.
I've configured valid users in smb.conf to contain DOMAIN\username for the
users I want to be able to connect.
They can browse the share just fine,
2011 Nov 03
1
winbind auth, specifying shell
Hey folks,
I'm using winbind authentication against MS Active Directory, and it's
working great. Because of
template shell = /bin/bash
in smb.conf, new users are getting assigned the bash shell, which is great
in most cases. Some users, however, prefer a different shell (tcsh).
How can I specify, on a user by user basis, the preferred shell?
I'm guessing this is an attribute in
2002 Nov 08
1
Will OpenSSH fallback to internal PRNG?
Greetings.
I'm wondering if OpenSSH automatically falls back to the internal
PRNG (such as used on Solaris) when it can't use a better alternative.
The reason I ask is this: the machine I am compiling OpenSSH on has
the /dev/random patch for Solaris 8. I'd like OpenSSH to use
/dev/random
whenever possible, if it exists. However, I'd prefer NOT to have to
compile a separate