[Bioc-devel] Package with restrictive licenses, not suitable for Bioconductor

2024-06-30 Thread Laurent Gatto via Bioc-devel
The Bioconductor contributions guide says: > Licenses restricting use, e.g., to academic or non-profit > researchers, are not suitable for Bioconductor. but we have several packages with restrictive licenses: - RankProd: free for non-commercial users. Non-academic users MUST have requested fro

Re: [Bioc-devel] Question relating to extending a class and inclusion of data

2024-05-22 Thread Laurent Gatto via Bioc-devel
Dear Vilhelm, If you need to use/share (reasonably large) MS data, you could consider contributing data to the MsDataHub package [1], that is superseding msdata and makes use of ExperimentHub. Feel free to get in touch (ideally opening a GitHub) if this is of interest to you. Best wishes, Lau

[Bioc-devel] ExperimentHub packages offline

2024-03-16 Thread Laurent Gatto via Bioc-devel
Packages that use ExperimentHub to distribute date can use createHubAccessors() - here's the relevant section from `?createHubAccessors`: ‘createHubAccessors(pkgname, titles): ’ This helper is intended to be used by ExperimentHub package developers in their .onLoad() function in zz

Re: [Bioc-devel] RforProteomics: vignette error - cannot find the file(s)

2023-04-28 Thread Laurent Gatto
ts on github [1] - I cloned the repo from git.bioconductor.org and it's also present there (with all the figures) Thank you anyway! [1] https://github.com/lgatto/RforProteomics/tree/master/vignettes/figures From: Oleksii Nikolaienko Sent: 28 April 2023 1

[Bioc-devel] RforProteomics: vignette error - cannot find the file(s)

2023-04-28 Thread Laurent Gatto
I am puzzled by this error: The vignette fails because it can't find a figure * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: --- re-building ‘RProtVis.Rmd’ using rmarkdown Quitting from lines 607-608 (RProtVis.Rmd) Error: processing vignette 'RProtVis.R

Re: [Bioc-devel] mzR crashing R session

2023-03-15 Thread Laurent Gatto
This is only a warning, and you can safely ignore it. Best wishes, Laurent (Note that the message mentions the support forum, not the devel mailing list.) From: Bioc-devel on behalf of TYLER H WINTERMUTE via Bioc-devel Sent: 15 March 2023 17:18 To: bi

Re: [Bioc-devel] name for new BioC package

2023-02-03 Thread Laurent Gatto
Dear Matteo, Not a direct answer to your question, but here's another angle to it, from a software development perspective. Once Moonlight2R will be available, would you consider MoonlightR to still be a viable alternative? If not, then you should also plan the deprecation of MoonlightR. In th

[Bioc-devel] Bioconductor classes and methods working group

2022-12-16 Thread Laurent Gatto
Dear Bioconductor developer, The Bioconductor classes and methods working group [1] is going to reflect on what classes should be considered 'official' [2] and thus re-used in newly submitted packages, and to what extend this should possibly be enforced during review. If you would like to join

[Bioc-devel] Maintainer change pRolocGUI

2022-05-17 Thread Laurent Gatto
Would it be possible to give Lisa Breckels write access to the pRolocGUI git repo, as she will be taking over maintenance of the package. Thank you in advance. Laurent ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinf

Re: [Bioc-devel] Package name

2021-10-24 Thread Laurent Gatto
on the github to fix. > > > > > > Lori Shepherd > > > > Bioconductor Core Team > > > > Roswell Park Comprehensive Cancer Center > > > > Department of Biostatistics & Bioinformatics > > > > Elm & Carlton Streets > > > > Buffalo

[Bioc-devel] Package name

2021-10-20 Thread Laurent Gatto
The Package Guidelines for Developers and Reviewers say that: A package name should be descriptive and should not already exist as a current package (case-insensitive) in Bioconductor nor CRAN. The sentences says current packages - does that imply that names of packages that have been archived

Re: [Bioc-devel] Continuing Github development workflow after submission to Bioconductor

2021-08-02 Thread Laurent Gatto
Dear Kelsey, Speaking of my own experience, GitHub remains the main development platform after my packages are added to Bioconductor (see for example several packages in [1]). Whenever new features or bugs are ready, the new version gets pushed to the Bioconductor git server, which is simply ad

Re: [Bioc-devel] Question on copyright in Bioc vignette

