[Bioc-devel] rfaRm package

2023-06-19 Thread Selles Vidal, Lara
Dear all,

My rfaRm package has been giving TIMEOUT in the build results on all plaforms 
recently. I have been tried to debug the issue, but I am unable to reproduce 
the problem locally. The build report only seems to indicate that it times out 
while building vignettes 
(http://bioconductor.org/checkResults/release/bioc-LATEST/rfaRm/merida1-buildsrc.html).
 Would there be any way to specifically find out at which point of building the 
vignette the timing out is taking place?

Thanks a lot in advance!

Best wishes,
Lara
___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


Re: [Bioc-devel] Time-out error on Ubuntu 20.04 build

2021-05-05 Thread Selles Vidal, Lara
Hi Hervé,

Thanks a lot for looking with detail into this. I completely agree that a fix 
for this would be very beneficial.

I pushed yesterday an update to the devel version of ncRNAtools, which 
hopefully should fix the issue.

The change seems not to be propagated yet, but hopefully it will be reflected 
in the build report soon!

Best wishes,

Lara


Lara Selles
lara.selle...@imperial.ac.uk








De: Hervé Pagès 
Enviado: martes, 4 de mayo de 2021 4:24
Para: Selles Vidal, Lara ; Mike Smith 

Cc: bioc-devel@r-project.org 
Asunto: Re: [Bioc-devel] Time-out error on Ubuntu 20.04 build

Hi Lara,

I took a closer look at this and yes there seems to be something about
nebbiolo1 that causes problems: it's behind a firewall. And for some
reason this firewall causes the internal calls to httr::GET() to return
responses with the following header:

   > GET(redirectURL)$headers
   $date
   [1] "Tue, 04 May 2021 01:59:02 GMT"

   $server
   [1] "Apacheadding: CentroidFold/ (stored 0%),
CentroidFold/base-pairing-prob.txt (deflated 58%),
CentroidFold/structure.eps (deflated 58%),
CentroidFold/base-pairing-prob.png (deflated 18%),
CentroidFold/base-pairing-prob.pdf (deflated 10%),
CentroidFold/structure.pdf (deflated 19%), CentroidFold/structure.txt
(deflated 25%), CentroidFold/base-pairing-prob.eps (deflated 60%),
CentroidFold/structure.png (deflated 13%)"

   $`transfer-encoding`
   [1] "chunked"

   $`content-type`
   [1] "text/html; charset=UTF-8"

   $via
   [1] "1.1 phswsa8.partners.org:80 (Cisco-WSA/12.5.1-035)"

   $connection
   [1] "keep-alive"

   attr(,"class")
   [1] "insensitive" "list"

Two things about this header:

   1) The "via" field indicates the presence of the firewall.

   2) There's no "  adding" field. My understanding is that
ncRNAtools:::checkSecondaryStructureQuery() expects to see that field as
an indication that the initial query is no longer running. Note that the
initial query here is no longer running and the final results are
present in the header. However, instead of showing up in the "  adding"
field, they've been merged to the "server" field!

For comparison here is what a clean header looks like on my laptop or on
other build machines:

   > GET(redirectURL)$headers
   $date
   [1] "Tue, 04 May 2021 02:13:18 GMT"

   $server
   [1] "Apache"

   $`  adding`
   [1] "CentroidFold/ (stored 0%), CentroidFold/base-pairing-prob.txt
(deflated 58%), CentroidFold/structure.eps (deflated 58%),
CentroidFold/base-pairing-prob.png (deflated 18%),
CentroidFold/base-pairing-prob.pdf (deflated 10%),
CentroidFold/structure.pdf (deflated 19%), CentroidFold/structure.txt
(deflated 25%), CentroidFold/base-pairing-prob.eps (deflated 60%),
CentroidFold/structure.png (deflated 13%)"

   $connection
   [1] "close"

   $`transfer-encoding`
   [1] "chunked"

   $`content-type`
   [1] "text/html; charset=UTF-8"

   attr(,"class")
   [1] "insensitive" "list"

Unfortunately I don't have any control on how the firewall at DFCI is
configured so I'm asking if you would be willing to modify ncRNAtools to
accommodate this situation. Note that the benefit of doing this is that
it will also solve the issue for people in other institutions that have
a firewall configured in a way similar to the DFCI's firewall.

Hope this makes sense.


Best regards,
H.



