Skip to content

Commit

Permalink
bump minor version, prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Nov 24, 2022
1 parent 4985abe commit 4cf42b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bspm
Type: Package
Title: Bridge to System Package Manager
Version: 0.3.10.2
Version: 0.4.0
Authors@R: c(
person("Iñaki", "Ucar", email="[email protected]",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# bspm 0.3.10.2
# bspm 0.4.0

- New function `available_sys()` returns a matrix of available packages with
`"Package"`, `"Version"`, and `"Repository"` (#47 addressing #41).
- Honor `type` option, set by default to `"both"`, which means 'use binary
if available and current, otherwise try source' (#48 addressing #46).
As a consequence, the option `bspm.always.install.deps` has been removed.

# bspm 0.3.10

Expand Down
9 changes: 5 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Patch release
Add a backend availability check with fixing instructions.
## Minor release
Enhance integration to imitate the mixed installation mechanism available
on Windows and macOS.

## Test environments
- local R installation, R 4.0.5
- debian:latest, fedora:latest on GitHub
- local R installation, R 4.2.2
- debian:latest, fedora:latest, ubuntu:18.04, ubuntu:20.04 on GitHub

## R CMD check results
0 errors | 0 warnings | 0 notes

0 comments on commit 4cf42b1

Please sign in to comment.