Displaying 20 results from an estimated 100 matches similar to: "CRAN check fails if website is unavailable on Fedora platforms"
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
On 10/01/2023 4:07 p.m., Sebastian Meyer wrote:
> Am 10.01.23 um 21:28 schrieb Duncan Murdoch:
>> On 10/01/2023 2:05 p.m., Ivan Krylov wrote:
>>> On Tue, 10 Jan 2023 16:27:53 +0000
>>> RICHET Yann <yann.richet at irsn.fr> wrote:
>>>
>>>> In facts, 10 threads are asked by armadillo for some LinAlg, which
>>>> backs to two threads as
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
Am 10.01.23 um 21:28 schrieb Duncan Murdoch:
> On 10/01/2023 2:05 p.m., Ivan Krylov wrote:
>> On Tue, 10 Jan 2023 16:27:53 +0000
>> RICHET Yann <yann.richet at irsn.fr> wrote:
>>
>>> In facts, 10 threads are asked by armadillo for some LinAlg, which
>>> backs to two threads as warned.
>>
>> I think you're right about your tests de-facto
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
On 10/01/2023 2:05 p.m., Ivan Krylov wrote:
> On Tue, 10 Jan 2023 16:27:53 +0000
> RICHET Yann <yann.richet at irsn.fr> wrote:
>
>> In facts, 10 threads are asked by armadillo for some LinAlg, which
>> backs to two threads as warned.
>
> I think you're right about your tests de-facto using two threads, but
> it might be a good idea to _default_ to up to
2023 Jan 11
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
Thank you all, for these advices.
So I try to fix OMP_THREADS, cleanup tests, and display explicitly what test is running by moving in tests/ instead of tests/testthat/...
Next step should be to investigate blocking test using a reporter (maybe "list").
For now, waiting for CRAN results...
Yann
-----Message d'origine-----
De?: Duncan Murdoch <murdoch.duncan at gmail.com>
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
On Tue, 10 Jan 2023 16:27:53 +0000
RICHET Yann <yann.richet at irsn.fr> wrote:
> In facts, 10 threads are asked by armadillo for some LinAlg, which
> backs to two threads as warned.
I think you're right about your tests de-facto using two threads, but
it might be a good idea to _default_ to up to two threads in tests and
examples. This is especially valuable for third-party
2018 May 30
1
CRAN checks give errors when no tests are included
Dear all,
as a follow-up to the question asked on R-package-devel (see link below):
Someone sent a package to CRAN with a few problems. There's more things
wrong with the submission, but one thing that really caught my eye was the
following error:
Warning message:
running command '"C:/PROGRA~1/R/R-33~1.2/bin/x64/R" CMD BATCH --vanilla
"testthat.R"
2006 Dec 19
9
Stubbing ActiveRecord Models gets very difficult with instance methods
I have seen some basic examples of using Mocha and Stubba with ActiveRecord Models; However, the ones I read were somewhat simplistic. That is they stubbed the find class method of the model, or the execute method of the connection object. While stubbing the find method had the desired effect for the author it did not help with a situation I was hacking away on. Which was writing a test case
2019 Jul 19
1
difficulty with sanitizer using bigmemory
Dear all,
bigKRLS, which has been on CRAN for a couple of years, had to be pulled
recently due to what seems to be a sanitizer issue stemming from its use of
bigmemory. bigKRLS works fine (we?ve used it ourselves on many different
platforms and have had over 15,000 downloads without an end user reporting
difficulties because of this issue). Unfortunately, we have been unable to
reproduce the
2023 Jan 11
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
On 11/01/2023 12:35 p.m., RICHET Yann wrote:
> Thank you all, for these advices.
>
> So I try to fix OMP_THREADS, cleanup tests, and display explicitly what test is running by moving in tests/ instead of tests/testthat/...
> Next step should be to investigate blocking test using a reporter (maybe "list").
> For now, waiting for CRAN results...
I think Sebastian or my
2016 Jul 29
12
[3.9 Release] Release Candidate 1 has been tagged
Dear testers,
3.9.0-rc1 was just tagged from the 3.9 branch at r277207.
This took a little longer than I'd hoped, but I think the branch is in
a decent state now.
There are still open merge requests and bugs, but I'd like to get the
real testing started to see where we're at.
Please build, test, and upload binaries to the sftp. Let me know how
it goes. I'll upload source, docs,
2017 Sep 17
0
FW: CRAN check errors: drake 4.1.0 on r-devel-linux-x86_64-debian-clang
Hello,
The CRAN checks for the drake package (4.1.0) fail for r-devel-linux-x86_64-debian-clang. This happened right when crayon 1.3.4 was released, but I suspect the problem is not with crayon or drake, but with base R-devel. I cannot reproduce the error myself, but I have copied a minimal working example (MWE) below that should theoretically isolate the problem.
`find_namespaced_functions()`
2023 Jan 10
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
Thank you for your answer.
In facts, 10 threads are asked by armadillo for some LinAlg, which backs to two threads as warned. But I cannot imagine this costs so much time just for that...
A deeper analysis of time spent seems to point that a large time was mainly spent on testthat and Rcpp dependencies compilation... But other recent packages depending on these also are not spending so much time.
2018 May 14
1
Quandl data download error
Hi,
I use Quandl package to download data from Quandl https://www.quandl.com
Today when I tried to download data from there, I received below error :
> Quandl('LME/PR_CO')
Error in curl::curl_fetch_memory(url, handle = handle) :
gnutls_handshake() failed: An unexpected TLS packet was received.
I am using Quandl_2.8.0 in below platform
R version 3.4.4 (2018-03-15)
Platform:
2018 Apr 20
1
Problem reading R files
Dear R Developers,
I hope this email finds you well.
As a newcomer to the world of R, I'm trying different exercises. In my way,
I faced with some, seemingly, trivial problems but there is not any
response for that around the web. So, I thought can get help from you.
Specifically, in tutorial presented at http://www.rdatamining.com/doc
s/twitter-analysis-with-r, I faced with a problem on
2017 Jun 06
2
API REE
Hola Javier, Hola usuarios,
Muchas gracias por contestar y por el interés.
Sí es cierto que re-leyendo el correo la información es escasa?
Red Eléctrica, a través de ESIOS https://www.esios.ree.es , publica los datos del mercado eléctrico. Estos datos pueden descargarse a través de la web de la API: https://api.esios.ree.es
Si ponemos un ejemplo concreto, para saber los precios del
2015 Mar 03
2
openssh-SNAP-20150304 issues
Script started on Tue Mar 3 07:35:34 2015
doctor.nl2k.ab.ca//usr/source/openssh-SNAP-20150304$ make tests
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress
[ -d `pwd`/regress/unittests ] || mkdir -p `pwd`/regress/unittests
[ -d `pwd`/regress/unittests/test_helper ] || mkdir -p `pwd`/regress/unittests/test_helper
[ -d `pwd`/regress/unittests/sshbuf ] || mkdir -p `pwd`/regress/unittests/sshbuf
[ -d
2007 Jul 13
0
KWD crashes when opening OOo
Hello,
KWD crashes almost regularly when trying to start OpenOffice.org. I've
attached two output files from valgrind to this e-mail (as suggested by David
Reveman in another mail 11.7):
Use something like:
valgrind --tool=memcheck kde-window-decorator ....
I'm using Trevino's git version of Compiz in up-to-date Kubuntu Feisty system.
Compiz version is
2023 Jan 11
0
New CRAN package announcement: azlogr
I am excited to announce that `azlogr` is published on CRAN!
This package?enables logging in 'R' by extending the functionality of 'logger' package. There is an option to add additional custom meta-data while logging, which can sometimes be helpful.?Logging messages are displayed on console and optionally they are sent to 'Azure Log Analytics' workspace in real-time.
The
2023 Jan 11
0
New CRAN package announcement: azlogr
I am excited to announce that `azlogr` is published on CRAN!
This package?enables logging in 'R' by extending the functionality of 'logger' package. There is an option to add additional custom meta-data while logging, which can sometimes be helpful.?Logging messages are displayed on console and optionally they are sent to 'Azure Log Analytics' workspace in real-time.
The
2017 Jun 05
2
API REE
Hola,
Estoy intentando descargar datos de la API de ESIOS, de REE, pero estoy teniendo problemas al introducir el token. Estoy usando httr, rCurl y jsonlite.
Alguien ha podido descargar los datos? Cómo lo ha hecho?
Gracias,
Javier
[[alternative HTML version deleted]]