search for: my_path

Displaying 9 results from an estimated 9 matches for "my_path".

2011 Apr 21
1
Package check issue: Rprofile.site is not used
...would like to have your opinions/advises. My package - let's call it mypackage for the purpose of this email - passes all checks of R CMD check, except for the following failure message: Error : .onLoad failed in loadNamespace() for 'mypackage', details: call: source(file = options()$my_path, local = TRUE) error: invalid connection Error: package/namespace load failed for 'mypackage' Execution halted The context is the following: 1- /usr/lib/R/etc/Rprofile.site contains the following line of R code: options(my_path='/some/path/ to/myfile.txt') 2- mypackage has a NA...
2007 Apr 10
8
ferret-0.11.4-mswin32 not compatible with Ruby1.8.4
Just a quick note for future reference - at least for me, ferret won''t work on Ruby 1.8.4. gem install ferret Successfully installed ferret-0.11.4-mswin32 ruby -v ruby 1.8.4 (2005-12-24) [i386-mswin32] irb irb(main):001:0> require ''ferret'' A windows error message box appears - ruby.exe - Entry Point Not Found The procedure entry point rb_w32_write could not be
2006 Jun 26
7
Using Rails to Generate static pages
Hi all, Has anyone ever thought about or implemented a way to use Rails to pull content from a database and actually *generate* static html pages from view templates? I want to throw a bunch of content into a db using rails and then put all my website templates into the views dir and write the files out with the content inside. The funny thing is that the html pages Rails normally outputs to
2007 Aug 04
2
bars' values on barplot
Hi, I need bars' values on barplot, and I don't know how I can put it. I do my barplot as: data<-read.table("/my_path/file.dat",header=T, sep="\t") barplot(as.matrix(data),log="y",beside=TRUE,main="my_title", xlab="x name", ylab="y name"). How can I add the values on each bar? Thanks.. [[alternative HTML version deleted]]
2005 Sep 03
0
string expansion *in* dovecot config?
hi all, is it possible to define/use 'MACROS' (string expansion, ala Exim) in dovecot's config file? specifically, e.g. -- rather than: login_executable = /some/crazy/path/to/dovecot/libexec/dovecot/imap-login i'd LIKE to do something like MY_PATH = /some/crazy/path/to login_executable = MY_PATH/dovecot/libexec/dovecot/imap-login i'm reading the wiki docs, and it's just not obvious to me ... thanks! richard -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: applica...
2011 Aug 02
1
$IP not getting set?
...the only env var's that are set are as listed below (slightly sanitized for public display). Anyone have any ideas? I have tried both the Wiki-way, and this way: http://dovecot.org/list/dovecot/2009-December/045139.html with identical results. CLIENT_LIMIT='1000' CONFIG_FILE='/my_path/config' DOVECOT_CHILD_PROCESS='1' DOVECOT_PRESERVE_ENVS='TZ' DOVECOT_VERSION='2.0.13' GENERATION='7690' IFS=' ' LOG_SERVICE='1' OPTIND='1' PATH='my_path' PPID='1' PS1='# ' PS2='> ' PS4='+ ' PWD=...
2007 Aug 05
1
Plot in log scale
...es over 5.5, set second (out$b) and third (out$c) has values over 0.005 and the last set (out$d) has values over 0.0005 of y axe. For this reason, I need have log scale on y axe. I've look for web, but I can't do the graph that I need. I try to do something as: out <- read.table("/my_path/data.dat", header=T, sep="\t") plot_colors <- c("blue","red","forestgreen","yellow") plot(out$a, log="y", type="l", col=plot_colors[1], axes=FALSE, ann=T, xlab="tittle_x_axe", ylab="title_y_axe", cex.l...
2009 Feb 02
2
Errors after install with non-standard prefix
Hi Everyone, I'm new in dovecot - so first at all, thank you for amazing work. I'd flicked through dovecot code and it's very accurate. I'm trying to use dovecot with a little bit non-standard configuration: dovecot installed under /my_path/dovecot, all users has the same home directory /my_path/var/mail and have to access all mailboxes/folders located there. But I have troubles with it: Right after start dovecot start spamming log with Error: dict: dict client: Broken handshake besides of GB's of lines above I have: Error...
2003 Mar 21
0
malformed Address
Hi, I am running rsync as daemon and using rsyncd.conf as follows log file = /etc/rsyncid.log [usda] path=/my_path/ uid = web gid = wweb use chroot = yes read only = no auth users = myuser secrets file = /etc/rsyncd.secrets hosts allow = abc.br.usda.com pqr.br.usda.com xyz.br.usda.com strict modes = no if I rsync data from xyz.br.usda.com, It we...