Skip to content

Commit

Permalink
close #19: add a note about SELinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Oct 13, 2020
1 parent 614622c commit 79d2ef2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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.5.2
Version: 0.3.6
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.5.2
# bspm 0.3.6

- Make APT call fail if there are unmet dependencies (#20).
- Add new `options(bspm.always.install.deps=TRUE)` (not set by default) to
always try to install recursive hard dependencies of packages from system
repositories even if the requested package is not available (#14, #23).
- Add a note about SELinux (#19).

# bspm 0.3.5

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ Currently, the following backends are supported: DNF, APT.

## Installation

The following dependencies are required (apart from R):
Installation from system repositories is preferred, mainly to avoid issues on
SELinux-enabled systems (see [#19](https://github.com/Enchufa2/bspm/issues/19)).

- For Fedora, see `R-CoprManager` for the
[cran2copr](https://copr.fedorainfracloud.org/coprs/iucar/cran/) project.
- For Ubuntu/Debian, it is available as `r-cran-bspm` via APT.

Installation from source requires the following dependencies (apart from R):

- python3-dnf (Fedora-like), python3-apt (Debian-like)

Expand Down

0 comments on commit 79d2ef2

Please sign in to comment.