On 03/05/2021 14:37, Selles Vidal, Lara wrote:
> Dear All,
>
> Since it seems the main Linux target in 3.13 is now Ubuntu 20.04, I have been 
> recently trying to get back to fixing the TIMEOUT of my package ncRNAtools.
>
> Mike previously reported as seen below that he does not get the TIMEOUT when 
> running R CMD build / check on an Ubuntu 20.04. I have also tried to 
> reproduce the error on an Ubuntu 20.04, and could not manage to do so.
>
> I am unsure what to do at this stage in order to trouble shoot the problem. 
> Does anybody have any suggestions about to go around this?
>
> Thanks a lot in advance,
>
> Best wishes,
>
> Lara
>
>
>
> Lara Selles
> lara.selle...@imperial.ac.uk
>
>
>
>
>
>
>
> 
> De: Mike Smith 
> Enviado: jueves, 15 de octubre de 2020 1:04
> Para: Pages, Herve 
> Cc: Selles Vidal, Lara ; 
> bioc-devel@r-project.org 
> Asunto: Re: [Bioc-devel] Time-out error on Ubuntu 20.04 build
>
> I think this information will probably just confuse the issue, but I've 
> successfully checked out ncRNAtools and run R CMD build / check without issue 
> on my Ubuntu 20.04 test machine.  It took a couple of minutes.  Rolling back 
> to an older version prior to the SSL patch would lead to failure and the 
> original error.
>

Re: [Bioc-devel] Time-out error on Ubuntu 20.04 build

2021-05-03 Thread Selles Vidal, Lara
Dear All,

Since it seems the main Linux target in 3.13 is now Ubuntu 20.04, I have been 
recently trying to get back to fixing the TIMEOUT of my package ncRNAtools.

Mike previously reported as seen below that he does not get the TIMEOUT when 
running R CMD build / check on an Ubuntu 20.04. I have also tried to reproduce 
the error on an Ubuntu 20.04, and could not manage to do so.

I am unsure what to do at this stage in order to trouble shoot the problem. 
Does anybody have any suggestions about to go around this?

Thanks a lot in advance,

Best wishes,

Lara



Lara Selles
lara.selle...@imperial.ac.uk








De: Mike Smith 
Enviado: jueves, 15 de octubre de 2020 1:04
Para: Pages, Herve 
Cc: Selles Vidal, Lara ; bioc-devel@r-project.org 

Asunto: Re: [Bioc-devel] Time-out error on Ubuntu 20.04 build

I think this information will probably just confuse the issue, but I've 
successfully checked out ncRNAtools and run R CMD build / check without issue 
on my Ubuntu 20.04 test machine.  It took a couple of minutes.  Rolling back to 
an older version prior to the SSL patch would lead to failure and the original 
error.

I'm afraid that doesn't offer much guidance, but perhaps this is something more 
specific to the setup on nebbiolo1 ?

Mike

On Wed, 14 Oct 2020 at 07:52, Pages, Herve 
mailto:hpa...@fredhutch.org>> wrote:
On 10/13/20 15:18, Selles Vidal, Lara wrote:
> Hi Herv�,
>
> Thanks a lot for your reply and clarification. It is reassuring to know
> that Ubuntu 18.04 is still the primary Linux target!
>
> I am not running Ubuntu 20.04 on a Docker image, but I am running it on
> a virtual machine (VirtualBox) on RedHat 7. Do you think this could be a
> similar case as for the Docker image?

Probably.

> Interestingly, my other package on Bioconductor rfaRm had the same issue
> related to SSL on Ubuntu 20.04.

Yep, I know ;-)

> I was able to solve it by using the same
> workaround, and am now getting OK on R CMD install, build and check on
> nebbiolo1 (http://bioconductor.org/checkResults/devel/bioc-LATEST/rfaRm/
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__bioconductor.org_checkResults_devel_bioc-2DLATEST_rfaRm_=DwMGaQ=eRAMFD45gAfqt84VtBcfhQ=BK7q3XeAvimeWdGbWY_wJYbW0WYiZvSXAJJKaaPhzWA=c1ETpOKFrZFp9E7pXw9m7rKkDFSAu3LXirxKvpof68A=7ruZcWM501J5RQVuoEFDPhJ7ZbP_7HLfezgTXJUPpKg=>
> ).

Glad it worked. Even though Ubuntu 20.04 is not our primary target, many
users are probably going to use your package on Ubuntu 20.04 so it's
worth trying to address this issue.

