Displaying 11 results from an estimated 11 matches for "jte".
Did you mean:
jne
2007 Apr 16
3
Jigdoes of CentOS 4.4 and 5.0 i386/x86_64 CD/DVD available.
...h you run it.
[If you have a local source of files you can skip the --noask and provide
it when asked]
Next step: get this included on the centos mirrors ;-) [hint hint]
Afterwards: it would be nice to drop the iso files from the mirrors in
their entirety and generate them on-the-fly using the JTE extensions
package. Should be significant space-savings. [requires perl cgi in the
hosting webserver, but should be very safe since it's all read-only
access]
Even later: it would be awesome if we could generate the jigdo/template
during mkisofs (requires using a patched mkisofs). This...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...=3nGOcuJW at vjy=tUncau}lVK=J1ch
zUU^^7*f;7*L&|W5oKFkIP)F_YM9BE)pZPH$<HH+O_zcaE3u7~6m$|hW%&ig3(T?ib
za$vSt7hNlOEJ%-n%)+dr$-*c`WN)J({Wq(7wxjlrA at ucP`e~Y}*iPex;b}CHY at lgJ
zr4@$hq`PkPKBv*=ruviAW^a-zGwew!r&Vkvb=fTq=^r1{RiRolSN~WeS0!Vs<f>F`
zH6^K%70_;utk%fZYB}1+pqEwjLi>^uvZkrpJtEqhZ9m6s>!H)UE!(lHF{LA9XsJrB
z!EhhLPz|UZw0N78HLhy++jKG&6EC-9h0p-(cu*=;1u0GJKO<Tij98Uur63Sh?fLq&
zPJ$LR00pDeqd3i8vPycqPNf|nnW>J8RF`G at Mnl<d6-D at 2{cKNU7NLR|h$}V!f*37O
zR|`F;O?_fV^^`{|;SwY48c*k0)1cN>3-wpk+J0Y+B-2gWL(tns7d>jN>*IgfKx?3b
ze9}<f8T#0Ek at xe$=aWh9l#_jafHB(...
2019 Apr 19
0
Managing Search Path Conflicts in R 3.6.0: Lazy Method Attachment into Search Path
Dear R Developers,
R 3.6.0 is going to introduce new features for managing search path
conflicts, explained in greater detail in the following article, and which
are greatly welcome:
https://developer.r-project.org/Blog/public/2019/03/19/managing-search-path-conflicts/index.html
In addition, another Conflict Policy could also be adopted, which I will
call "Lazy Method Attachment into the
2019 Jul 21
1
Recommended Reading: Advanced R Second Edition
Dear R Developers,
After having fully read "Advanced R First Edition" , and having just bought
my physical copy of "Advanced R Second Edition", I recommend that:
Any community member interested in the development of R reads "Advanced R
Second Edition", which explains R Language Core concepts cristal clear, and
shows the motivation behind libraries such as
2020 Feb 21
1
Support for Dashes in the Raw String Delimiter
Dear R Developers,
As regards "Support for Dashes in the Raw String Delimiter" from commit:
https://github.com/wch/r-source/commit/4d4781ad19890193d5eb458d71f18d7e53ee73c5
Would it be possible to support in addition to r"" Syntax, for not escaping
backlash character in strings, also support """ """ (Python Like Syntax),
for also allowing to have
2020 May 21
2
[External] Feature Request: User Prompt + Message First Execution when "Managing Search Path Conflicts"
Thank you Mr. Tierney!
Using globalCallingHandlers() to directly handle
"packageConflictError" is an excellent idea!
The benefits I see for such an implementation are:
* The patch would be contained within the Conflict Error Handler,
which should reduce any side effects with an eventual implementation.
* And by making its usage optional, by setting for example
2019 May 29
2
Converting non-32-bit integers from python to R to use bit64: reticulate
Dear R Developers,
There is an interesting issue related to "reticulate" R package which
discusses how to convert Python's non-32 bit integers to R, which has had
quite an exhaustive discussion:
https://github.com/rstudio/reticulate/issues/323
Python seems to handle integers differently from R, and is dependant on the
system arquitecture: On 32 bit systems uses 32-bit integers,
2019 May 30
2
Converting non-32-bit integers from python to R to use bit64: reticulate
...Division between Int-32 and Int-64 seems to only happen in Python2.
Best,
Juan
El mi?rcoles, 29 de mayo de 2019, Gabriel Becker <gabembecker at gmail.com>
escribi?:
> Hi Juan,
>
> Comments inline.
>
> On Wed, May 29, 2019 at 12:48 PM Juan Telleria Ruiz de Aguirre <
> jtelleria.rproject at gmail.com> wrote:
>
>> Dear R Developers,
>>
>> There is an interesting issue related to "reticulate" R package which
>> discusses how to convert Python's non-32 bit integers to R, which has had
>> quite an exhaustive discussion:
&...
2019 Jun 03
2
Converting non-32-bit integers from python to R to use bit64: reticulate
Thank you Martin for giving to know and developing 'Rmpfr' library for
unlimited size integers (GNU C GMP) and arbitrary precision floats (GNU C
MPFR):
https://cran.r-project.org/package=Rmpfr
My question is: In the long term (For R3.7.0 or R3.8.0):
Does it have sense that CMP substitutes INTSXP, and MPFR substitutes
REALSXP code? With this we would achieve that an integer is always an
2020 May 20
3
Feature Request: User Prompt + Message First Execution when "Managing Search Path Conflicts"
Dear R Developers,
###
# Context:
###
When managing Search Path Conflicts (See:
https://developer.r-project.org/Blog/public/2019/03/19/managing-search-path-conflicts/index.html),
with:
options(conflicts.policy = "strict")
We get the following behaviour when loading a package (Eg: dplyr):
library(dplyr)
## Error: Conflicts attaching package ?dplyr?:
##
## The following objects are
2020 Jun 10
4
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
Dear R Developers,
I am having an issue with the renv package and R 4.0.1, which I
suspect is related to base R and not the renv package itself, as with
R 3.6.3 such an "error" does not appear.
The error is raised by a file.exists() path, and path
"C:\Users\J-tel\Documents", which in R 3.6.3 is read correctly, but in
R 4.0.1 fails (Probably because of the "-"