Skip to content

Commit

Permalink
Merge pull request #122 from Appsilon/release-0.10.0
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
jakubnowicki authored Jul 15, 2024
2 parents e998ea5 + 14b330c commit 820e263
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: box.linters
Title: Linters for 'box' Modules
Version: 0.9.1.9005
Version: 0.10.0
Authors@R:
c(
person("Ricardo Rodrigo", "Basa", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# box.linters (development version)
# box.linters 0.10.0

* Add checks for `package::function()` calls. Allow `box::*()` by default.
* [Bug fix] Allow relative box module paths (#110)
Expand All @@ -10,7 +10,7 @@

* Handle `box` recommended method of testing private methods.
* Added handler for `glue` string templates.
* Added box_mod_fun_exists_linter() to default linters
* Added box_mod_fun_exists_linter() to default linters
* [bug fix] box_trailing_commas_linter() now properly handles a #nolint for other linters
* [bug fix] `box_unused_att_pkg_fun_linter()` had issues with lists of functions. Linter function
now drops the nested function name and retains the list name (`list_name$function_name()`) when
Expand Down
1 change: 1 addition & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ reference:
- box_usage_linter
- r6_usage_linter
- unused_declared_object_linter
- namespaced_function_calls
- title: Box Styling
contents:
- style_box_use_text
Expand Down
4 changes: 4 additions & 0 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
color: rgba(255, 255, 255, 0.8);
}

#navbar > ul.navbar-nav > li.nav-item > button {
color: rgba(255, 255, 255, 0.8);
}

.navbar-light .navbar-nav .active > .nav-link {
background-color: var(--primary-color) !important;
color: #fff !important;
Expand Down

0 comments on commit 820e263

Please sign in to comment.