>
> This seems to indicate that the same workaround has different effects
> depending on the URL being accessed possibly?

Apparently. I didn't try Mike Smith's suggested workaround myself so I
don't know for sure. Based on what you are reporting, we know that it
works for some of the websites affected by the SSL certificate issue but
not for all of them. Always good to know even though I have no idea why
that would be.

>
> Interestingly, the workaround has at least led to a TIMEOUT in the case
> of ncRNAtools, and not an ERROR, as was previously the case.  The
> TIMEOUT seems to happen when creating the vignettes. Is it safe to
> assume then than knitting the vignette under the same environment should
> also get stuck at some endless/very long step? I will try to see if I
> can get access to a native Ubuntu 20.04 environment, to try knitting the
> vignette with different code chunks removed. Maybe we can figure out
> some additional extra setting to pass to config() for the specific URL
> that is leading to the TIMEOUT, that will provide a temporary workaround.

Thanks for investigating. FWIW, here is what I get on nebbiolo1 (our
Ubuntu 20.04 builder):

   $ cd ncRNAtools/vignettes

   $ R CMD Stangle ncRNAtools.Rmd
   Output file:  ncRNAtools.R

   $ R

   R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
   Copyright (C) 2020 The R Foundation for Statistical Computing
   Platform: x86_64-pc-linux-gnu (64-bit)

   R is free software and comes with ABSOLUTELY NO WARRANTY.
   You are welcome to redistribute it under certain conditions.
   Type 'license()' or 'licence()' for distribution details.

 Natural language support but running in an English locale

   R is a collaborative project with many contributors.
   Type 'contributors()' for more information and
   'citation()' on how to cite R or R packages in publications.

   Type 'demo()' for some demos, 'help()' for on-line help, or
   'help.start()' for an HTML browser interface to help.
   Type 'q()' to quit R.

   > source("ncRNAtools.R", echo=TRUE)

   > ## setup,
echo=FALSE
   > knitr::opts_chunk$set(message=FALSE, fig.path='figures/')

   > ## tidy = TRUE, eval =
FALSE
   > ## if (!requireN

[Bioc-devel] ncRNAtools not available for R 4.1.0

2021-04-30 Thread Selles Vidal, Lara
Dear all,

I have recently been notified of errors during the build of ncRNAtools in the 
devel branch. Since the errors are not showing up in release, I tried to set up 
a correct devel environment to check the problems.

I first downloaded R 4.1.0 from https://mac.r-project.org

I then set up BioC 3.13 with the following:

if (!requireNamespace("BiocManager", quietly=TRUE))
   install.packages("BiocManager")
BiocManager::install(version = "devel")

I then checked if the environment was valid with

BiocManager::valid()

which returned TRUE.

However, when attempting to install ncRNAtools, I got the following:

> BiocManager::install("ncRNAtools")
'getOption("repos")' replaces Bioconductor standard repositories, see 
'?repositories' for details

replacement repositories:
CRAN: https://cran.rstudio.com/

Bioconductor version 3.13 (BiocManager 1.30.12), R 4.1.0 alpha (2021-04-29 
r80247)
Installing package(s) 'ncRNAtools'
Warning message:
package �ncRNAtools� is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

Does anybody have any advice on how to proceed to manage to install ncRNAtools 
in a valid Bioc devel environment? I am leaving below the output of 
sessionInfo()

R version 4.1.0 alpha (2021-04-29 r80247)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 10.16

Matrix products: default
LAPACK: 
/Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRlapack.dylib

