Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
r-bioc-biocneighbors
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian R Packages Maintainers
r-bioc-biocneighbors
Commits
1ea171aa
Verified
Commit
1ea171aa
authored
4 months ago
by
Michael R. Crusoe
Browse files
Options
Downloads
Patches
Plain Diff
d/control: bump minimum versions of r-bioc-* packages to bioc-3.19+ versions
parent
4c9e4413
No related branches found
Branches containing commit
Tags
debian/1.22.0+ds-1_0exp1
Tags containing commit
No related merge requests found
Pipeline
#709395
failed with stages
in 9 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
debian/control
+9
-6
9 additions, 6 deletions
debian/control
debian/tests/autopkgtest-pkg-r.conf
+1
-1
1 addition, 1 deletion
debian/tests/autopkgtest-pkg-r.conf
with
18 additions
and
7 deletions
debian/changelog
+
8
−
0
View file @
1ea171aa
r-bioc-biocneighbors (1.22.0+ds-1~0exp1) experimental; urgency=medium
* Team upload.
* d/control: bump minimum versions of r-bioc-* packages to bioc-3.19+
versions
-- Michael R. Crusoe <crusoe@debian.org> Tue, 30 Jul 2024 16:50:25 +0200
r-bioc-biocneighbors (1.22.0+ds-1~0exp) experimental; urgency=medium
* Team upload.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
9
−
6
View file @
1ea171aa
...
...
@@ -9,24 +9,27 @@ Homepage: https://bioconductor.org/packages/BiocNeighbors/
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit,
dh-r,
r-base-dev,
r-cran-rcpp,
r-bioc-s4vectors,
r-bioc-biocparallel,
r-bioc-s4vectors
(>= 0.42.1)
,
r-bioc-biocparallel
(>= 1.38.0)
,
r-cran-matrix,
r-cran-rcpphnsw,
libhnswlib-dev
libhnswlib-dev,
architecture-is-64-bit
Testsuite: autopkgtest-pkg-r
Package: r-bioc-biocneighbors
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
${misc:Depends},
r-bioc-s4vectors (>= 0.42.1),
r-bioc-biocparallel (>= 1.38.0)
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Suggests: ${R:Suggests},
r-bioc-biocstyle (>= 2.32.1)
Description: Nearest Neighbor Detection for Bioconductor Packages
Implements exact and approximate methods for nearest neighbor
detection, in a framework that allows them to be easily switched within
...
...
This diff is collapsed.
Click to expand it.
debian/tests/autopkgtest-pkg-r.conf
+
1
−
1
View file @
1ea171aa
extra_depends
=
r
-
cran
-
testthat
, \
r
-
bioc
-
biocstyle
, \
r
-
bioc
-
biocstyle
(>=
2
.
32
.
1
)
, \
r
-
cran
-
knitr
, \
r
-
cran
-
rmarkdown
, \
r
-
cran
-
fnn
, \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment