Skip to content

Commit

Permalink
bump version, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Aug 5, 2022
1 parent 42a95d1 commit c01305d
Show file tree
Hide file tree
Showing 23 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions 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.9.1
Version: 0.3.10
Authors@R: c(
person("Iñaki", "Ucar", email="[email protected]",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
Expand All @@ -17,7 +17,7 @@ Encoding: UTF-8
OS_type: unix
SystemRequirements: systemd, dbus-python, PyGObject, python-(dnf|apt|alpm)
Suggests: tinytest
URL: https://enchufa2.github.io/bspm
URL: https://enchufa2.github.io/bspm/
BugReports: https://github.com/Enchufa2/bspm/issues
RoxygenNote: 7.2.0
RoxygenNote: 7.2.1
Roxygen: list(old_usage = TRUE)
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bspm 0.3.9.1
# bspm 0.3.10

- Check backend availability on `enable()`, and trigger a warning if the
service is required but not found. This check can be disabled by setting
Expand Down
2 changes: 1 addition & 1 deletion R/bridge.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
#' @author Iñaki Ucar
#'
#' @references \url{https://enchufa2.github.io/bspm}
#' @references \url{https://enchufa2.github.io/bspm/}
#'
#' @docType package
#' @name bspm-package
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Patch release
New ALPM backend for Arch-based distros + several fixes.
Add a backend availability check with fixing instructions.

## Test environments
- local R installation, R 4.0.5
Expand Down
8 changes: 4 additions & 4 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js.map

This file was deleted.

1 change: 0 additions & 1 deletion docs/deps/bootstrap-5.1.0/bootstrap.min.css

This file was deleted.

7 changes: 7 additions & 0 deletions docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/deps/bootstrap-5.1.3/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/deps/bootstrap-5.1.3/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/deps/data-deps.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="deps/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="deps/bootstrap-5.1.0/bootstrap.min.css" rel="stylesheet" />
<script src="deps/bootstrap-5.1.0/bootstrap.bundle.min.js"></script>
<link href="deps/bootstrap-5.1.3/bootstrap.min.css" rel="stylesheet" />
<script src="deps/bootstrap-5.1.3/bootstrap.bundle.min.js"></script>
Loading

0 comments on commit c01305d

Please sign in to comment.