Bioconductor 3.23 Release!
Bioc2026 Registration Open!

Bioconductor has moved to GIT for contributed packages; the subversion logs are no longer active. The following are the git logs.

GIT Logs

This is a list of recent commits to git.bioconductor.org, the devel(development) branch of the Bioconductor GIT repository.

This list is also available as an RSS feed (devel branch), and RSS feed (release branch)

Package: MsBackendMetaboLights
Commit: d94070748ac479d580d53419345e0f27890a319c
Author: Johannes Rainer <johannes.rainer@gmail.com>
Date: 2026-06-18 07:59:56 +0200
Commit message:

 Update DESCRIPTION and NEWS
 
Package: MsBackendMetaboLights
Commit: f1b352b9ad7b221c46fbfdb65a892cff5cbae236
Author: Philippine Louail <philippine.louail@outlook.com>
Date: 2026-06-17 18:12:46 +0200
Commit message:

 Merge pull request #22 from rformassspectrometry/phili

pass fileName to backendInitialize() 
Package: MsBackendMetaboLights
Commit: 15da030c20073db62fdc8de751df2b3bfa4cee41
Author: Philippine Louail <127301965+philouail@users.noreply.github.com>
Date: 2026-06-17 16:51:53 +0200
Commit message:

 fix test to stricter
 
Package: MsBackendMetaboLights
Commit: 93bc1acb13de330e8ea23e7d51bca353286f06fa
Author: Philippine Louail <127301965+philouail@users.noreply.github.com>
Date: 2026-06-17 16:48:39 +0200
Commit message:

 switch to exported for online download too
 
Package: MsBackendMetaboLights
Commit: 2ca4fab785ac928e9fa7a0e06813257b5198d1cc
Author: Philippine Louail <127301965+philouail@users.noreply.github.com>
Date: 2026-06-17 16:23:37 +0200
Commit message:

 pass fileName to backendInitialize()
 
Package: gDRstyle
Commit: 09959b9a4ef3f329b31b0c129627df17255b3ea5
Author: darsoo <daro.scig@gmail.com>
Date: 2026-06-18 08:04:43 +0200
Commit message:

 Merge pull request #100 from gdrplatform/GDR-3433_2

fix: allow License NOTE for packages with file LICENSE 
Package: gDRstyle
Commit: 6ab473e8ad0a4e5035cc52a96d5d7bab47ee1da9
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-17 22:45:46 +0200
Commit message:

 ci: trigger build
 
Package: gDRstyle
Commit: ded973ee016d2404b203a5511f5c0ea593ea1371
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-17 21:43:11 +0200
Commit message:

 fix: check specific license text instead of generic restriction message
 
Package: gDRstyle
Commit: cade983d79e005485f111e7e6a960dd12a744786
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-17 21:42:44 +0200
Commit message:

 chore: bump version to 1.11.5
 
Package: gDRstyle
Commit: a268d88c7c4a3709acd20e19cd3fdee67fbccd9e
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-17 21:41:07 +0200
Commit message:

 fix: allow License NOTE for packages with file LICENSE
 
Package: CycleMix
Commit: 10460ec335f1ec9a21ed9c2fb1f6d83a63c754b0
Author: Tallulah Andrews <tallulandrews@gmail.com>
Date: 2026-06-17 12:51:04 -0400
Commit message:

 next bioc submission
 
Package: CycleMix
Commit: 7b767daa0f1dcd201ec1e7973515e446083732a6
Author: Tallulah Andrews <tallulandrews@gmail.com>
Date: 2026-06-12 14:53:19 -0400
Commit message:

 fix knnSmooth if bug
 
Package: MeLSI
Commit: 93e6f74a2ca72b50329a2fcd3a6a5d2311c42a9f
Author: Nathan Bresette <nathanbresette04@gmail.com>
Date: 2026-06-17 10:06:44 -0500
Commit message:

 Trim vegan dependency, add seed/print UX, progress bar (v1.1.5)

Move vegan from Imports to Suggests: PERMANOVA F is computed directly and
adonis2 is never called at runtime, so users no longer install vegan and its
transitive dependencies. vegan is retained in Suggests for the vignette's
benchmark comparison only.

Remove unused stats imports (aov, as.dist, t.test) and an unreachable t-test
pre-filtering branch. Replace per-permutation messages with a progress bar.
Add an optional seed argument and a 'melsi' S3 class with a print() method;
the return value is still a list so $ access is unchanged.

All statistical results are byte-identical to 1.1.4, verified on fixed-seed
pairwise and multi-group runs; the method is unchanged.
 
