Displaying 20 results from an estimated 1200 matches similar to: "package.skeleton() creates corrupted Rd file (PR#11191)"
2008 Oct 25
1
Code contribution
Hello group!
I mantain my own package cmrutils which is available under the GPL:
http[s]://aparamon.msk.ru/svn/study/R-packages/cmrutils
I don't want to put it to CRAN yet because it mostly consists of
specialized helper functions which are presumably not valuable for
other people.
But I think 2 of the functions are general and useful enough to share
the code. Do you think it is worth to
2008 Mar 30
1
package.skeleton.S4
Hi the devel list.
I am adapting the package.skeleton to S4 classes and methods
I would have been very proud to post a new working function on this list.
Unfortunately, I do not manage to solve all the problems. Mainly
- sys.source does not compile a file with setClass
- dumpMethod does not exists yet
In the following code, thise two problems are notified by a line
#################
Still
2006 Apr 14
5
UTF8 letters are imaged incorrectly (PR#8770)
Full_Name: Mikhail Bocharov
Version: 2.2.1
OS: Linux
Submission from: (NULL) (62.148.130.28)
Cyrillic UTF8 letters are imaged incorrectly
Sorry, but English is not my native language
My operating system is Gentoo-linux. Now i want get the gparhics with russian
title
for example: plot(1:20, type='l',
main='Утечка')
2012 Sep 27
1
Bug#688961: xcp-xapi: xe host-set-hostname-live fails (debian is not centos!)
Package: xcp-xapi
Version: 1.3.2-11
Severity: normal
xe host-set-hostname-live host-uuid=68878163-7c93-17af-7911-5a2726fefc66 host-name=xapi-xh3
The server failed to handle your request, due to an internal error. The given message may give details useful for debugging the problem.
message: Subprocess exitted with unexpected code 2; stdout = [ ]; stderr = [ sed: can't read
2014 Jul 08
0
Re: [R-es] Consulta paquetización con versión R 3.1.0
Congratulations Eva
I have been following this thread loosely. Well in the sense that I really didn't understand what was going on but hopefully thinking that I could learn something from it.
Your approach to your particular setup didn't pay any attention to the heed by Duncan. So you hard headed (pig headed, stubborn as a monkey) wanted it to be your way.
Now I guess you accidentally
2008 Dec 05
0
par(mfrow = ) resets par('cex'), not reduces it (PR#13373)
help(par) says:
'mfcol, mfrow' ...
In a layout with exactly two rows and columns the base value of
'"cex"' is reduced by a factor of 0.83: if there are three or more
of either rows or columns, the reduction factor is 0.66.
In reality, par(mfrow =) *resets* par ('cex'), not reduces it as
documented. To reproduce:
par(cex = 0.5)
par(mfrow = c(2,
2008 Jul 29
1
[releng_7 tinderbox] failure on sparc64/sparc64
TB --- 2008-07-29 09:37:14 - tinderbox 2.3 running on freebsd-stable.sentex.ca
TB --- 2008-07-29 09:37:14 - starting RELENG_7 tinderbox run for sparc64/sparc64
TB --- 2008-07-29 09:37:14 - cleaning the object tree
TB --- 2008-07-29 09:37:32 - cvsupping the source tree
TB --- 2008-07-29 09:37:32 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/sparc64/sparc64/supfile
TB ---
2010 Sep 20
1
Russian Letters are displayed as "?????????"
Hello everyone,
I have encountered the problem that when I run an application under Wine, all Cyrillic letters are shown as ?????????. To solve this problem, I've checked the similar topic
Letters like ???????????? :( (http://forum.winehq.org/viewtopic.php?t=6737&postdays=0&postorder=asc&start=0).
But, unfortunately it didn't quite work.
Letters in the application now look
2006 Apr 18
2
Wishlist for promptPackage / index
Hi R-devels,
would it be possible to enhance either promptPackage()
or the default indexing mechanism for packages
so that -- if it exists -- (the contents of) file
<pkgname>-package.Rd is sorted first in
* the .dvi / .pdf documentation file
* the .chm documentation file
* the package 00index.html documentation file
?
So far I found the following "hand-made" solution
2005 Jan 25
0
Inconsistent ls behavior on smbmount'ed Windows shares
Hi group
When I use [TAB] to finish the file name ls shows the file. When I repeat
the comman with [UP] ls says there's no such file.
Any ideas ?
The same thing on Fedora Core 3 and FreeBSD 5.3,4.9
[root@vax ~]# cat /etc/sysconfig/i18n
LANG="ru_RU.UTF-8"
SUPPORTED="en_US.UTF-8:en_US:en:ru_RU.UTF-8:ru_RU:ru"
SYSFONT="latarcyrheb-sun16"
[root@vax ~]# mount -t
2007 May 20
4
forcing codepage for non-unicode apps
Hello.
I've a problem running a few apps that are supposed to output some
text in Russian, but it's not displayed correctly (instead it looks
like text in the web browser when wrong charset is selected).
I think these applications try to use GDI or standart Windows
controls with non-unicode text in Windows-1251 Cyrillic codepage
and it doesn't work. AFAIK in Windows XP there was
2006 Oct 29
3
rsync+iconv
Wayne Davison wrote:
> On Fri, Oct 27, 2006 at 04:19:06PM +0600, Yakov Hrebtov wrote:
>> This test compiles and executes without "failed" message. Hence
>> iconv_open("UTF-8","CP1251") succeeded.
>
> Check to see if the two programs are linking differently. Perhaps
> configure decided that it needed -liconv when that that library
>
2005 Nov 14
1
Package manpage DCF hooks
Was looking at what was output for <pkgname>-package.Rd
and wondered if any there was any means (via macro, etc)
to merge some of the same information with a template
for my package manpage? As much (all?) of the generated
information was already provided in the DESCRIPTION, I'd
prefer not to have to update the information in multiple
places. I'm thinking here that I could provide a
2006 Nov 15
0
Bug#398163: Sorry, my regexp was wrong a bit
Package: logcheck-database
Version: 1.2.50
Followup-For: Bug #398163
I wrote wrong regexp in my last mail, the right one is
In /etc/logcheck/ignore.d.server/postfix
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:alnum:]]+: (resent-|)message-id=<[[:alnum:].]+@[-_.[:alnum:]]+>$
should be
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:alnum:]]+:
2010 Apr 18
0
Bug#578252: xen-utils-common: documentation/examples contain obsolete and wrong kernels name
Package: xen-utils-common
Version: 3.4.2-4
Severity: minor
/usr/share/doc/xen-utils-common/examples contain samples with incorrect (for debian) and obsolete kernels names.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-4-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8,
2007 May 21
0
Bug#425368: xen-hypervisor-3.0.3-1-i386: Package does not correspond with any xen-linux-system
Package: xen-hypervisor-3.0.3-1-i386
Severity: normal
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-vserver-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
2012 Mar 27
1
Bug#665994: xen-api: [INTL:ru] Russian debconf templates translation
Package: xen-api
Version: 1.3.2-3
Severity: wishlist
Tags: l10n patch
Dear Maintainer,
*** Please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these
2008 May 15
3
Bug#481306: logcheck-database: Request for new rule: "syslog-ng : Configuration reload"
Package: logcheck-database
Version: 1.2.63
Severity: wishlist
Hi,
Can you add rule to filter out following messages:
System Events
=-=-=-=-=-=-=
May 15 07:44:48 niko syslog-ng[21911]: Configuration reload request
received, reloading configuration;
Best regards
Andrei Emeltchenko
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'),
2009 May 03
13
Ruby or Rails bug?
In irb all works fine:
# irb
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> require ''raspell''
=> true
irb(main):003:0> speller = Aspell.new("ru_RU")
=> #<Aspell:0x7f8692c9d158>
irb(main):004:0> speller.suggestion_mode = Aspell::NORMAL
=> "normal"
irb(main):005:0>
2013 Dec 01
1
Bug#731038: xen-utils-4.3: cannot create hwm
Package: xen-utils-4.3
Version: 4.3.0-3
Severity: normal
II'm install xen-4.3 from official repository. When i try create virtulal
machine got error:
xl -vvvv create /etc/xen/xlexample.hvm
Parsing config from /etc/xen/xlexample.hvm
libxl: debug: libxl_create.c:1230:do_domain_create: ao 0x19811c0: create:
how=(nil) callback=(nil) poller=0x1981220
libxl: verbose: