Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from HTTP to HTTPS for requests to *.ucsc.edu #97

Merged
merged 3 commits into from
Oct 20, 2023
Merged

Switch from HTTP to HTTPS for requests to *.ucsc.edu #97

merged 3 commits into from
Oct 20, 2023

Conversation

hpages
Copy link
Contributor

@hpages hpages commented Oct 20, 2023

rtracklayer 1.61.2 successfully passed R CMD build and R CMD check on my laptop (Ubuntu 23.10), nebbiolo2 (Ubuntu 22.04.3 LTS), lconway (Intel macOS 12.6.5 Monterey), and kjohnson1 (arm64 macOS 13.3.1 Ventura). I don't have access to a Windows machine to test at the moment but hopefully everything is fine there too.

- Fix #95.
- Also fix regression in readGFF() introduced by PR #79, and addresses
  the original issue.
Systematic use of base:: (e.g. base::open(), base::isOpen(), base::close(),
etc...) when operating on connection objects in readGFF() code to avoid the
annoying messages (Found more than one class "file" in cache etc...) when
more than one package promotes connection objects to S4 objects with
setOldClass().
@lawremi
Copy link
Owner

lawremi commented Oct 20, 2023

Thanks so much for your support on this Hervé. It is much appreciated.

@lawremi lawremi merged commit 1de3bf5 into lawremi:master Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with browserSession()
2 participants