Package: mesa
Commit: 2cf3aa72172c118d5ef9d98aa8974e1a23712220
Author: Felipe <92517493+fpmartinez10@users.noreply.github.com>
Date: 2026-06-17 15:53:45 +0100
Commit message:

  chore(version): bump to 0.99.4 (#86) 
Package: mesa
Commit: 8f02f7a5843157ed81c83f1e44ec39d473d51f54
Author: Felipe <92517493+fpmartinez10@users.noreply.github.com>
Date: 2026-06-17 15:03:40 +0100
Commit message:

 test: add skip_long_checks() guards to reduce Bioc check time (#84)

* chore(DESCRIPTION): bump version to 0.99.3.9000

* test: add skip_long_checks() guards to reduce Bioc check time

* test(makeQset): skip calculateCGEnrichment under skip_long_checks

The test also fails in CI due to strand<- not being found in the MEDIPS
namespace, on top of being slow. Guarding with skip_long_checks() stops
the error without removing the test for local runs.

* docs(NEWS): update to include PR numbers

---------

Co-authored-by: Steven Hill <8912559+Steven-M-Hill@users.noreply.github.com> 
Package: mesa
Commit: 1fbe3e6c8f2375c8b8908cf62d5218c7abfb8417
Author: Felipe <92517493+fpmartinez10@users.noreply.github.com>
Date: 2026-06-17 13:32:22 +0100
Commit message:

 chore(version): bump to 0.99.3.9000 (#83) 
Package: MeLSI
Commit: 0e4a8fe2571c2797957e156b2f1a1401e7107854
Author: Nathan Bresette <nathanbresette04@gmail.com>
Date: 2026-06-17 09:45:22 -0500
Commit message:

 Document BPPARAM parallel permutation testing (v1.1.4)

Surface the existing BPPARAM argument to melsi() with worked examples in
the README and vignette and a NEWS entry. Pass a BiocParallelParam object
(e.g. MulticoreParam(workers = 8)) to run the permutation loop in parallel;
default NULL runs sequentially.
 
Package: netboost
Commit: dbb8a5adac7e2488a5a89b55b6e07d369c4927be
Author: PascalSchlosser <pascal.schlosser@uniklinik-freiburg.de>
Date: 2026-06-17 16:13:39 +0200
Commit message:

 Port MC-UPGMA to in-package C++ and make build CPU-arch-independent

Replace the bundled external MC-UPGMA suite (C++/Perl/GNU-make tool driven by
cluster.pl) with a portable in-memory Rcpp reimplementation (src/mcupgma_cluster.cpp,
cpp_mcupgma) wired into nb_mcupgma's >=30000-feature branch. Output is byte-identical
to the previous pipeline for the single-round regime netboost uses (verified against
the original binaries on the bundled data and synthetic forests/ties; full netboost()
end-to-end identical).

This removes the unix-only toolchain: drop OS_type:unix,
Config/Bioconductor/UnsupportedPlatforms, SystemRequirements (GNU make/Bash/Perl/Gzip),
R.utils, install.libs.R and the whole src/mcupgma tree. netboost now builds on Windows
(static src/Makevars + src/Makevars.win) as well as unix/macOS.

Make SIMD architecture-independent: boosting.cpp now compiles the AVX kernel with a
per-function target attribute and selects it at runtime via __builtin_cpu_supports,
gated by architecture (scalar on non-x86). The same binary runs correctly on
heterogeneous clusters (AVX/non-AVX) and on ARM; autoconf CPU detection removed. Also
fixes the latent non-GNU AVX bug (auto b = ar -> br).

Remove the exported mcupgma_exec() (only operated on the removed binaries) and reword
the >5e6-feature guard message. Bump version to 2.21.2; document in NEWS.
 
Package: scECODA
Commit: e2616990117ca4be37f52b63cd987dbf9a49084e
Author: halterc <chalterbio@gmail.com>
Date: 2026-06-17 15:47:32 +0200
Commit message:

 FIX: Correct version number for Bioconductor devel
 
Package: scECODA
Commit: 446dd7fb315d8c19fbe008f50bbecf5b4f2515e3
Author: halterc <chalterbio@gmail.com>
Date: 2026-06-17 15:36:42 +0200
Commit message:

 Merge RELEASE_3_23 into devel
 
Package: scECODA
Commit: 9dad644af2c4ef0aff8400189ecfb443df6e11cb
Author: halterc <chalterbio@gmail.com>
Date: 2026-06-17 14:53:46 +0200
Commit message:

 Update documentation
 
Package: scECODA
Commit: 7de095310a5a08b40b6d3a1d520463da6ec5aca7
Author: halterc <chalterbio@gmail.com>
Date: 2026-06-17 14:48:49 +0200
Commit message:

 plot_boxplot: Fixed critical bug which broke the function.
 
Package: scECODA
Commit: f322fa0282f950836c8df796ea429c41a08bbdf7
Author: halterc <chalterbio@gmail.com>
Date: 2026-06-17 14:19:24 +0200
Commit message:

 plot_boxplot: added parameter plot_signif to prevent clutter if many cell types and/or groups are plotted
 
Package: TSENAT
Commit: 12d392047b323ee5a418f83d5845ee1ee65e52c7
Author: Cristóbal Gallardo Alba <gallardoalbac@gmail.com>
Date: 2026-06-17 14:22:17 +0200
Commit message:

 Merge branch 'stable' into devel 
Package: TSENAT
Commit: 9adede48f569567f7dd9c240ec638cea9311a811
Author: gallardoalba <gallardoalbac@gmail.com>
Date: 2026-06-17 14:20:12 +0200
Commit message:

 Add addtional tests and fix bug
 
Package: TSENAT
Commit: d9df093269ac2c461ddc0f3d64db206ccf497748
Author: Cristóbal Gallardo Alba <gallardoalbac@gmail.com>
Date: 2026-06-17 13:08:03 +0200
Commit message:

 Devel (#44)

* version bump: 0.99.0 -> 0.99.1

* Fix: shorten Rd example comments to comply with line width limits

* version bump: 0.99.2 -> 0.99.3

* Fix .gitignore: remove regex-problematic comments and ensure newline at EOF

* version bump: 0.99.3 -> 0.99.4

* Simplify .gitignore: remove problematic patterns and comments

* version bump: 0.99.4 -> 0.99.5

* Remove CITATION file: no doi yet for new package

* version bump: 0.99.5 -> 0.99.6

* Tests fixed

* Fix issues

* Skip tests

* Bump version

* Fix issues

* Bump version

* Fix .gitignore

* Bump version

* Fix tests

* Bump

* Fix issues

* Fix tests

* Fix tests

* Speed up examples

* Fix coding style

* Fix tests

* Add skip_on_bioc

* Bump version

* Fix tests

* Fix build issue

* Bump

* Fix building issue

* Bump version

* Fix test

* Bump version

* Remove space

* Bioconductor submission review

* Bioconductor submission review

* Fix format issue

* Increase test coverage

* Fix punctuation README.md

* Fix codefactor style

* Increase coverage

* Increase coverage

* Fix codefactor issues

* Fix notes and failing test in Mac

* Fix Windows compatibility

* Fix bugs and add tests

* Fix tests

* Add addtional tests

* Fix tests

* Add new tests 
Package: TSENAT
Commit: 0cb677c9e76fcb9905d7710f5fa875eab7d5cf81
Author: gallardoalba <gallardoalbac@gmail.com>
Date: 2026-06-17 12:04:31 +0200
Commit message:

 Add new tests
 
Package: TSENAT
Commit: e4ddd224103a955f1b04c1482b868d4316399191
Author: gallardoalba <gallardoalbac@gmail.com>
Date: 2026-06-17 01:28:16 +0200
Commit message:

 Fix tests
 
Package: TSENAT
Commit: 393c51b31d3f72be51312665dfbaf06dcb62e467
Author: gallardoalba <gallardoalbac@gmail.com>
Date: 2026-06-17 01:03:29 +0200
Commit message:

 Add addtional tests
 
Package: TSENAT
Commit: 7406e869c9c6405b894eb5c1e4d946391beebd29
Author: gallardoalba <gallardoalbac@gmail.com>
Date: 2026-06-16 23:58:39 +0200
Commit message:

 Fix tests
 
Package: TSENAT
Commit: c1c5d9411cc891b211cffa07b7f10b1e2eae81df
Author: gallardoalba <gallardoalbac@gmail.com>
Date: 2026-06-16 23:03:52 +0200
Commit message:

 Fix bugs and add tests
 
Package: TSENAT
Commit: cf9b8ff2b58e61048a8e6158e6b61bf464b94927
Author: gallardoalba <gallardoalbac@gmail.com>
Date: 2026-06-16 21:09:07 +0200
Commit message:

 Fix Windows compatibility
 
Package: TSENAT
Commit: 73a55ead0a0d3926879016682b7adda6200ff807
Author: gallardoalba <gallardoalbac@gmail.com>
Date: 2026-06-16 20:01:09 +0200
Commit message:

 Fix notes and failing test in Mac
 
Package: TSENAT
Commit: cce25c68537dfdbb82bd67990e328dc6042cd0b2
Author: Cristóbal Gallardo Alba <gallardoalbac@gmail.com>
Date: 2026-06-16 19:47:30 +0200
Commit message:

 Merge branch 'stable' into devel 
Package: TSENAT
Commit: d245f935ba7debc13c8f3ec9957082d763a53354
Author: Cristóbal Gallardo Alba <gallardoalbac@gmail.com>
Date: 2026-05-21 21:49:58 +0200
Commit message:

 Remove formatting from RNA-seq analysis questions (#43) 
Package: TSENAT
Commit: 4b19a4c76972b12d1e481d2c67d8c7847baac8e7
Author: Cristóbal Gallardo Alba <gallardoalbac@gmail.com>
Date: 2026-05-21 01:20:52 +0200
Commit message:

 Increase test coverage up to 85% (#42) 
Package: netboost
Commit: 46ec8d02016f4a7b597cc6f800d19004e3d59d86
Author: PascalSchlosser <pascal.schlosser@uniklinik-freiburg.de>
Date: 2026-06-17 12:45:14 +0200
Commit message:

 Bump version to 2.21.1 and document efficiency improvements in NEWS
 
Package: RnBeads
Commit: db19d30ca1498c66611edbfb0871a7e7c3ca97c6
Author: Michael Scherer <michael.scherer@dkfz.de>
Date: 2026-06-17 14:22:47 +0200
Commit message:

 Updated XenoMix
 
Package: netboost
Commit: 083601bbd8b964ee53e967503cbf02fc7c25898f
Author: PascalSchlosser <pascal.schlosser@uniklinik-freiburg.de>
Date: 2026-06-16 12:36:57 +0200
Commit message:

 Speed up filter dedup, sparse-distance scatter, dendro coercion and adjacency

Four optimisations in R/netboost.R:

* nb_filter: replace unique(t(apply(filter,1,sort))) with vectorised
  unique(cbind(pmin,pmax)) (byte-identical).
* nb_mcupgma (dense hclust path, <30k features): vectorise the per-edge
  scatter of sparse distances into the lower-triangle vector
  (byte-identical).
* tree_dendro: storage.mode()<-integer instead of element-wise
  apply(...,as.integer) (byte-identical).
* calculate_adjacency (Pearson/Spearman): for <=~7900 features compute
  the correlation matrix once and index edges (byte-identical); above
  that, where a dense p x p matrix neither fits nor stays under R's 2^31
  vector limit, use a chunked edge-wise standardised crossprod that
  scales to >50k features (e.g. 60k in ~1s). The crossprod evaluates the
  identical Pearson formula and differs from WGCNA::cor only by
  floating-point rounding (~machine epsilon for the scaled data used in
  the pipeline). Kendall keeps the per-edge loop.
 
Package: amplican
Commit: c3ec0014bc75ff2588700f0ec1a3868d174803b2
Author: JokingHero <kornel.labun@gmail.com>
Date: 2026-06-17 12:07:01 +0200
Commit message:

 speed up for CLARA clustering
 
Package: gDRimport
Commit: b9e01bdbf5a0783d0ced93a38628c65805edc5d8
Author: Bartek <32614650+bczech@users.noreply.github.com>
Date: 2026-06-17 11:49:36 +0200
Commit message:

 Merge pull request #122 from gdrplatform/GDR-3439

fix: fall back to Background section barcode in EnVision parser 
Package: gDRimport
Commit: 372c37862b3af67bbad7980d7a1e62925ea6b8b1
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-17 08:26:52 +0200
Commit message:

 fix: use approved verb in NEWS.md entry
 
Package: gDRimport
Commit: 8bfc80d470796bce1a54c16d2c241a151ab9e15b
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-16 17:04:53 +0200
Commit message:

 ci: trigger build
 
Package: gDRimport
Commit: 4f37ccc1325555a4ae4a0ba9b7862e9cf1ba2976
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-16 16:32:08 +0200
Commit message:

 fix: resolve line length lint violation
 
Package: gDRimport
Commit: 42b0b38a4ab8e0a7d5a898d24fe7209cd92712f5
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-16 08:23:46 +0200
Commit message:

 fix: fall back to Background section barcode in EnVision parser

Some EnVision exports have the barcode only in the Background
information section, not in the Plate information header. This caused
plates to be silently skipped during import.

GDR-3439
 
Package: GraphExperiment
Commit: a7e32171d97d7c99cf0968c577884a333d11f9ef
Author: almeidasilvaf <fabricio_almeidasilva@hotmail.com>
Date: 2026-06-17 09:50:08 +0200
Commit message:

 Version bump in devel
 
Package: GraphExperiment
Commit: 9e07473f0115f481ac4d8057b123de4c3b924f8b
Author: almeidasilvaf <fabricio_almeidasilva@hotmail.com>
Date: 2026-06-17 09:49:50 +0200
Commit message:

 Logo rebranding
 
Package: igblastr
Commit: 4f148d0aebf0ba041fe35c588785d9f5b1919038
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-16 18:43:39 -0700
Commit message:

 Incorporate Ollivier's feedback to the vignette + many other small tweaks
 
Package: igblastr
Commit: 2191ecdab78589c02ab03ff8a8a18ee5c0462b2c
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-16 15:10:57 -0700
Commit message:

 Get rid of huge inefficiency in create_region_db() and family

With this change, install_IMGT_germline_db(), install_custom_germline_db(),
and reset_germline_dbs() are about twice faster.
 
Package: scRNAseqApp
Commit: b5570ec1c174da008aa3a56a626bd09fd5346c86
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-16 17:19:14 -0400
Commit message:

 Fix plot for legend of co-expression.
 
Package: amplican
Commit: 172172a4107c66843253ec04a9f503d2b0e7acf1
Author: JokingHero <kornel.labun@gmail.com>
Date: 2026-06-16 22:45:56 +0200
Commit message:

 put a stop threshold on findLQR
 
Package: igblastr
Commit: 109ea1bbf6b81ff92581cfd8025815ada7e3f3ff
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-16 13:36:12 -0700
Commit message:

 Rename fill_missing_auxdata_with_ref_auxdata()
to validate_and_complete_auxdata_with_ref()
 
Package: ChIPpeakAnno
Commit: f619d72e2075a43cf208546da350abc3b6247328
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-16 15:55:25 -0400
Commit message:

 Fix a bug in featureAlignedExtendSignal when input is GAlignmentPairs.
 
Package: scRNAseqApp
Commit: 7b7d97f684f47360530016dea8081d9c8e759dac
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-16 15:20:21 -0400
Commit message:

 Fix the coordinates issue for init.
 
Package: KEGGREST
Commit: f0ab716e7351daae8cbd0c987f6342421524f7b8
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 14:43:02 -0400
Commit message:

 version bump 1.53.4
 
Package: KEGGREST
Commit: 7bc8679fb9fef8ba0e09a53eb1a7f8d0a57756c1
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 14:42:57 -0400
Commit message:

 update NEWS
 
Package: KEGGREST
Commit: c70f46c419c7cea3683a6a52247132b45186bc9f
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 14:38:47 -0400
Commit message:

 update color.pathway.by.objects to use new kegg/webapp/color_url docs

authored-by: gemini 3.5 flash
 
Package: KEGGREST
Commit: 53dd84443addc1faba8d1e4f79d82c86c47ed267
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 14:02:59 -0400
Commit message:

 version bump 1.53.3
 
Package: KEGGREST
Commit: edb3c52b9d23fdcf832e95ac4369aab6e13f5061
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 14:02:54 -0400
Commit message:

 update NEWS
 
Package: KEGGREST
Commit: 949d5d3c9026208efe52998b37c14238999e7446
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 13:55:03 -0400
Commit message:

 version bump 1.53.2
 
Package: KEGGREST
Commit: c4cbbd90577467596b29376307d6f8803522027e
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 13:54:44 -0400
Commit message:

 add orthology examples and unit tests
 
Package: KEGGREST
Commit: cdf353dc34e9c213306317acf7b9d7d13c4fcca2
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 12:39:42 -0400
Commit message:

 version bump 1.53.1
 
Package: KEGGREST
Commit: 896d8b1bacd83b1d0b45a59cc803ce9a187d04bf
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-16 12:39:34 -0400
Commit message:

 replace organism with genome in keggList, organism error stands, refers to #30
 
Package: igblastr
Commit: fadd96613ce9b6a27c4a4548a6094aa926e13337
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-16 09:33:47 -0700
Commit message:

 igblastr 1.3.11: Add fill_missing_auxdata_with_ref_auxdata()

Also:

- Document solve_cdr3_ends_using_fwr4_aa_comparisons(),
  solve_cdr3_ends_using_fwr4_dna_comparisons(), and
  solve_cdr3_ends_using_fwr4_dna_PWM(). See '?compute_auxdata'.

- Improve details displayed by create_germline_db() -- and therefore
  also by install_IMGT_germline_db() and install_custom_germline_db()) --
  when 'verbose=TRUE'. In particular the function now displays details
  about how the automatic auxdata is computed.
 
Package: scRNAseqApp
Commit: f470dc971f43e2be36577b8c8a7b2a90c4339121
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-16 11:10:43 -0400
Commit message:

 Fix the coordinates issue for init.
 
Package: scRNAseqApp
Commit: 73c011c93fe14557fa8ceefdcbc69f4b9ade806c
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-16 11:06:52 -0400
Commit message:

 Change back from coord_cartesian to coord_fixed to make sure the function accept ratio paramter
 
Package: MSstatsBioNet
Commit: e25917edd857bdf1b59e475bd727ed70295464b4
Author: tonywu1999 <wu.anthon@northeastern.edu>
Date: 2026-06-16 10:57:55 -0400
Commit message:

 feat(topics): add unsupervised approach NMF for topic clustering (#106) 
Package: MSstatsBioNet
Commit: e274ff2c8da3dce9155dbb25ffc20d170432e08e
Author: Swaraj Patil <patil.swaraj@northeastern.edu>
Date: 2026-06-16 09:28:17 -0400
Commit message:

 feat(metabolomics): Add metabolite proteinIdType and entity-agnostic grounding for metabolite networks (#105) 
Package: iSEEid
Commit: 2acbe152935e172676548f992e289ea5b58268fc
Author: Federico Marini <marinif@uni-mainz.de>
Date: 2026-06-16 10:54:22 +0200
Commit message:

 version bump, 0.99.1
 
Package: iSEEid
Commit: e7cf1e7ddd8c004f286b863271346d45cc99bd2f
Author: Federico Marini <marinif@uni-mainz.de>
Date: 2026-06-16 10:54:14 +0200
Commit message:

 updated news
 
Package: iSEEid
Commit: 4c7ab58bafdd63337c94b2312368bd50d2f8451d
Author: Federico Marini <marinif@uni-mainz.de>
Date: 2026-06-16 10:54:09 +0200
Commit message:

 added info on core iSEE + extension writing
 
Package: iSEEid
Commit: 136a2c3df950969fd30133eea290956819cb2ae4
Author: Federico Marini <marinif@uni-mainz.de>
Date: 2026-06-16 10:53:58 +0200
Commit message:

 harmonized documentation using md encoding
 
Package: mia
Commit: fcd07419d8f9e4a1810f6d0a7ab7fe3b218bcaa3
Author: Tuomas Borman <60338854+TuomasBorman@users.noreply.github.com>
Date: 2026-06-16 10:34:47 +0300
Commit message:

 Add Sabuj (#832) 
Package: mia
Commit: 8246e29ea7c280b8dbfb9ba864d726dafd69ba4e
Author: Sabuj Chandra Bhowmick <sabuj606@gmail.com>
Date: 2026-06-16 10:32:32 +0300
Commit message:

 Fix joint rpca handling (#831)

Co-authored-by: Tuomas Borman <tvborm@utu.fi> 
Package: Rsubread
Commit: 7af33deed2630050b129d919af7a90c2419a410a
Author: Yang Liao (Monash University) <yliao@m3-login2.massive.org.au>
Date: 2026-06-16 11:34:04 +1000
Commit message:

 updated version number to 2.27.4
 
Package: gatom
Commit: 91c51e27ca6ff183e9e8e19b1be0a83c231f11c0
Author: Alexey Sergushichev <alsergbox@gmail.com>
Date: 2026-06-15 14:28:46 -0500
Commit message:

 fix updated KEGG API
 
Package: scRNAseqApp
Commit: 4a69cf676f6ac03a39fcad6c7acb2ed44efdf71a
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-15 16:13:00 -0400
Commit message:

 Fix the issue applied the coordinates twice.
 
Package: BgeeCall
Commit: fdd6be1335a86cfd0c7cf4cbb4b7527600cd6be7
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-06-15 21:41:36 +0200
Commit message:

 bump version after hotfix
 
Package: BgeeCall
Commit: 113a9d342241124dcceabe2c04a1b558390905d2
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-06-15 21:31:07 +0200
Commit message:

 update URL of the file listing intergenic releases*
 
Package: BgeeCall
Commit: 783e17215c21a6742bd102f74780e222c768df3b
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-06-08 12:28:07 +0200
Commit message:

 bump version
 
Package: BgeeCall
Commit: d3a0db26d8955e8d7f593e23a3d46103a54e0017
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-06-08 12:27:37 +0200
Commit message:

 Merge branch 'bioc_devel' into bioc_master
 
Package: BgeeCall
Commit: 8677047ad160f71de69788e3e84de6f1c79df9ad
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-05-26 13:49:44 +0200
Commit message:

 bump production version
 
Package: BgeeCall
Commit: 1c447ffed00c9dcd6cba7fd8f0790ca406326c21
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-05-26 13:47:45 +0200
Commit message:

 Merge branch 'bioc_devel' into bioc_master
 
Package: tximeta
Commit: 6825c7f4a6e3cb8633d93a22739bc02d5beef201
Author: Mike Love <mikelove@users.noreply.github.com>
Date: 2026-06-15 14:24:52 -0400
Commit message:

 GENCODE 50 (H.s.), M39 (M.m), and Ensembl 116
 
Package: tximeta
Commit: 4c58d159bf97e641680c0d67b5ed0ae9ebcaa47a
Author: Mike Love <mikelove@users.noreply.github.com>
Date: 2026-06-13 13:46:37 -0400
Commit message:

 version bump
 
Package: tximeta
Commit: c3a246b84fa3e528aa1b83c3c00870c15f54881a
Author: Mike Love <mikelove@users.noreply.github.com>
Date: 2026-06-13 13:30:29 -0400
Commit message:

 update mixed ref diagram
 
Package: tximeta
Commit: 460a80970fd3d52a6ac46ee3a9ba181d0c279269
Author: Mike Love <mikelove@users.noreply.github.com>
Date: 2026-06-13 12:27:25 -0400
Commit message:

 adding support for salmon mixed references
 
Package: ExperimentHub
Commit: 2691e192ad709ac9b0729a08615f4db6567602c6
Author: lshep <lori.shepherd@roswellpark.org>
Date: 2026-06-15 13:50:44 -0400
Commit message:

 Update vignette example

 - example package and resources were removed
 
Package: AnnotationHub
Commit: 6854d915f66eae93c71f592b823695d7d6ceef13
Author: lshep <lori.shepherd@roswellpark.org>
Date: 2026-06-15 13:38:54 -0400
Commit message:

 Remove section
 - resources no longer available
 
Package: daVis
Commit: 5f2212fe2f2024edaef175fd8863a8270400fa58
Author: Katarzyna Gorczak <katarzyna.gorczak@openanalytics.eu>
Date: 2026-06-15 18:35:50 +0200
Commit message:

 bump version
 
Package: daVis
Commit: 88fe920917bd2dda0acf407bb4d6a152479983fe
Author: Katarzyna Gorczak <katarzyna.gorczak@openanalytics.eu>
Date: 2026-06-15 18:31:22 +0200
Commit message:

 added BiocStyle to Suggests
 
Package: miaViz
Commit: 4484aaddce5237a66d55bd50687552f7f46292bf
Author: Tuomas Borman <60338854+TuomasBorman@users.noreply.github.com>
Date: 2026-06-15 16:20:06 +0300
Commit message:

 plotRDA: make it more robust if RDA object is missing (#228) 
Package: amplican
Commit: e8b8fca376ced6ba03ff555dd8025be2a48c2f78
Author: JokingHero <kornel.labun@gmail.com>
Date: 2026-06-15 13:04:30 +0200
Commit message:

 more figures saved just in case, also silly animation of how amplican works
 
Package: orthos
Commit: cb1bea2f37ff3893e891d625f74b055bf490c6e9
Author: Papasaikas <papapana@xenon11.fmi.ch>
Date: 2026-06-15 11:38:59 +0200
Commit message:

 Bump version
 
Package: orthos
Commit: 40a275340e716942c0d706c1da2c602643093f98
Author: Papasaikas <papapana@xenon11.fmi.ch>
Date: 2026-06-15 11:36:31 +0200
Commit message:

 Merge upstream devel
 
Package: orthos
Commit: 8f01001627aa42306af1aad01c70a14acdb562b5
Author: Papasaikas <papapana@xenon11.fmi.ch>
Date: 2026-06-15 11:34:02 +0200
Commit message:

 Merge upstream devel
 
Package: orthos
Commit: c8df48d1dafb4282efdaaa9261799cfb3bd776e3
Author: Papasaikas <papapana@xenon11.fmi.ch>
Date: 2026-06-15 11:30:26 +0200
Commit message:

 Resolve DESCRIPTION merge conflict
 
Package: orthos
Commit: a47fd1d12ed63241545e3f6437a3c5dfd1233f5f
Author: Panagiotis Papasaikas <panp80@gmail.com>
Date: 2026-06-08 16:34:53 +0200
Commit message:

 Bump version 
Package: orthos
Commit: bf97a3ece4fde946dffcae43e2dbf7f5d292bd70
Author: Panagiotis Papasaikas <panp80@gmail.com>
Date: 2026-06-08 16:32:23 +0200
Commit message:

 Added URL and BugReports to DESCRIPTION 
Package: MsBackendMetaboLights
Commit: 2b25a05f43fafcf75c1940c7090a19fc5aa51364
Author: Johannes Rainer <johannes.rainer@gmail.com>
Date: 2026-06-15 08:27:18 +0200
Commit message:

 Merge branch 'jomain'
 
Package: MsBackendMetaboLights
Commit: 3f0e6bda9d840345b85f683fefd8130b7cafd8eb
Author: Johannes Rainer <johannes.rainer@gmail.com>
Date: 2026-06-15 08:26:36 +0200
Commit message:

 Update vignette
 
Package: MsBackendMetaboLights
Commit: 9768efc4f1a85926d436bd2ab3cda152e1a188d6
Author: Johannes Rainer <5506112+jorainer@users.noreply.github.com>
Date: 2026-06-15 08:25:33 +0200
Commit message:

 Merge pull request #19 from rformassspectrometry/jomain

refactor: prepend MTBLS ID to local file names 
Package: MsBackendMetaboLights
Commit: 38e5c6c2090fd6feebb8262cb89742c558ca77ff
Author: Johannes Rainer <johannes.rainer@gmail.com>
Date: 2026-06-12 09:05:17 +0200
Commit message:

 refactor: enforce alphabetic ordering of files (issue #20)
 
Package: MsBackendMetaboLights
Commit: 42c8747ab2e58fc973585b3052a6f6dba06ded50
Author: Johannes Rainer <johannes.rainer@gmail.com>
Date: 2026-06-12 06:46:22 +0200
Commit message:

 refactor: prepend MTBLS ID to local file names

- Combine the MTBLS ID and original file name for the locally stored files to
  avoid overwriting files with same names across data sets (issue #18).
 
Package: epiregulon
Commit: 2f7570c00e3af07d0c9235e444177afe3aa4b541
Author: Xiaosai Yao <yao.xiaosai@gene.com>
Date: 2026-06-15 07:47:10 +0000
Commit message:

 update check bioc yml to latest version of bioc
 
Package: epiregulon
Commit: 1dbab45d5b86f77e66a78574a74f90e26950eac1
Author: Xiaosai Yao <yao.xiaosai@gene.com>
Date: 2026-06-15 07:36:30 +0000
Commit message:

 remove scater
 
Package: epiregulon.extra
Commit: 738746fa67643cd1a27a2cc339d41e68b080ce2a
Author: Xiaosai Yao <yao.xiaosai@gene.com>
Date: 2026-06-15 07:44:27 +0000
Commit message:

 update checkbio file
 
Package: epiregulon.extra
Commit: 848c815d3ad4cb74f496b5853ea242a981e55853
Author: Xiaosai Yao <yao.xiaosai@gene.com>
Date: 2026-06-15 07:39:13 +0000
Commit message:

 update github action to R4.6
 
Package: Rsubread
Commit: a3ef21d1224b7914d79a724da1dbffc085e16803
Author: Gordon Smyth <smyth@wehi.edu.au>
Date: 2026-06-15 17:23:36 +1000
Commit message:

 Update simReads to define effective transcript length in the same way as RSEM, kallisto and Salmon.
 
Package: epiregulon.extra
Commit: b0aa7b3ac6938e857964a32b420560dda230e964
Author: Xiaosai Yao <yao.xiaosai@gene.com>
Date: 2026-06-15 07:15:57 +0000
Commit message:

 replace deprecated scran::findMarkers with epiregulon::findMarkersSimple. Remove dependencies lifecycle, checkmate, reshape2. Improve NAMESPACE by declaring imports. Clean up formatting by removing white spaces around argument =. version bump to v1.9.1
 
Package: epiregulon
Commit: df751f1045f76441d5953f880ea8896e8c8a74a6
Author: Xiaosai Yao <yao.xiaosai@gene.com>
Date: 2026-06-15 07:09:54 +0000
Commit message:

 remove white spaces around = . version bump to v2.2.3
 
Package: epiregulon
Commit: bb0dca227fc5cc15ba2489ba88044a3fcbd7fb58
Author: Xiaosai Yao <yao.xiaosai@gene.com>
Date: 2026-06-15 06:46:58 +0000
Commit message:

 export findMarkersSimple, change output to log.p.value and log.FDR, remove scater and lifecylce
 
Package: cellxgenedp
Commit: 611cf55689ca712959a3edc53b96e63c1c0a1328
Author: Martin Morgan <mtmorgan.xyz@gmail.com>
Date: 2026-06-14 07:11:49 -0400
Commit message:

 Merge branch 'issue-18' into devel
 
Package: cellxgenedp
Commit: cc9dc59a25f6a4e9569c0c8388f0c4bebc45f6fb
Author: Martin Morgan <mtmorgan.xyz@gmail.com>
Date: 2026-06-14 07:09:05 -0400
Commit message:

 spell check

- closes #18
 
Package: GEOquery
Commit: 0d487a73b30a0c52033da636f6dbeaa173e66438
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 23:23:45 -0400
Commit message:

 docs: stamp NEWS dev section as 2.81.21 (2026-06-13); add #162 ref

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
 
Package: GEOquery
Commit: f6e83ab9da8838e74687ca6e5dbce72e80c4cb0f
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 23:19:26 -0400
Commit message:

 Merge remote-tracking branch 'upstream/devel' into devel

# Conflicts:
#	DESCRIPTION
 
Package: GEOquery
Commit: 718f42ac738d3a2aba563fb9d3eabdbee4cc9e10
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 23:17:35 -0400
Commit message:

 Merge branch 'devel' of https://github.com/seandavi/GEOquery into devel

# Conflicts:
#	DESCRIPTION
 
Package: GEOquery
Commit: 756a9f8f78f5afb297f09d69711fbcd7b2f3ea82
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 21:28:00 -0400
Commit message:

 feat!: default getGEO() to SummarizedExperiment (#168) (#194)

* feat!: default getGEO() to SummarizedExperiment (#168)

BREAKING: getGEO() now returns SummarizedExperiment objects by default for GSE
Series Matrix records (previously ExpressionSet). Flip the returnType default
immediately rather than staging it over a release cycle (ADR-0005, amending the
ADR-0002 schedule).

- returnType now defaults to "SummarizedExperiment"; pass
  returnType = "ExpressionSet" for the previous behavior, or convert with
  as_SummarizedExperiment().
- the one-time notice now tells users the default has changed and how to opt
  back in.
- update getGEO docs, the quick-start vignette, and the articles (formats /
  downstream) to use assay()/colData()/rowData() and reflect the new default.
- NEWS records this under Breaking changes; ADR-0005 added.

Closes #168

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* test: pin ExpressionSet-asserting integration tests to returnType="ExpressionSet"

With getGEO() now defaulting to SummarizedExperiment, the gated live-network
tests that assert via exprs()/pData()/fData()/experimentData() would fail the
integration job. Pin those getGEO() matrix calls to returnType="ExpressionSet"
so they continue to exercise the (still-supported) ExpressionSet path. SOFT and
GDS calls are unaffected and left as-is.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 5c08b282ea3e36ff6ff19986672a7063043d9761
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 19:39:36 -0400
Commit message:

 feat: optional BiocFileCache-backed download cache (#171) (#193)

The historical "cache" only re-uses files already present in destdir, which
does not persist across sessions, guard partial downloads, or key on the
source URL. Add a proper persistent cache backed by BiocFileCache:

- geoCache() returns the BiocFileCache (default tools::R_user_dir("GEOquery",
  "cache"); override with options(GEOquery.cache.path=)); clearGEOCache() wipes
  it. Both exported.
- downloadFile() consults the cache (lookup by URL -> copy into place) and
  populates it on a miss, all wrapped so a cache failure never breaks a
  download.
- Opt-in via options(GEOquery.cache = TRUE); default off preserves current
  behavior for one cycle.

Adds BiocFileCache to Imports and an offline test of store/lookup/clear. Bumps
version to 2.77.20.

Refs #171

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: d8ef0d47108b6c4b5c84c34f464d3afbb1d32a28
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 19:28:47 -0400
Commit message:

 docs: fill in class and accessor documentation (#103) (#192)

* docs: fill in class and accessor documentation (#103)

The GEOData-accessors page said only "The main documentation is in the Class
documentation", and the class pages told users to construct objects with
new('X', ...) -- which is never how they are obtained.

- document each accessor generic (Meta, Accession, Table, Columns, dataTable,
  GSMList, GPLList) with description, arguments, return value, and examples
- replace the misleading "Objects can be created by calls of the form
  new('X', ...)" boilerplate with "returned by getGEO(); not normally
  constructed directly" across all six class pages

Edited roxygen source and the generated man/ pages by hand (roxygen2 not
available in this environment). Bumps version to 2.77.19.

Closes #103

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs: wrap network examples in \dontrun so R CMD check stays offline

Several man pages (getGEO, getGSEDataTables, getGEOSuppFiles,
getGEOSeriesFileListing, getRNASeqData, getRNASeqQuantGenomeInfo) had
\examples that hit NCBI live, so `R CMD check`'s example runner made network
calls and failed intermittently (the macOS/windows failure on this PR). Wrap
those examples in \dontrun in both the roxygen source and the generated man/
pages. This was the last live-network source in the required check (after the
test gating in #169 and the eval-false/article vignettes), so PR CI is now
fully offline and deterministic.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix: close the \examples brace after wrapping in \dontrun

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: b684390af00a2920e6c77b9bd4aa359774544f3d
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 18:55:55 -0400
Commit message:

 docs: narrative pkgdown articles + lean indexing vignette (#156) (#191)

Restructure the documentation around descriptive, narrative pkgdown articles
that explain the why and the how -- GEO entity types and file formats, the
SOFT vs Series Matrix code paths, ExpressionSet vs SummarizedExperiment, NCBI
RNA-seq quantifications, the single-cell inspect->decide->load workflow, and
downstream analysis with links to limma/DESeq2/edgeR and the single-cell
ecosystem.

- new vignettes/articles/: geo-data-formats, rnaseq, single-cell,
  downstream-analysis (executed code disabled; prose-first, pkgdown-only)
- vignettes/GEOquery.qmd is now a concise quick-start that indexes the articles
  (satisfies the Bioconductor vignette requirement, builds without network)
- remove the old single-cell vignette (folded into the richer article)
- .Rbuildignore vignettes/articles so R CMD check never builds them; pkgdown
  renders them from source

Also dedupe a repeated NEWS bullet. Bumps version to 2.77.18.

Closes #156

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 86f190b4dd80802071c738f167648a716ed564df
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 18:18:01 -0400
Commit message:

 feat: single-cell readers readGEOSingleCell/getGEOSingleCell (#158, SC3) (#190)

Reads GEO single-cell supplementary data into SingleCellExperiment via
Bioconductor importers (ADR-0004), all optional (Suggests) + requireNamespace
guarded:
  10x Matrix Market / 10x HDF5 -> TENxIO (TENxFileList/TENxH5 + BiocIO::import)
  AnnData .h5ad                -> anndataR::read_h5ad(as = "SingleCellExperiment")

- readGEOSingleCell(x, format): low-level dispatch; clear error for unsupported
  formats (loom, Seurat rds).
- getGEOSingleCell(GEO, samples, format, combine = FALSE): best-effort wrapper
  -- manifest -> units -> select loadable (one format/sample, by priority) ->
  download -> read -> named list of SCE; messages every load/skip decision.

NOT covered (documented): loom, Seurat .rds, _RAW.tar-packaged files, and
idiosyncratic/combined-matrix layouts -- use the manifest + readGEOSingleCell.

Pure decision logic (.select_sc_units, .prefer_one_format, format dispatch)
tested offline; actual reads run under integration. Adds TENxIO, anndataR,
BiocIO to Suggests. Bumps version to 2.77.17.

Refs #158

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 53288bb9397019043d67d9cc0372e8c3826424bc
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 18:06:20 -0400
Commit message:

 feat: geoSingleCellUnits() loadable-unit view (#158) (#189)

* feat: geoSingleCellUnits() loadable-unit view (#158, SC2)

Collapse a single-cell manifest into one row per loadable unit (sample +
format) with a completeness assessment: a 10x Matrix Market unit is "complete"
only when matrix+barcodes+features are all present; single-file formats are
complete; others are "unsupported". The `loadable` flag drives reader
decisions. Pure logic (.sc_units), tested offline including the incomplete-
triplet and empty-manifest cases.

This is the decision layer between the manifest and the readers (next PR).
Bumps version to 2.77.16.

Refs #158

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix: handle empty input in .classify_sc_files (no supp files)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: b0f94cab72f84b78da1d8855f4740fa764ff763c
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 17:48:10 -0400
Commit message:

 feat: geoSingleCellManifest() single-cell file inventory (#158, SC1) (#188)

First step of the single-cell work (ADR-0004). geoSingleCellManifest(GSE)
lists the supplementary files and classifies each by single-cell format
(10x mtx triplet, 10x .h5, h5ad, loom, rds, tar, other), extracting the GSM
sample id, so users can see what a study contains before downloading.

The classification logic is factored into pure helpers (.classify_sc_file,
.sc_sample_id, .classify_sc_files) and tested offline; the network-fetching
wrapper is covered by integration tests. No reader dependencies added yet --
TENxIO/anndataR come with the readers (SC2/SC3).

Bumps version to 2.77.15.

Refs #158

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 109eceaf230dbfefe27947ab8cbd25f7e3a89297
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 17:33:22 -0400
Commit message:

 feat: getGEO returnType argument for SummarizedExperiment (#168) (#187)

Stage 1 of ADR-0002. Adds getGEO(..., returnType = c("ExpressionSet",
"SummarizedExperiment")). GSE Series Matrix results can now be returned as
SummarizedExperiment; SOFT S4 results (GDS/GPL/GSM/GSE) are unaffected.

- default stays "ExpressionSet" with a one-time rlang::inform that the default
  will change, so nothing breaks for current users
- coercion happens at the getGEO boundary via the new exported
  as_SummarizedExperiment() (wrapping
  SummarizedExperiment::makeSummarizedExperimentFromExpressionSet), so existing
  results can be modernized without re-downloading
- the internal .applyReturnType() handles list / single / non-ExpressionSet

Offline tests cover coercion and pass-through. roxygen + man/ updated by hand.
Bumps version to 2.77.14.

Refs #168 (the default flips to SummarizedExperiment in a later stage).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: ebafad461a3e92ec8cdfb99a37724ec2710151db
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 17:21:35 -0400
Commit message:

 refactor: shared httr2 HTTP layer with streaming, retry, typed errors (#173) (#186)

Introduce .geo_request() -- a configured httr2 request (courtesy user-agent,
option-driven timeout, transient-retry) shared by downloadFile() and
getDirListing(). Concretely:

- downloadFile streams to disk via req_perform(path=) instead of buffering the
  whole response with resp_body_raw (avoids OOM on large family.soft.gz), retries
  transient failures, and raises a typed geoquery_download_error (url + status)
  instead of a generic stop(). #170
- the 120s timeout floor is gone; timeout is getOption("GEOquery.download.timeout",
  300) and a `timeout` argument, with no max() override. #147
- getDirListing fetches through .geo_request, so it shares timeout/retry handling
  and is mockable -- enabling offline httr2-mocked tests (Tier 2 of #169).

Adds offline tests (test_http.R) using httr2::with_mocked_responses (no new
dependency). Bumps version to 2.77.13.

Closes #173
Closes #147
Closes #170

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 961a7e288f2f55a39709b9d1787c2f6ca09d838f
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 17:10:30 -0400
Commit message:

 test: gate live-network tests behind GEOQUERY_INTEGRATION (#169) (#185)

The live-NCBI tests are non-deterministic and intermittently fail PR CI (e.g. a
transient getGEO("GSE53986") failure). Add a skip_if_no_integration() helper
(skips unless GEOQUERY_INTEGRATION=true, and always on CRAN) and apply it to the
network-dependent tests across test_GSE/GPL/GSM/GEO_conversions/fetch_GPL_false/
geo_rnaseq/supp_files. Offline tests -- including the bundled-data tests in
test_GDS and the GPLbroken case in test_GSE -- are left running on every PR.

Adds a weekly `integration` workflow (Bioc devel container, GEOQUERY_INTEGRATION=
true) that runs the live suite on a schedule and on demand, so GEO format drift
is still caught -- just not on the PR critical path.

PR CI now runs only the deterministic offline tests, making merge-when-green
trustworthy. Bumps version to 2.77.12.

Refs #169

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: cfaecd2f90643959d04914daf5bbd0fcdd165b4f
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 16:59:03 -0400
Commit message:

 feat: structured error conditions (#170) (#184)

Add R/conditions.R defining a `geoquery_error` parent class plus
`geoquery_bad_accession`, `geoquery_private_accession`, `geoquery_download_error`,
and `geoquery_parse_error` (built on rlang::abort), carrying structured data
(accession/url/status/fname) and an optional parent cause. Downstream code can
now tryCatch() on the parent or a specific subclass.

Wires the first call site: findFirstEntity()'s non-public/HTML detection (from
#58) now raises a typed `geoquery_private_accession`. Adds rlang to Imports and
offline tests for the class hierarchy.

Bumps version to 2.77.11.

Refs #170 (foundation for the downloadFile/getDirListing work in #173).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 5a88f77d6f7470e702f957116af6d8dd267a4224
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 16:41:27 -0400
Commit message:

 test: confirm getGPL = FALSE skips GPL for local series matrix (#18) (#183)

#18 reported that getGEO(filename=..., getGPL=FALSE) still downloaded the GPL.
The current code forwards getGPL correctly (parseGEO -> parseGSEMatrix), so
featureData is empty and no GPL is fetched. Add an offline regression test
(via the synthetic fixture) to lock the behavior. No code change needed.

Bumps version to 2.77.10.

Closes #18

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 3e1f0e48941f5cc4ea3f64e46c4c01d2effcd97c
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 16:31:06 -0400
Commit message:

 feat: add quiet argument to getGEOSuppFiles (#68) (#182)

Adds `quiet = getOption("GEOquery.quiet", FALSE)` to gate the informational
messages ("No supplemental files found", "Using locally cached version").
No offline test added -- the messages live on network paths; testable once the
HTTP layer is mockable (#173).

Bumps version to 2.77.9.

Closes #68

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: fe0bcec74b1cf91b484ec28d6e505c5a7d9cbbfa
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 16:21:12 -0400
Commit message:

 docs: modernize DESCRIPTION and biocViews (#71) (#181)

The Description called GEO "a public repository of microarray data" and
described SOFT parsing as if it were primary, though GSEMatrix=TRUE (Series
Matrix -> ExpressionSet) is the default and the package now also handles
RNA-seq, single-cell supplementary data, and GEO search. Rewrite the
Description to match, and broaden biocViews (GeneExpression, Transcriptomics,
RNASeq, Sequencing, SingleCell, ThirdPartyClient).

Also collapse the NEWS development header to the version-free
"(development version)" form so per-change z-bumps don't churn it.

Bumps version to 2.77.8.

Closes #71

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: c8dfa5f19f6e02aa07cd6de61429aa1a1cebfc08
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 16:09:56 -0400
Commit message:

 chore: reconcile version to the 2.77.x devel line (#180)

DESCRIPTION was authoritatively 2.77.6 (the actively-maintained Bioconductor
devel line) while NEWS used an aspirational 2.99.x. Reconcile downward:

- bump DESCRIPTION 2.77.6 -> 2.77.7, Date 2026-06-13
- rename the unreleased NEWS header to "2.77.7 (development version)"
- relabel the historical "2.99.0 (2024-10-01)" entry to 2.75.0 (approximate;
  on the real version line) and remove its false "getGEO returns
  SummarizedExperiment" breaking-change -- that migration never shipped and is
  tracked as future work (#168)
- correct ROADMAP release-plan: 3.0 is a project/paper codename; the version is
  2.77.x (next release 2.78.0); 2.99.z is set deliberately near an actual 3.0.0
  release, once the headline features ship

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 47f6651176a671ed93ab4a6d077a0856eae7700d
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 15:53:20 -0400
Commit message:

 fix: build supplemental-file URLs with url_join, not file.path (#131) (#178)

file.path() mangles 'https://' into 'https:/' and produces double slashes
when the base ends in '/'. Add a small vectorized url_join() helper and use it
where supplemental-file URLs are returned as strings: getGEOSuppFiles(
fetch_files = FALSE) and getGEOSeriesFileListing(). The actual download path
already used httr2::req_url_path_append() and was unaffected.

Note: the original #131 suggestion (fs::path) is itself wrong -- it also
collapses 'https://'. url_join() preserves the scheme. Adds offline tests.

No version bump (reconciliation deferred to the 3.0 batch).

Closes #131

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 49f9402d943033bc0589eb841a089e81e287a7e8
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 15:53:17 -0400
Commit message:

 ci: stop GEOquery.qmd executing live network code during R CMD check (#179)

GEOquery.qmd ran live getGEO()/searchGEO()/getGEOSuppFiles() calls during the
per-vignette quarto rebuild, so any NCBI hiccup made the required R-CMD-check
leg fail intermittently on every code PR.

Set document-level `execute: eval: false` (matching single-cell.qmd) so the
vignette no longer hits the network at check time. This makes it code-only for
now; restoring executed output (pkgdown article, or a verified freeze setup --
quarto freeze does NOT apply to single-document vignette renders) is tracked in
#156.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: c7fc2176d0920fd34602a27b8932304fa4c94ad4
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 14:24:04 -0400
Commit message:

 fix: tolerate NA in GDS ID_REF in GDS2eSet (#21) (#177)

A single NA (or empty) ID_REF (e.g. GDS3666) produced row names with missing
values and broke ExpressionSet construction ("row names contain missing
values"). Sanitize NA/empty ID_REF to a usable name and make.unique(), mirroring
the series-matrix path. Adds an offline synthetic-GDS regression test.

No version bump (reconciliation deferred to the 3.0 batch).

Closes #21

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 0aab591db565fb29fea32db02f58ba664be15dca
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 14:13:45 -0400
Commit message:

 fix: harden findFirstEntity against non-public/HTML pages (#58) (#176)

A private/embargoed/non-existent accession makes NCBI return an HTML page
rather than SOFT/series-matrix data. findFirstEntity() would mis-handle it
(and, historically, could loop). It now:

- detects HTML/error content and stops with a clear, actionable message
  (private/embargoed/not public/does not exist)
- replaces the unbounded `while (TRUE)` with a bounded loop as a safety net
  against a misbehaving connection
- uses `!any(grepl(...))` so a chunk containing more than one !Series_title
  line no longer errors on a length-> 1 condition (R >= 4.2)

Adds offline tests (textConnection-based) for the HTML, series-matrix, SOFT
sample, and multi-line cases.

No version bump (version/NEWS-header reconciliation deferred to the 3.0 batch).

Closes #58

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 9c67cac209afd0f475a5bacbd48c0a7f0d960402
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 14:01:53 -0400
Commit message:

 fix: thread parseCharacteristics through to parseGSEMatrix (#60) (#175)

parseCharacteristics was accepted by getGEO() but dropped before reaching
parseGSEMatrix(): getAndParseGSEMatrices() and parseGEO() did not forward it,
so getGEO(parseCharacteristics = FALSE) still parsed characteristics (and
could crash, e.g. GSE23397).

- forward parseCharacteristics in getAndParseGSEMatrices() -> parseGSEMatrix()
- add parseCharacteristics to parseGEO()'s signature and forward it in the
  series-matrix branch; getGEO() now passes it on the local-file path too
- document the new parseGEO() argument (roxygen + man/parseGEO.Rd)
- add an offline regression test exercising the parseGEO forwarding path

No version bump / NEWS-header change: the DESCRIPTION-vs-NEWS version lineage
reconciliation is deferred to the 3.0 batch. NEWS bullet added under the
existing header.

Closes #60

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 4dbd5c38b5103d41394a5276f1277bd766344696
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 13:46:29 -0400
Commit message:

 test: synthetic offline fixtures for parseGSEMatrix (Tier 1 prototype) (#174)

First of the fixtures-as-code tests from the #169 strategy: a few KB of
crafted series-matrix text written to a tempfile, no network, no stored data
files. Exercises parseGSEMatrix offline via getGPL = FALSE and covers the
parseCharacteristics TRUE/FALSE contract (regression scaffold for #60).

Also documents the getGPL = FALSE exprs-rownames inconsistency (#173).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 40b31dc6a54fcd99c4b5d8d674ecdb0127fa35cd
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 13:26:14 -0400
Commit message:

 ADR-0004: single-cell reader architecture (TENxIO + anndataR) (#167)

Records the decision to read single-cell formats via Bioconductor importers
-- TENxIO for 10x .mtx/.h5, anndataR for .h5ad -- in-package, in Suggests,
behind requireNamespace() guards, using their SingleCellExperiment
assemblers. DropletUtils and BPCells remain optional. Rejects DropletUtils
as a default (heavy compiled chain; broke Windows CI in #166), zellkonverter
(Python/basilisk), Seurat, and hand-rolled Matrix assembly.

Updates ROADMAP SC2/SC3/SC5 and the dependency-architecture section to match.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: b6ddb215dd8f45d596bd4cc56fedd49cf9acc4f5
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 13:25:00 -0400
Commit message:

 ci: Bioc devel container for Linux + docs-fast-path + all-checks gate (#172)

* ci: skip R-CMD-check matrix on docs-only PRs; add all-checks gate

Adds a dorny/paths-filter `changes` job; the R-CMD-check matrix now runs
only when package-relevant files change (R/, src/, tests/, vignettes/, man/,
inst/, data/, DESCRIPTION, NAMESPACE, NEWS.md, .github/workflows/). Docs-only
PRs (adr/, ROADMAP/CLAUDE/CONTRIBUTING/README, issue templates, _pkgdown.yml)
skip the ~25-35 min live-network matrix.

Introduces a single `all-checks` aggregator job that passes when the matrix
succeeds OR is skipped, so docs-only PRs remain mergeable. Branch protection
should require `all-checks` instead of the individual matrix legs (manual
follow-up after this merges).

windows-latest is now continue-on-error so its fragile vignette/HDF5 toolchain
can fail without blocking the gate, while still running and keeping logs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* ci: run Linux checks in the Bioconductor devel container

Replaces the three r-lib ubuntu legs (devel/release/oldrel-1) with a single
`bioc-check` job running in bioconductor/bioconductor_docker:devel. The image
ships system libraries and core Bioconductor packages preinstalled with binary
installs, and `:devel` always tracks current Bioconductor devel, so there is no
RELEASE_X_Y tag to bump each cycle.

macOS and Windows still run via r-lib setup-r for cross-platform coverage
(Windows continue-on-error). The all-checks gate now requires bioc-check +
macOS; the network-bound test suite, not dependency install, still dominates
Linux wall-clock until offline fixtures land (#169).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: b2183c20134cd74dc63bc7a39cc952fb0618e958
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 13:02:03 -0400
Commit message:

 Add contributor scaffolding and changelog conventions (#165)

- PR template with NEWS / tests / document / version / BiocCheck checklist
- Issue forms: bug report (accession + reprex + sessionInfo), feature request,
  config routing usage questions to the Bioconductor support site
- CONTRIBUTING.md documenting the dev loop, tidyverse NEWS style with PR links
  and @credits, version-bump rule, and required checks
- CODEOWNERS for auto review-request
- pkgdown development: mode auto (renders the "(development version)" banner)
- .Rbuildignore CONTRIBUTING.md (non-standard top-level file)

No package version bump: all changes are build-excluded.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: 7a73dd62f3716eef628063372b1262d9fbceb7c2
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 13:02:01 -0400
Commit message:

 CI: stop single-cell vignette forcing DropletUtils at build time (#166)

The single-cell vignette is an all-`eval: false` skeleton, but its first
chunk overrode that with `eval=TRUE` to load SingleCellExperiment and
DropletUtils. DropletUtils' compiled dependency chain installs on
macOS/Linux but fails on the Windows CI runner, so `quarto_render()` of the
vignette failed and broke `R CMD check` on windows-latest only (4/5 legs
were already green).

Set the chunk to `eval=FALSE` to match the rest of the skeleton vignette;
it will be set back to evaluate when the single-cell vignette is completed
(roadmap SC items) and the dependency story is settled (planned ADR-0004).

No version bump: build-hygiene fix; the DESCRIPTION/NEWS version lineage is
being reconciled separately in the 3.0 batch.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: GEOquery
Commit: bc06a30bccd22a7540b53c8f826ad8056e909af3
Author: Sean Davis <seandavi@gmail.com>
Date: 2026-06-13 12:22:14 -0400
Commit message:

 CI: add concurrency cancel-in-progress to workflows (#164)

* Add CLAUDE.md and ADR process

- CLAUDE.md: build/test commands, architecture overview, conventions
- adr/: Architecture Decision Records with template and ADR-0001
- .Rbuildignore: exclude adr/ and CLAUDE.md from package build

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Add improvement roadmap and API-design ADRs

- ROADMAP.md: prioritized roadmap from multi-dimension audit (bugs, features,
  UX, docs, CI/CD, triage automation), issue staleness/feasibility triage,
  and a dedicated Single-Cell & Spatial section
- ADR-0002: staged ExpressionSet -> SummarizedExperiment return-type migration
- ADR-0003: getGEO extension policy (freeze signature; new verbs -> functions,
  IO config -> options, output-shape -> coercer)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Exclude ROADMAP.md from package build

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Add GEOquery 3.0 milestone and paper framing to roadmap

Maps roadmap items into the 3.0 must-ship batch vs post-3.0, with the
paper as a downstream capstone (venue, prerequisites, sequence).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* CI: add concurrency cancel-in-progress to push/PR workflows

Prevents stacked/overlapping runs when commits land in quick succession
(needed for a parallel worktree -> PR loop). No package version bump:
.github/ is build-excluded.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> 
Package: Rsubread
Commit: daead4a445f7b61fe5c9e089971b0828ee1934f9
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-14 07:14:08 +1000
Commit message:

 changed logic of nil cells
 
Package: amplican
Commit: 9309a6e1a8f3a0147671afb86ddd41896960946f
Author: JokingHero <kornel.labun@gmail.com>
Date: 2026-06-13 21:21:02 +0200
Commit message:

 we are on 1.35.1 now
 
Package: amplican
Commit: c0fb077c9c5aa0d71627183e886f3663d4672841
Author: JokingHero <kornel.labun@gmail.com>
Date: 2026-06-13 21:09:44 +0200
Commit message:

 more docs
 
Package: scDblFinder
Commit: bdac3a1ebb3b2e86447b76e1105d25984423b30d
Author: plger <pl.germain@gmail.com>
Date: 2026-06-13 16:33:18 +0200
Commit message:

 pkgdown on successful check
 
Package: scDblFinder
Commit: 823830fe8a522543c84aa559cd1684213481ddef
Author: plger <pl.germain@gmail.com>
Date: 2026-06-13 16:19:20 +0200
Commit message:

 use container
 
Package: scDblFinder
Commit: e084e33b3689fbf84dc641e4c5452dc3fddb28fb
Author: plger <pl.germain@gmail.com>
Date: 2026-06-13 16:11:35 +0200
Commit message:

 further doc links fixing
 
Package: scDblFinder
Commit: 1bdbc95360ba35520610f8f82e0dafd72067f6f0
Author: plger <pl.germain@gmail.com>
Date: 2026-06-13 16:06:57 +0200
Commit message:

 fixed links to other pkgs
 
Package: scDblFinder
Commit: 22d116269ae0f60c329635212ca25f10484d3100
Author: plger <pl.germain@gmail.com>
Date: 2026-06-13 16:06:46 +0200
Commit message:

 pre-download data in image
 
Package: scDblFinder
Commit: 3118bffd4479c2bae1929927dfdc00cb9f4c6ee9
Author: plger <pl.germain@gmail.com>
Date: 2026-06-13 15:40:41 +0200
Commit message:

 added news
 
Package: scDblFinder
Commit: 886b65541e1833a9286016128c77076c48b9c675
Author: plger <pl.germain@gmail.com>
Date: 2026-06-13 15:40:22 +0200
Commit message:

 fix NA logp
 
Package: scDblFinder
Commit: 8ed79d08b7fec47567ec7a990a046a5cbd44707e
Author: plger <pl.germain@gmail.com>
Date: 2026-06-12 15:30:39 +0200
Commit message:

 removed r4 fn init
 
Package: scDblFinder
Commit: 68d1a37c2a46e7838f8030cc841148567074ccf8
Author: plger <pl.germain@gmail.com>
Date: 2026-06-12 15:05:52 +0200
Commit message:

 removed scran imports, version bump
 
Package: scDblFinder
Commit: 7c75fc8edbac8eab15f5bcf0a766a2fb66f44100
Author: plger <pl.germain@gmail.com>
Date: 2026-06-12 15:05:15 +0200
Commit message:

 ported scran::findMarkers to scrapper's
 
Package: scDblFinder
Commit: 9cb230c863e1059ba3631787e92f243607e7fc44
Author: plger <pl.germain@gmail.com>
Date: 2026-06-12 15:02:22 +0200
Commit message:

 removed mention that pairwise tests are through scran
 
Package: scDblFinder
Commit: ca1bb45e1a8a14321fbd8d8ee04516ac72c84a80
Author: Pierre-Luc <pl.germain@gmail.com>
Date: 2026-06-12 13:56:10 +0200
Commit message:

 Merge pull request #143 from plger/pairwise_t

Replaced scran::findMarkers in findDoubletClusters() with a homebrew version. 
Package: scDblFinder
Commit: 33c514f8bb17c86d53829c8d593f7391f50cdd08
Author: LTLA <infinite.monkeys.with.keyboards@gmail.com>
Date: 2026-06-12 00:25:50 +1000
Commit message:

 Replaced scran::findMarkers in findDoubletClusters() with a homebrew version.

findMarkers is now deprecated and its replacement does not report p-values. To
avoid changes to the results, we implement a homebrew version of the pairwise
t-tests based on scrapper's modelGeneVariances that is a drop-in substitute.
 
Package: pipeComp
Commit: 35be0e31a90b5b987c0805f709cecdc3ba92e7d2
Author: plger <pl.germain@gmail.com>
Date: 2026-06-13 16:45:06 +0200
Commit message:

 fixed null aes
 
Package: universalmotif
Commit: 6e303f829f0c9142c9f97c5c37e34ca50e112fc3
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-13 10:47:17 +0100
Commit message:

 bump version
 
Package: universalmotif
Commit: d4d7ac9e716ca5121b2f9591f4990f7aeff9592b
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-13 10:46:38 +0100
Commit message:

 Add runnable examples for BiocCheck and fix motif_tree2 logo sorting

Raise the share of exported-object man pages carrying runnable examples
above the BiocCheck 80% threshold (from 67% to 86%), and stack
motif_tree2() tip-logo letters tallest-first.

Examples: added examples to read_motifs(), write_motifs(),
shuffle_motifs(), plot_match_bkg() and plot_motif_peaks(); unwrapped the
\dontrun{} examples of merge_similar(), merge_similar2(), view_motifs2(),
geom_motif(), match_bkg(), motif_peaks() and implant_motifs() into
runnable form, keeping genuinely external steps (BSgenome, MotifDb) in
\dontrun{}; and added data() examples to the six bundled datasets.

motif_tree2(): its tip logos are drawn with geom_logo(), which leaves the
rows of a bare matrix in their given (alphabetical) order by default, so
the tallest letter was not on top. Pass sort.positions = TRUE so the ICM
tip logos follow the standard sequence-logo convention.
 
Package: Rsubread
Commit: 7772a5bd10f777851a782419d32a3271d968ce8c
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 19:44:22 +1000
Commit message:

 removed debug output
 
Package: Rsubread
Commit: 9963737d501bde5cb24f83c45bcf2509a37f4460
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 19:34:47 +1000
Commit message:

 Merge branch 'devel' of git.bioconductor.org:packages/Rsubread into devel
 
Package: Rsubread
Commit: dddf3aa922f46bbf64f67a3a95e64658c6837e99
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 19:34:04 +1000
Commit message:

 disabled junction detection in cells with no valid barcodes.
 
Package: Rsubread
Commit: 8449ac26399b072753f9128f76a33436bd718100
Author: Gordon Smyth <smyth@wehi.edu.au>
Date: 2026-06-13 12:31:42 +1000
Commit message:

 Add two more recent references.
 
Package: igblastr
Commit: 8733f131f0c5437660893380b556a089efca31c3
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-12 17:23:26 -0700
Commit message:

 igblastr 1.3.10

Rename the infer_cdr3_ends_from_*() functions -> solve_cdr3_ends_using_*().

In addition to solve_cdr3_ends_using_fwr4_aa_comparisons(), the new
solve_cdr3_ends_using_fwr4_dna_comparisons() function now is also used
internally by install_IMGT_germline_db() to solve missing "cdr3_end"
values in the "auxiliary data" that gets included in the germline db,
when possible. For example, it succeeds with ferret allele IGKJ2*01.
 
Package: Rsubread
Commit: d686aad683fd39bcba46af7b80651a2382dfd2ed
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 09:57:46 +1000
Commit message:

 fixed logic in junction visium HD# Please enter the commit message for your changes. Lines starting
 
Package: cfTools
Commit: 043c057d06d677110058d48f936c204d43aef50a
Author: RoseHuRan <huran@ucla.edu>
Date: 2026-06-12 16:34:41 -0700
Commit message:

 Merge remote-tracking branch 'upstream/devel'
 
Package: cfTools
Commit: 16a36b39f8044a506949c22792f01cf4af99b24e
Author: A Wokaty <andres.wokaty@sph.cuny.edu>
Date: 2026-04-28 09:00:38 -0400
Commit message:

 bump x.y.z version to odd y following creation of RELEASE_3_23 branch
 
Package: cfTools
Commit: c87b6818b862d473a773e963ffd69d196feeccfc
Author: A Wokaty <andres.wokaty@sph.cuny.edu>
Date: 2026-04-28 09:00:38 -0400
Commit message:

 bump x.y.z version to even y prior to creation of RELEASE_3_23 branch
 
Package: cfTools
Commit: 4b99e9513323ddb2980902ac9f8c31a096c747da
Author: RoseHuRan <huran@ucla.edu>
Date: 2026-06-12 16:27:18 -0700
Commit message:

 fix vignette
 
Package: qPLEXdata
Commit: 0559cf0a32d47112aeceeb08adfb51db8475adaf
Author: Kamal Kishore <kamal.fartiyal84@gmail.com>
Date: 2026-06-13 00:34:30 +0100
Commit message:

 Convert vignette from Sweave/PDF to R Markdown/HTML

Replace qPLEXdata.Rnw (LaTeX/Sweave) with qPLEXdata.Rmd rendered as a
BiocStyle HTML document. The R code (including the contrast fix) is
unchanged; this removes the LaTeX build dependency and follows current
Bioconductor vignette conventions. Add rmarkdown and BiocStyle to Suggests
and bump version to 1.31.2.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
 
Package: qPLEXdata
Commit: 0ee68122c68d79f5021ed87dfb19df19e26f476b
Author: Kamal Kishore <kamal.fartiyal84@gmail.com>
Date: 2026-06-12 23:59:43 +0100
Commit message:

 Fix vignette build error in contrast handling

getContrastResults() requires the contrast name, but the vignette passed
the whole named contrast vector (its value, e.g. "ER - IgG"), which no
longer matches the fitted contrast column (named e.g. "ER_vs_IgG") in the
current qPLEXanalyzer API. Pass names(contrasts) instead. Bump version to
1.31.1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
 
Package: Rsubread
Commit: a7cb123dc7f1f6b718f12d53175039925f2dc060
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 07:09:44 +1000
Commit message:

 disabled Visium HD + BCL input mode
 
Package: Rsubread
Commit: 535a91dbf3a52edd1b6d6004e06012a50cac6ffd
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 07:04:39 +1000
Commit message:

 fixed a bug for BCL mode
 
Package: Rsubread
Commit: eea4650067bcbbebc638686872cd6f6420148e1a
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 07:03:10 +1000
Commit message:

 added dual index support for BCL
 
Package: Rsubread
Commit: 5ca7ec4430ecb101eeb488b315bf5810afc5d923
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 06:25:28 +1000
Commit message:

 removed some redundant logic
 
Package: scRNAseqApp
Commit: c0404808b2c0ce67a8a93b9054b2eeb17c1df3fa
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-12 16:24:44 -0400
Commit message:

 Speed up image background plot
 
Package: Rsubread
Commit: 0e940e366c0521263d7f20b246786ae6b6d8da29
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 06:07:26 +1000
Commit message:

 removed redundant out
 
Package: Rsubread
Commit: 25dde272cbe08c40dfd24eaa9c38d6b5975246de
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 05:56:29 +1000
Commit message:

 excluded cell.barcode parameter when it is visium HD.
 
Package: Rsubread
Commit: 299431e631211c3ddc05d45957fdf560c35bd39e
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 04:54:42 +1000
Commit message:

 changed the function name for extracting barcode info
 
Package: Rsubread
Commit: bd15fe3170f0c0e4a982c5b57cc17525f22bf8e1
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-13 04:49:53 +1000
Commit message:

 write all spots for junction detection in visium HD.
 
Package: igblastr
Commit: 8e2163f85fd1c4563968d6ef9bad960ea07754cb
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-12 11:10:02 -0700
Commit message:

 Rename infer_cdr3_ends_via_fwr4_comparisons() to
infer_cdr3_ends_from_fwr4_aa_comparisons().

Add infer_cdr3_ends_from_fwr4_dna_comparisons() and
infer_cdr3_ends_from_fwr4_dna_PWM().
 
Package: scRNAseqApp
Commit: 98a358bc9ba06c36525241a8dc66b7bdb2f39c42
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-12 12:54:33 -0400
Commit message:

 Add cell segmentation for gene expression plot.
 
Package: spammR
Commit: 67bd7aeaff02e0610c4062792035d12ef5f0799b
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-06-12 08:30:23 -0700
Commit message:

 updated dependencies
 
Package: CSAR
Commit: 67bdf02be5b305f28ec2187d817b1592f6613368
Author: lshep <lori.shepherd@roswellpark.org>
Date: 2026-06-12 10:25:20 -0400
Commit message:

 Deprecated
  requsted on bioc-devel
 
Package: ReactomeGSA
Commit: 062cbf4d9dd39e4bc05b227c50066d50ff7de1af
Author: Johannes Griss <jg@griss.co.at>
Date: 2026-06-12 16:02:02 +0200
Commit message:

 Completed replacement of scater with scrapper
 
Package: DOtools
Commit: 7a8bc8add37d857dd7e1fb54586a86e48eaf96a0
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-06-12 11:36:51 +0200
Commit message:

 vignette updates
 
Package: universalmotif
Commit: 405d7a9ac6d6aa61c3cdaf9ac097ea5f5dc09303
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-12 09:46:32 +0100
Commit message:

 bump version
 
Package: universalmotif
Commit: 1ac647ff2a83dafa4bd6ba52860608af174ecdd4
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-12 09:46:12 +0100
Commit message:

 fix: resolve undeclared BSgenome import warning from BiocCheck

R/motif_proximity.R called BSgenome::getSeq() but BSgenome was not
declared in DESCRIPTION, which triggered the R CMD check warning about
an undeclared '::' import. Since getSeq is a Biostrings generic (already
imported) and BSgenome only supplies the method, switch the call to
Biostrings::getSeq(), matching how match_bkg.R already extracts
sequences from a BSgenome. Also add BSgenome to Suggests so the
genome-sampling code paths guarded by requireNamespace() can be
installed and exercised in the check environment.

While here, fix a quiet/quietly typo in two requireNamespace() example
blocks (sequence_complexity and utils-sequence) and their generated Rd.
 
Package: DOtools
Commit: 940a80454e3fb44a0b64f460375c8a121a43bee1
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-06-12 10:23:05 +0200
Commit message:

 version bump to align with bioconductor version
 
Package: DOtools
Commit: 220bff30288d9bb52978a2da412a3fe558efc5fe
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-06-12 10:21:30 +0200
Commit message:

 Merge remote-tracking branch 'upstream/devel' into devel
 
Package: DOtools
Commit: fbb44a826e1744798f65c1bf3931f653be6befad
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-06-12 10:12:40 +0200
Commit message:

 Bug Fix in loop
 
Package: DOtools
Commit: 8e213db918e2155d5b5e4456e1610dea978b2ded
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-06-11 17:19:56 +0200
Commit message:

 Fix DO.MultiDGE now implements glmGamPoi test after subsetting for each cell type
 
Package: DOtools
Commit: 4a3289c2d0def0ae58f691c17468951a94d1bacb
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-06-07 12:04:34 +0200
Commit message:

 Bug fix in MultiDGE
 
Package: DOtools
Commit: 1713e1a34a9aabe808a7f754900b9c0ff7247a62
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-29 13:18:09 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: c351270674dedbf4bffb3eaeaa39ee4fb856939d
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-29 13:03:21 +0200
Commit message:

 bugfix in DO.MultiDGE
 
Package: DOtools
Commit: 8bbdd24eb8c77b33e8d140ff5b6eb7187b458667
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-29 13:03:21 +0200
Commit message:

 bugfix
 
Package: DOtools
Commit: a6fe0e3c12920b779ad751fc500d750630b43337
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-29 12:47:09 +0200
Commit message:

 DO.MultiDGE supports now in annotation_col=NULL argument for all cell type analysis
 
Package: DOtools
Commit: 3ec44b4e3344e7770c46b171047a6ca7bcb33868
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 16:51:47 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: 49ce09f250d6d807a8f37998e5b44540352a0b5f
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 16:05:44 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: 35cf19ed163fe79e01be9eeef4a5a2e5e41b7f5c
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 16:05:44 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: 51b86fd7b4534d89886caf2b42fc2e510fd82222
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 15:34:39 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: 15568a9f2de6533cd39b87b97a2a14a672849f9b
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 15:34:39 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: 998b899d21766603ff55f0e996476c4eef2e4a5b
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 15:19:53 +0200
Commit message:

 fix bug in function DO.MultiDGE
 
Package: DOtools
Commit: 3db1f5e8cd93c12731504ff1f8608acb6d32b7c5
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 15:19:53 +0200
Commit message:

 fix bug in function DO.MultiDGE
 
Package: DOtools
Commit: 29fd9b24d4576595e81021fbf44641aab7dff84b
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 15:11:15 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: 1fe377a1b255714ea9143a622569d0f3851caffd
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 14:44:22 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: eaf916c539e5f7cebfec9b3e039bf9403806a453
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 14:44:22 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DOtools
Commit: a0458dc09126f5e16b256e3c8d7d0e61029cb11a
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 13:06:47 +0200
Commit message:

 Addition of glmGamPoi to DO.MultiDGE analysis in pseudoBulk approaches -> additional arguments method_pb and design_fit_glm
 
Package: DOtools
Commit: 260c08f64403e4b0916eb3c13bab2449daab9af2
Author: MarianoRuzJurado <mariani95@gmx.de>
Date: 2026-05-05 13:06:47 +0200
Commit message:

 Addition of glmGamPoi to DO.MultiDGE analysis in pseudoBulk approaches -> additional arguments method_pb and design_fit_glm
 
Package: Rsubread
Commit: 60e9b56428f3200fdb3fae496b318466fce14c99
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-12 14:46:34 +1000
Commit message:

 fixed multiple accumulation of read counts
 
Package: Rsubread
Commit: 710f4cb6ffa2b894f760b4ef4a166c588cd48e9a
Author: Yang Liao <yang.liao@onjcri.org.au>
Date: 2026-06-12 14:19:32 +1000
Commit message:

 removed a warning from manual
 
Package: Rsubread
Commit: e0a664fb49c4cf48f8aa121d4ec45e3a905bf761
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-12 14:18:24 +1000
Commit message:

 modified getline to fgets for windows
 
Package: Rsubread
Commit: 1311da3713041fed1b615e6e982a5e65b3ad5032
Author: Yang Liao <yang.liao@onjcri.org.au>
Date: 2026-06-12 14:12:59 +1000
Commit message:

 added manual for enableSoftClipping
 
Package: Rsubread
Commit: dc73cef6bef96ab97161b6906f2c9b0a4803b522
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-12 13:48:28 +1000
Commit message:

 changed the default soft-clipping enabling: enable when junction is disabled.
 
Package: spammR
Commit: ab1cb5977eec13bcc60879550fa7384ef502dcf1
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-06-11 16:50:14 -0700
Commit message:

 added package requirements to description
 
Package: Rsubread
Commit: 504355f87c901b80ea7cbeef18f05a034ac7b10c
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-12 09:24:56 +1000
Commit message:

 done visium hd read mapping
 
Package: CGRphylo2
Commit: 05a7d6639feaee62e07672f06b7c9758c637318c
Author: Amarinder Thind <thind.amarinder@gmail.com>
Date: 2026-06-12 09:22:15 +1000
Commit message:

 Version 0.99.2
 
Package: Hiiragi2013
Commit: 4a0298f1dea38121cc7daa1d11f78070333d83bc
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-11 22:09:10 +0200
Commit message:

 Bump version
 
Package: Hiiragi2013
Commit: 075532d9e52c2addfc58bbea05e7e761792dc951
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-11 22:08:53 +0200
Commit message:

 Add missing plot
 
Package: mesa
Commit: a1e3686a6af412f4c28773d63cf2285b3d299827
Author: Felipe <92517493+fpmartinez10@users.noreply.github.com>
Date: 2026-06-11 11:25:13 +0200
Commit message:

 chore: bump version to 0.99.3 (#79) 
Package: mesa
Commit: e45e6da3685938066c3b0f2227b45c07d85100a1
Author: Copilot <198982749+Copilot@users.noreply.github.com>
Date: 2026-06-11 09:57:17 +0100
Commit message:

 chore: update licence to GPL (>=2) (#80)

* chore: update licence to GPL (>=2)

* docs: add licence change to NEWS.md

* docs: move licence NEWS entry to Documentation section

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> 
Package: mesa
Commit: 378f0d2390940fad0e3410d8d690c24cdcc09519
Author: Felipe <92517493+fpmartinez10@users.noreply.github.com>
Date: 2026-06-09 15:46:26 +0200
Commit message:

 fix(check): resolve R CMD check TIMEOUT and BiocCheck NOTEs (#77)

* Fix indentation: convert 2-space to 4-space per Bioconductor style guide

Applies styler::style_dir() with scope=indention, indent_by=4
across all R/ source files and vignettes/

* style: fix function argument alignment to use 4-space indentation

Replace paren-aligned continuation lines with 4-space indents in
R/buildQset.R, calculateEnrichment.R, classes.R, combineQsets.R,
makeDMRs.R, makeQset.R, mixQsets.R, plotting.R, qseaCNV.R,
qseaExtra.R, and utilityFunctions.R to satisfy BiocCheck indentation note

* refactor: fix 4-space indentation in glue strings and function signatures

Fix BiocCheck NOTE "Consider multiples of 4 spaces for line indents"
by removing leading whitespace from continuation lines inside glue::glue()
strings and aligning function parameter lists to 4-space indent.

Files changed: R/PCA.R, R/alterQset.R, R/makeDMRs.R, R/makeQset.R,
R/plotting.R

* refactor(makeDMRs,plotting): fix remaining non-4-space indents in string literals

Remove leading whitespace from continuation lines inside warning()/glue()
strings and restore correct } else { alignment in makeDMRs.R.
Clears the final 3 lines flagged by BiocCheck indentation NOTE.

* style: fix 2-space to 4-space indentation in sampleQC and utils

* style: fix over-indented continuation lines in asValidGranges

* style: reapply indentation after main rebase

* Fix plotly PNG device error on headless build servers

- Skip plotly::ggplotly() during non-interactive builds in pca.Rmd
  (plotly internally opens a PNG device which fails without X11)
- Add dev = pdf to knitr::opts_chunk() in all 5 vignettes
  to prevent the default PNG device being used on headless servers

* style: add missing chunk labels to all vignettes

* fix(vignettes): use pdf device in pca vignette chunks

Switch the knitr chunk device in  from PNG to PDF
to avoid graphics device issues in headless build environments.

* docs: update NEWS.md and regenerate man pages for v0.99.3

- Add v0.99.3 NEWS.md entry summarizing style and vignette fixes
- Regenerate man/ documentation to reflect any updated roxygen2 tags

* style: normalize R and vignette indentation to 4 spaces for BiocCheck

* style: remove trailing whitespace-only indent lines flagged by BiocCheck

* style(R/qseaCNV.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/buildQset.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/PCA.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/qseaExtra.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/makeDMRs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/analyseDMRs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/alterQset.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/calculateEnrichment.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/dplyrVerbs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/genome.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/makeQset.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/mixQsets.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/classes.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/combineQsets.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/plotting.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/sampleQC.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/utilityFunctions.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/utils.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/utilityFunctions.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/alterQset.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/analyseDMRs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/calculateEnrichment.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/combineQsets.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/dplyrVerbs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/mixQsets.R): wrap lines > 80 chars to satisfy BiocCheck note

* style: wrap lines longer than 80 characters

* fix: restore vignette YAML front matter

* fix: restore roxygen metadata to 7.3.3

* style: wrap reported R source lines

* style: wrap reported vignette lines

* style: wrap remaining core source findings

* style: wrap remaining helper source findings

* style: wrap remaining vignette findings

* style(r): wrap long lines in helper sources

* style(r): normalize wrapping in plotting helpers

* docs(vignettes): reflow examples and prose

* docs(man): regenerate man files with roxygen

* style: add final line to .Rbuildignore

* refactor(r): remove paste from condition signals

* docs: guard poolSamples example with dontrun

* style: move roxygen version to the same position as in main (it was moved accidentally during debuggin)

* docs: update NEWS with all the changes made in style/wrap-lines-from-format-notes

* fix(check): resolve TIMEOUT, qsea import NOTE, and global-var NOTE

- Fix skip_long_checks() to use getOption() instead of options();
  the old call returned a named list so the guard never fired and
  slow BAM-processing tests always ran, exceeding the 15-min limit.
- Add options(skip_long_checks = TRUE) in tests/testthat.R so
  R CMD check skips long-running tests.
- Add @import qsea via R/mesa-package.R and regenerate NAMESPACE to
  resolve 'Package in Depends field not imported from' NOTE.
- Replace all qsea::: and janitor::: calls with public-API equivalents
  (qsea::getParameters()[["BSgenome"]], slot assignment @, tileGenome)
  to resolve 'Unexported objects imported by :::' NOTE.
- Declare five data-object names in utils::globalVariables() to
  resolve 'no visible binding for global variable' NOTE.

* fix(qseaCNV): correct makeGenomeWindows to use fixed-width tiles + rebase

tileGenome(..., cut.last.tile.in.chrom=FALSE) distributes tiles evenly
across chromosomes, producing wrong window widths and boundaries that
break the hmmCopyGC/hmmCopyMap overlap check in addHMMcopyCNV.
Replace with a direct reimplementation using GRanges/IRanges/Seqinfo
public APIs: fixed-width tiles, last partial window dropped — identical
to the original qsea:::makeGenomeWindows behaviour.

Also rebases fix/rcmd-check-notes onto style/wrap-lines-from-format-notes
and regenerates man/ with devtools::document().

* test: reset global mesa options before state-sensitive assertions

Calling devtools::test() in a dirty interactive session carries over
options like mesa_parallel, mesa_TxDb, mesa_genome, and mesa_annoDb,
causing expect_error(annotateWindows()) and expect_false(getMesaParallel())
to fail. Explicitly reset to NULL/FALSE at the start of the relevant
test blocks so tests are robust to session-state pollution.

* test: cache qsea fixtures and gate slowest blocks to fit 15-min budget

Add tests/testthat/helper-fixtures.R with a memoised cachedExampleQset()
so repeated qsea::getExampleQseaSet() builds in test-editQset.R and
test-DMRs.R reuse a single simulation per (repl, depth). Gate the
heaviest blocks (test-DMRs.R "Calculating DMRs", test-exampleQset.R
"Testing general functionality", test-pca.R "UMAPs") behind
skip_long_checks() so R CMD check stays under the Bioconductor 15-min
tests budget while devtools::test() still runs everything locally.

* docs: update man files' documentation

* docs(NEWS): add PR #77 links to all entries from this branch

* docs(NEWS): add missing addHMMcopyCNV makeGenomeWindows bug fix entry

* style: wrap lines > 80 chars in mixQsets.R, utils.R, plotting.R, qseaExtra.R, sampleQC.R

* docs(PCA,buildQset): replace getExampleQseaSet() in examples with exampleTumourNormal

* docs(buildQset): wrap addNormalisation examples in \donttest{}

exampleTumourNormal is filtered to CpG_density >= 5 and has no
low-density background windows; getExampleQseaSet() is retained
for these examples but hidden from R CMD check timing.

* docs: documented man/addNormalisation.Rd and man/getDimRed.Rd

* docs: mesa version updated to 0.99.2.9000

* docs: mesa version updated to 0.99.2.9000

* docs(NEWS): condense PR #77 entries; use ragg_png vignette device

Tighten the 0.99.2.9000 NEWS section: fold the three BiocCheck NOTE
resolutions into one bullet and trim wording, and drop the duplicate
### FIXED block that repeated the same #77 fixes under the old 0.99.0
heading.

Switch all vignette chunks to dev = "ragg_png" and add ragg to Suggests,
matching the NEWS entry.

* docs(ENCODEbadRegions): unwrap @source URL to fix pkgdown build and stay under 80 chars

* docs(ENCODEbadRegions): regenerate Rd to match unwrapped @source URL

Regenerate man/ENCODEbadRegions.Rd from the roxygen source so the
\source{} block no longer wraps the URL in a \url{} tag. pkgdown's
Rd parser fails on a \url{} tag that spans a line break, which aborted
build_reference() (and the pkgdown deploy) on this topic. The plain
wrapped URL parses cleanly and keeps every line under 80 characters.

* fix(qseaCNV): correct window-start seq() call in addHMMcopyCNV

The makeGenomeWindows reimplementation passed each chromosome length
positionally to seq() (matching 'from') while also supplying from = 1L,
which errors with "formal argument 'from' matched by multiple actual
arguments" and broke addHMMcopyCNV(). Use an explicit closure so the
chromosome end maps to 'to'.

* fix(sampleQC): guard BSgenome check against length-0 comparison

After dropping qsea:::getGenome(), addHyperStableFraction() compared the
BSgenome parameter directly, which throws "argument is of length zero"
when that parameter is NULL. Use identical() for a safe, intentional
error path.

* fix(mixSamples): report missing sample names instead of stopifnot

Replacing qsea:::checkSamples() with stopifnot() produced an unhelpful
"... is not TRUE" error. Compute the missing names with setdiff() and
stop() naming them.

* fix(mixThreeQsetSamples): report missing sample names instead of stopifnot

Same fix as mixSamples(): replace the generic stopifnot() with a
setdiff()-based check that names the missing sample(s).

* docs(utils): mark remove_almost_empty_cols internal, drop stale Rd

remove_almost_empty_cols() is an unexported, internally-used-only helper,
but its roxygen block (lacking @noRd) generated a help page. Add @noRd so
no man page is produced and remove the orphaned Rd. Also corrects the
@details text, which still claimed the removal message came from an
internal janitor helper after the code switched to a plain message().

* docs(NEWS.md): remove irrelevant change

---------

Co-authored-by: fperezmartinez <felipe.perezmartinez@manchester.ac.uk> 
Package: mesa
Commit: 2a31e8df616f1e70a2be3a669b5097d6244dcaa9
Author: Felipe <92517493+fpmartinez10@users.noreply.github.com>
Date: 2026-06-05 17:25:12 +0100
Commit message:

 style: enforce 80-char line width across codebase to resolve BiocCheck notes (#76)

* Fix indentation: convert 2-space to 4-space per Bioconductor style guide

Applies styler::style_dir() with scope=indention, indent_by=4
across all R/ source files and vignettes/

* style: fix function argument alignment to use 4-space indentation

Replace paren-aligned continuation lines with 4-space indents in
R/buildQset.R, calculateEnrichment.R, classes.R, combineQsets.R,
makeDMRs.R, makeQset.R, mixQsets.R, plotting.R, qseaCNV.R,
qseaExtra.R, and utilityFunctions.R to satisfy BiocCheck indentation note

* refactor: fix 4-space indentation in glue strings and function signatures

Fix BiocCheck NOTE "Consider multiples of 4 spaces for line indents"
by removing leading whitespace from continuation lines inside glue::glue()
strings and aligning function parameter lists to 4-space indent.

Files changed: R/PCA.R, R/alterQset.R, R/makeDMRs.R, R/makeQset.R,
R/plotting.R

* refactor(makeDMRs,plotting): fix remaining non-4-space indents in string literals

Remove leading whitespace from continuation lines inside warning()/glue()
strings and restore correct } else { alignment in makeDMRs.R.
Clears the final 3 lines flagged by BiocCheck indentation NOTE.

* style: fix 2-space to 4-space indentation in sampleQC and utils

* style: fix over-indented continuation lines in asValidGranges

* style: reapply indentation after main rebase

* Fix plotly PNG device error on headless build servers

- Skip plotly::ggplotly() during non-interactive builds in pca.Rmd
  (plotly internally opens a PNG device which fails without X11)
- Add dev = pdf to knitr::opts_chunk() in all 5 vignettes
  to prevent the default PNG device being used on headless servers

* fix(vignettes): use pdf device in pca vignette chunks

Switch the knitr chunk device in  from PNG to PDF
to avoid graphics device issues in headless build environments.

* docs: update NEWS.md and regenerate man pages for v0.99.3

- Add v0.99.3 NEWS.md entry summarizing style and vignette fixes
- Regenerate man/ documentation to reflect any updated roxygen2 tags

* style: normalize R and vignette indentation to 4 spaces for BiocCheck

* style: remove trailing whitespace-only indent lines flagged by BiocCheck

* style(R/qseaCNV.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/buildQset.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/PCA.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/qseaExtra.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/makeDMRs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/analyseDMRs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/alterQset.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/calculateEnrichment.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/dplyrVerbs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/genome.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/makeQset.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/mixQsets.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/classes.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/combineQsets.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/plotting.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/sampleQC.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/utilityFunctions.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/utils.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/utilityFunctions.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/alterQset.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/analyseDMRs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/calculateEnrichment.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/combineQsets.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/dplyrVerbs.R): wrap lines > 80 chars to satisfy BiocCheck note

* style(R/mixQsets.R): wrap lines > 80 chars to satisfy BiocCheck note

* style: wrap lines longer than 80 characters

* fix: restore vignette YAML front matter

* fix: restore roxygen metadata to 7.3.3

* style: wrap reported R source lines

* style: wrap reported vignette lines

* style: wrap remaining core source findings

* style: wrap remaining helper source findings

* style: wrap remaining vignette findings

* style(r): wrap long lines in helper sources

* style(r): normalize wrapping in plotting helpers

* docs(vignettes): reflow examples and prose

* docs(man): regenerate man files with roxygen

* style: add final line to .Rbuildignore

* refactor(r): remove paste from condition signals

* docs: guard poolSamples example with dontrun

* style: move roxygen version to the same position as in main (it was moved accidentally during debuggin)

* docs: update NEWS with all the changes made in style/wrap-lines-from-format-notes

* docs(NEWS): add rationale for getExportedValue() and utils::data() in #76

Clarifies that these replacements were required for line-wrapping, not
independent refactors: the :: operator cannot be broken across lines in R,
so getExportedValue() and utils::data() are the only wrappable equivalents.

* docs: mesa version updated to 0.99.2.9000

* docs(NEWS.md): switch figure device from pdf to png, as it was like that on 0.99.2

---------

Co-authored-by: fperezmartinez <felipe.perezmartinez@manchester.ac.uk> 
Package: mesa
Commit: 46e631acfeeadac314b1af07e608ea59eb768b2d
Author: Felipe <92517493+fpmartinez10@users.noreply.github.com>
Date: 2026-06-03 15:40:38 +0100
Commit message:

 style: standardize 4-space indentation and fix vignette build issues per Bioconductor style guide (#75)

* Fix indentation: convert 2-space to 4-space per Bioconductor style guide

Applies styler::style_dir() with scope=indention, indent_by=4
across all R/ source files and vignettes/

* style: fix function argument alignment to use 4-space indentation

Replace paren-aligned continuation lines with 4-space indents in
R/buildQset.R, calculateEnrichment.R, classes.R, combineQsets.R,
makeDMRs.R, makeQset.R, mixQsets.R, plotting.R, qseaCNV.R,
qseaExtra.R, and utilityFunctions.R to satisfy BiocCheck indentation note

* refactor: fix 4-space indentation in glue strings and function signatures

Fix BiocCheck NOTE "Consider multiples of 4 spaces for line indents"
by removing leading whitespace from continuation lines inside glue::glue()
strings and aligning function parameter lists to 4-space indent.

Files changed: R/PCA.R, R/alterQset.R, R/makeDMRs.R, R/makeQset.R,
R/plotting.R

* refactor(makeDMRs,plotting): fix remaining non-4-space indents in string literals

Remove leading whitespace from continuation lines inside warning()/glue()
strings and restore correct } else { alignment in makeDMRs.R.
Clears the final 3 lines flagged by BiocCheck indentation NOTE.

* style: fix 2-space to 4-space indentation in sampleQC and utils

* style: fix over-indented continuation lines in asValidGranges

* style: reapply indentation after main rebase

* Fix plotly PNG device error on headless build servers

- Skip plotly::ggplotly() during non-interactive builds in pca.Rmd
  (plotly internally opens a PNG device which fails without X11)
- Add dev = pdf to knitr::opts_chunk() in all 5 vignettes
  to prevent the default PNG device being used on headless servers

* style: add missing chunk labels to all vignettes

* fix(vignettes): use pdf device in pca vignette chunks

Switch the knitr chunk device in  from PNG to PDF
to avoid graphics device issues in headless build environments.

* docs: update NEWS.md and regenerate man pages for v0.99.3

- Add v0.99.3 NEWS.md entry summarizing style and vignette fixes
- Regenerate man/ documentation to reflect any updated roxygen2 tags

* style: normalize R and vignette indentation to 4 spaces for BiocCheck

* style: remove trailing whitespace-only indent lines flagged by BiocCheck

* docs: update man/ files

* fix(vignettes): switch figure device from pdf to ragg_png

Replaces dev = "pdf" with dev = "ragg_png" in all five vignette setup
chunks. The pdf device produced poor-quality embedded figures in HTML
vignette output. ragg_png renders high-quality PNG without requiring
Cairo or X11, resolving the headless build server issue cleanly.

Adds ragg to Suggests in DESCRIPTION.

* docs: mesa version updated to 0.99.2.9000

* docs: mesa version updated to 0.99.2.9000

* docs(NEWS.md): switch figure device from pdf to png, as it was like that on 0.99.2

---------

Co-authored-by: fperezmartinez <felipe.perezmartinez@manchester.ac.uk> 
Package: sfi
Commit: d5173128149a47e379d4d521b7661d3949f52e87
Author: yufree <yufree@live.cn>
Date: 2026-06-11 11:04:57 -0400
Commit message:

 Ignore local claude config and test mzML file

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
 
Package: sfi
Commit: ba536da91fc463bdfb36ba3e10288f8b2ca0ef58
Author: yufree <yufree@live.cn>
Date: 2026-06-11 11:04:51 -0400
Commit message:

 Replace mzR with RaMS for mzML reading

mzR pulls in netCDF/HDF5 system libraries and requires Rcpp
compilation, which makes installation slow and often fails on
fresh/CI/Docker environments. RaMS is a pure-R mzML reader with only
lightweight CRAN dependencies, so it installs in seconds.

getmzml() output is unchanged: a data.frame with mz, intensity, and rt
(seconds) columns. RaMS reports retention time in minutes, so it is
converted to seconds. Verified byte-for-byte identical output against
mzR on a 9.8M-row file.

Bump version to 1.1.0 (Bioc devel).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
 
Package: ENmix
Commit: c3bfd886bc031f330891681ab1286fc0291bc98c
Author: xuz1 <xuz@niehs.nih.gov>
Date: 2026-06-11 11:01:32 -0400
Commit message:

 bugfix

Signed-off-by: xuz1 <xuz@niehs.nih.gov>
 
Package: OSTA
Commit: df45a78b779b72808378710278eac3aeab6c1070
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-06-11 20:42:59 +0800
Commit message:

 Merge branch 'RELEASE_3_23' into devel
 
Package: OSTA
Commit: 44efd17aa034ecd785997ade086ac2c5b589da22
Author: Helena L. Crowell <helena@crowell.eu>
Date: 2026-05-22 10:01:32 +0200
Commit message:

 scrapper revision (#281) 
Package: OSTA
Commit: 05f58c559f87cd056e4e5b74b64921116be524c7
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-22 01:11:36 +0200
Commit message:

 fix typo
 
Package: OSTA
Commit: e48c897e79bb0537469b329c983a578f979e8d2e
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-21 22:29:46 +0200
Commit message:

 fix hvg/deg/svg comparison
 
Package: OSTA
Commit: bc9d516f3e7ff15e35939e7d3dd4782baa2f9e3a
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-21 19:50:56 +0200
Commit message:

 fix hvg selection
 
Package: OSTA
Commit: e05b7971e749bfe048d3bdad4a4b75005d295578
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-21 15:37:40 +0200
Commit message:

 fix aggregation
 
Package: OSTA
Commit: 45a9cf94825f4eba75ef7ab2cab10dffd8758694
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-20 11:27:12 +0200
Commit message:

 +scater
 
Package: OSTA
Commit: f1e1a40505309ed2667ecf9731d3ef68c3826712
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-20 10:02:12 +0200
Commit message:

 realize counts fixing anndata conversion
 
Package: OSTA
Commit: 80db5e6893f273ce4f63429e1864548b026c7603
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-20 08:21:59 +0200
Commit message:

 track changes v1.2.0-.1
 
Package: OSTA
Commit: f9bd8d96b2ebce783c4934b9b59340290902de61
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-20 08:19:33 +0200
Commit message:

 remve _times.csv
 
Package: OSTA
Commit: 0ebd14bd3dc2e4792172e97dcdbedf1b32971a7c
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-20 08:18:25 +0200
Commit message:

 bug fix: overwrite of 'th'
 
Package: OSTA
Commit: 3ba037f1d6958a0e591fde9a3fc353a13e0e1079
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 18:51:57 -0400
Commit message:

 Merge pull request #283 from lmweber/scrapper_updates_seq

scrapper updates - seq chapters 
Package: OSTA
Commit: 3eaa35fe98911aae52dac56574ab7eb4878bc90f
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-20 00:26:05 +0200
Commit message:

 order deps alphabetically
 
Package: OSTA
Commit: ad6c906badac7e6d5ccc86773b8ad2ed631e1944
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-20 00:25:49 +0200
Commit message:

 breast > colorectal cancer
 
Package: OSTA
Commit: 22af9ab62df04f5631146e7f71053a1b3c0b876f
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-20 00:25:21 +0200
Commit message:

 scrapper: seq-crc
 
Package: OSTA
Commit: 505366ff919f76a495e78a596418592494f4c8bc
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 17:13:15 -0400
Commit message:

 scrapper updates: Visium HD (segmented) workflow
 
Package: OSTA
Commit: 50fd58874caec81dc0d1cd9f9377053ddc6a3bc9
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 16:56:34 -0400
Commit message:

 scrapper updates: Visium HD (binned) workflow
 
Package: OSTA
Commit: ac1b028ae69c155c80f6ecd8625738460caf346e
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 16:29:25 -0400
Commit message:

 scrapper updates: Visium DLPFC workflow
 
Package: OSTA
Commit: 258ac9e3655f99fdb7cf793d68513c6fb106d058
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 16:10:26 -0400
Commit message:

 scrapper updates: seq-deconvolution chapter
 
Package: OSTA
Commit: 3ff8705b9675512b69131046be0700d66599d0db
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 15:53:54 -0400
Commit message:

 wording
 
Package: OSTA
Commit: 7a43cbcf1d6feed03a4357bdc6e00617f996a991
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 15:53:29 -0400
Commit message:

 wording
 
Package: OSTA
Commit: 866351eb32a0038e4f23a90ab42178644a1e88bf
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 21:47:33 +0200
Commit message:

 remove personal python env
 
Package: OSTA
Commit: ed4492b0d4ee1dc7b58ba7af2408412a8293b7e7
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 15:47:14 -0400
Commit message:

 scrapper updates: seq-intermediate-processing chapter
 
Package: OSTA
Commit: 958e7cadc91c4e984949caed21e2a90117e0d078
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 20:29:46 +0200
Commit message:

 scrapper: ind-features
 
Package: OSTA
Commit: 0fba0e886cabe4525a9de7b78a29381d12f6cb74
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 20:27:07 +0200
Commit message:

 scrapper: ind-clu
 
Package: OSTA
Commit: 66485939618e975175e1cd84863d72cc968ae487
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 20:15:34 +0200
Commit message:

 scrapper: img-dimred
 
Package: OSTA
Commit: 692901f55d1cbbdbb6d279af7765f9955138368c
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 20:10:07 +0200
Commit message:

 scrapper: ind-norm
 
Package: OSTA
Commit: b7b672eb94675bdd4743068ba836c836013d8051
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 20:09:23 +0200
Commit message:

 scrapper: ind-norm
 
Package: OSTA
Commit: ed92cc53a4779f1226f1f7f66ca2c7b0183ad427
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 14:00:06 -0400
Commit message:

 formatting
 
Package: OSTA
Commit: 658588d6af5c21295597a3833715e0ec5b6cc6f6
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 13:53:49 -0400
Commit message:

 missing par mfrow
 
Package: OSTA
Commit: 84cb7a1b99dc0548319aaeb484dd85cf3541efa3
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 13:53:34 -0400
Commit message:

 auto-update gitignore
 
Package: OSTA
Commit: 0a004c6bb9d95f2bae2cd837120297ad48d857bc
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 13:53:22 -0400
Commit message:

 auto-update Rbuildignore
 
Package: OSTA
Commit: 88bf36ff64d63e331ee9dc32046436a5716863a1
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 19:48:05 +0200
Commit message:

 scrapper: img-ccc
 
Package: OSTA
Commit: d7dcd597eb2e60a7dd695266f86365f92a420dfd
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 19:41:10 +0200
Commit message:

 scrapper: img-processing
 
Package: OSTA
Commit: bf063f20001fc99b48444d6f181e0f38e944c019
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 19:25:26 +0200
Commit message:

 scrapper revision: img-qc
 
Package: OSTA
Commit: 727c35b459f746b19dc0f7dd817619496a8e6e05
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 18:32:32 +0200
Commit message:

 +scrapper
 
Package: OSTA
Commit: 2916a4fcdb461f36b9907a4ac4154572ca758fa0
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 18:30:10 +0200
Commit message:

 scrapper revision: img-workflow-cos/xen
 
Package: OSTA
Commit: 237df4fbd2dfcd26215c6bac6c6f028b812ebe04
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 18:22:02 +0200
Commit message:

 scrapper revision: img-workflow-xenium
 
Package: OSTA
Commit: 089ed2d1692cfec33bc1ded62b225d46690feb39
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 11:04:46 -0400
Commit message:

 scrapper updates: seq-QC chapter
 
Package: OSTA
Commit: 55410ad948a6306636a6982c645d957894f7e81e
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-19 11:02:11 -0400
Commit message:

 ignore agents files
 
Package: OSTA
Commit: 6f29263eb5bac786c7c8f9cbd0ab031d846a5dd2
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 13:54:43 +0200
Commit message:

 scrapper revision: crs-workflow-xenvis
 
Package: OSTA
Commit: 9db709ffe2379c279b0b6da3b7c9fca22513e826
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 13:41:58 +0200
Commit message:

 try w/ remotes
 
Package: OSTA
Commit: ad484ffe635524c7dd6cb1748624b5afa963089f
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 10:18:19 +0200
Commit message:

 install beachmat.hdf5
 
Package: OSTA
Commit: 65ac5a5e38308ddfc4978f55059a33924826a808
Author: HelenaLC <helena@crowell.eu>
Date: 2026-05-19 10:14:36 +0200
Commit message:

 scrapper revision: crs-imputation
 
Package: OSTA
Commit: 996a0454002b64ba43f2c01825a5fe4c024b3d78
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-02 14:30:52 -0400
Commit message:

 remove manual installation of dependency packages (SPE, AUCell)
 
Package: OSTA
Commit: 427adafcc86dddd8d43296a1a82c5da2a5ebc066
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-02 12:54:51 -0400
Commit message:

 install dependency packages from source if binaries unavailable
 
Package: OSTA
Commit: 7c449581d0d8dba7073ac10d96321da83469217b
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-02 11:58:21 -0400
Commit message:

 remove manual installation of dependency packages (SPE, AUCell)
 
Package: OSTA
Commit: 254d722e238709d4d27d05f76147fd34ee8b798a
Author: Lukas Weber <weberlm3@gmail.com>
Date: 2026-05-02 11:57:19 -0400
Commit message:

 auto-update Rbuildignore and gitignore
 
Package: MSA2dist
Commit: b1ba5e79b803666e42d6d33fe8b7cd6c49ef037f
Author: Kristian Ullrich <ullrich@evolbio.mpg.de>
Date: 2026-06-11 13:08:37 +0200
Commit message:

 # update DESCRIPTION
 
Package: Rsubread
Commit: 24c767a39b73ede5b72ac67714535e12e4b60fb9
Author: Yang Liao (Monash University) <yliao@m3-login2.massive.org.au>
Date: 2026-06-11 15:36:28 +1000
Commit message:

 fixed CY and UY with +1 values
 
Package: Rsubread
Commit: f811951c861fb641e7fc5f4dd6b03fdfc38d4050
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-11 12:35:45 +1000
Commit message:

 Merge branch 'devel' of git.bioconductor.org:packages/Rsubread into devel
 
Package: Rsubread
Commit: 5153babfe8e7a5831da4ae072abd4eaea62a22e9
Author: Yang Liao (Monash University) <yliao@m3v103.massive.org.au>
Date: 2026-06-11 12:34:37 +1000
Commit message:

 added visium hd barcode extracted from space ranger bam
 
Package: rtracklayer
Commit: c524fdf64dfe7ecf2178a4ac85a2344ced17e158
Author: Sanchit Saini <sanchitsaini14@gmail.com>
Date: 2026-06-09 23:14:44 +0530
Commit message:

 refactor(ucsc): centralize RestUri calls with rtracklayer user agent

All UCSC REST API calls now identify as "rtracklayer" via a shared
wrapper, consistent with rtracklayerGET/POST.

Refs lawremi/restfulr#4
 
Package: leapR
Commit: 671d76fa86b12c31ddcd1d1394e3a7103f66c5e7
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-06-10 15:01:56 -0700
Commit message:

 Merge pull request #71 from pnnl/devel

move udpated devel branch in 
Package: leapR
Commit: ded347b465fed5755a9e9fc60e7fc470c9bb6cbb
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-06-10 14:53:37 -0700
Commit message:

 Merge branch 'main' into devel 
Package: leapR
Commit: c0c4f9b6336deda3d36148dce2380a61d1bf5c88
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-11 13:33:35 -0700
Commit message:

 tried to fix hg pages
 
Package: leapR
Commit: 6af3396c934b8eddd62d9e840c2ad8526b751258
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-11 12:51:28 -0700
Commit message:

 Merge pull request #67 from pnnl/view-fix

updated biocviews to fix dependency issue and use BiocFileCache 
Package: leapR
Commit: 77841eca219edf5641fbe5ea8e39f6cf1a41e6a4
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-11 12:50:25 -0700
Commit message:

 made additional fixes
 
Package: leapR
Commit: c684e29dadb187cc7316e71d324f59c655ead686
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-11 09:18:28 -0700
Commit message:

 updated examples to use BiocFileCache

I hope this will make the build more reliable
 
Package: leapR
Commit: ee49b1dfe2fc536c735b21927dc9178e76426755
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-11 05:34:05 -0700
Commit message:

 updated biocviews to fix dependency issue
 
Package: leapR
Commit: e29a977760c783268ca808b36fa9663f8b66085c
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-10 15:43:28 -0700
Commit message:

 Merge pull request #66 from pnnl/z-test-update

Z test update 
Package: leapR
Commit: d5aa34011d7740e7a6a14d3ff0892a4f0ba9ed86
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-02-12 10:15:30 -0800
Commit message:

 Merge pull request #62 from pnnl/round2-bioc-updates

Round2 bioc updates 
Package: leapR
Commit: 61d7b2c7536a45bd6648e7b9889b39a233ab8f50
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-11 13:33:35 -0700
Commit message:

 tried to fix hg pages
 
Package: leapR
Commit: 5a1d52366230ee36bc004fbe7d953b1371da89e4
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-11 12:50:25 -0700
Commit message:

 made additional fixes
 
Package: leapR
Commit: 1fb93e3f34ad9d920ca0387a6e566a59e5a2e849
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-03-11 09:18:28 -0700
Commit message:

 updated examples to use BiocFileCache

I hope this will make the build more reliable
 
Package: STADyUM
Commit: 3d71693f5c1e213d0e8fd39416259a31a2bcdfce
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2026-06-10 17:46:40 -0400
Commit message:

 Added LRT vignettes to STADyUM package
 
Package: STADyUM
Commit: f321524557489b0fa07e5d9df4542161a9fddd95
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2026-06-10 17:42:23 -0400
Commit message:

 Update both readme files
 
Package: STADyUM
Commit: f0802afa1b162794361253185a8e4604c4c026e4
Author: rhassett-cshl <119357550+rhassett-cshl@users.noreply.github.com>
Date: 2026-06-10 17:16:47 -0400
Commit message:

 Merge pull request #5 from rhassett-cshl/lrt_vignette

Lrt vignette 
Package: STADyUM
Commit: d2980ebf93252957218ab72927b6000abc6a0c61
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2026-06-10 17:15:46 -0400
Commit message:

 update version number
 
Package: STADyUM
Commit: 05b31719b691000a5de278d105b2acf7786d83bf
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2026-06-10 16:31:10 -0400
Commit message:

 Use smaller dataset examples
 
Package: STADyUM
Commit: 79475d2854cd84cd9c95f7fa83751a30f95c2e94
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2026-06-09 23:09:19 -0400
Commit message:

 Finish adding plotting methods to the LRT vignette
 
Package: STADyUM
Commit: d1482dc4f0652b8786776d25913eee9d9b97c768
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2026-06-08 09:57:06 -0400
Commit message:

 Update README.md 
Package: STADyUM
Commit: a00e18a5a538f5a6443755d7537ca12cbc295528
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2026-06-07 12:42:44 -0400
Commit message:

 Split into three separate vignettes for simulation, rate estimation and likelihood ratio testing
 
Package: STADyUM
Commit: 719b1e059e323e0ac8f63dbea2e6ca205d694790
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2026-06-04 10:17:37 -0400
Commit message:

 rename vignettes
 
Package: STADyUM
Commit: 8dc8afc067e8c4d0ab609bdbec02754ce7c60190
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2026-06-03 23:25:06 -0400
Commit message:

 Add LRT vignette
 
Package: STADyUM
Commit: 5204f5ae52f105030cb332939d3f2b1c87f81f02
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2026-01-14 14:35:37 -0500
Commit message:

 Refactor runEMH1FkLRT to use betaInt parameters 
Package: STADyUM
Commit: c57040a75984e0b416e082bf9d5d1c330541f96d
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2026-01-11 10:24:30 -0500
Commit message:

 Fix return variable name in LRT function 
Package: STADyUM
Commit: c471fa37ea6d57b1d851fe5b210b43b5a0c0a2d1
Author: Rebecca Hassett <hassett@cshl.edu>
Date: 2025-12-18 11:32:36 -0500
Commit message:

 add Xin as contributor
 
Package: STADyUM
Commit: cae4fae1c69b0fcb50efc22f76c1023d2b7913bb
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2025-12-14 14:12:07 -0500
Commit message:

 Fix geneId assignment in betaTblIdx 
Package: STADyUM
Commit: 4d70e23e0ed7f327d391c2c2b9e52e62fbe9744a
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2025-12-08 09:30:02 -0500
Commit message:

 Merge pull request #4 from rhassett-cshl/addFk_LRT

Add LRT for fk 
Package: STADyUM
Commit: 61a23e95e6d3ceacbdc8271ce942c1a4aa98f6be
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2025-12-07 14:41:58 -0500
Commit message:

 Refactor runEMH1FkLRT to use h0Beta values 
Package: STADyUM
Commit: c9a9af72e738c7362eb7b7d0d7f1c0471e03ad6d
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2025-12-07 13:19:41 -0500
Commit message:

 Fix formatting issues in transcription_rates_lrt-class.R 
Package: STADyUM
Commit: 53fb51166470ffddb4a56ff0990df11163e19d0a
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2025-12-07 11:36:01 -0500
Commit message:

 Bugfix for mainExpectationMaximizationFkH0 
Package: STADyUM
Commit: ecac5f587e45e934435cbad57abd7e57c28439d9
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2025-12-04 14:34:18 -0500
Commit message:

 Add mainExpectationMaximizationFkH0() 

- Add EM routine for fk under H0 
- Not yet tested 
Package: STADyUM
Commit: 6086db3c40d184316d0f7ea3d2aac9106996e8f6
Author: xzengComBio <152377919+xzengComBio@users.noreply.github.com>
Date: 2025-12-04 14:07:33 -0500
Commit message:

 add likelihood ratio test functions for fk

Add likelihood ratio test for fk

- Add one-line call in likelihoodRatioTest() to run fk LRT
- Implement fk LRT pipeline (computeFkLRT, computeFkLRTParams, runEMH0FkLRT, runEMH1FkLRT) adapted from beta LRT
- Reuse constructBetaLRTTable() to build fk LRT output 
Package: STADyUM
Commit: e1712c1197015dee747b3e2b360a9b7b69d60eac
Author: rhassett-cshl <119357550+rhassett-cshl@users.noreply.github.com>
Date: 2025-12-04 12:03:04 -0500
Commit message:

 Merge pull request #3 from rhassett-cshl/devel

Devel 
Package: leapR
Commit: fbf73862d41eaedce15790c9fdbcbe176c3e2a6f
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-06-10 14:44:00 -0700
Commit message:

 updated
 
Package: leapR
Commit: 9752869ffe624bfe53c493c5e927c8f30038eb8e
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-06-10 14:41:12 -0700
Commit message:

 updated bocviews to fix dependency issue
 
Package: BatchSVG
Commit: e95b4dd91a02d338e590f0f1c3e4d60a574a7c07
Author: Kinnary Shah <kinnaryshahh@gmail.com>
Date: 2026-06-10 16:52:48 -0400
Commit message:

 bump version
 
Package: BatchSVG
Commit: 52c24734f98d3e3f9cdeb46e347bab469057f25b
Author: Kinnary Shah <kinnaryshahh@gmail.com>
Date: 2026-06-10 16:51:42 -0400
Commit message:

 add sens analysis
 
Package: leapR
Commit: 3556ec1ea8f5785a48bf963c5430d8f3a4fa7485
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-06-10 11:57:00 -0700
Commit message:

 updated help pages and bumped ersion
 
Package: leapR
Commit: 89ccf97a050649468f232583851efc28042598c6
Author: Sara JC Gosline <sara.gosline@pnnl.gov>
Date: 2026-06-10 11:34:53 -0700
Commit message:

 updated to try to work on linux
 
Package: imageTCGAutils
Commit: ebe0928eaa4af32beabcd170321eb06a712380d3
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-10 12:10:39 -0400
Commit message:

 version bump 1.1.2
 
Package: imageTCGAutils
Commit: ff120544ecf2887e25bee2b4525b763ec243c4fa
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-10 12:10:32 -0400
Commit message:

 add wk package for sfdep
 
Package: tanggle
Commit: 51c1b0519e62980b08b9026248a01984652b727a
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2026-06-10 16:05:56 +0200
Commit message:

 bump version
 
Package: tanggle
Commit: 050dea9f0833b409f73abc46c89564e42edc9547
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2026-06-10 15:54:19 +0200
Commit message:

 nicer formatting suggested by BiocCheck
 
Package: SynExtend
Commit: 77e763a19f2b8a4069790f43494a1cfb0c06f42d
Author: npcooley <npcooley@gmail.com>
Date: 2026-06-10 16:00:29 +0200
Commit message:

 allow additional attributes in SquaregffBy
 
Package: SynExtend
Commit: e8b024d73e4dd4915875cd9c5c19c42d98301f4f
Author: npcooley <npcooley@gmail.com>
Date: 2026-05-28 09:57:27 +0100
Commit message:

 default value edit
 
Package: Rarr
Commit: 26c56dd79eaa689258a2046d7d59cd4db9def738
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-10 14:54:06 +0200
Commit message:

 Bump version
 
Package: Rarr
Commit: 3fc3139223f8a519ca4ae5620ebebba01bcfa728
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-10 14:53:59 +0200
Commit message:

 Mention int size change when writing in NEWS
 
Package: Rarr
Commit: 7abf33740733259fdcf7648d01db473ea310fdbf
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-10 11:50:35 +0200
Commit message:

 Specify types in benchmarks
 
Package: Rarr
Commit: 11a31bd409e9945f4aa4f7935f85524d0de18ed3
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-10 11:47:05 +0200
Commit message:

 Default to lowest possible bitsize when writing ints
 
Package: Rarr
Commit: ad535aa8677e3f85ee9ee562449af21643659b8f
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-06 11:56:23 +0200
Commit message:

 Add test for writing NA warning
 
Package: Rarr
Commit: 3f4175fae30e84210661da5748a15a4aacb3d60e
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-06 11:52:06 +0200
Commit message:

 Add test for mixed consolidated metadata
 
Package: Rarr
Commit: d51baae89a1d5c5bac45b8a7901dcf47faeeace1
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-06 11:46:30 +0200
Commit message:

 Remove debug escape hatch
 
Package: Rarr
Commit: ce2c348957bcfad2e607f17053509e1cb6ae6426
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-06 11:45:34 +0200
Commit message:

 Test invalid compression levels
 
Package: Rarr
Commit: 6f52ac4f64be8fa9cd2830e6e998686ff31d7f76
Author: Hugo Gruson <git@hugogruson.fr>
Date: 2026-06-06 11:40:58 +0200
Commit message:

 Error on unsupported codec
 
Package: tanggle
Commit: f169d9546d6b101ae534c6ecde11c4ce1a412ab4
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2026-06-10 15:20:35 +0200
Commit message:

 bump version
 
Package: tanggle
Commit: e3b968e39e9af9064c777d480a223858ca197c3a
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2026-06-09 10:02:24 +0200
Commit message:

 Merge pull request #17 from KlausVigo/devel

Devel 
Package: scDblFinder
Commit: b568f7d280bfba6822ba1e7731938c35d1afdecb
Author: plger <pl.germain@gmail.com>
Date: 2026-06-10 12:14:00 +0200
Commit message:

 typo
 
Package: scDblFinder
Commit: d0022d2bdf59348b9843befa5b6559ddd7a6d642
Author: plger <pl.germain@gmail.com>
Date: 2026-06-10 11:21:30 +0200
Commit message:

 further typos...
 
Package: scDblFinder
Commit: ac7c45bd94c0604577ee2485493dcf8ae03b8489
Author: plger <pl.germain@gmail.com>
Date: 2026-06-10 11:16:09 +0200
Commit message:

 fixed typo
 
Package: scDblFinder
Commit: 43dd8d4c7b7019010712567d6ddd722bfdabc8e8
Author: plger <pl.germain@gmail.com>
Date: 2026-06-10 11:10:28 +0200
Commit message:

 fix sf on row subset
 
Package: scDblFinder
Commit: c789e122b4a8d8735dc8a3f92343234956406b47
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 22:12:53 +0200
Commit message:

 fixed typo
 
Package: scDblFinder
Commit: bee10881837a39ba0ca2aee62c75f65e2849c888
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 21:54:48 +0200
Commit message:

 fixed more tests...
 
Package: scDblFinder
Commit: 63b5c11b458312a0b4ed935a4b1970139b95aa0f
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 21:34:46 +0200
Commit message:

 removed some refs
 
Package: scDblFinder
Commit: f230a97215101b091ee7590240e7d5b952cb82d7
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 21:25:06 +0200
Commit message:

 fixed wrong param name
 
Package: scDblFinder
Commit: c4231aa37508d48830e3e2eff623b7fe2d2985cb
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 21:18:50 +0200
Commit message:

 removed outdated info
 
Package: scDblFinder
Commit: a1266bfdf43fcbc4f854b0c5edab9ffc87263590
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 21:12:30 +0200
Commit message:

 removed sanity check based on old scrna pipeline
 
Package: scDblFinder
Commit: 62eb705dfcc5c6cf179aad709503810849121971
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 21:05:18 +0200
Commit message:

 fixed error on empty colnames
 
Package: scDblFinder
Commit: 346068f69f48c12ca899ee398c304f57d7947f36
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 20:56:20 +0200
Commit message:

 fixed typo
 
Package: scDblFinder
Commit: 6d649970a8d2a061860bbacae594fca8de7b8aec
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 20:51:38 +0200
Commit message:

 remove counts acc on matrix input
 
Package: scDblFinder
Commit: 3b252a4286e6113e87427e03fd6722aa792092a9
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 20:37:06 +0200
Commit message:

 handle se inputs to agg
 
Package: scDblFinder
Commit: 80184941bcf3a4dd71b6db694b5d37bf70aa9c34
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 20:36:24 +0200
Commit message:

 added magick BiocStyle... why isn't this in the core image?
 
Package: scDblFinder
Commit: 78c241b9525f91c1351b66e058b333ce4fb6dfc3
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 20:07:49 +0200
Commit message:

 more updates for scrapper...
 
Package: scDblFinder
Commit: 88654d687a5f59ed557125bf20d51d94c16c59e2
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 20:07:43 +0200
Commit message:

 updated image
 
Package: scDblFinder
Commit: 3d62b5ec1abd2d2ed12b58ce142165eaf5999c96
Author: plger <pl.germain@gmail.com>
Date: 2026-06-09 18:13:22 +0200
Commit message:

 first shot at moving to scrapper...
 
Package: qpgraph
Commit: 947872c7225bdc06cd97122cfb68f50c1826c732
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-10 12:05:52 +0200
Commit message:

 Bump version testing
 
Package: gDR
Commit: 1b8ef1c1b54dff370c920c1fe1420c423a79d0cb
Author: Bartek <32614650+bczech@users.noreply.github.com>
Date: 2026-06-10 11:49:21 +0200
Commit message:

 Merge pull request #60 from gdrplatform/GDR-3420

GDR-3420: add custom annotation support to import_data 
Package: gDR
Commit: 2c20e0441232b5e998578f16c15f5799c7a74652
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 17:08:29 +0200
Commit message:

 docs: regenerate man pages
 
Package: gDR
Commit: 60ba648a9eb4fc4931318ddef77f2bb704d8f4bc
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 14:28:35 +0200
Commit message:

 chore: bump version to 1.11.3
 
Package: gDR
Commit: a269f92574186343b8f30a2b18332e630949b177
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 14:24:10 +0200
Commit message:

 feat: add custom annotation support to import_data

Pass optional cell_line_annotation and drug_annotation parameters
through to gDRcore::merge_data(), enabling open-source users to
supply their own annotations without gDRinternal.
 
Package: gDRcore
Commit: 7919ff1fdb6c2a2e1259327180331762b1bdc371
Author: Bartek <32614650+bczech@users.noreply.github.com>
Date: 2026-06-10 11:49:05 +0200
Commit message:

 Merge pull request #197 from gdrplatform/GDR-3420

GDR-3420: allow custom annotations in merge_data 
Package: gDRcore
Commit: 03c5ecd9db285bed8d59f2ae330c476685ba4c50
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-09 13:24:43 +0200
Commit message:

 fix: add input validation for optional annotation parameters
 
Package: gDRcore
Commit: 35b0bcc34c222d02935a5a0cdb485fb84f726db8
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 17:08:22 +0200
Commit message:

 docs: regenerate man pages
 
Package: gDRcore
Commit: 93b591e7763b76029b1e1e931b7c3e00a502a245
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 14:28:29 +0200
Commit message:

 chore: bump version to 1.11.5
 
Package: gDRcore
Commit: dfa1d339470756b26fc0de10dec9cba09cad6fe4
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 14:23:32 +0200
Commit message:

 feat: allow custom annotations in merge_data and cleanup_metadata

Add optional cell_line_annotation and drug_annotation parameters to
merge_data() and cleanup_metadata(). When provided, these bypass the
automatic package-based lookup (gDRinternal/gDRtestData), enabling
open-source users to supply their own annotation CSVs.
 
Package: universalmotif
Commit: 06b691945959497430c5ebf1e6b66d40d9f1ab6c
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-10 09:33:31 +0100
Commit message:

 bump version
 
Package: universalmotif
Commit: 6282f51fada2118947aab60e2f5855923190c0b4
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-10 09:33:14 +0100
Commit message:

 fix: use backtick formatting instead of \pkg{} in vignette

The raw \pkg{ggplot2} LaTeX macro is valid in roxygen/Rd files but
undefined in the vignette's LaTeX preamble, causing an 'Undefined
control sequence' error that broke the Bioconductor vignette build.
Replace it with the plain inline-code form used elsewhere for package
names.
 
Package: igblastr
Commit: 35939806dc3b71cca7feb6f0263ebfbc652935c2
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-10 00:21:26 -0700
Commit message:

 Oops.. forgot to mention in previous commit message that arguments
'without.intdata' and 'without.auxdata' were replaced with 'auto.intdata'
and 'auto.auxdata' in function install_IMGT_germline_db().

See '?install_IMGT_germline_db' for more information.
 
Package: gDRtestData
Commit: bcbf5400b1e5f943f42dfa99568a3c7937903560
Author: Bartek <32614650+bczech@users.noreply.github.com>
Date: 2026-06-10 08:58:19 +0200
Commit message:

 Merge pull request #79 from gdrplatform/GDR-3417

GDR-3417: add workshop drug annotations 
Package: gDRtestData
Commit: 56a37443395edb6daca373725bdab5670537c858
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-09 16:48:37 +0200
Commit message:

 fix: add trailing newline to drugs.csv
 
Package: gDRtestData
Commit: 0c5a551650465094d354f1553b93d14c6ad35566
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-09 13:27:36 +0200
Commit message:

 docs: remove Dimensions column from DepMap dataset table
 
Package: gDRtestData
Commit: 5247ed2f54fe87447914ab8ae6eabbd01be285b2
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-09 11:28:16 +0200
Commit message:

 chore: merge main and bump version to 1.11.5
 
Package: gDRtestData
Commit: 458e41261e89009098cf2b8f3efd0716e0f8b8ae
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-09 11:24:34 +0200
Commit message:

 fix: correct version to 1.11.4 and simplify NEWS entry
 
Package: gDRtestData
Commit: 950d6a96060810566636257047865f03389b3f25
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 11:37:21 +0200
Commit message:

 feat: add workshop cell line annotations (CL00100-CL00146)
 
Package: gDRtestData
Commit: 0dbd3ea6d7c1091ee7b3bdeeb712bf66c7e5c7d9
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 10:55:14 +0200
Commit message:

 chore: bump version to 1.11.4
 
Package: gDRtestData
Commit: d01623d10c3232239742f9d4e3ca9659ca32f104
Author: Bartek Czech <bartosz.w.czech@gmail.com>
Date: 2026-06-08 10:34:22 +0200
Commit message:

 feat: add workshop drug annotations (G00100-G00106)
 
Package: igblastr
Commit: 58295e3d15c58ed54a9cdedc9a038af2efb7342e
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-09 23:38:57 -0700
Commit message:

 igblastr 1.3.9

Replace arguments 'with.intdata' and 'with.auxdata' with 'intdata'
and 'auxdata' in function install_custom_germline_db().

The new arguments can be NULL, or "auto", or a data.frame containing
custom annotations (internal or auxiliary data}, or the path to a file
containing custom annotations.

Setting 'intdata' or 'auxdata' to "auto" achieves the same as setting
the old 'with.intdata' or 'with.auxdata' arguments to TRUE, that is,
it tells install_custom_germline_db() to compute and add the annotations
to the new germline db.

Alternatively, the user can now supply their own custom annotations
by passing a data.frame -- or the path to a file containing annotations --
to 'intdata' or 'auxdata'.

See '?install_custom_germline_db' for more information.
 
Package: Rsubread
Commit: 627a4f677c20604aba59ec19c5c788be42483f73
Author: Gordon Smyth <smyth@wehi.edu.au>
Date: 2026-06-10 14:20:19 +1000
Commit message:

 Fix typo
 
Package: EMTscore
Commit: 44f56e4f8dcddf5bc1904bdf3a19fdf082d05d95
Author: wenmm <hudie.luoluo@gmail.com>
Date: 2026-06-09 20:48:57 -0500
Commit message:

 Update
 
Package: fluentGenomics
Commit: fc9849dc926e4666beb9a4924ed2788289e2415e
Author: sa-lee <stuart.andrew.lee@gmail.com>
Date: 2026-06-10 11:28:01 +1000
Commit message:

 Merge remote-tracking branch 'upstream/devel' into devel
 
Package: fluentGenomics
Commit: c34ac7c50a22d0a7e4d63dbaefcce3eda69d00c9
Author: Stuart Lee <8033857+sa-lee@users.noreply.github.com>
Date: 2026-06-10 11:25:12 +1000
Commit message:

 Merge pull request #9 from sa-lee/claude/bioc-build-failure-0rdfv7

ci: test against Bioconductor devel (3.24) to catch build failures 
Package: fluentGenomics
Commit: 97d03d519dd510a565dcf362a55e949424a2c9b3
Author: Claude <noreply@anthropic.com>
Date: 2026-06-10 00:41:20 +0000
Commit message:

 ci: track current Bioconductor release (3.23) instead of 3.22

3.24 is the current devel (workflows-LATEST), so the current release line
is 3.23. Point the release job at RELEASE_3_23 (R 4.6) instead of the
now-outdated RELEASE_3_22.
 
Package: fluentGenomics
Commit: 43a430242a49d2a55bbdd544c3ba3a16fe4637c4
Author: Claude <noreply@anthropic.com>
Date: 2026-06-10 00:20:36 +0000
Commit message:

 fix(vignette): build TxDb from local GTF via useHub=FALSE

The Bioconductor 3.24 (devel) build fails when re-building the vignette at
the tximeta-run chunk:

  Quitting from fluentGenomics.Rmd:189-194 [tximeta-run]
  Error: error in evaluating the argument 'x' in selecting a method for
  function 'bfcadd': object 'bfc' not found
   1. tximeta::tximeta(coldata, dropInfReps = TRUE)
   2.  getTxDb(txomeInfo, useHub = useHub, skipFtp = skipFtp)
   3.   checkViaAHub(txomeInfo, srcName, ensSrc, dbType)
   4.    BiocFileCache::bfcadd(bfc, ...)

This is an upstream regression in tximeta 1.31.2: its internal
checkViaAHub() references an unbound variable 'bfc' on the AnnotationHub
code path (the default useHub = TRUE). Older tximeta (Bioc 3.22) is
unaffected, which is why this only shows up on devel.

Pass useHub = FALSE so tximeta builds the TxDb directly from the local GTF
already registered by makeLinkedTxome in the setup chunk, avoiding the
broken checkViaAHub path. This is also more robust for the build machines
since it does not depend on AnnotationHub.
 
Package: fluentGenomics
Commit: fc0713f7f67b87f5c469be50bebf9f6ae942e2ef
Author: Claude <noreply@anthropic.com>
Date: 2026-06-10 00:00:37 +0000
Commit message:

 ci: test against Bioconductor devel (3.24) and fix stale cache keys

The check-bioc workflow only built against RELEASE_3_22, so the
development-version build failures reported on the Bioconductor build
machines (workflows-LATEST / Bioc 3.24) were never reproduced in CI.
Add a bioconductor_docker:devel job to the matrix so the devel build is
exercised, and derive the package cache keys from the matrix bioc/r
values instead of the hardcoded RELEASE_3_18 / r-4.3 strings that never
matched the container in use.
 
Package: rfaRm
Commit: ac979b29fe1c52574e07cd16e1cae0d99c06e78c
Author: LaraSellesVidal <lara.selles@oist.jp>
Date: 2026-06-10 10:05:22 +0900
Commit message:

 fix sequence search API
 
Package: igblastr
Commit: 846407b7725e66ca5c0ac66a0367d487d15fdce0
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-09 16:23:56 -0700
Commit message:

 minor improvements to the vignette and man pages
 
Package: imageTCGAutils
Commit: 273954291c430032146bf5cbc4be2ff612ab895b
Author: LiNk-NY <marcel.ramos@sph.cuny.edu>
Date: 2026-06-09 16:45:11 -0400
Commit message:

 version bump 1.1.1
 
Package: imageTCGAutils
Commit: 31dc59d0fca4879a5b57c2188ef49578d52b4e82
Author: LiNK-NY <mramos09@gmail.com>
Date: 2026-06-09 16:34:38 -0400
Commit message:

 add json to parquet conversion script
 
Package: imageTCGAutils
Commit: d286e05b9af0f5bc7702ea86369927fd25e508ad
Author: LiNK-NY <mramos09@gmail.com>
Date: 2026-06-09 15:18:14 -0400
Commit message:

 use local file df in cloud_compare.R
 
Package: imageTCGAutils
Commit: e9333c9b578bc20131daacf8cc652cf5d9d42765
Author: LiNK-NY <mramos09@gmail.com>
Date: 2026-06-09 12:43:00 -0400
Commit message:

 compare cloud and local files
 
Package: imageTCGAutils
Commit: eaea88adb89f78f759767a8055296a452dcf814d
Author: LiNK-NY <mramos09@gmail.com>
Date: 2026-06-08 17:47:55 -0400
Commit message:

 add transfer script --dry-run
 
Package: igblastr
Commit: 3aec231c3090d193af3aae374f260222eb088cf1
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-09 13:02:06 -0700
Commit message:

 expand "Internal data and auxiliary data" section of the vignette
 
Package: scRepertoire
Commit: bebc413a50c67c333614fd1ce3e86461f5ea3f1c
Author: theHumanBorch <ncborch@gmail.com>
Date: 2026-05-12 08:34:45 -0500
Commit message:

 Merge branch 'devel' of https://github.com/BorchLab/scRepertoire into devel
Getting hex sticker fixed
 
Package: scRepertoire
Commit: 081479a3d007d597d55c80dfa36f499a20320f30
Author: theHumanBorch <ncborch@gmail.com>
Date: 2026-04-24 18:50:57 -0500
Commit message:

 Merge pull request #576 from doliv071/parallel

Updates annotateInvariant function to support BiocParallel 
Package: scRepertoire
Commit: 2823d1f607a6876b92df85e47c584fe49bf9aea8
Author: theHumanBorch <ncborch@gmail.com>
Date: 2026-04-24 13:01:25 -0500
Commit message:

 update documentation
 
Package: scRepertoire
Commit: fc0353486e4bfacf2dc219b064596c046ed0df19
Author: David Oliver <doliv071@gmail.com>
Date: 2026-04-23 13:08:25 -0400
Commit message:

 Updates annotateInvariant function to support BiocParallel for parallel computations.
 
Package: DaparToolshedData
Commit: 6f82d35513e0ac83d8ec04612cd24d5905c6bc99
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 16:21:19 +0200
Commit message:

 Fixing warnings
 
Package: Rega
Commit: 5023676d93501c559e86a1bd8cf1059d23816114
Author: Igor Cervenka <wormikk@gmail.com>
Date: 2026-06-09 15:58:09 +0200
Commit message:

 Fixed tests
 
Package: DaparToolshedData
Commit: f6aa938b25a954ac64e69346b4845eaf272bb42a
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 16:09:26 +0200
Commit message:

 Update data files
 
Package: smoppix
Commit: ed70b1e5260d8e637b159660cb2019720efff243
Author: stijn <stijn.hawinkel@psb.ugent.be>
Date: 2026-06-09 15:42:34 +0200
Commit message:

 With r universe testing
 
Package: DaparToolshedData
Commit: 4d317c4e674daeedca0331ec3cdefb9226b0e308
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 15:28:12 +0200
Commit message:

 Update DaparToolshedData
 
Package: dnaEPICO
Commit: 743b72b2584cc2fb7876e88c6d7bda913c1c06dc
Author: Paul Ruiz <ruizpint@qut.edu.au>
Date: 2026-06-09 21:44:07 +1000
Commit message:

 0.99.30 nlme fit, CpG bacthing, Methylation scale, these changes were done to reduce running time
 
Package: rhinotypeR
Commit: 9f0a77240dae8f94f54bdd88390d0083c66b0b46
Author: marthaluka <mawia.martha@gmail.com>
Date: 2026-06-09 10:19:25 +0100
Commit message:

 Calling DNAMultipleAlignment from MultipleAlignment not Biostrings
 
Package: DaparToolshedData
Commit: 771e35139790166d51624277b59dbd861f864c0a
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 11:17:35 +0200
Commit message:

 Update DaparToolshedData
 
Package: DaparToolshedData
Commit: 248aa78d2963849a45d3f26edd16b280c3ab5b4d
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 11:15:22 +0200
Commit message:

 Update DaparToolshedData
 
Package: DaparToolshedData
Commit: 502654d4c20296c4b32ea7a8ac7e9571cea7357f
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 11:05:24 +0200
Commit message:

 Update DaparToolshedData
 
Package: DaparToolshedData
Commit: 26a0ab1a5530c4cae25dc03268a8b63b63eb5646
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 10:51:19 +0200
Commit message:

 Merge remote-tracking branch 'origin/devel' into devel
 
Package: DaparToolshedData
Commit: 92faeacc44ce6ff29a8840eae69bf180bf945b3b
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 10:47:47 +0200
Commit message:

 Update R-CMD-check.yaml
 
Package: DaparToolshedData
Commit: 0c44df7216e10e012597ee0eaad33b41f1b20dc6
Author: Manon Gaudin <144104844+PomKokca@users.noreply.github.com>
Date: 2026-06-09 10:26:20 +0200
Commit message:

 Merge branch 'main' into devel 
Package: DaparToolshedData
Commit: 7a10105c6ce746a67cb2fbfd2845f95a1f642eb5
Author: Manon Gaudin <144104844+PomKokca@users.noreply.github.com>
Date: 2026-06-09 10:24:07 +0200
Commit message:

 Delete DaparToolshedData.Rproj 
Package: DaparToolshedData
Commit: 7fae36c13836240d6de933e48acbb0afa5a916eb
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 10:23:16 +0200
Commit message:

 Minor changes
 
Package: DaparToolshedData
Commit: 60e4740cdbb085e420a44a15e34c713a01e86873
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 10:14:13 +0200
Commit message:

 Add tests
 
Package: DaparToolshedData
Commit: e8d03a911e54e8908c702fc86c6d12128ea1747b
Author: PomKokca <manong2085@orange.fr>
Date: 2026-06-09 09:35:57 +0200
Commit message:

 Update DaparToolshedData
 
Package: DaparToolshedData
Commit: dc45b973dac6b2d3111ea5cf62464f92fe7e84d9
Author: Manon Gaudin <144104844+PomKokca@users.noreply.github.com>
Date: 2026-06-09 09:15:40 +0200
Commit message:

 Delete DaparToolshedData.Rproj 
Package: DaparToolshedData
Commit: 0f1a3cf4f87dd52d253a57ae7a8bc94f3ff917d1
Author: Samuel Wieczorek <samuel.wieczorek@cea.fr>
Date: 2025-10-22 09:13:29 +0200
Commit message:

 Untrack file DaparToolshedData.Rproj
 
Package: tanggle
Commit: 4691c00d176048cb4528844a0d021f436581bf15
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2026-06-09 09:49:02 +0200
Commit message:

 Merge remote-tracking branch 'upstream/devel' into devel
 
Package: tanggle
Commit: 0f75f901c7aebd578b88f9d2aeefbc6fe10a3a27
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2026-05-05 10:33:33 +0200
Commit message:

 Merge pull request #16 from KlausVigo/master

Add citation 
Package: tanggle
Commit: 0c69ab0b317559e1e011a9af12d65dcb134aa075
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2026-05-05 08:08:56 +0200
Commit message:

 Add citation
 
Package: tanggle
Commit: 7dbbb1f02951dd4d1ed19f873ab132624bd02c20
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2025-10-22 16:52:19 +0200
Commit message:

 Merge pull request #15 from KlausVigo/master

remove ignored files 
Package: tanggle
Commit: 4cd42e85f29a8f11579f9b911ad4a7a0218f1bcb
Author: Klaus Schliep <klaus.schliep@gmail.com>
Date: 2025-10-22 16:02:02 +0200
Commit message:

 Merge pull request #14 from KlausVigo/master

bring devel and master together 
Package: dnaEPICO
Commit: a81a7b1186ed834e30f03109c0bf8e5b1c5275eb
Author: Paul Ruiz <ruizpint@qut.edu.au>
Date: 2026-06-09 17:22:32 +1000
Commit message:

 Bioconductor 0.99.29 nlme fit, CpG bacthing, Methylation scale, these changes were made to improve performance
 
Package: MSA2dist
Commit: d41507bcc8cbe464e9386e656334ec0fe0e8fd78
Author: Kristian Ullrich <ullrich@evolbio.mpg.de>
Date: 2026-06-09 07:53:04 +0200
Commit message:

 # update DESCRIPTION
 
Package: igblastr
Commit: f2140a0afd05735b3abc201a939ab9463830995f
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-08 22:18:50 -0700
Commit message:

 illustrate use of percent_mutation() in the vignette
 
Package: ggmsa
Commit: 804859e2adfefb1a6a52153fdba646c8aff1c6f0
Author: Guangchuang Yu <guangchuangyu@gmail.com>
Date: 2026-06-09 11:12:09 +0800
Commit message:

 MultipleAlignment
 
Package: ggmsa
Commit: 956078ed388a5e5199164edc7da52edaf0311442
Author: Guangchuang Yu <guangchuangyu@gmail.com>
Date: 2026-04-29 12:16:06 +0800
Commit message:

 update bioc version
 
Package: ggmsa
Commit: 76bf9ad95ede07d9eff46b8f457c36abb1d7ce9f
Author: Guangchuang Yu <guangchuangyu@gmail.com>
Date: 2026-04-29 12:15:29 +0800
Commit message:

 Merge remote-tracking branch 'upstream/devel' into devel
 
Package: ggmsa
Commit: 4f1048b192fe7808780c1864385c3971d098d880
Author: Guangchuang Yu <guangchuangyu@gmail.com>
Date: 2025-11-01 17:10:19 +0800
Commit message:

 update bioc version
 
Package: CLAMPData
Commit: 869b63175129f0ce747f4de8b75bda905d31d8dc
Author: amcim <alexander.mckim@cuanschutz.edu>
Date: 2026-06-08 10:47:53 -0600
Commit message:

 Merge pull request #3 from pivlab/sub-feedback

Vignette update and version bump 
Package: CLAMPData
Commit: cb1a3687760b1f8725066d8a65d68bd96d83a0aa
Author: Alexander McKim <alexander.mckim@cuanschutz.edu>
Date: 2026-06-07 14:12:15 -0600
Commit message:

 adding functions to vignette and bump version to 0.99.5
 
Package: CLAMPData
Commit: 8689cd08e54c6c9d3b3882edf450bd5880db1d88
Author: amcim <alexander.mckim@cuanschutz.edu>
Date: 2026-06-05 21:14:26 -0600
Commit message:

 Merge pull request #2 from pivlab/sub-feedback

Responding to submission feedback by creating user functions to read and validate data 
Package: CLAMPData
Commit: dcbdf7b54a991976a3f30bc63a665cfaa2179ab5
Author: Alexander McKim <alexander.mckim@cuanschutz.edu>
Date: 2026-06-05 13:26:01 -0600
Commit message:

 Adding user functions to load data and validate h5
 
Package: CLAMP
Commit: 1768d3b1bc1ed9f6c7029ca870f5b013c191aee0
Author: Marc Subirana Granes <48090783+msubirana@users.noreply.github.com>
Date: 2026-06-08 09:36:17 -0600
Commit message:

 Merge pull request #50 from chikinalab/update_clampdata_readers

Update clampdata readers 
Package: CLAMP
Commit: 80e7091980811782d88061fd88ea48359948dca5
Author: Marc Subirana Granes <48090783+msubirana@users.noreply.github.com>
Date: 2026-06-06 20:20:21 -0600
Commit message:

 Merge branch 'devel' into update_clampdata_readers 
Package: CLAMP
Commit: ab1abb6049fdea4c1ccddf31fb28deafa0e810e7
Author: msubirana <mb2subi@gmail.com>
Date: 2026-06-06 16:21:11 -0600
Commit message:

 Bump version to 0.99.2
 
Package: CLAMP
Commit: 7567436eda51fc36c2ae1880424008d2363a45a4
Author: msubirana <mb2subi@gmail.com>
Date: 2026-06-06 16:19:29 -0600
Commit message:

 Update vignette to use new CLAMPData reader functions
 
Package: CLAMP
Commit: b4028172ef3b74985bc94075c09a498f87c25649
Author: amcim <alexander.mckim@cuanschutz.edu>
Date: 2026-06-04 10:57:14 -0600
Commit message:

 Addressing CLAMP bioconductor submission feedback (#49)

* Address Bioconductor revision 1

* vignette refactor, added assertions

* uploaded summary for results in get_started

---------

Co-authored-by: msubirana <mb2subi@gmail.com> 
Package: CLAMP
Commit: cc2d05db56618687d0f8272bb0edf57174567bfb
Author: msubirana <mb2subi@gmail.com>
Date: 2026-06-04 09:48:50 -0600
Commit message:

 uploaded summary for results in get_started
 
Package: CLAMP
Commit: b19b14cd4073e6fb3630bb780a1e6a7ff5608e6a
Author: Alexander McKim <alexander.mckim@cuanschutz.edu>
Date: 2026-06-03 16:27:03 -0600
Commit message:

 vignette refactor, added assertions
 
Package: CLAMP
Commit: 48b01daf9fe68bc7c3be757ab9ee3a83f923f6ff
Author: msubirana <mb2subi@gmail.com>
Date: 2026-06-03 11:44:56 -0600
Commit message:

 Address Bioconductor revision 1
 
Package: pipeComp
Commit: 7d4963a63ff1bec5cb35297151d0d0f4d7f2143f
Author: plger <pl.germain@gmail.com>
Date: 2026-06-08 20:05:38 +0200
Commit message:

 version bump
 
Package: pipeComp
Commit: 36cf9623f3a561c6386725b3b49e14efa963b99a
Author: plger <pl.germain@gmail.com>
Date: 2026-06-08 20:05:10 +0200
Commit message:

 fixed missing )
 
Package: igblastr
Commit: c9a1b3ea12b5e008d6f87f5942eb720f5a607208
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-08 10:21:01 -0700
Commit message:

 igblastr 1.3.8: Refactor compute_auxdata()
 
Package: GSVA
Commit: 34da93a1da0a850faa78002c6370fb4271641e6c
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 17:10:05 +0200
Commit message:

 Bump version
 
Package: GSVA
Commit: 6f06ac7ee9d1e2b3d56184bdfb6ea9bd12933c07
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 17:09:01 +0200
Commit message:

 Merge pull request #269 from rcastelo/268-add-savehdf5gsvarnorm-loadhdf5gsvarnorm 
Package: GSVA
Commit: c4791ad7492dc40f66fbbab745a1a4c67cb62a1b
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 16:49:23 +0200
Commit message:

 Fix comment in source code

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> 
Package: GSVA
Commit: bd44d4598bc213723241fc43e281924e93f14c1f
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 16:48:41 +0200
Commit message:

 Fix comment in source code

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> 
Package: GSVA
Commit: 5d2ab5bd0f3839616afd85b39d5183f4b544fa9f
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 16:47:37 +0200
Commit message:

 Fix typos in help page of saveHDF5GSVA() and loadHDF5GSVA()

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> 
Package: GSVA
Commit: 9d95ef2a4491248551244d5a766c8a41611b0827
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 16:36:22 +0200
Commit message:

 Fix in the help pages of saveHDF5GSVA() and loadHDF5GSVA()
 
Package: GSVA
Commit: f7702aba55d241f948e22afe7e51271b45d6aec6
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 16:20:50 +0200
Commit message:

 Update unit tests for serialization, update example for saveHDF5GSVA() / loadHDF5GSVA
 
Package: GSVA
Commit: 2bac6bd6abc6b61728caa6b6015d3636be4a476b
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 11:48:17 +0200
Commit message:

 Replaced internal assay name "gsvarownr" by "gsvarnorm" for tagging row-normalized expression values produced by gsvaRowNorm() in the GSVA algorithm
 
Package: GSVA
Commit: e4133dcfb3b5a110b4dfd1758ccf044ad98bccbc
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-08 11:22:59 +0200
Commit message:

 Removed unnecessary parameter from the internal .pull_param() helper function
 
Package: GSVA
Commit: b07380ef80bb98c2a6f45993d932ebfdf3da6065
Author: Robert Castelo <robert.castelo@upf.edu>
Date: 2026-06-07 21:06:59 +0200
Commit message:

 Added saveHDF5GSVA() / loadHDF5GSVA(). Deprecated saveHDF5GSVAranks() / loadHDF5GSVAranks()
 
Package: HiCDOC
Commit: 2c0c315182e4170e5604b42608222fb89a7b6a9a
Author: Elise Maigné <elise.maigne@inrae.fr>
Date: 2026-06-08 16:08:02 +0200
Commit message:

 version bump
 
Package: HiCDOC
Commit: 7a18a4d1b6ac85feb77455fc647de78de91ef28c
Author: Elise Maigné <elise.maigne@inrae.fr>
Date: 2026-06-08 16:07:50 +0200
Commit message:

 dont ignore vignette in inst/doc
 
Package: Spectra
Commit: 1396898e82fd39e26ae2a16eb24eb62d17e474f5
Author: Johannes Rainer <5506112+jorainer@users.noreply.github.com>
Date: 2026-06-08 15:55:32 +0200
Commit message:

 Merge pull request #388 from rformassspectrometry/jomain

docs: better explain parallel processing 
Package: Spectra
Commit: 26a0a0f759e01396bf0fd3047244da3864debc90
Author: Johannes Rainer <johannes.rainer@gmail.com>
Date: 2026-06-08 15:25:52 +0200
Commit message:

 docs: better explain parallel processing

- Related to issue #387: better describe parallel processing, in particular for
  Windows machines.
 
Package: universalmotif
Commit: f7d995f9c36cf438eca584971662f4eca39307c4
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-08 14:17:03 +0100
Commit message:

 bump version
 
Package: universalmotif
Commit: 7e270b12476f8904a343d80ae4d79878d88de71c
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-08 14:14:11 +0100
Commit message:

 feat: Tomtom-style HTML report for compare_motifs() and compare_motifs2()

Finish the compare_motifs(output.report=) report and add the same to
compare_motifs2(), through one shared function-agnostic generator in
R/compare_report.R. The self-contained report has a summary header (the call,
query/target motif counts and mean widths, settings, match count), a sortable
results table (offset, strand, score, and P/E- or q-values), and a
query-vs-target sequence-logo alignment per top match, drawn as
information-content logos.

compare_motifs2() gains output.report / output.report.max.print and feeds its
native offset/strand from the scored alignment; compare_motifs() recomputes
those via view_motifs_prep(). Both fail fast when output.report is set without
compare.to or without knitr/rmarkdown, validate the output path, escape motif
names in headers, render in a private directory so figures embed (truly
self-contained), and isolate per-figure errors. The "still in development" note
is dropped.
 
Package: enhancerHomologSearch
Commit: 03692413854b570695459fd61bc42db68a3921e3
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-08 08:08:26 -0400
Commit message:

 import write.phylip from MultipleAlignment and fix example for saveAlignments.
 
Package: gDRtestData
Commit: ca18277929de31a6bdfc1455df084cff59fa27b1
Author: j-smola <31825957+j-smola@users.noreply.github.com>
Date: 2026-06-08 14:16:42 +0200
Commit message:

 Merge pull request #78 from gdrplatform/GDR-3409

[GDR-3409] Add prism data - first phase 
Package: gDRtestData
Commit: b47586f787920a13d120340eb44a42c08a99c0b1
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-03 10:28:56 +0000
Commit message:

 doc: remove column with no info
 
Package: gDRtestData
Commit: 285939501ea1fbb95efd8b52cc6e911b3e70527f
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-03 10:28:18 +0000
Commit message:

 chore: remove column with no info
 
Package: gDRtestData
Commit: a9a8a4a3142f3c8c580405c81f627581af18175b
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-03 10:20:17 +0000
Commit message:

 chore: as per review
 
Package: gDRtestData
Commit: 35067f93e3eea870a40b7e6a2b48df4f29564a10
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-02 12:35:57 +0000
Commit message:

 chore: as per review
 
Package: gDRtestData
Commit: 1e4194b0fb07fa63aedf678697361c8c62183278
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-02 11:58:17 +0000
Commit message:

 doc: add prism data
 
Package: gDRtestData
Commit: d6290b1381bdc1b053cb37cfd9d8532959931b73
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-02 11:58:07 +0000
Commit message:

 chore: add prism data
 
Package: gDRtestData
Commit: 82fec3bcd4e6326d11cf273e0c47747103b86004
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-02 09:52:41 +0000
Commit message:

 doc: update data description
 
Package: gDRtestData
Commit: 0f1fc0f139e28bbaa3266a8eb4b28917c79a55d0
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-02 09:52:18 +0000
Commit message:

 doc: update data description
 
Package: gDRtestData
Commit: d44787da53b2940b648b5121001ffc4a590f1b5d
Author: Janina Smola <janina.smola@contractors.roche.com>
Date: 2026-06-02 09:52:01 +0000
Commit message:

 chore: update data description
 
Package: universalmotif
Commit: 2eaf57bac561526b0e06989711d3c1f69856dc4e
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-08 13:15:03 +0100
Commit message:

 udpate version
 
Package: universalmotif
Commit: 5dd15f4bb78aca2f5647fbdd3c017cc88301dcbc
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-08 13:14:06 +0100
Commit message:

 feat: add motif_proximity() for enrichment near genomic anchors

motif_proximity() and plot_motif_proximity() test whether a motif's hits
are spatially enriched near a set of anchor coordinates, genome-wide. It
is the distance-based sibling of motif_peaks(): binomial (default),
anchor-randomisation permutation, and KS nulls; hit- and anchor-counting
modes; strand-aware directional (upstream/downstream) testing; and either
precomputed hits or internal scanning of an XStringSet or BSgenome.

motif_peaks() gains a seq.strand argument that orients local mode by
feature strand, so mirror-image peaks across strands combine, and its
examples now document the windowed genome-coordinate recipe.

Also fix two stale motif_peaks(sequences, motif=) calls (the
implant_motifs example and the SequenceSearches vignette) left over from
the CentriMo rewrite, and add a proximity-enrichment section to that
vignette.
 
Package: BgeeCall
Commit: b3834f8d02ce34103c696afea158daff3d6bb790
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-06-08 12:25:14 +0200
Commit message:

 bump version
 
Package: BgeeCall
Commit: 1e9cc9b0454077077f9def1b9ea7a499e8807426
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-06-08 12:24:22 +0200
Commit message:

 update example to generate calls
 
Package: BgeeCall
Commit: 636562ae3549994cd0bb51ba7be7f265c50c4537
Author: Julien Wollbrett <julien.wollbrett@unil.ch>
Date: 2026-06-08 12:23:23 +0200
Commit message:

 update galaxy documentation
 
Package: msa
Commit: 13ac2416f386805fc471243086b889276f64637d
Author: UBod <ulrich@bodenhofer.com>
Date: 2026-06-08 12:11:39 +0200
Commit message:

 Adaptations for BioC 3.24; version number bumped to 1.45.1
 
Package: universalmotif
Commit: 92dbea7fad57b270dc403b5c2f288bc9f7126231
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-08 10:02:46 +0100
Commit message:

 update version
 
Package: universalmotif
Commit: d8714f97cb8614bc6c69498fc42b596aec63b0e9
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-08 10:02:01 +0100
Commit message:

 feat: add no.overlaps option to motif_coocc()

Forward scan_sequences2()'s no.overlaps / no.overlaps.by to the
internal-scan path. Because motif_coocc()'s Fisher test is on
per-sequence presence/absence, collapsing overlaps never removes the
last hit from a sequence, so the p-/q-values are unchanged; the option
only affects the descriptive spatial columns under max.distance, where
it stops tandem/overlapping matches of one motif being counted as
separate instances. Dedup stays within each motif (relying on
scan_sequences2()'s no.overlaps.by.motif = FALSE) so between-motif
overlaps, i.e. heterodimer footprints, are preserved. Default FALSE,
matching scan_sequences2()/enrich_motifs2(); ignored with a warning on
the precomputed-hits path. Adds roxygen, NEWS note, and tests.
 
Package: universalmotif
Commit: c54b354aed05e8e02ae88f82b5fff9db197b29d2
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-08 09:55:32 +0100
Commit message:

 docs: align enrich_motifs2() vignette example with enrich_motifs()

The two functions default to different tests (enrich_motifs() uses
mode = "total.hits", enrich_motifs2() uses test = "seqs" to match
yamtk enr), so the side-by-side example was comparing a per-site test
against a per-sequence test. The per-sequence test is also degenerate
for this dataset (1000 bp promoters, a low-complexity poly-pyrimidine
motif present in nearly every sequence of both target and background),
leaving a borderline q-value that can cross the 0.1 cutoff and empty
the result. Pass test = "sites" so enrich_motifs2() mirrors the
enrich_motifs() default shown above it, and note the default
difference.
 
Package: MSA2dist
Commit: 0336f4dc5457a0f3c0d050af8af25fe935adbc04
Author: Kristian Ullrich <ullrich@evolbio.mpg.de>
Date: 2026-06-08 09:29:54 +0200
Commit message:

 # added MultipleAlignment
 
Package: scBatchQC
Commit: 9f8df9af73e1bbd2bd56d2d2e0772d357246652a
Author: SubhadipJana1409 <subhadipjana1409@gmail.com>
Date: 2026-06-08 12:33:56 +0530
Commit message:

 v0.99.3: vignette and documentation updates
 
Package: dnaEPICO
Commit: 32d07ed2a457e37ee6e49d57933505d5739e2555
Author: Paul Ruiz <ruizpint@qut.edu.au>
Date: 2026-06-07 18:42:47 +1000
Commit message:

 Bioconductor 0.99.28 SVA matrix plot out of range
 
Package: universalmotif
Commit: 0e0aebb13d6b707558218dd4d695aa816ad381dc
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-07 21:17:36 +0100
Commit message:

 udpate version
 
Package: universalmotif
Commit: cf6fb463cbe79dfb20846162fe67528c506eb235
Author: bjmt <benjmtremblay@gmail.com>
Date: 2026-06-07 21:15:30 +0100
Commit message:

 feat: geom_motif/geom_logo layers and motif_tree2 tip logos

Add ggplot2 layers that embed sequence logos into arbitrary ggplot
constructions, reusing the view_motifs() logo renderer:

- geom_motif()/annotate_motif() take universalmotif objects (honouring
  use.type); geom_logo()/annotate_logo() take bare row-named numeric
  matrices. annotate_*() place one logo at fixed coordinates; geom_*()
  position from aesthetics (bounding box, or x/y anchor with
  width/height) and can draw a different motif per group via a named
  list plus a `motif` selector aesthetic. Built on shared ggproto
  objects GeomMotif/StatMotif/StatLogo; letter colours are resolved
  internally so the layers never touch the plot's fill scale.

- motif_tree2() now draws aligned tip logos by default (tiplogo = TRUE,
  aligned via view_motifs2()), the motifs serve as tip labels. Its
  default layout changes to "rectangular"; tip logos are drawn only on
  rectangular/slanted layouts (others warn and skip) and not for dist
  input. New args: tiplogo, tiplogo.align, tiplogo.width,
  tiplogo.height, tiplogo.offset.

Also fix a pre-existing renderer bug shared with view_motifs()/
view_logo(): with a small min.height, letters shorter than their
per-letter y.spacer allotment were scaled by a negative height and
flipped below the baseline. The spacer is now capped at half the
letter height.

Replace the cowplot side-by-side tree+motifs vignette section with a
motif_tree2() example, and document the ggtree >= 3.13 requirement for
tip labels (ggtree's empty() calls the removed ggplot2:::is.waive()
under ggplot2 4.0). Adds tests and NEWS entries.
 
Package: BEclear
Commit: 33fe5e713b8ccbf109c648761eec56e96d78bd41
Author: Livia Rasp <Livia.Rasp@gmail.com>
Date: 2026-06-07 13:47:44 +0200
Commit message:

 update description
 
Package: BEclear
Commit: c9320418793a530b744b9c04dbad6bbbbab02282
Author: Livia Rasp <Livia.Rasp@gmail.com>
Date: 2026-06-07 13:45:55 +0200
Commit message:

 fix test, update news and description
 
Package: dnaEPICO
Commit: 82b2564ef8448a7a3180a28fb685b641d10adc83
Author: Paul Ruiz <ruizpint@qut.edu.au>
Date: 2026-06-07 11:07:50 +1000
Commit message:

 Bioconductor 0.99.27 Probe-exclusion reference files integrated and extended EPICv2
 
Package: CGRphylo2
Commit: f9eccfccff9b3187d78e3b43c3824cc5bd69f1cb
Author: Amarinder Thind <thind.amarinder@gmail.com>
Date: 2026-06-07 11:41:18 +1000
Commit message:

 Fix DOI, update Date, reword Description field

- Correct DOI from 10.2174/1389202924666230517115655 to
  10.2174/0113892029264990231013112156 (was returning 404)
- Update Date to 2026-06-07
- Reword Description to not start with package name (R CMD check NOTE)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
 
Package: CGRphylo2
Commit: 35c5df64c41f652f808e7e6b6e3f0ee99fb65646
Author: Amarinder Thind <thind.amarinder@gmail.com>
Date: 2026-06-07 11:30:43 +1000
Commit message:

 Fix NEWS versioning and vignette eval=FALSE data loading
 
Package: crisprDesign
Commit: 60039dc1e30aab66d164b34f16f937a04c5fdc90
Author: Jean-Philippe Fortin <fortin946@gmail.com>
Date: 2026-06-06 09:06:25 -0700
Commit message:

 Fixed bug in addSpecificityProxyScore
 
Package: crisprDesign
Commit: 83e84c3542ba70f2cdfa02fc749193f87126e5b0
Author: Jean-Philippe Fortin <fortin946@gmail.com>
Date: 2026-06-06 08:54:40 -0700
Commit message:

 added addSpecificityProxyScore
 
Package: ensembldb
Commit: eb82f264d218ccf084a66862c3ddbe8c099a6177
Author: Johannes Rainer <5506112+jorainer@users.noreply.github.com>
Date: 2026-06-06 11:24:19 +0200
Commit message:

 Merge pull request #169 from jorainer/jomain

fix: address all SQL injection security issues 
Package: ensembldb
Commit: 2e4d94d3f1e0f0de3dd6265a89d7dddb45317b1c
Author: Johannes Rainer <johannes.rainer@gmail.com>
Date: 2026-06-06 08:32:30 +0200
Commit message:

 fix: address all SQL injection security issues

- Address and fix all potential SQL injection risks reported by the
  Bioconductor security audit system.
 
Package: MultipleAlignment
Commit: a3f8b65658f35937b23c0480d3fdd381376246f9
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-06 00:22:48 -0700
Commit message:

 define updateObject() methods for MultipleAlignment derivatives
 
Package: BiocGenerics
Commit: d3baf57ee632d96b02ee48ec30206164ac9c0152
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-06 00:19:30 -0700
Commit message:

 BiocGenerics 0.59.7: Small tweak to updateObject()

Make sure that the updateObject() generic finds the methods for
MultipleAlignment derivatives defined in the MultipleAlignment package.
 
Package: gdsfmt
Commit: d5ffddad3e074499ffc3c7488c239ba93df8972e
Author: Xiuwen Zheng <zhengxwen@gmail.com>
Date: 2026-06-06 00:43:39 -0500
Commit message:

 major fix in Unload.gdsn()
 
Package: dnaEPICO
Commit: 3ed5459824efe0e029cfddea2a303800efae4776
Author: Paul Ruiz <ruizpint@qut.edu.au>
Date: 2026-06-06 10:17:52 +1000
Commit message:

 Bioconductot 0.99.26 Replicating study require adding IDAT_FORCE to read Idat files. Added to News
 
Package: dnaEPICO
Commit: 01507becf5c2c12a9853def530041196a3d8483b
Author: Paul Ruiz <ruizpint@qut.edu.au>
Date: 2026-06-06 09:37:22 +1000
Commit message:

 Bioconductor 0.99.25 Correcting PARAM = empty to NULL
 
Package: enhancerHomologSearch
Commit: 305ea9ceb6f788da5632a0081a3f43e41613012d
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-05 18:01:34 -0400
Commit message:

 fix the version.
 
Package: enhancerHomologSearch
Commit: 05da14b392c439a78f7f4d329ccf6804672fd063
Author: Jianhong Ou <jianhong.ou@gmail.com>
Date: 2026-06-05 17:58:33 -0400
Commit message:

 import DNAMultipleAlignment from MultipleAlignment.
 
Package: igblastr
Commit: 21e808e88d25772359b59da8ff5e2fec9baf9b86
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-05 13:27:35 -0700
Commit message:

 more tweak to README.md
 
Package: igblastr
Commit: 25acd966412aac44beaf65b1a7aa6eb4735606a0
Author: Hervé Pagès <hpages.on.github@gmail.com>
Date: 2026-06-05 13:23:07 -0700
Commit message:

 small tweak to README.md
 
Package: MeLSI
Commit: 5409586d0773bb45a956c1295d6ae324bad283e9
Author: Nathan Bresette <nathanbresette04@gmail.com>
Date: 2026-06-05 11:16:48 -0500
Commit message:

 Further optimize ensemble: diagonal storage and rejection sampling

- Store diagonal vectors instead of full p x p matrices in learned_matrices,
  eliminating B x p^2 memory allocation per permutation (~920MB churn at
  n_perms=100, B=20, p=240)
- Replace setdiff() in gradient optimizer with direct index filtering,
  removing per-iteration vector allocation (100k calls per full run)
- Combined with 1.1.2 optimizations: ~2.9x faster than 1.1.1 end-to-end.
  Parity verified: p-values identical, all outputs within machine epsilon.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>