locale:[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats graphics  grDevices utils datasets  methods   base

loaded via a namespace (and not attached):
[1] BiocManager_1.30.12 compiler_4.1.0  tools_4.1.0

Thanks a lot in advance!

Best wishes,

Lara



Lara Selles
lara.selle...@imperial.ac.uk








[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


[Bioc-devel] rfaRm suddenly failing on all platforms

2021-03-13 Thread Selles Vidal, Lara
Dear all,

I have recently observed that my package rfaRm started failing at INSTALL step 
on all platforms 
(http://bioconductor.org/checkResults/release/bioc-LATEST/rfaRm/ ).

In all cases, the error is the same and occurs both in release and devel:


Error : `x` must be a string of length 1

Error: unable to load R code in package �rfaRm�

This is quite puzzling, since we have not pushed any changes recently. 
Additionally, I have confirmed I can install rfaRm with no problem through 
standard procedure from Bioconductor.

Does anyone have any idea what could be possible happening?

Thanks a lot in advance.

Best wishes,

Lara



Lara Selles
lara.selle...@imperial.ac.uk








[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


Re: [Bioc-devel] Time-out error on Ubuntu 20.04 build

2020-10-13 Thread Selles Vidal, Lara
Hi Hervé,

Thanks a lot for your reply and clarification. It is reassuring to know that 
Ubuntu 18.04 is still the primary Linux target!

I am not running Ubuntu 20.04 on a Docker image, but I am running it on a 
virtual machine (VirtualBox) on RedHat 7. Do you think this could be a similar 
case as for the Docker image?

Interestingly, my other package on Bioconductor rfaRm had the same issue 
related to SSL on Ubuntu 20.04. I was able to solve it by using the same 
workaround, and am now getting OK on R CMD install, build and check on 
nebbiolo1 (http://bioconductor.org/checkResults/devel/bioc-LATEST/rfaRm/ ).

This seems to indicate that the same workaround has different effects depending 
on the URL being accessed possibly?

Interestingly, the workaround has at least led to a TIMEOUT in the case of 
ncRNAtools, and not an ERROR, as was previously the case.  The TIMEOUT seems to 
happen when creating the vignettes. Is it safe to assume then than knitting the 
vignette under the same environment should also get stuck at some endless/very 
long step? I will try to see if I can get access to a native Ubuntu 20.04 
environment, to try knitting the vignette with different code chunks removed. 
Maybe we can figure out some additional extra setting to pass to config() for 
the specific URL that is leading to the TIMEOUT, that will provide a temporary 
workaround.

Best wishes,

Lara



On 13 Oct 2020, at 22:49, Pages, Herve 
mailto:hpa...@fredhutch.org>> wrote:


***
This email originates from outside Imperial. Do not click on links and 
attachments unless you recognise the sender.
If you trust the sender, add them to your safe senders list 
https://spam.ic.ac.uk/SpamConsole/Senders.aspx to disable email stamping for 
this address.
***
Hi Lara,

Thanks for trying hard to address this problem. I can reproduce the
error by running 'R CMD build ncRNAtools' interactively on nebbiolo1.
Yes it seems that the timeout is related to the SSL issue on Ubuntu
20.04. Are you running Ubuntu 20.04 on a Docker image? I've read
somewhere recently that some HTTPS/HTTP access issues on Ubuntu 20.04
are not always reproducible on a Docker image.

I see in the 'git log' that yesterday you've reverted back your recent
changes and that you are now using HTTPS again together with the
following workaround:
https://github.com/Ensembl/ensembl-rest/issues/427#issuecomment-702044967

Unfortunately it didn't seem to work (we still see the TIMEOUT on
today's report). Thanks for trying this anyway.

At this point I don't have a good suggestion, unfortunately. Note that
malbec1 (Ubuntu 18.04) is still our primary Linux builder and
propagation is still decided on whether or not a package passes BUILD
and CHECK there. So the TIMEOUT on nebbiolo1 won't have any practical
consequences as far as the next release is concerned.

At some point, we really want to make Ubuntu 20.04 our primary Linux
target, and get rid of the Ubuntu 18.04 builder. But we won't do this
before we have a good solution for the current SSL issue on Ubuntu 20.04.

Best,
H.


On 10/13/20 09:07, Selles Vidal, Lara wrote:
Dear all,

I have been seeing the same problem on all builds of ncRNAtools for a week now. 
I have run the exact same R CMD build command (R CMD build --keep-empty-dirs 
--no-resave-data) on an Ubuntu 20.04 environment, using the environment 
settings described here 
https://urldefense.proofpoint.com/v2/url?u=http-3A__bioconductor.org_checkResults_devel_bioc-2DLATEST_Renviron.bioc=DwIGaQ=eRAMFD45gAfqt84VtBcfhQ=BK7q3XeAvimeWdGbWY_wJYbW0WYiZvSXAJJKaaPhzWA=nE6T7FcXLo61NvG8iDhxBeraWyR9mF-daYXZpIwXCkg=H9gZj9GQAFFoNmEPlMZCNJSvvxeErCwbVbXJw1bxOxQ=
  .

After running R CMD build multiple times under such conditions, I have not been 
able to reproduce the error or even come close to a Timeout. I also have 
recently tried to make a new version bump to see if that would trigger a new 
behaviour, but I am still getting the same TIMEOUT.

Since the deadline for submissions to devel branch is coming soon, does anybody 
have any idea what could be possibly going on, or how I could possibly get more 
information about what’s causing the error?

Thanks a lot in advance!

Best wishes,

Lara

On 6 Oct 2020, at 19:11, Selles Vidal, Lara 
mailto:lara.selle...@imperial.ac.uk>> wrote:

Dear all,

I have recently pushed some changes to my ncRNAtools package to fix an error 
caused by a bug in the most recent version of OpenSSL which made requests to 
https addresses fail with default security settings. The changes have fixed all 
errors in my local Ubuntu 20.04 environment, and the package is now installing 
correctly in nebbiolo1. However, I am getting TIMEOUT at the build stage on 
nebbiolo1. It seems to be stuck at creating the vignette 
(https://urldefense.proofpoint.com/v2/url?u=http-3A__bioconductor.org_checkResults_devel_bioc-2DLATEST_ncRNAtools_=DwIGaQ=eRAMFD45gAfqt84VtBcfhQ=BK7q3XeAvimeWdGbWY_wJYbW0WYiZvS

Re: [Bioc-devel] Time-out error on Ubuntu 20.04 build

2020-10-13 Thread Selles Vidal, Lara
Dear all,

I have been seeing the same problem on all builds of ncRNAtools for a week now. 
I have run the exact same R CMD build command (R CMD build --keep-empty-dirs 
--no-resave-data) on an Ubuntu 20.04 environment, using the environment 
settings described here 
http://bioconductor.org/checkResults/devel/bioc-LATEST/Renviron.bioc .

After running R CMD build multiple times under such conditions, I have not been 
able to reproduce the error or even come close to a Timeout. I also have 
recently tried to make a new version bump to see if that would trigger a new 
behaviour, but I am still getting the same TIMEOUT.

Since the deadline for submissions to devel branch is coming soon, does anybody 
have any idea what could be possibly going on, or how I could possibly get more 
information about what’s causing the error?

Thanks a lot in advance!

Best wishes,

Lara

On 6 Oct 2020, at 19:11, Selles Vidal, Lara 
mailto:lara.selle...@imperial.ac.uk>> wrote:

Dear all,

I have recently pushed some changes to my ncRNAtools package to fix an error 
caused by a bug in the most recent version of OpenSSL which made requests to 
https addresses fail with default security settings. The changes have fixed all 
errors in my local Ubuntu 20.04 environment, and the package is now installing 
correctly in nebbiolo1. However, I am getting TIMEOUT at the build stage on 
nebbiolo1. It seems to be stuck at creating the vignette 
(http://bioconductor.org/checkResults/devel/bioc-LATEST/ncRNAtools/).

I have run successfully multiple times R CMD install, build and check in my 
local Ubuntu 20.04, and cannot reproduce the error. Does anyone have any idea 
what I could possibly do to troubleshoot the error? I have seen the TIMEOUT 
occur in at least two consecutive build reports, so I do not think it is 
something spurious.

Thanks a lot in advance!

Best wishes,

Lara


[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


Re: [Bioc-devel] SSL error on Ubuntu 20.04

2020-10-06 Thread Selles Vidal, Lara
Hi Mike,

Thanks a lot, I was able to fix all errors using a similar approach

Best wishes,

Lara

On 1 Oct 2020, at 11:10, Mike Smith 
mailto:grimbo...@gmail.com>> wrote:

This email from grimbo...@gmail.com<mailto:grimbo...@gmail.com> originates from 
outside Imperial. Do not click on links and attachments unless you recognise 
the sender. If you trust the sender, add them to your safe senders 
list<https://spam.ic.ac.uk/SpamConsole/Senders.aspx> to disable email stamping 
for this address.

Hi Lara,

I've encountered this issue with biomaRt too.

I found I could get the connection to work with the following:

library(httr)
url <- "https://www.ensembl.org/;
httr_config <-  config(ssl_cipher_list = "DEFAULT@SECLEVEL=1")
res <- with_config(config = httr_config, GET(url))

I haven't quite decided the best way to integrate that into my package, for now 
it uses the httr_config if it's running on any Linux, which seems quite heavy 
handed. It may be that specifying a particular cipher or determining the host 
capabilities would be preferable to "DEFAULT", but does seem to work for now on 
Ubuntu 20.04 and hasn't thrown any problems for my tests on 16.04 and 18.04.

Best,
Mike

On Wed, 30 Sep 2020 at 21:02, Selles Vidal, Lara 
mailto:lara.selle...@imperial.ac.uk>> wrote:
Dear BioC community,

We were recently informed that a multilayered bug due to an increased security 
level in Ubuntu 20.04, configuration issues on server side and a bug in OpenSSL 
1.1.1 caused our packages to fail on Ubuntu 20.04 with the following error:

   error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

This affects the two packages I maintain, rfaRm and ncRNAtools. As a temporary 
fix, we were suggested to use HTTP instead of HTTPS. However, some of the web 
resources accessed with our packages do not seem to be accessible via HTTP. 
This is reflected in the latest build for rfaRm for example 
(http://bioconductor.org/checkResults/devel/bioc-LATEST/rfaRm/) , which fails 
as a consequence of all the URLs being changed to the “http” version instead of 
“https”.

The problem seems to have been discussed here 
https://github.com/Ensembl/ensembl-rest/issues/427 , with a temporary fix 
suggested here 
https://askubuntu.com/questions/1233186/ubuntu-20-04-how-to-set-lower-ssl-security-level
 . However, this seems to involve changing some openssl options through the 
openssl config file. We are unsure on whether this temporary fix could be 
implemented from within our package. We would greatly appreciate any guidance 
on how to implement it, or on any other alternative temporary workarounds.

Thanks a lot in advance!

Best wishes,

Lara

[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org<mailto:Bioc-devel@r-project.org> mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


[Bioc-devel] Time-out error on Ubuntu 20.04 build

2020-10-06 Thread Selles Vidal, Lara
Dear all,

I have recently pushed some changes to my ncRNAtools package to fix an error 
caused by a bug in the most recent version of OpenSSL which made requests to 
https addresses fail with default security settings. The changes have fixed all 
errors in my local Ubuntu 20.04 environment, and the package is now installing 
correctly in nebbiolo1. However, I am getting TIMEOUT at the build stage on 
nebbiolo1. It seems to be stuck at creating the vignette 
(http://bioconductor.org/checkResults/devel/bioc-LATEST/ncRNAtools/).

I have run successfully multiple times R CMD install, build and check in my 
local Ubuntu 20.04, and cannot reproduce the error. Does anyone have any idea 
what I could possibly do to troubleshoot the error? I have seen the TIMEOUT 
occur in at least two consecutive build reports, so I do not think it is 
something spurious.

Thanks a lot in advance!

Best wishes,

Lara

[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


[Bioc-devel] SSL error on Ubuntu 20.04

2020-09-30 Thread Selles Vidal, Lara
Dear BioC community,

We were recently informed that a multilayered bug due to an increased security 
level in Ubuntu 20.04, configuration issues on server side and a bug in OpenSSL 
1.1.1 caused our packages to fail on Ubuntu 20.04 with the following error:

   error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

This affects the two packages I maintain, rfaRm and ncRNAtools. As a temporary 
fix, we were suggested to use HTTP instead of HTTPS. However, some of the web 
resources accessed with our packages do not seem to be accessible via HTTP. 
This is reflected in the latest build for rfaRm for example 
(http://bioconductor.org/checkResults/devel/bioc-LATEST/rfaRm/) , which fails 
as a consequence of all the URLs being changed to the “http” version instead of 
“https”.

The problem seems to have been discussed here 
https://github.com/Ensembl/ensembl-rest/issues/427 , with a temporary fix 
suggested here 
https://askubuntu.com/questions/1233186/ubuntu-20-04-how-to-set-lower-ssl-security-level
 . However, this seems to involve changing some openssl options through the 
openssl config file. We are unsure on whether this temporary fix could be 
implemented from within our package. We would greatly appreciate any guidance 
on how to implement it, or on any other alternative temporary workarounds.

Thanks a lot in advance!

Best wishes,

Lara

[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


[Bioc-devel] Author name displayed incorrectly in package landing page

2020-04-22 Thread Selles Vidal, Lara
Dear Bioconductor team,

I have recently realized the first author name in my rfaRm package is not 
displayed as intended in its landing page 
(https://bioconductor.org/packages/rfaRm).

In short, I put my name as “Lara Selles Vidal” in the Author: field of the 
DESCRIPTION file. My first name is just “Lara”, and “Selles Vidal” are my 
surnames. However, it has been interpreted as Vidal, LS. The intended behaviour 
would have been Selles Vidal, L

Is there any workaround for this?

Thanks a lot in advance!

Best wishes,

Lara

[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel