From: admin Date: Mon, 24 May 2021 02:21:42 +0000 (+0000) Subject: updated PO files X-Git-Url: https://source.charles.plessy.org/?a=commitdiff_plain;h=63dd989f2e959d81598bb57522bec42f2d169597;p=source.git updated PO files --- diff --git "a/Debian/debi\303\242neries/r-4.1.en.po" "b/Debian/debi\303\242neries/r-4.1.en.po" new file mode 100644 index 00000000..7f6c9160 --- /dev/null +++ "b/Debian/debi\303\242neries/r-4.1.en.po" @@ -0,0 +1,99 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-05-24 02:21+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#, no-wrap +msgid "[[!meta date=\"Mon, 24 May 2021 10:22:43 +0900\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta updated=\"Mon, 24 May 2021 10:22:43 +0900\"]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!tag Debian]]\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "[[!meta title=\"J'essaye R 4.1\"]]\n" +msgstr "" + +#. type: Plain text +msgid "" +"J'essaye [R " +"4.1](https://stat.ethz.ch/pipermail/r-devel/2021-May/080724.html) dans un " +"conteneur [schroot](https://manpages.debian.org/schroot) _experimental_ en " +"attendant la publication de _Bullseye_ qui permettra la migration dans _Sid_ " +"et la recompilation des paquets R que nous fournissions." +msgstr "" + +#. type: Plain text +msgid "Le _schroot_:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" sudo debootstrap sid /srv/chroot/r-4.1 http://deb.debian.org/debian\n" +" sudo vi /etc/schroot/chroot.d/r-4.1\n" +" # Edit it to have something like\n" +" [r-4.1]\n" +" description=R 4.1 (experimental)\n" +" type=directory\n" +" directory=/srv/chroot/r-4.1\n" +" users= # Here put your username\n" +" root-groups=root\n" +" profile=desktop\n" +" personality=linux\n" +" preserve-environment=true\n" +" sudo schroot -c r-4.1\n" +" vi /etc/apt/sources.list # To add the experimental distribution\n" +" apt update\n" +" apt install sudo vim wget\n" +" exit\n" +msgstr "" + +#. type: Plain text +msgid "Installation de R:" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" schroot -c r-4.1\n" +" sudo apt install r-base/experimental -texperimental\n" +" sudo apt install -texperimental pandoc libxml2-dev libcurl4-openssl-dev " +"git libssl-dev texlive\n" +msgstr "" + +#. type: Plain text +msgid "Et de Rstudio (il faut la version _preview_)" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" wget " +"https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-1.4.1714-amd64.deb\n" +" sudo apt install libnss3 libasound2\n" +" sudo dpkg -i rstudio-1.4.1714-amd64.deb \n" +" sudo apt -f install -texperimental\n" +msgstr ""