Skip to content

Commit

Permalink
Merge pull request #1 from AlphaPrime7/pre-release
Browse files Browse the repository at this point in the history
final touches
  • Loading branch information
AlphaPrime7 authored Jan 12, 2024
2 parents e575842 + b8841bd commit 0f66e35
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
^lib$
^CRAN-SUBMISSION$
^cran-comments\.md$
.log
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 2.0.0
Date: 2023-12-20 00:17:21 UTC
SHA: 93791f83a0e25c778f5d44f508c483d45768ce28
Date: 2024-01-12 02:32:59 UTC
SHA: 44348338d9d399fbfa68ef80cc852cc105d5e575
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tidyDenovix
Title: Cleans Spectrophotometry Data Obtained From The Denovix DS-11 Instrument
Title: Cleans Spectrophotometry Data Obtained from the Denovix DS-11 Instrument
Version: 2.0.0
Authors@R:
person("Tingwei", "Adeck", , "awesome.tingwei@outlook.com", role = c("aut", "cre"),
Expand Down
2 changes: 2 additions & 0 deletions R/lambda_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

lambda_check_source = function(odf, sample_type = c('RNA','DNA'), check_level = c('strict','lax')){

#x260_280_alert <- x260_230_alert <- NULL

odf = odf %>%
janitor::clean_names()

Expand Down
8 changes: 8 additions & 0 deletions R/tidyDenovix-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#' @keywords internal
#' @aliases testduplicate-package

"_PACKAGE"
## usethis namespace: start
utils::globalVariables(names = c(".", "x260_280_alert","x260_230_alert"), package="tidyDenovix", add=FALSE)
## usethis namespace: end
NULL
24 changes: 24 additions & 0 deletions man/tidyDenovix-package.Rd

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

0 comments on commit 0f66e35

Please sign in to comment.