Skip to content

Commit

Permalink
Merge pull request #1 from lilyclements/master
Browse files Browse the repository at this point in the history
Adding "_PACKAGE" to naflex.R file and checks updates
  • Loading branch information
dannyparsons authored Oct 13, 2024
2 parents 7bfa7dc + 3ba644b commit 75809a0
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck

- uses: r-lib/actions/check-r-package@v1
- uses: r-lib/actions/check-r-package@v2
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: covr

Expand Down
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Type: Package
Package: naflex
Title: Flexible Options for Handling Missing Values
Version: 0.1.0.9000
Version: 0.1.1
Authors@R: c(
person("Danny", "Parsons",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-8333-9880")),
person("Shadrack", "Kibet",
role = "aut"))
role = "aut"),
person("Lily", "Clements",
role = "ctb"))
Description: For use in summary functions to omit missing values
conditionally using specified checks.
License: LGPL (>= 3)
Expand All @@ -25,4 +27,4 @@ VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# naflex 0.1.1

* Internal updates and bug fixes:
* Added "_PACKAGE" to naflex.R, ensuring proper package structure.
* Updated the package testing and build checks, which were out of date and causing failures. Now using the standard checks recommended for R packages.

# naflex 0.1.0

* Initial CRAN release
Expand Down
1 change: 1 addition & 0 deletions R/naflex.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
#' within summary functions.
#' @docType package
#' @name naflex
"_PACKAGE"
NULL
18 changes: 18 additions & 0 deletions man/naflex.Rd

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

0 comments on commit 75809a0

Please sign in to comment.