Displaying 20 results from an estimated 200 matches similar to: "RStudio and R.app "segmentation fault" errors"
2013 Feb 14
0
Install package "ROpenOffice"
Has anyone had trouble installing the package "ROpenOffice" from omegahat:
http://www.omegahat.org/ROpenOffice/
I downloaded the .tar.gz file to my local hard drive and tried to install it with the following code, but got an error message:
> install.packages("/Users/earlbrown/Desktop/ROpenOffice_0.4-0.tar.gz", repos = NULL, type = "source")
Installing package(s)
2013 Aug 25
2
RCurl cookiejar
R-helpers,
When I use cURL in the Terminal:
curl --cookie-jar cookie.txt --url "http://corpusdelespanol.org/x.asp" --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20100101 Firefox/23.0" --location --include
a cookie file "cookie.txt" is saved to my working directory. However, when I try what I think is the equivalent command R with RCurl:
2010 Mar 26
1
Problems if optimization
What's up fellows...
I am a begginer in R and i am trying to find the parameters of one
likelihood function, but when i otimize it, always appers a error or
advertisement and the solve does not occur.
The problem seems like that:
"lMix<-function(pars,y){
beta1<-pars[1]
beta2<-pars[2]
beta3<-pars[3]
beta4<-pars[4]
beta5<-pars[5]
alfa1<-pars[6]
2012 Mar 16
3
Cosinor
Hola, ¿qué tal?:
Tengo la siguiente duda:
Para el caso del Cosinor Simple:
Y = M + A * cos(2*pi*t/T + phi) + error
Cuando T conocido, podemos asumir:
Y = M + beta * X1 + gamma * X2 + error,
siendo X1 = cos(2*pi*t/T) y X2 = sin(2*pi*t/T)
En este caso (Cosinor simple) el modelado lo llevo a cabo del siguiente modo:
lm( y ~ X1 + X2)
Para el caso de componentes múltiples:
Y = M + ?Aj *
2012 Jul 20
0
About R and text mining
Hello,
Anyone know if R can read others format like the format.freeling
here the software: http://gramatica.usc.es/pln/tools/freeling.html
I want create a corpus with this format, or ¿ the best way is read from a
plain text?
thanks in advanced.
Greetings
Jenn.
[[alternative HTML version deleted]]
2007 Aug 01
2
PXE, Intel, and FC4 problems
Greetings!
I am currently building a PXE distro server for a company that I'm
contracting for, but I'm having some problems. Here's the scoop:
Some of the clients I want to install on are Angstrom blades with Intel
e1000 NICs. Using the pxelinux.0 file on the FC6 distro, I can install
FC6 just fine. However, FC4 bombs. The system pulls it's DHCP address
just fine, and then
2007 Mar 08
2
Q: Tool to copy Vorbis comments to MP3 ID tags
Hi,
I'm wondering: If you have audio files like foo1.ogg and foo1.mp3, and the Vorbis
file has nice comments (title, tracknumber, artist, album, date, etc), is there a
tool to copy the information to an MP3 file on a "best effort" strategy?
I know that MP3 TAGs are quite limited regarding lengths.
Regards,
Ulrich
2004 Mar 30
0
koq.q ---- Kent O' Quigley R2
Dear R-users,
I apply to your kind attention to know if someone have used the Splus software
koq.q (Kent & O'Quigley's measure of dependence for censored data) in R and
kindly can help me.
I have tried several times to contact the authors Andrej Blejec
(andrej.blejec at uni-lj.si) or Janez Stare (janez.stare at mf.uni-lj.si) but
unfortunately no one answered me.
Following
2006 May 18
4
Can I send rendered .html to somewhere besides the web server?
Is there any way to tell Rails to send the .html file it renders somewhere other than the web server? I need to save a page to the server''s file system instead of sending it to the user''s browser.
Thanks!
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060518/facce47e/attachment.html
2015 Jul 16
2
4.2.2 as AD with 2 DCs: database incoherency
Am 16.07.2015 um 17:18 schrieb Rowland Penny:
> On 16/07/15 13:27, Reindl Harald wrote:
>>
>> Am 16.07.2015 um 14:02 schrieb Rowland Penny:
>>> /etc/hosts should be:
>>>
>>> 127.0.0.1 localhost.localdomain localhost
>>
>> uhm no - you want 127.0.0.1 normally resolved to localhost and hence
>> 127.0.0.1 localhost
2015 Feb 27
8
samba-tool time
Hai,
?
Can somebody try to run :
?
samba-tool time
and
samba-tool time servername.fqdn
?
when i run it, im getting :
?
ERROR(runtime): uncaught exception - Connection to SRVSVC pipe of server 'rotterdam.bazuin.nl' failed: NT_STATUS_NONE_MAPPED
? File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run
??? return self.run(*args, **kwargs)
? File
2015 Apr 23
3
samba-check-db-script python failure
I went and got the newest (upped recently) script. No love.
I removed the email address line to get more command line output.
root at dc01:~# ./samba-check-db-repl.sh
Running with with console output
Running : /usr/bin/samba-tool ldapcmp --filter='whenChanged' ldap://dc01
ldap://dc02.dtsh***m.dt.
Please wait.. this can take a while..
Failed to bind - LDAP error 49
2018 Mar 26
0
"dlm" Package: Calculating State Confidence Intervals
To Whom It May Concern,
I estimated a model with 6 states (3 time-varying Regression parameters and 3 quarterly seasonality trends). The model is saved in the object titled "mod."
Following the example in the documentation and using the commands below, I am attempting to use the function "dlmSvd2var" to implement SVD and calculate the 90% confidence errors for each
2018 Mar 28
0
"dlm" Package: Calculating State Confidence Intervals
To Whom It May Concern,
I estimated a model with 6 states (3 time-varying Regression parameters and 3 quarterly seasonality trends). The model is saved in the object titled "mod."
Following the example in the documentation and using the commands below, I am attempting to use the function "dlmSvd2var" to implement SVD and calculate the 90% confidence errors for each
2015 Jul 23
2
4.2.2 as AD with 2 DCs: database incoherency
On 23/07/15 16:23, mathias dufresne wrote:
> Hi all,
>
> I tried "samba-tool ldapcmp" several times to solve this issue, without
> success.
>
> On DC acting as full FSMO:
> dc20:~# samba-tool ldapcmp ldap://dc00.ad.dgfip.lan
> ldap://dc20.ad.dgfip.lan domain
> ERROR(ldb): uncaught exception - ldb_wait: Time limit exceeded (3)
> File
2015 Jul 23
0
4.2.2 as AD with 2 DCs: database incoherency
Hi all,
I tried "samba-tool ldapcmp" several times to solve this issue, without
success.
On DC acting as full FSMO:
dc20:~# samba-tool ldapcmp ldap://dc00.ad.dgfip.lan
ldap://dc20.ad.dgfip.lan domain
ERROR(ldb): uncaught exception - ldb_wait: Time limit exceeded (3)
File "/usr/lib64/python2.6/site-packages/samba/netcmd/__init__.py", line
175, in _run
return
2015 Apr 23
3
samba-check-db-script python failure
When I run ./samba-check-db-repl.sh script I am getting the following:
root at dc01:~# ./samba-check-db-repl.sh
Failed to bind - LDAP error 49 LDAP_INVALID_CREDENTIALS -
<SASL:[GSS-SPNEGO]: NT_STATUS_LOGON_FAILURE> <>
Failed to connect to 'ldap://dc02.dtsh**m.dt.' with backend 'ldap':
(null)
ERROR(ldb): uncaught exception - None
File
2015 Sep 01
2
ldapcmp issue
Hi all,
It seems "samba-tool ldapcmp" does not support too much items in Samba's
database.
Playing for a while with DB I was never able to run ldapcmp successfully.
So yesterday I installed a platform to fill piece by piece my two small DCs
and to run ldapcmp. The process follows.
Test platform: 2 DCs using Debian 8.1 "net install" with only system tools,
up to date,
2015 Jul 24
0
4.2.2 as AD with 2 DCs: database incoherency
The following commands work on both DC:
host -t A <short_hostname_of_other_DC>
host -t A <fqdn_hostname_of_other_DC>
hostname and hostname --fqdn are working on both DC.The simplest way is to
not declare external IP /etc/hosts
SRV DNS entries which are working are:
host -t SRV
_kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs.ad.domain.tld
host -t SRV
2004 May 03
4
ctags(1) command execution vulnerability
Hello,
ctags(1) uses external application sort(1) for sorting the tags file.
It calls it via system(3) function.
Look at the /usr/src/usr.bin/ctags/ctags.c file, there are such lines
here:
if (uflag) {
(void)asprintf(&cmd, "sort -o %s %s",
outfile, outfile);
if (cmd == NULL)
err(1, "out of space");
system(cmd);
free(cmd);
cmd = NULL;
}
This code will be