2021-07-01 Thread Laurent Gatto
Yes, that would be a sensible way, I think. Laurent From: Fabricio de Almeida Sent: 01 July 2021 19:42 To: Laurent Gatto; bioc-devel@r-project.org Subject: RE: Question on copyright in Bioc vignette Hi, Laurent. Thank you for your suggestion. How would

Re: [Bioc-devel] Question on copyright in Bioc vignette

2021-07-01 Thread Laurent Gatto
Dear Fabrício, As far as I know, there's no explicit license on the documentation of a package, and I'm not sure the the package/software licence applies to documentation. I would explicitly mention that the figure (and possibly the vignette) is released under a CC-BY (or any alternative) to be

Re: [Bioc-devel] bioconductor_docker:devel missing MAE and GenomeInfoDb

2021-03-10 Thread Laurent Gatto
propagate today (later this evening your time). Sorry for the inconvenience. Best regards, Marcel On 3/10/21 10:10 AM, Laurent Gatto wrote: > Thank you Robert and Nitesh for your input. > > The workshops at EuroBioc were using devel (as far as I can remember at > least) which is wh

Re: [Bioc-devel] bioconductor_docker:devel missing MAE and GenomeInfoDb

2021-03-10 Thread Laurent Gatto
From: Robert Castelo Sent: 10 March 2021 15:36 To: Nitesh Turaga; Laurent Gatto; bioc-devel@r-project.org Subject: Re: [Bioc-devel] bioconductor_docker:devel missing MAE and GenomeInfoDb hi, a possible workaround is to install directly from the repo using the syntax "Bioconductor/pk

[Bioc-devel] bioconductor_docker:devel missing MAE and GenomeInfoDb

2021-03-09 Thread Laurent Gatto
I am setting up a repo/docker for the coming Bioc2021 workshops, and apparently packages ‘GenomeInfoDb’, ‘MultiAssayExperiment’ are not available for this version of R [1] (they indeed fail on devel). Surprisingly, they seemed to be available earlier in the day - my action failed for a differen

[Bioc-devel] Package DOI broken

