Displaying 20 results from an estimated 300 matches similar to: "puzzling RODBC error"
2015 Mar 11
1
normalizePath output depends on existence of directory
Dear all,
I'm not sure whether this is intended behaviour or a bug. The path returns
from normalizePath is different when the directory doesn't exist. I have
included a reproducible example.
path <- tempfile()
missing.dir <- normalizePath(path, winslash = "/", mustWork = FALSE)
dir.create(path)
existing.dir <- normalizePath(path, winslash = "/", mustWork =
2010 Nov 29
1
Sweave choking on \\ in filename
Dear all,
Sweave chokes when using "\\" in the path to the Rnw file. Using "/"
works fine. The problem is that Eclipse+StatET uses "\\" in the
filename.
And example of the error, traceback and sessionInfo are given below.
Best regards,
Thierry
> Sweave("Q:\\BMK\\cursussen\\interne_opleiding\\deelnemerslijst.Rnw",
syntax="SweaveSyntaxNoweb")
2009 May 20
2
drc results differ for different versions
Hello,
We use drc to fit dose-response curves, recently we discovered that
there are quite different standard error values returned for the same
dataset depending on the drc-version / R-version that was used (not
clear which factor is important)
On R 2.9.0 using drc_1.6-3 we get an IC50 of 1.27447 and a standard
error on the IC50 of 0.43540
Whereas on R 2.7.0 using drc_1.4-2 the IC50 is
2018 Mar 14
1
Problem with reading data from an UTF-16 database
Dear all,
We have a problem with reading some characters correctly from an UTF-16
encoded database. The code below givens the correct characters on Ubuntu
with the_driver = {ODBC Driver 13 for SQL Server}. On Windows (with
the_driver = {SQL Server}), special characters like '?' and '?' are
returned as '?'. I've added the sessionInfo() output from both machines.
Any
2016 Mar 02
2
install.packages() fails with drat repository on networkdrive
Dear all,
install.packages("lme4") fails with error
Error in read.dcf(file = tmpf) : cannot open the connection
In addition: Warning message:
In read.dcf(file = tmpf) :
cannot open compressed file
'//servername/repository_path/bin/windows/contrib/3.2/PACKAGES',
probable reason 'No such file or directory'
the repositories set in .Rprofile are
2014 Nov 03
1
Unexplicable difference between 2 R installations regarding reading numbers
Dear all,
A colleague of mine reported a problem that I fail to understand
completely. He has a number of .csv files that look all very
straightforward, and they all read in perfectly well using read.csv() on
both his and my computer.
When we try the exact same R version on the university server however,
suddenly all numeric variables turn into factors. The problem is resolved
by deleting the
2014 Apr 03
1
summary of lme4.0 model in package
Dear all,
My package has Depends: lme4.0 in the DESCRIPTION. I need to extract the fixed effect of a model and their standard errors. I use coef(summary(model)) inside a function to do that. Model is the output of a call to glmer() from the lme4.0 package.
coef(summary(model)) throws an error: $ operator is invalid for atomic vectors
I have tracked it down to a problem with summary(model)
2013 Sep 30
1
predictions in nlme without fixed covariantes
Dear all,
predict.lme() throws an error when the fixed part consists of only an intercept and using newdata. See the reproducible example below. I've tracked the error down to asOneFormula() which returns in this case NULL instead of a formula. Changing NULL instead of ~1 in that function (see below) solves the problem in the case of an intercept only model (m1). It does not solve the problem
2001 Jun 26
2
[entranced@digitallyimported.com: Vorbis stream up and running]
I'm sure you'll all be happy about this news :)
jack.
----- Forwarded message from Entranced <entranced@digitallyimported.com> -----
From: "Entranced" <entranced@digitallyimported.com>
To: "Jack Moffitt" <jack@icecast.org>
Cc: "Oddsock" <oddsock@oddsock.org>
Subject: Vorbis stream up and running
Date: Tue, 26 Jun 2001 10:18:46 -0400
2001 Jun 26
2
[entranced@digitallyimported.com: Vorbis stream up and running]
I'm sure you'll all be happy about this news :)
jack.
----- Forwarded message from Entranced <entranced@digitallyimported.com> -----
From: "Entranced" <entranced@digitallyimported.com>
To: "Jack Moffitt" <jack@icecast.org>
Cc: "Oddsock" <oddsock@oddsock.org>
Subject: Vorbis stream up and running
Date: Tue, 26 Jun 2001 10:18:46 -0400
2012 Aug 16
3
Reference a variable inside a string and another for object assingments
Hi R community
I copied a bit of my R code that gets some data from a database. You
won't be able to run the code, but I am a beginner so you will
probably understand what going on.
I would like to make a variable I can refer to inside the sqlQuery.
Instead of writing the start date and time (ex SP.lokaldatotid >=
'2005-01-01 00:00:00') inside the query I would like to define it
2014 Dec 19
1
UTF8 markdown vignette
On 18/12/2014, 12:17 AM, Yihui Xie wrote:
> For the record, I saw a change had been made in R-devel:
> https://github.com/wch/r-source/commit/d53b098 (Thanks, Duncan)
> Meanwhile, I also made a change in knitr to assume UTF-8 unless R
> passes an encoding to the vignette engine:
> https://github.com/yihui/knitr/commit/23c6c8e2 Both will solve the
> original problem, but
2008 Mar 12
0
odfWeave examples not working
Hi,
I'm currently taking a look at possibilities to report my results, produced
by R.
After looking at LaTex, I'm now considering the odf format, as most people
at my
company work with MS Word. So using odfWeave would be my best bet probably.
But if I run some examples from the odfWeave package, I cant open the output
in Open Office:
demoFile <- system.file("examples",
2013 Oct 30
1
unique(1:3,nmax=1) freezes R
Dear all,
I was playing around with factor contrasts, and found the argument nmax on function factor. When using nmax=1, R froze completely, and I had to close it from task manager. After some debugging, I found that the problem is actually in unique-function, where the internal unique function is called:
.Internal(unique(x, incomparables, fromLast, nmax))
More generally, it looks like
2016 Mar 02
0
install.packages() fails with drat repository on networkdrive
Hi Thierry,
On 2 March 2016 at 10:16, Thierry Onkelinx wrote:
| Dear all,
|
| install.packages("lme4") fails with error
| Error in read.dcf(file = tmpf) : cannot open the connection
| In addition: Warning message:
| In read.dcf(file = tmpf) :
| cannot open compressed file
| '//servername/repository_path/bin/windows/contrib/3.2/PACKAGES',
| probable reason 'No such file or
2009 Feb 26
1
bottom legends in ggplot2 ?
Has anyone had success with producing legends to a qplot graph such that the legend is placed on the bottom, under the abcissa rather than to the right hand side ?
The following doesn't move the legend:
library(ggplot2)
qplot(mpg, wt, data=mtcars, colour=cyl, gpar(legend.position="bottom") )
I am using ggplot2_0.8.2.
Thanks in advance,
Avram
2011 Sep 22
4
R CMD check file issues
This problem is likely to be specific to Windows, and particularly Win7.
After a successful build of a package (R CMD build addendum), I immediately
run an R CMD check for the same package.
Not always, but _very_ often, I get the following error:
C:\Users\nisabbe\Documents\@Doctoraat\R>R CMD check addendum
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading
2014 Dec 09
3
UTF8 markdown vignette
On 09/12/2014, 4:38 PM, ONKELINX, Thierry wrote:
> Dear Yihui,
>
> I have created a reproducible example at https://github.com/ThierryO/utf8vignette
>
> The \usepackage{} line is needed, otherwise R CMD check --as-cran will give a warning.
> %\VignetteEncoding{UTF-8} did not solve the problem.
I've just taken a look at the sources, and that's only in R-devel, it
never
2009 Jun 24
2
Announcement: Howler-optimised G.729A Solution for Asterisk
[ Optimised G.729A 'Howlet' for Asterisk & FreSWITCH ]
Howler Technologies are proud to announce today the launch of
their fully indemnified and highly optimised G.729A solution
for Asterisk, including a unique floating license model.
This is the first in a series of products dubbed 'Howlets'
that add highly performant transcoding and signal processing
modules to open-source
2005 Jan 18
0
DTMF is being MUTED by asterisk to/from SIP channels from SIP or ZAP
I am having a problem trying to do inband DTMF passthru via asterisk.
My setup:
PSTN gateway MAXTNT v11.0 SIP (T1 PRI/NT2)
Asterisk HEAD or v1.0 makes no difference (I am using HEAD mostly)
12/10/04 and 01/17/05 (no difference)
CAC ABII-T100P to/from analog lines to/from asterisk
BTW, I have used a ABI and it works just like the ABII with asterisk.
What I am seeing is:
I make a call from a