search for: kat

Displaying 20 results from an estimated 48 matches for "kat".

Did you mean: at
2007 Sep 04
1
Variable scope in a function
...e it is answered in the documentation or this mailing list many times, however the answer has eluded me. I'm trying to write a function where I don't want external variables to be scoped in from the parent environment. Given this function: test_func = function() { if (exists("kat") == FALSE) { print("kat is undefined") } else { print(kat) } } If I did this: > kat = 12 > test_func() I'd like the result to be the error, but now it's 12 (which is of course correct according to the documentation). So there are two questions: 1) How c...
2009 Mar 16
5
Dovecot LDA and "undeliverable" emails
...-snakeoil.key ssl_disable = no disable_plaintext_auth = no login_dir = /var/run/dovecot/login login_chroot = yes login_user = dovecot login_greeting = Dovecot ready mail_location = maildir:/home/vmail/%d/%n mmap_disable = no valid_chroot_dirs = /var/spool/mail protocol lda { postmaster_address = kat at amtpolitics.com log_path = /home/vmail/dovecot-deliver.log # UNIX socket path to master auth server to find users: auth_socket_path = /var/run/dovecot/auth-master # Enabling Sieve plugin for server-side mail filtering # Will be handy for Spam - will be implemented later. #mail_plug...
2007 May 24
2
[LLVMdev] LLVM Developer Meeting
Hi, I just found out about this, and I'd like to attend. I'm in the process of getting to know llvm on a project I'm working on for Apple. Thanks, kat
2012 Jun 11
3
Simple Binning of Values
...e number that fall in the next bin, etc. For example My input file is:  123 48 342 442 43 232 32 129 191 147 I would like the output to be similar to:  0-100 3 100-200 4 200-3001 300-400 1 400-5001 Thus far I have tried working with hist, cut and split, but have not gotten very far.   Thanks Kat [[alternative HTML version deleted]]
2017 Jul 08
1
[Rd] italic font on cairo devices in R 3.4
...\u00C0 \u00C6 \u00D8", family = "sans", font.lab = 3) dev.off() ## Same for SVG svg("test.svg") plot(1, xlab = "Unicode characters: \u00C0 \u00C6 \u00D8", family = "sans", font.lab = 3) dev.off() Best, Yixuan 2017-07-07 13:08 GMT-04:00 Ilia Kats <ilia-kats at gmx.net>: > Interesting. I did not have the package installed, but I did at some point > extract Helvetica from some MacOSX font files and R was using that just fine > until 3.3. This is how the plot looks in 3.4 (still using Helvetica): > https://ptpb.pw/HikX.pdf ....
2017 Jul 07
2
italic font on cairo devices in R 3.4
...g instead. It could be considered a bug that R requires Microsoft fonts, at least by default. However, does this even fix your problem? I.e. if you install the corresponding Debian Microsoft font packages, does the text appear anti-aliased? Frederick On Fri, Jul 07, 2017 at 10:30:46AM +0200, Ilia Kats wrote: > [cross-post from R-help] > > Hi all, > > I have the following problem: Since R 3.4.0, italic fonts rendered on Cairo > devices appear pixelated. Here's a minimal example: > cairo_pdf('test.pdf') > plot(1:10, ylab=expression(italic(test))) > dev.off...
2017 Jul 07
2
[Rd] italic font on cairo devices in R 3.4
...g instead. It could be considered a bug that R requires Microsoft fonts, at least by default. However, does this even fix your problem? I.e. if you install the corresponding Debian Microsoft font packages, does the text appear anti-aliased? Frederick On Fri, Jul 07, 2017 at 10:30:46AM +0200, Ilia Kats wrote: > [cross-post from R-help] > > Hi all, > > I have the following problem: Since R 3.4.0, italic fonts rendered on Cairo > devices appear pixelated. Here's a minimal example: > cairo_pdf('test.pdf') > plot(1:10, ylab=expression(italic(test))) > dev.off...
2010 Dec 06
1
package ca/rgl for ubuntu?
hi, for some unknown reason i cannot install the package ca in R running in a ubuntu mint system. i keep getting the following error message: configure: error: missing required header GL/gl.h ERROR: configuration failed for package ?rgl? * removing ?/home/kat/R/i486-pc-linux-gnu-library/2.12/rgl? ERROR: dependency ?rgl? is not available for package ?ca? * removing ?/home/kat/R/i486-pc-linux-gnu-library/2.12/ca? Die heruntergeladenen Pakete sind in ?/tmp/Rtmp7r6s3h/downloaded_packages? Warnmeldungen: 1: In install.packages("ca") : Installa...
2017 Jul 15
2
One Dimensional Monte Carlo Simulation
...;> 6. Re: [Rd] italic font on cairo devices in R 3.4 (frederik at ofb.net) >> 7. Re: [Rd] italic font on cairo devices in R 3.4 (frederik at ofb.net) >> 8. Beginner s quwry about cfa in lavaan (Martina Hule?ov?) >> 9. Re: [Rd] italic font on cairo devices in R 3.4 (Ilia Kats) >> 10. Re: Beginner s quwry about cfa in lavaan (Bert Gunter) >> 11. Re: Factor vs character in a data.frame vs vector (Marc Schwartz) >> 12. Re: Factor vs character in a data.frame vs vector (John Kane) >> 13. Re: [Rd] italic font on cairo devices in R 3.4 (Yixuan Qiu...
2017 Aug 01
0
One Dimensional Monte Carlo Simulation
...[Rd] italic font on cairo devices in R 3.4 (mailto:frederik at ofb.net) >>?? 7. Re: [Rd] italic font on cairo devices in R 3.4 (mailto:frederik at ofb.net) >>?? 8. Beginner s quwry about cfa in lavaan (Martina Hule?ov?) >>?? 9. Re: [Rd] italic font on cairo devices in R 3.4 (Ilia Kats) >>? 10. Re: Beginner s quwry about cfa in lavaan (Bert Gunter) >>? 11. Re: Factor vs character in a data.frame vs vector (Marc Schwartz) >>? 12. Re: Factor vs character in a data.frame vs vector (John Kane) >>? 13. Re: [Rd] italic font on cairo devices in R 3.4 (Yixuan Qiu...
2008 Dec 22
1
POP3 Immediate Connection Termination
...t/passwd userdb: driver: passwd-file args: /etc/dovecot/users socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 Output of telnet: kat at server:~$ telnet localhost pop3 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Dovecot ready user catherine at advancedmicrotargeting.com +OK pass <redacted> +OK Logged in. Connection closed by foreign host. kat at server:~$ sudo tail /var/log/dovecot do...
2007 Nov 26
1
spss, string factors, selecting
...hat I am doing wrong is much appreciated. I'm getting quite stressed as I have 10 files with approx 100,000 records in each to analyse so manipulating data becomes a pain. Here is the code below, not sure it makes much sense without seeing the dataset:- chaff<-read.spss("/Users/Kat/Desktop/papers in progress/btopaper/ edited BTO data/fatnewchaff.sav", to.data.frame=TRUE) chafffat<-read.spss("/Users/Kat/Desktop/papers in progress/btopaper/ edited BTO data/fatmethods.sav") chaffmerge2<-merge(chaff, chafffat, by.x=c("RINGNO", "FAT", &...
2010 Dec 06
10
R crashes when making graphs
...nder Ubuntu Mint Lucid. since i updated to R 2.12 i can no longer make graphs - R just crashes. the full error report was posted to launchpad (https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/675905) without any success so far. anyone with a similar problem or helpful suggestions? thanks! kat
2009 Mar 10
4
hi urgently need help.
Hi everyone Last night I set up ubuntu 6.06 - on a virtual machine. I installed wine and wine doors on it to test run a software or too - before making a switch to ubuntu ultimate edition next week. However wine and wine doors are not working. I used the links below to register on software properties and I included the authentication keys wine deb http://wine.budgetdedicated.com/apt dapper
2017 Jul 07
0
[Rd] italic font on cairo devices in R 3.4
On Fri, Jul 07, 2017 at 07:08:52PM +0200, Ilia Kats wrote: > Interesting. I did not have the package installed, but I did at some point > extract Helvetica from some MacOSX font files and R was using that just fine > until 3.3. This is how the plot looks in 3.4 (still using Helvetica): > https://ptpb.pw/HikX.pdf . After removing Helveti...
2008 Feb 09
2
[asterisk-dev] Monitor Asterisk using C
>Soumya Kat wrote: > What I would like to know is how to get information such as SIP users, > number of SIP connections and traffic associated with those from asterisk > using a C Code. >Russell Bryant > There is actually no good way to do this inside of Asterisk right now. It's > certa...
2012 Jul 02
2
Code scatter plot data from matrix with 3rd column
...column as category to code the data points. for example: xyz 543240 104230 15901 203241 25781 3042340 357891 405670 45780 50531 Ideally, I'd like 0 or 1 to correspond to a color but I'd settle for a symbol at this point.  I have tried working with pch but can't get it to work. Thanks Kat  [[alternative HTML version deleted]]
2010 Nov 17
2
Problem with plotting diagnostics - Error in object$coefficients : $ operator is invalid for atomic vectors
...+ b+ c+d) i wanted to plot diagnostics plot(model) but get the error message Error in object$coefficients : $ operator is invalid for atomic vectors. which does not make a lot of sense, since there is no "$" - i am working with an attached dataset. can anyone help, please?? thanks a lot, kat ---------------------------------------------- dr. katharina manderscheid soziologisches seminar universität luzern kasernenplatz 3 6000 luzern 7 tel. ++41 41 228 4657 web: http://www.unilu.ch/deu/dr.-katharina-manderscheid_346380.aspx [[alternative HTML version deleted]]
2017 Jul 04
2
italic font on cairo devices in R 3.4
Hi all, I have the following problem: Since R 3.4.0, italic fonts rendered on Cairo devices appear pixelated. Here's a minimal example: cairo_pdf('test.pdf') plot(1:10, ylab=expression(italic(test))) dev.off() The same problem occurs with bolditalic, but not bold. I am using Debian Stretch. Several friends tried the same on their machines, another Debian machine has the same
2017 Jul 04
2
italic font on cairo devices in R 3.4
Hi all, I have the following problem: Since R 3.4.0, italic fonts rendered on Cairo devices appear pixelated. Here's a minimal example: cairo_pdf('test.pdf') plot(1:10, ylab=expression(italic(test))) dev.off() The same problem occurs with bolditalic, but not bold. I am using Debian Stretch. Several friends tried the same on their machines, another Debian machine has the same