2021-02-12 Thread Laurent Gatto
I just realised that the scp package (http://bioconductor.org/packages/release/bioc/html/scp.html) DOI (https://doi.org/doi:10.18129/B9.bioc.scp) is broken. Any idea why? Thanks in advance. Laurent ___ Bioc-devel@r-project.org mailing list https

Re: [Bioc-devel] mzR and Rccp issue when building package

2020-11-18 Thread Laurent Gatto
I can trigger a new installation to get a new binary built against Rcpp 1.0.5, which should sort out that warning (which is harmless by the way). A note about xcmsSet objects though: you are using an outdated xcmsSet class; it is strongly suggested to change from the old xcms user interface func

Re: [Bioc-devel] merging DFrames

2020-10-21 Thread Laurent Gatto
Thank you both - issue has just been opened. Merci Hervé for pointing out the direct use of the `List()` constructor. Laurent From: Michael Lawrence Sent: 21 October 2020 19:13 To: Pages, Herve Cc: Laurent Gatto; bioc-devel@r-project.org Subject: Re

[Bioc-devel] merging DFrames

2020-10-21 Thread Laurent Gatto
When merging DFrame instances, the *List types are lost: The following two instances have NumericList columns (y and z) d1 <- DataFrame(x = letters[1:3], y = List(list(1, 1:2, 1:3))) d2 <- DataFrame(x = letters[1:3], z = List(list(1:3, 1:2, 1))) d1 ## DataFrame with 3 rows and 2 columns ##

Re: [Bioc-devel] sapply and vapply

2020-08-12 Thread Laurent Gatto
Thank you for these instructive, although somewhat disheartening clarifications. Laurent From: Henrik Bengtsson Sent: 12 August 2020 19:01 To: Laurent Gatto Cc: bioc-devel@r-project.org Subject: Re: [Bioc-devel] sapply and vapply FWIW, > sappl

[Bioc-devel] sapply and vapply

2020-08-12 Thread Laurent Gatto
Dear all, I have a quick question regarding the usage of vapply and sapply. The former is recommended to insure that the output is always a vector of a specific type. For example: > df1 <- data.frame(x = 1:3, y = LETTERS[1:3]) ## OK test > df2 <- data.frame(x = 1:3, y = Sys.time() + 1:3) #

Re: [Bioc-devel] proper way to define an S4 method for 'plot'

2020-03-20 Thread Laurent Gatto
FYI - I can reproduce this on linux with R Under development (unstable) (2020-03-19 r78011) From: Bioc-devel on behalf of Vincent Carey Sent: 16 March 2020 23:52 To: bioc-devel Subject: [Bioc-devel] proper way to define an S4 method for 'plot' I just

[Bioc-devel] New SE or new assay in SE?

2020-01-28 Thread Laurent Gatto
Dear all, Assume we have a SummarizedExperiment object `se` that contains raw count data, and a method `doProcess` that processes the data to produce a matrix of identical dimensions (for example log-transformation, normalisation, imputation, ...). What are the opinions in favour or against the

Re: [Bioc-devel] Reference manual as HTML

2019-09-26 Thread Laurent Gatto
4ecfbc7c4127b4d582ec%7C0%7C0%7C637051329265489883&sdata=h43tcLTXczYDUsZRCDZgrAxxgjqacXbRhp%2FOmIULkag%3D&reserved=0= > > it should not be hard to have it do the same for all other > packages in principle. > > "The other R Core" Martin > > Martin Maechler &

Re: [Bioc-devel] Reference manual as HTML

2019-09-26 Thread Laurent Gatto
man pages (which can easily be overwhelming for large packages) are readily available to read and search. Laurent From: Martin Morgan Sent: 25 September 2019 23:10 To: Laurent Gatto; Ludwig Geistlinger; bioc-devel@r-project.org Subject: Re: [Bioc-devel

Re: [Bioc-devel] Reference manual as HTML

2019-09-25 Thread Laurent Gatto
I think this would be very useful. This is one of the reasons I create pkgdown sites for my packages: manual pages, news and html vignettes are readily available for all (including me) to browse. Best wishes, Laurent From: Bioc-devel on behalf of Ludwi

Re: [Bioc-devel] index of Bioc repository unavailable

2019-05-28 Thread Laurent Gatto
No worries at all. Thank you for letting me know. Laurent From: Pages, Herve Sent: 28 May 2019 22:24 To: Laurent Gatto; bioc-devel@r-project.org Subject: Re: [Bioc-devel] index of Bioc repository unavailable Hi Laurent, This is temporary. We're i

[Bioc-devel] index of Bioc repository unavailable

2019-05-28 Thread Laurent Gatto
Travis recently started to fail for Bioc devel (see [0] and [1] for another possibly related report), which seems to related to a warning in BiocManager::available(): > BiocManager::version() [1] ‘3.10’ > str(BiocManager::available()) Warning: unable to access index for repository https://bioco

[Bioc-devel] SummarizedExperiments not equal after serialisation

2019-05-11 Thread Laurent Gatto
I would appreciate some background about the following: > suppressPackageStartupMessages(library("SummarizedExperiment")) > set.seed(1L) > m <- matrix(rnorm(16), ncol = 4, dimnames = list(letters[1:4], LETTERS[1:4])) > rowdata <- DataFrame(X = 1:4, row.names = letters[1:4]) > se1 <- SummarizedExpe

[Bioc-devel] showAsCell, character feature request [Re: Possible bug in showAsCell, character]

2019-05-06 Thread Laurent Gatto
cs_0.30.0 loaded via a namespace (and not attached): [1] BiocManager_1.30.4 compiler_3.6.0 tools_3.6.0 From: Laurent Gatto Sent: 05 May 2019 04:36 To: bioc-devel@r-project.org Subject: Possible bug in showAsCell,character Example code to reproduce the bug report: > Data

[Bioc-devel] Possible bug in showAsCell,character

2019-05-04 Thread Laurent Gatto
Example code to reproduce the bug report: > DataFrame(a = 'foo', b = NA_character_) DataFrame with 1 row and 2 columns Error in if (nchar(x) > n) paste0(paste(strsplit(x, "")[[1]][1:n], collapse = ""), (from reduce.R#6) : missing value where TRUE/FALSE needed Suggested patch: setMethod("sho

Re: [Bioc-devel] NEWS.md

2018-09-25 Thread Laurent Gatto
__ > Bioc-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/bioc-devel > > > This email message may contain legally privileged and/or confidential > information. If you are not the intended recipient(s), or the employee or &g

[Bioc-devel] ProteomicsAnnotationHubData duplicated commits

2018-09-03 Thread Laurent Gatto
Dear Bioc admins, I am trying to push the latest changes from my github master branch to Bioconductor's upstreas/master (called devel below), but can't due to duplicated commits: lg390@elyacin [12:56:09] [~/dev/ProteomicsAnnotationHubData] [devel] -> % git push Counting objects: 622, done. Del

[Bioc-devel] BiocStickers license

2018-06-14 Thread Laurent Gatto
For those that have BiocStickers, what are your toughts on license and requiring attributions, as they seem to limit reuse possibilities. See https://github.com/Bioconductor/BiocStickers/issues/54 for details. Best wishes, Laurent ___ Bioc-devel@

Re: [Bioc-devel] git push denied

2018-03-20 Thread Laurent Gatto
7;t to remotes/upstream. Could you force push for me, please. Thanks Laurent > Best, > > Nitesh > >> On Mar 20, 2018, at 10:36 AM, Laurent Gatto wrote: >> >> >> On 20 March 2018 01:58, Turaga, Nitesh wrote: >> >>> Hi Laurent, >>>

Re: [Bioc-devel] git push denied

2018-03-20 Thread Laurent Gatto
to check if key pair matches: > https://serverfault.com/questions/426394/how-to-check-if-a-rsa-public-private-key-pair-matched) > > Also check point #15 on http://bioconductor.org/developers/how-to/git/faq/. > > > Best, > > Nitesh > >> On Mar 19, 2018, at 8:17 PM, Lauren

[Bioc-devel] git push denied

2018-03-19 Thread Laurent Gatto
p or could it be a configuration issue? Thank you in advance. Best wishes, Laurent -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] mzR version update required

2018-03-05 Thread Laurent Gatto
> > MTech Chemical Engineering, IIT Bombay. > > > > > [[alternative HTML version deleted]] > > ___________ > Bioc-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.i

Re: [Bioc-devel] "Duplicate commits" after when pushing change right after doing a clean `git clone g...@git.bioconductor.org:packages/chimeraviz`

2018-01-17 Thread Laurent Gatto
On 17 January 2018 18:26, Turaga, Nitesh wrote: > The problem is not a separate branch from your primary repository. Its > the branch coming from a “remote” which is not the primary repository > (i.e Bioconductor). > > “rebase" is essentially doing what you do in two separate steps, so > that doe

Re: [Bioc-devel] Duplicate commits in Bioconductor commit history

2018-01-17 Thread Laurent Gatto
; > I’ve enabled you to push to your repository, so this does not hold up > your development. Thank you. Best wishes, Laurent > Best, > > Nitesh > >> On Jan 16, 2018, at 10:15 AM, Laurent Gatto wrote: >> >> >> Dear all, >> >> There are duplicated

[Bioc-devel] Duplicate commits in Bioconductor commit history

2018-01-16 Thread Laurent Gatto
Dear all, There are duplicated commit in the Bioconductor commit history of the qcmetrics package, which stop me from pushing additional changes. Here is an illustration of the problem: $ git clone g...@git.bioconductor.org:packages/qcmetrics.git Cloning into 'qcmetrics'... cd remote: Counting o

Re: [Bioc-devel] workflow page reorganization

2017-12-15 Thread Laurent Gatto
version deleted]] > > _______ > Bioc-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Confusion with how to maintain release/devel files on local computer.

2017-11-01 Thread Laurent Gatto
hub.com/Bioconductor/bioc_git_transition/blob/master/doc/faq.md Best wishes, Laurent > Best regards, > Arman > > > > [[alternative HTML version deleted]] > > _______ > Bioc-devel@r-project.org mailing l

Re: [Bioc-devel] DOI for packages

2017-10-19 Thread Laurent Gatto
__________ > Bioc-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] EXTERNAL: Increase timeout for mzR on Windows?

