Displaying 20 results from an estimated 1000 matches similar to: "problem with update.packages"
2007 Jul 23
1
postscript bug? (PR#9803)
postscript() produces files that are not encoded as eps, according to
the standard. Hence, word processors such as OpenOffice and AbiWord do
not recognise the files as eps. See
http://www.postscript.org/FAQs/language/node80.html
The problem is in the first line of the postscript file: The header is
wrong. It should be:
%!PS-Adobe-3.0 EPSF-3.0
whereas postscript() produces:
%!PS-Adobe-3.0
The
2008 Oct 14
1
problem with update.packages (PR#13161)
On 14 October 2008 at 09:39, Simon Blomberg wrote:
| Hi, is anyone else getting this error? Could this be a bug?:
|
| > update.packages(ask=FALSE)
| Error in read.dcf(pkgpath, fields = fields) :
| Line starting 'unix; ...' is malformed!
|
| > sessionInfo()
| R version 2.8.0 RC (2008-10-12 r46696)
| x86_64-pc-linux-gnu
Confirmed in plain R using the same package built this
2008 Oct 14
1
problem with update.packages (PR#13161)
On 14 October 2008 at 09:39, Simon Blomberg wrote:
| Hi, is anyone else getting this error? Could this be a bug?:
|
| > update.packages(ask=FALSE)
| Error in read.dcf(pkgpath, fields = fields) :
| Line starting 'unix; ...' is malformed!
|
| > sessionInfo()
| R version 2.8.0 RC (2008-10-12 r46696)
| x86_64-pc-linux-gnu
Confirmed in plain R using the same package built this
2015 Jun 08
2
Bug in loadNamespace?
I am seeing very strange behaviour in R 3.2.0 patched (r68272) and a new
build of R-devel. The sessioninfo() from the former is below.
Here's what I see: If I set the locale, and trigger a namespace load, a
version comparison gives NA, and I get an error. For example, in a new
session started with R --vanilla from the terminal:
> Sys.setlocale(locale='en_US.UTF-8');grid::gpar()
2008 Oct 14
0
[R-sig-Debian] problem with update.packages (PR#13162)
Dirk Eddelbuettel wrote:
> On 14 October 2008 at 09:39, Simon Blomberg wrote:
> | Hi, is anyone else getting this error? Could this be a bug?:
> |
> | > update.packages(ask=FALSE)
> | Error in read.dcf(pkgpath, fields = fields) :
> | Line starting 'unix; ...' is malformed!
> |
> | > sessionInfo()
> | R version 2.8.0 RC (2008-10-12 r46696)
> |
2001 Apr 07
2
Assertion `hdc' failed
i've compiled my own wine from source and have had the same problem twice.
can anyone tellme what this means.
how to fix it?
$ wine icad.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
For language 'en' several language ids were found:
en_US - 0409; en_GB - 0809; en_AU - 0C09; en_CA -
2015 Jun 08
3
Bug in loadNamespace?
On 07/06/2015 9:14 PM, Dirk Eddelbuettel wrote:
>
> On 7 June 2015 at 20:46, Duncan Murdoch wrote:
> | I am seeing very strange behaviour in R 3.2.0 patched (r68272) and a new
> | build of R-devel. The sessioninfo() from the former is below.
> |
> | Here's what I see: If I set the locale, and trigger a namespace load, a
> | version comparison gives NA, and I get an
2012 Jan 12
1
Problems compiling packages from source: can't find -lquadmath.
Hi all,
I have recently installed Debian squeeze on a Dell T7500, but I have
pinned R and friends to come from the unstable distribution. Currently I
have these Debian packages installed (with dependencies):
r-base-core 2.14.1-1
r-base-dev 2.14.1-1
The problem comes when installing new source packages from CRAN using
install.packages(). Below is a typical installation output:
* installing
2008 Dec 12
4
gregexpr - match overlap mishandled (PR#13391)
Full_Name: Reid Thompson
Version: 2.8.0 RC (2008-10-12 r46696)
OS: darwin9.5.0
Submission from: (NULL) (129.98.107.177)
the gregexpr() function does NOT return a complete list of global matches as it
should. this occurs when a pattern matches two overlapping portions of a
string, only the first match is returned.
the following function call demonstrates this error (although this is not how I
2008 Dec 12
4
gregexpr - match overlap mishandled (PR#13391)
Full_Name: Reid Thompson
Version: 2.8.0 RC (2008-10-12 r46696)
OS: darwin9.5.0
Submission from: (NULL) (129.98.107.177)
the gregexpr() function does NOT return a complete list of global matches as it
should. this occurs when a pattern matches two overlapping portions of a
string, only the first match is returned.
the following function call demonstrates this error (although this is not how I
2001 Feb 26
1
For language 'english' several language ids were found:????????
Hi ,
I am new to Linux and to wine.
Under Suse 7.1 I tried to use wine for the first time.
I tried to install the Benelux map ("Garmin mapsource").
First error:
For language 'english' several language ids were found:
en_US - 0409; en_GB - 0809; en_AU - 0C09; en_CA - 1009; en_NZ - 1409;
en_IE - 1809; en_ZA - 1C09; en_JM - 2009; en_ - 2409; en_BZ - 2809;
en_TT - 2C09;
Instead of
2002 Oct 25
1
Problems starting wine...
I'm hoping someone can help me out with this...
I've been running the Wine package in Debian/Woody for quite a while
now, and have been able to run most of the windows programs I want to.
However, for some reason wine just stopped working for me. Here is the
error output for every windows program I run:
For language 'english' several language ids were found:
en_US - 0409; en_GB
2008 May 06
4
categorical data analysis
hie all
i am trying to carry out a categorical data analysis but my problem is that when in i use the chi squared test some of my expected values are less than 5. is there a test that can handle this situation. the data is not a 2*2 table. its more from the social sciences where you have from strongly agree to strongly disagree. i know i can collapse vthe tables but there is a loss of
2009 Mar 31
2
Wishlist: optional svn-revision number tag in package DESCRIPTION file
Hi,
just a little wish :
Could we have one (or maybe more) standardized optional tag(s)
for package DESCRIPTION files to cover svn revision info?
This would be very useful for bug reporting...
I know that any developer is already free to append corresponding lines
to DESCRIPTION files to do something of this sort --- e.g. lines like
LastChangedDate: {$LastChangedDate: 2009-03-31 $}
2008 Aug 01
2
Extract Element of String with R's Regex
Hi,
I have this string, in which I want to extract some of it's element:
> x <- "Best-K Gene 11340 211952_at RANBP5 Noc= 3 - 2 LL= -963.669 -965.35"
yielding this array
[1] "211952_at" "RANBP5" "2"
In Perl we would do it this way:
__BEGIN__
my @needed =();
my $str = "Best-K Gene 11340 211952_at RANBP5 Noc= 3 - 2 LL=
-963.669
2007 Jun 11
3
if statement
Hi all,
I have a rather naive question. I have the height of 100 individuals in
a table and I want to assign the tallest 30% as Case=1 and the bottom
30% as Case=0. How do I do that?
thanks.
jiong
The email message (and any attachments) is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is
2011 May 19
1
r-2.13 fails make check
I am only reporting this because it is the current release branch and
not devel.
R-2.13 from svn revision 55957 builds fine, but fails make check.
This happened with a fresh svn checkout 12 hours ago and it still
happens as of now. Two days ago I could build R-2.13 and it passed
make check on the same system, so I doubt it is a system problem. But
just in case my system details are a fresh
2011 Mar 23
12
Cyrillic works "HALF"-good with wine
Hello, here is my problem:
I have Wine-1.2.2 (on Ubuntu 10.10)
and I'm trying to run windows application (writted on Visual Fox Pro 9 )
my command line is:
Code:
LC_ALL="ru_RU.UTF-8" wine shop.exe
(without LC_ALL an error "Collating squesnce RUSSIAN not fund" )
In this case wine shows normalyy most of the windows and textboxes, and the MAINMRNU. But SUBMENUS are shown
2007 Aug 28
3
Interpreting the eigen value of a population matrix (2nd try)
Thanks for telling me that you could not get my message, I hope this work
better...
so my question was:
I built a population matrix to which I applied the fonction eigen in order
to find the main parameters about my population. I know that the first
eigen value correspond to lambda or exponential growth rate of my
population. My problem is that I want to have the 95% confidence interval
of the
2007 Nov 12
3
help on drawing a tree with "ape"?
Dear all,
I'm using the "ape" package in R and want to draw a
phylogenetic tree with not only the tip labels but
also some labels for the edges. e.g. Mark the edge AB
as "m" in the tree ABC.
Couldn't find a way to do that. Can someone help?
Thanks,
Hua