Displaying 20 results from an estimated 22 matches for "fr_ch".
2018 Mar 28
2
can not install package "matie"
...:
? aucun package nomm? ?proxy? n'est trouv?
Erreur : le chargement du package ou de l'espace de noms a ?chou? pour ?matie?
Here is my sessionInfo
> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: macOS Sierra 10.12.4
locale:
[1] fr_CH.UTF-8/fr_CH.UTF-8/fr_CH.UTF-8/C/fr_CH.UTF-8/fr_CH.UTF-8
attached base packages:
[1] stats???? graphics? grDevices utils???? datasets? methods?? base??? ?
loaded via a namespace (and not attached):
?[1] Rcpp_0.12.7??????? DEoptimR_1.0-6???? plyr_1.8.4???????? viridis_0.3.4????? class_7.3-14???? ?...
2011 Jan 24
3
error with source(): invalid 'times' value
...can come from? It works fine when echo=FALSE... I am
using R 2.12, on Ubuntu Linux 10.4 (R from CRAN), full session info
below. Should I rather send this to r-devel?
Thanks a lot
Matthieu
sessionInfo()
R version 2.12.1 (2010-12-16)
Platform: i486-pc-linux-gnu (32-bit)
locale:
[1] LC_CTYPE=fr_CH.utf8 LC_NUMERIC=C
[3] LC_TIME=fr_CH.utf8 LC_COLLATE=fr_CH.utf8
[5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=fr_CH.utf8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=fr_CH.utf8 LC_IDENTIFICATION=C
attached base packages:...
2010 May 02
1
Problem installing/updating Rpmi
..... which seems no to be available on r-cran-*
Btw, when are usually the packages on r-cran updated? Are/Will they be
updated for R 2.11? Thanks a lot for those very useful instalaltion
facilities!!!
Matthieu
sessionInfo()
R version 2.11.0 (2010-04-22)
x86_64-pc-linux-gnu
locale:
[1] LC_CTYPE=fr_CH.UTF-8 LC_NUMERIC=C
[3] LC_TIME=fr_CH.UTF-8 LC_COLLATE=fr_CH.UTF-8
[5] LC_MONETARY=C LC_MESSAGES=fr_CH.UTF-8
[7] LC_PAPER=fr_CH.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=fr_CH.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets met...
2018 Mar 28
0
can not install package "matie"
...;m guessing it will fail unless you
update your R version first.
Duncan Murdoch
>
> Here is my sessionInfo
>
>> sessionInfo()
> R version 3.3.2 (2016-10-31)
> Platform: x86_64-apple-darwin13.4.0 (64-bit)
> Running under: macOS Sierra 10.12.4
>
> locale:
> [1] fr_CH.UTF-8/fr_CH.UTF-8/fr_CH.UTF-8/C/fr_CH.UTF-8/fr_CH.UTF-8
>
> attached base packages:
> [1] stats???? graphics? grDevices utils???? datasets? methods?? base
>
> loaded via a namespace (and not attached):
> ?[1] Rcpp_0.12.7??????? DEoptimR_1.0-6???? plyr_1.8.4???????? viridis_0.3....
2018 Mar 29
1
can not install package "matie"
...on first.
>
>Duncan Murdoch
>
>
>>
>> Here is my sessionInfo
>>
>>> sessionInfo()
>> R version 3.3.2 (2016-10-31)
>> Platform: x86_64-apple-darwin13.4.0 (64-bit)
>> Running under: macOS Sierra 10.12.4
>>
>> locale:
>> [1] fr_CH.UTF-8/fr_CH.UTF-8/fr_CH.UTF-8/C/fr_CH.UTF-8/fr_CH.UTF-8
>>
>> attached base packages:
>> [1] stats???? graphics? grDevices utils???? datasets? methods?? base
>>
>> loaded via a namespace (and not attached):
>> ?[1] Rcpp_0.12.7??????? DEoptimR_1.0-6???? plyr_1....
2016 Nov 14
2
CentOS 7 + KDE - default keyboard layout?
...have> pc105 nodeadkey
>
> This changes the X11 keyboard settings permanently for all users on the
> system
> and works fine with (at least) XFCE.
>
> Patrick
Thanks for your response. (Native german speaker here also.)
I tried what you suggested:
# localectl set-x11-keymap fr_CH-latin1 pc105 nodeadkey
As is to be expected, this modifies /etc/X11/xorg.conf.d/00-keyboard.conf:
# Read and parsed by systemd-localed. It's probably wise not to edit
this file
# manually too freely.
Section "InputClass"
Identifier "system-keyboard"
MatchIs...
2009 Jul 21
1
strange bug? with R CMD check
...passes R CMD check)
svn checkout svn://svn.r-forge.r-project.org/svnroot/sbr/pkg
safeBinaryRegression
(2) replace sbr with safeBinaryRegression in DESCRIPTION and NAMESPACE
(3) run R CMD check
Session Info:
> sessionInfo()
R version 2.9.1 (2009-06-26)
i386-apple-darwin8.11.1
locale:
fr_CH.UTF-8/en_US.UTF-8/C/C/fr_CH.UTF-8/fr_CH.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
Thanks,
Kjell
2016 Nov 14
0
CentOS 7 + KDE - default keyboard layout?
On 14.11.2016 14:33, Nicolas Kovacs wrote:
> # localectl set-x11-keymap fr_CH-latin1 pc105 nodeadkey
>
> As is to be expected, this modifies /etc/X11/xorg.conf.d/00-keyboard.conf:
Interesting, I didn't actually realize that myself before.
> Option "XkbLayout" "fr_CH-latin1"
According to this link
https://wiki.manjaro.org/inde...
2016 Nov 10
2
CentOS 7 + KDE - default keyboard layout?
...of KDE
I've ever seen, and with some tweaking (a lot, in fact) this can be
turned into a highly functional desktop with all the bling and bells and
whistles.
But right now, I have some minor problems to solve. First things first.
My system is installed in French, with a swiss french keyboard
(fr_CH-latin1) as default. This works OK in console mode, but when KDE
launches the first time, the default keyboard is US, and there's a
french (fr-latin1) alternative configured.
In my humble opinion, this looks like a minor bug, because the default
keyboard should be the same as the one defined in...
2006 Jun 28
7
French accent under wine
Hi everybody !
I have a fresh OpenSuse 10.1 linux installed in french, i use a french
keyboard ... accent (like ?,?) doesn't work with application launch
under wine .. how could resolv that ?
Thanks
--
Michael
2006 May 13
1
Keyboard layout switching bug: workaround?
...en 100%
GNU/Linux for the past five years, and I recently switched from Slackware to
CentOS, for the sake of comfort. Overall impression: I like it!
I have a few problems to solve yet in my migration effort, mostly minor
annoyances. First things first.
I need three different keyboard layouts: de, fr_CH and fr. I'm used to toggle
between these. Now this doesn't seem to work with CentOS 4.3. (My system is in
french, so I have to translate Menu entries back to english, I don't know if
they will be accurate...). Anyway.
Applications -> Preferences -> Keyboard opens the keyboard con...
2001 Feb 16
1
different_languages_problem
Hi,
what to do with this?
thanks in advance
[serge@rex serge]$ wine write.exe
Invoking /opt/wine/bin/wine.bin write.exe ...
For language 'fr' several language ids were found:
fr_FR - 040C; fr_BE - 080C; fr_CA - 0C0C; fr_CH - 100C; fr_LU - 140C;
Instead of using first in the list, suggest to define
your LANG environment variable like this: LANG=fr_FR
Wine exited with a successful status
/usr/bin/wine: line 516: 995 Compl?t? tail -f $log_name
/usr/bin/wine: line 520: 991 Compl?t? $XME...
2013 Jun 12
2
KBDMAP - extlinux 5.xx
On Thu, 06 Jun, at 01:11:53AM, poma wrote:
>
> Standalone directive 'kbdmap <kbd>.ktl' doesn't work within series 5.
> Tested via 5.00, 5.01 and 5.10.
> It works within series 4 - tested via 4.05 and 4.06.
> Is it a bug, or is it a feature?
Could you provide me with your .ktl file?
--
Matt Fleming, Intel Open Source Technology Center
2013 Jun 13
0
KBDMAP - extlinux 5.xx
...t;
Regarding [1], [2], and [3], I somehow doubt that this is a '*.ktl' i.e.
"Keyboard Table for Lilo" problem.
Which ones of these[4] produced by the 'keytab-lilo' you need?
All of them[4] were tested. ;)
poma
[4]
croat.ktl
cz.ktl
cz-us-qwertz.ktl
de.ktl
de-latin1.ktl
fr_CH.ktl
fr_CH-latin1.ktl
hu.ktl
sg.ktl
sg-latin1.ktl
sg-latin1-lk450.ktl
sk-prog-qwertz.ktl
sk-qwertz.ktl
slovene.ktl
2013 Jun 13
2
KBDMAP - extlinux 5.xx
On Thu, 13 Jun, at 12:40:48PM, poma wrote:
> Regarding [1], [2], and [3], I somehow doubt that this is a '*.ktl' i.e.
> "Keyboard Table for Lilo" problem.
> Which ones of these[4] produced by the 'keytab-lilo' you need?
> All of them[4] were tested. ;)
Any one will do. I just want to reproduce this bug.
--
Matt Fleming, Intel Open Source Technology Center
2013 Jun 13
0
KBDMAP - extlinux 5.xx
...5892fe50a6424b34e8016a779f63578bb croat.ktl
9ad8f3c5bfded91686595d43766be209d3e800ee cz.ktl
f3fa449aca4dcfb35e4cc5ada4c59982dd2d4391 cz-us-qwertz.ktl
3a6979d9af4ea8c21af2e406baad7854b316b5df de.ktl
30441d61dd50ee2f8805001d1d39e47a6ab8e4cf de-latin1.ktl
8de869585eeaaa1a9ebbe992f29b17ae12bca9f7 fr_CH.ktl
875c68de9eaecadf8298fe8d00737c1f337a003c fr_CH-latin1.ktl
2505e79fc91dd9f1710dba9bdaba97bb53393252 hu.ktl
8de869585eeaaa1a9ebbe992f29b17ae12bca9f7 sg.ktl
1a962a371c6edc06cb7a78819795f542e39d2d6b sg-latin1.ktl
4d0bb775668ad99dd16fcae6ac94be1580553b5d sg-latin1-lk450.ktl
271fdc97cbf484ef2f37...
2019 Jan 04
2
CentOS 7.6 1810 vs. VirtualBox : bug with keyboard layout selection
...ll the
installer screenshots.
Since CentOS has recently been upgraded to version 7.6, I thought I
might as well base all book references on this version. So I downloaded
the 7.6 1810 minimal ISO and started a fresh installation in VirtualBox.
I'm using a Swiss French keyboard layout (ch-fr or fr_CH-latin1), so one
of the first things I do in the installer is replace the default French
AZERTY keyboard (since I use the french language) by a swiss french
QWERTZ layout.
Now when I reach this dialog in the installer and try do define my new
layout, the slider in the selection window doesn't a...
2016 Nov 14
0
CentOS 7 + KDE - default keyboard layout?
On 10.11.2016 08:30, Nicolas Kovacs wrote:
> My system is installed in French, with a swiss french keyboard
> (fr_CH-latin1) as default. This works OK in console mode, but when KDE
> launches the first time, the default keyboard is US, and there's a
> french (fr-latin1) alternative configured.
XFCE user here, so I'm not sure if KDE tries to enforce its own settings with
regard to the keyboard layou...
2019 Jan 04
0
CentOS 7.6 1810 vs. VirtualBox : bug with keyboard layout selection
....
>
> Since CentOS has recently been upgraded to version 7.6, I thought I
> might as well base all book references on this version. So I downloaded
> the 7.6 1810 minimal ISO and started a fresh installation in VirtualBox.
>
> I'm using a Swiss French keyboard layout (ch-fr or fr_CH-latin1), so one
> of the first things I do in the installer is replace the default French
> AZERTY keyboard (since I use the french language) by a swiss french
> QWERTZ layout.
>
> Now when I reach this dialog in the installer and try do define my new
> layout, the slider in the s...
2001 Feb 14
1
language_problem
...# the problem must be that my unix is mandrake 7.0 french and
windows 98 is russian
# How to get round it?
[serge@rex serge]$ wine write.exe
Invoking /opt/wine/bin/wine.bin write.exe ...
For language 'fr' several language ids were found:
fr_FR - 040C; fr_BE - 080C; fr_CA - 0C0C; fr_CH - 100C; fr_LU - 140C;
Instead of using first in the list, suggest to define
your LANG environment variable like this: LANG=fr_FR
Wine exited with a successful status
/usr/bin/wine: line 516: 995 Compl?t? tail -f $log_name
/usr/bin/wine: line 520: 991 Compl?t? $XME...