2017-10-11 Thread Laurent Gatto
uired in its entirety, or >> can it be more selectively included? I agree that mzR is often problematic >> because of the excessive compilation time. >> > > mzR uses Rcpp modules to directly call/use the C++ code from > proteowizard to read mzML, mzXML and other MS file forma

Re: [Bioc-devel] library() calls removed in simpleSingleCell workflow

2017-10-04 Thread Laurent Gatto
deleted]] >>> >>> ___ >>> Bioc-devel@r-project.org mailing list >>> https://stat.ethz.ch/mailman/listinfo/bioc-devel > Bioc-devel Info Page - ETH > Zurich<https://stat.ethz.ch/mailman/listinfo/bioc-deve

Re: [Bioc-devel] Generic for write to BiocGenerics

2017-09-20 Thread Laurent Gatto
the route we decided to go in the end, so no need to move export() and import() for us at the moment. Thanks again for your input. Best wishes, Laurent > H. > > > On 09/18/2017 11:28 PM, Laurent Gatto wrote: >> >> Out of curiosity, do you also have an import() func

Re: [Bioc-devel] Generic for write to BiocGenerics

2017-09-18 Thread Laurent Gatto
>> Program in Computational Biology >> Division of Public Health Sciences >> Fred Hutchinson Cancer Research Center >> 1100 Fairview Ave. N, M1-B514 >> P.O. Box 19024 >> Seattle, WA 98109-1024 >> >> E-mail: hpa...@fredhutch.org >> Phone: (20

Re: [Bioc-devel] Identical methods in two packages

2017-09-14 Thread Laurent Gatto
ll make that change. >> >> H. >> >>> >>> On Tue, Sep 12, 2017 at 4:28 PM, Michael Lawrence >>> >>> wrote: >>> >>>> I think I'm going to vote for the policy that methods with identical >>>> signatures are cur

Re: [Bioc-devel] Identical methods in two packages

2017-09-12 Thread Laurent Gatto
ve rols depend on AnnotationDbi > and make the method in rols work on GO ids. The code would just need > to detect whether the strings in the supplied character vector start > with the "GO:" prefix and delegate to the code in AnnotationDbi (this > means that rols would need to

[Bioc-devel] Identical methods in two packages

2017-09-03 Thread Laurent Gatto
e) : unable to find an inherited method for function ‘Ontology’ for signature ‘"character"’ > getMethod("Ontology", "character") Error in getMethod("Ontology", "character") : no method found for function 'Ontology' and signature ch

Re: [Bioc-devel] Ontology generic

2017-09-01 Thread Laurent Gatto
On 1 September 2017 16:26, Hervé Pagès wrote: > Hi Laurent, > > I just moved the Ontology generic from AnnotationDbi to BiocGenerics. > This is BiocGenerics 0.23.1 and AnnotationDbi 1.39.3. Thank you! Laurent > Cheers, > H. > > > On 09/01/2017 06:31 AM, Laurent

[Bioc-devel] Ontology generic

2017-09-01 Thread Laurent Gatto
Dear all, It appears that at least two packages, AnnotationDbi and rols, define the Ontology generic with the same signature setGeneric("Ontology", function(object) standardGeneric("Ontology")) Could it be moved to BiocGenerics, please? Best wishes, Laurent -- Lau

Re: [Bioc-devel] Pushing changes to RELEASE_3_5

2017-08-30 Thread Laurent Gatto
On 30 August 2017 12:04, Turaga, Nitesh wrote: > Hi Laurent, > > Please try again and let me know. Thank you Nitesh, pushed successfully now. Laurent >> On Aug 29, 2017, at 5:51 PM, Laurent Gatto wrote: >> >> >> On 29 August 2017 21:49, Turaga,

Re: [Bioc-devel] Pushing changes to RELEASE_3_5

2017-08-29 Thread Laurent Gatto
, > > We are looking into it. > > Nitesh > > >> On Aug 29, 2017, at 4:43 PM, Laurent Gatto wrote: >> >> >> Dear Bioc devel, >> >> I am having issues pushing code to the latest release. I currently have >> the following branches >&g

[Bioc-devel] Pushing changes to RELEASE_3_5

2017-08-29 Thread Laurent Gatto
ks. Any help greatly appreciated. Laurent -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] Search on www.bioconductor.org fails

