Skip to content

Commit

Permalink
minor change and fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Qile0317 committed May 24, 2024
1 parent fb52396 commit cbb476e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion R/math.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ divide <- function(x, y) x / y

is_even <- function(x) x %% 2 == 0
is_odd <- function(x) x %% 2 == 1

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ArrayStats
# FastUtils

<!-- badges: start -->
[![R-CMD-check](https://github.com/Qile0317/FastUtils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Qile0317/FastUtils/actions/workflows/R-CMD-check.yaml)
Expand Down

0 comments on commit cbb476e

Please sign in to comment.