Skip to content

Commit

Permalink
Merge pull request #80 from nutriverse/cran-release-v0.2.0
Browse files Browse the repository at this point in the history
refactor functions; add test for ageHeaping
  • Loading branch information
ernestguevarra authored Apr 6, 2024
2 parents 56de8f8 + b7bf96a commit d1d2760
Show file tree
Hide file tree
Showing 49 changed files with 3 additions and 639 deletions.
3 changes: 0 additions & 3 deletions R/ageChildren.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ ageChildren <- function(age,
## If age is numeric ----
if (is.numeric(age)) age <- floor(age)

## If age is integer ----
if (is.integer(age)) age <- age

## If x is not numeric or integer ----
if (!is.numeric(age) & !is.integer(age))
stop("Age should be of class integer or numeric. Try again.")
Expand Down
3 changes: 0 additions & 3 deletions R/ageRatioTest.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ ageRatioTest <- function(x, ratio = 0.85) {
## If x is numeric ----
if (is.numeric(x)) x <- floor(x)

## If x is integer ----
if (is.integer(x)) x <- x

## If x is not numeric or integer ----
if (!is.numeric(x) & !is.integer(x))
stop("Age should be of class integer or numeric. Try again.")
Expand Down
2 changes: 0 additions & 2 deletions revdep/checks/libraries.csv

This file was deleted.

Binary file removed revdep/data.sqlite
Binary file not shown.
10 changes: 0 additions & 10 deletions revdep/library/nipnTK/new/nipnTK/CITATION

This file was deleted.

42 changes: 0 additions & 42 deletions revdep/library/nipnTK/new/nipnTK/DESCRIPTION

This file was deleted.

64 changes: 0 additions & 64 deletions revdep/library/nipnTK/new/nipnTK/INDEX

This file was deleted.

Binary file removed revdep/library/nipnTK/new/nipnTK/Meta/Rd.rds
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/Meta/data.rds
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/Meta/features.rds
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/Meta/hsearch.rds
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/Meta/links.rds
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/Meta/nsInfo.rds
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/Meta/package.rds
Binary file not shown.
54 changes: 0 additions & 54 deletions revdep/library/nipnTK/new/nipnTK/NAMESPACE

This file was deleted.

66 changes: 0 additions & 66 deletions revdep/library/nipnTK/new/nipnTK/NEWS.md

This file was deleted.

27 changes: 0 additions & 27 deletions revdep/library/nipnTK/new/nipnTK/R/nipnTK

This file was deleted.

Binary file removed revdep/library/nipnTK/new/nipnTK/R/nipnTK.rdb
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/R/nipnTK.rdx
Binary file not shown.
94 changes: 0 additions & 94 deletions revdep/library/nipnTK/new/nipnTK/WORDLIST

This file was deleted.

Binary file removed revdep/library/nipnTK/new/nipnTK/data/Rdata.rdb
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/data/Rdata.rds
Binary file not shown.
Binary file removed revdep/library/nipnTK/new/nipnTK/data/Rdata.rdx
Binary file not shown.
Loading

0 comments on commit d1d2760

Please sign in to comment.