2017-08-21 Thread Laurent Gatto
Dear Bioconductor admins, When using the search box on www.bioconductor.org, I systematically get the following error A timeout or invalid search term resulted in an error. Best wishes, Laurent -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io

Re: [Bioc-devel] mzR: pwiz is now the default backend

2017-05-23 Thread Laurent Gatto
a dependencies, ... developers and users shouldn't notice the change at all. The pwiz backend has been available for many years, but was just not the default. Let's see what the practice says... Laurent > On Tue, May 23, 2017 at 9:10 AM Laurent Gatto wrote: > >> >> Dear

[Bioc-devel] mzR: pwiz is now the default backend

2017-05-23 Thread Laurent Gatto
or details. Please do raise any concerns or problems in that issue. Best wishes, Laurent -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] adding methods to BiocGenerics

2017-05-19 Thread Laurent Gatto
iment and SeqArray. Given the > increasingly widespread use of VCF files, it seems likely that other > packages may want to use them in future also. > > Stephanie > > _______ > Bioc-devel@r-project.org mailing list > https:/

[Bioc-devel] biocViews and experiment data

2017-02-02 Thread Laurent Gatto
Dear all, What is the equivalent of this URL http://www.bioconductor.org/packages/3.5/bioc/VIEWS for data/experiment packages? Thank you in advance. Laurent ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-deve

