Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

141 results for “from:Lluis”

[R-pkg-devel] Change package maintainer
Lluís Revilla · Jul 2, 2021 · r-package-devel

Hi, I agree that the email handshake is the best approach (and very reasonable to expect it). I thought that maybe in cases like this there was a waiting period and/or multiple attempts to contact the maintainer and someone...

[Bioc-devel] BiocInstaller: next generation
Lluís Revilla · May 11, 2018 · bioc-devel

Dear Bioconductor team, Bioconductor packages can be installed via install.packages when they are a dependency of another package if there is in the DESCRIPTION file a "biocViews:" section (see https://github.com/r-lib/devtools/issues/700# issuecomment-235127291...

write_PACKAGES's fields default
Lluís Revilla · Mar 1, 2025 · r-devel

Dear list, I'm trying to get some details from repositories with available.packages. However, despite being included on the DESCRIPTION files they are not available. ap <- utils::available.packages(fields = "Additional_repositories", filters = c("CRAN", "duplicates"), ignore_repo_cache...

[Bioc-devel] Is my package suitable for Bioconductor?
Lluís Revilla · Oct 24, 2023 · bioc-devel

Hi Tim, I think there is a mentorship program for cases like this (I am not sure if it still accepts mentees): https://www.bioconductor.org/developers/new-developer-program/ I also recommend the book the Bioconductor community wrote to...

[Bioc-devel] How I hide non-exported function from the manual
Lluís Revilla · Jun 4, 2020 · bioc-devel

Hi Stefano, About 1) you can document internal functions but remove them from the index if you use #' @keywords internal tag. See the vignette of roxygen2 https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html under Other tags...

[Bioc-devel] ERROR from SVN: URL access forbidden for unknown reason
Lluís Revilla · May 4, 2017 · bioc-devel

Hi, I am trying to push some changes from my machine to the svn repository of Bioconductor. Since the start of the package I've been using git, so I have prior history before submitting to Bioconductor. And I made...

[Bioc-devel] Fwd: Bioconductor package EnMCB
Lluís Revilla · Jan 4, 2021 · bioc-devel

Hi Xin Yu, You seem to be using the symbol ? somewhere on the documentation, looking at the repository on GitHub I only found that symbol on two comments: https://github.com/whirlsyu/EnMCB/blob/6124a5a237a94d42d935720dc1bf8a44b11f6966/R/metricMCB.R#L239 https...

[Bioc-devel] New BioC 3.21 settings for R 4.5.0
Lluís Revilla · Nov 12, 2024 · bioc-devel

Hi Kristian, I think the threshold was decided because it matches CRAN's, but it could be modified. But let's check the numbers regarding this threshold: Approximately 20% of Bioconductor packages are affected with this threshold (see code below...

[R-pkg-devel] Removing packages files
Lluís Revilla · Jan 2, 2025 · r-package-devel

Dear Duncan, Thank you for your answer. I checked again and made a mock package that removes a file with .onDetach. The file was not removed upon uninstalling the package. Llu?s On Thu, 2 Jan 2025 at 17:23...

[Bioc-devel] BioC 3.7 Windows check warning "file link zz in package yy does not exist "
Lluís Revilla · Apr 6, 2018 · bioc-devel

I have recently faced a similar warning. This is when a link to a help page of another package is broken (there is not such help page). Although those could be false positives: mclapply help page does exists in parallel...

[Bioc-devel] Policies regarding forked packages
Lluís Revilla · Nov 7, 2024 · bioc-devel

Dear Lori, In light of the time burden that the Bioconductor core team has: Does this project for "a maintainer validity check " require specific permissions or internal expertise? Could someone from the community contribute or help to get it done...

[Bioc-devel] Why bioconductor?
Lluís Revilla · Oct 11, 2018 · bioc-devel

Some people is lost even when and how many updates are and differences between different packages. See this question for instance ( https://www.biostars.org/p/287871/) Compared to CRAN or PyPi, which don't have release cycles, Bioconductor workflow...

Faster downloads: avoid them if possible
Lluís Revilla · Dec 9, 2024 · r-devel

Dear R-devel, I read with interest the recent blog post on how R will have parallel downloads, on blog.r-project.org (https://blog.r-project.org/2024/12/02/faster-downloads/index.html). Thanks Tomas! The blog mentions...

[Bioc-devel] Query about microshades package suitability for Bioconductor
Lluís Revilla · May 28, 2025 · bioc-devel

Dear Scott, I'll reply within the content: On Tue, 27 May 2025 at 21:12, Scott McLoud <mclouds at ohsu.edu> wrote: > Hello Lluis, > > Dear Llu?s, > > > > *How is this specific palette different from other palettes existing on > CRAN...

[Bioc-devel] Commiting from git to svn
Lluís Revilla · Apr 5, 2017 · bioc-devel

Dear all, Short problem: I am a trying to sync my new package BioCor git repository with the Bioconductor svn repository. But I am failing when I do git svn dcommit. Long history of the problem I did some changes...

binary R packages for GNU/Linux
Lluís Revilla · Feb 10, 2025 · r-devel

Adding a different project to this discussion: Recently at the R repository working group a project to provide them for multiple distributions and toolchain was presented. See the documentation about what do they (Patrick Schratz) share: https://docs.r-package...

LaplacesDemon package installation
Lluis.Hurtado at uv.es · Feb 4, 2016 · r-help

Dear all, I've recently changed my Mac and I am trying to reinstall my commonly used R-packages. I'm having troubles with a package called LaplacesDemon. This package is no more in the CRAN list and the developers...

[R-pkg-devel] Carry over in package with multiple vignettes
Lluís Revilla · Feb 17, 2026 · r-package-devel

Hi, How are the datasets loaded in the first place? If it uses readRDS you set the name. If you use load or data it returns the name of the objects loaded: (data("datasets")) ## "obj1", "obj2", "obj3", "obj4" If there...

[R-pkg-devel] CRAN packages dependency on bioconductor packages
Lluís Revilla · May 14, 2024 · r-package-devel

Hi Junhui, There is a separate log for checking if your package works without suggested packages: in the StepReg results The noSuggests title leads to: https://www.stats.ox.ac.uk/pub/bdr/noSuggests/StepReg.out Where you can see...

[Bioc-devel] List of Deprecated Packages for Bioc3.21
Lluís Revilla · Apr 2, 2025 · bioc-devel

Thanks Lori, I see this is handled differently (not sure how frequently). I hope that developers have enough time so that users aren't impacted (much). On Wed, 2 Apr 2025 at 13:20, Kern, Lori <Lori.Shepherd at roswellpark...

Can't find what you're looking for? Try searching with Google .