Re: [Bioc-devel] update mzR to reflect new Rcpp (RE: https://github.com/sneumann/mzR/wiki/mzR-Rcpp-compiler-linker-issue)

2017-01-05 Thread Laurent Gatto
he law and > subject the violator to civil or criminal penalties. If you believe you have > received this message in error, please notify the sender and delete the email > immediately. > > [[alternative HTML version deleted]] > > ________

Re: [Bioc-devel] Problem pushing new versions of xcms via git svn dcommit

2017-01-03 Thread Laurent Gatto
5a9b4f985658f19824dde21748e49b5dad0 and modified in Add automatic repair > for "m/z sort assumption violated !" error in findPeaks (centWave). Version > Add automatic repair for "m/z sort assumption violated !" error in findPeaks > (centWave) of R/xcmsRaw.R left in tree. > error: Failed to merge in the changes. > Patch failed at 0001 Add automatic repair for "m/z sort assumption violated > !" error in findPeaks (centWave) > The copy of the patch that failed is found in: .git/rebase-apply/patch > > When you have resolved this problem, run "git rebase --continue". > If you prefer to skip this patch, run "git rebase --skip" instead. > To check out the original branch and stop rebasing, run "git rebase --abort". > > rebase refs/remotes/git-svn-devel: command returned error: 128 -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] proteomics workflow

2017-01-01 Thread Laurent Gatto
label=master/lastBuild/consoleText Is there anything I can do here or is it a server side issue? Could it be that libnetcdf or libnetcdf-dev is missing? Thank you in advance. Best wishes, Laurent -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ __

Re: [Bioc-devel] Package reference manuals in html

2016-12-28 Thread Laurent Gatto
On 23 December 2016 16:36, Laurent Gatto wrote: > Dear all, > > I'm following up re my online references suggestion with my recent > experience with Hadley's pkgdown package > > https://github.com/hadley/pkgdown > > It doesn't address the cross-package i

Re: [Bioc-devel] Package reference manuals in html

2016-12-23 Thread Laurent Gatto
/ Best wishes, Laurent On 23 December 2016 18:14, Laurent Gatto wrote: > Dear Sean and Robert, > > On 23 December 2016 17:24, Robert M. Flight wrote: > >> Yes, this seems like a time where using a non-standard site directory >> on Github is useful, or as Sean said, us

Re: [Bioc-devel] Package reference manuals in html

2016-12-23 Thread Laurent Gatto
autodeploying the docshttps:// > itsalocke.com/ > auto-deploying-documentation-better-change-tracking-artefacts/ > > HTH Thanks, Robert, I will explore this solution too. Laurent > Robert > > On Fri, Dec 23, 2016 at 1:14 PM Laurent Gatto wrote: > > > Dear Sean

Re: [Bioc-devel] Package reference manuals in html

2016-12-23 Thread Laurent Gatto
tory if I > recall. > > Perhaps a separate branch with a docs directory (not master) is a > viable > > way to go? > > > > Sean > > > > > On Dec 23, 2016, at 12:16 PM, Laurent Gatto > wrote: > > > &g

Re: [Bioc-devel] Package reference manuals in html

2016-12-23 Thread Laurent Gatto
e way to go? > > Sean > > > On Dec 23, 2016, at 12:16 PM, Laurent Gatto > wrote: > > > > > > There's actually another side-effect for Bioconductor. The > package > > website is (by default) generated in the package

Re: [Bioc-devel] Package reference manuals in html

2016-12-23 Thread Laurent Gatto
s that the docs directory (which is about 5.5M for MSnbase) ends up on hedgehog. It is easy for it not to be part of the package build artefact using .Rbuildignore, but I am not sure how to easily push it to github but not hedgehog when using git-svn. Laurent On 23 December 2016 16:36, Laurent G

Re: [Bioc-devel] Package reference manuals in html

2016-12-23 Thread Laurent Gatto
/blob/master/assets/style/ > bioconductor.css. The package landing pages are templated using > layouts/_bioc_views_package_detail.html. The idea would be to > end up with layouts/_bioc_man_index.html and > _bioc_man_body.html that wrapped output from BiocStyle in the

Re: [Bioc-devel] Reading files with HTqPCR

2016-12-13 Thread Laurent Gatto
it instead. > > Kind regards, > Nadine Hoffmann___ > Bioc-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/

Re: [Bioc-devel] Need help

2016-10-14 Thread Laurent Gatto
for your help. > > Arvind... > > [[alternative HTML version deleted]] > > ___ > Bioc-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] Handling of classVersion

2016-10-11 Thread Laurent Gatto
Dear all, Kasper gave this recent advice not to call new() in the prototype (or at least that was how it was interpreted) You (and everyone else) should not construct new instances by using new() together with prototype. This could be handled by setting the version in the initialize method

Re: [Bioc-devel] RMassBank build error

2016-10-10 Thread Laurent Gatto
ably won't benefit from recent developments as much as the new one) and (2) it is possible to go from on-disk to in-memory before saving. I will try to document differences more systematically in this issue [2] in a first instance and then in the package documentation. Best wishes, Laure

Re: [Bioc-devel] RMassBank build error

2016-10-09 Thread Laurent Gatto
't manage to find an acceptable solution for MSnbase, I will submit an RMassBank patch that will sort the error (and other things resulting from MSnbase improvements) out. What would be the best way to submit a patch - email, a pull request to a github repo? Best wishes, Laurent > O

[Bioc-devel] patch for isobar package

2016-10-07 Thread Laurent Gatto
uot;, "packageDescription", "read.delim", + "read.table", "setTxtProgressBar", "tail", "txtProgressBar", + "write.table", "zip") + +importFrom("biomaRt", useMart, getBM) +importFrom("distr", Norm, df, location, "df<-", "

Re: [Bioc-devel] RMassBank build error

2016-10-07 Thread Laurent Gatto
to fix this on our side... >>> Just to make sure that all have the respective email addresses to try speed >>> up the debugging... >>> >>> Thanks! >>> Emma >>> >>> From: Laurent Gatto

Re: [Bioc-devel] RMassBank build error

2016-10-07 Thread Laurent Gatto
he day of the > deadline to pass build without error, are we able to have a little leeway if > needed? It's taken us the whole day to get the right binaries to actually > have a chance to start fixing... > Can someone also check or explain why we no longer receive the emails

Re: [Bioc-devel] Harman not building on Windows due to mzR

2016-10-06 Thread Laurent Gatto
; H. > >> >> Yours, >> Steffen >> >> -- >> IPB HalleAG Massenspektrometrie & Bioinformatik >> Dr. Steffen Neumann http://www.IPB-Halle.DE >> Weinberg 3 Tel. +49 (0) 345 5582 - 1470 >&g

Re: [Bioc-devel] Change in the function getHPa( ) of the hpar package

2016-09-29 Thread Laurent Gatto
avoid this kind of problems ? > > > Thanks very much in advance, > > > Andrea > > [[alternative HTML version deleted]] > > _______ > Bioc-devel@r-project.org mailing list

Re: [Bioc-devel] msPurity build fail on Mac OS X (morelia)

2016-09-22 Thread Laurent Gatto
"msPurityData"), full.names = TRUE, pattern = "MSMS") > mr <- mzR::openMSfile(msmsPths[1]) > #--- > > -------- > > And then I run > > R -d valgrind -f mzR_test.R > > > Regards, > Tom > > > On Thu, Sep 22, 2016 at 3:48 PM, Laurent Gatto

Re: [Bioc-devel] msPurity build fail on Mac OS X (morelia)

2016-09-22 Thread Laurent Gatto
file and it runs fine. Laurent [1] https://github.com/sneumann/mzR/issues/52 > Best, > Kasper > > On Thu, Sep 22, 2016 at 10:10 AM, Laurent Gatto wrote: > >> >> On 22 September 2016 14:12, Thomas Lawson wrote: >> >> > Hi All, >> > >>

Re: [Bioc-devel] msPurity build fail on Mac OS X (morelia)

2016-09-22 Thread Laurent Gatto
lt-packages= -e "tools::buildVignettes(dir = '.', tangle = >>> >>> TRUE)" > '/tmp/RtmpCXdH7K/xshellf59d5efb2aea' 2>&1 >>> >>> ERROR >>> >>> >>> >>> *** caught segfault *** &g

Re: [Bioc-devel] Imports version that's only available on github?

2016-08-09 Thread Laurent Gatto
). >> >> Martin >> >> >>> [[alternative HTML version deleted]] >>> >>> ___ >>> Bioc-devel@r-project.org mailing list >>> https://stat.ethz.ch/mailman/listinfo/bioc-devel >>> &

Re: [Bioc-devel] package not available (for R version 3.2.3)

2016-08-09 Thread Laurent Gatto
rso-orange.fr/index.html> > Computational metabolomics > CEA<http://www.cea.fr/english-portal>, > LIST<http://www-list.cea.fr/index.php/en/>, Laboratory for data analysis and > systems' > intelligence<http://www-list.cea.fr/index.php/en/technological-research

Re: [Bioc-devel] Build error on Moscato2 for mzR

2016-04-16 Thread Laurent Gatto
the github issue and continue discussion for fixes there, > I can also test and upload any suggested patches to the SinglePackageBuilder. > > Thanks for any help, > yours, > Steffen -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Zenodo DOIs for packages released (every 6 months, tied to the Bioc release)

2016-04-15 Thread Laurent Gatto
On 15 April 2016 20:59, Leonardo Collado Torres wrote: > Hi, > > I looked at https://guides.github.com/activities/citable-code/ after > reading http://biorxiv.org/content/early/2016/04/15/048744 (Laurent > Gatto is the 2nd author). > > It got me thinking that maybe with the

Re: [Bioc-devel] Unit tests present/ coverage "unknown"

2016-03-25 Thread Laurent Gatto
I do see the same problem for rols. I assume this will clear up at some point, although any suggestion on how to avoid such glitches would be helpful. Laurent On 25 March 2016 16:42, Zach Skidmore wrote: > Hi All, > > Maybe i'm missing something but I don't quite understand why the "test > cov

Re: [Bioc-devel] ExperimentHub and existing data in AnnotationHub

2016-03-18 Thread Laurent Gatto
On 16 March 2016 02:21, Obenchain, Valerie wrote: > On 03/15/2016 04:05 PM, Laurent Gatto wrote: >> On 15 March 2016 21:45, Obenchain, Valerie wrote: >> >>> Hi Laurent, >>> >>> ExperimentHub won't be in the next release but will be active in the &g

Re: [Bioc-devel] ExperimentHub and existing data in AnnotationHub

2016-03-15 Thread Laurent Gatto
that can't be changed later on. Although that will mean to the data to be available through devel only when the book chapter, for example, is published. Will there be some cross-talk between EH and AH to assure some backwards compatibility? Laurent > Valerie > > > > On 03/13/20

[Bioc-devel] ExperimentHub and existing data in AnnotationHub

2016-03-13 Thread Laurent Gatto
, Laurent -- Laurent Gatto | @lgatt0 http://cpu.sysbiol.cam.ac.uk/ http://lgatto.github.io/ ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] DT CRAN vs github versions

2016-03-10 Thread Laurent Gatto
someone had a good suggestion. I suspect similar ones will creep up more and more in the future. Best wishes, Laurent > Best, > ~G > On Mar 10, 2016 4:22 PM, "Laurent Gatto" wrote: > >> >> Dear all, >> >> There have been some substantial changes in

[Bioc-devel] DT CRAN vs github versions

2016-03-10 Thread Laurent Gatto
Dear all, There have been some substantial changes in Rstudio's DT package recently [1], in particular with respect to selecting rows in a table. One problem is that these updates currently only live on github (version 0.1.45) while CRAN is stuck at version 0.1 since September 2015. This has been

[Bioc-devel] Package reference manuals in html

2016-03-01 Thread Laurent Gatto
Dear all, I find the http://www.rdocumentation.org/ site very useful to refer to nicely formatted online man pages individually. Unfortunately, this resource is terribly outdated and not maintained anymore. I was wondering if Bioconductor had any interest in serving an html version of individual

[Bioc-devel] Problem with constrained PSICQUIC queries

2016-01-27 Thread Laurent Gatto
Dear all, I am querying the PSICQUIC resource using the identically names Bioconductor package. The query described in the vignette works as expected. > options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient', > show.error.locations=TRUE) > suppressPackageStartupMessages(library(PSI

Re: [Bioc-devel] Install devel version, dependancies missing

2016-01-27 Thread Laurent Gatto
ncies timed out on moscato2, which explains why MSnbase is not available and DAPAR filed. Once downstream deps are fixed, DAPAR will build/check properly again. Sorry for the inconvenience. Best wishes, Laurent > Thanks for your help > > Sam -- Laurent Ga

Re: [Bioc-devel] Base class for interaction data - expressions of interest

2015-11-08 Thread Laurent Gatto
e hereby notified that any disclosure, copying, >> distribution, or use of this email message is prohibited. If you have >> received this message in error, please notify the sender immediately by >> e-mail and delete this email message from your computer. Thank

  1   2   >