Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaPrime7 committed Dec 16, 2023
1 parent 54b032e commit 3252335
Show file tree
Hide file tree
Showing 12 changed files with 107 additions and 7 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Config/testthat/edition: 3
Imports:
data.table,
janitor,
readxl
readxl,
tibble,
utils
Depends:
R (>= 2.10)
LazyData: true
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export(tidyDenovix)
import(data.table)
import(janitor)
import(readxl)
importFrom(tibble,tibble)
importFrom(utils,read.csv)
importFrom(utils,read.table)
2 changes: 0 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# tidyDenovix (development version)

* Initial CRAN submission.

- Still in the developmental stage.
35 changes: 35 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#' @importFrom tibble tibble
NULL

#' spec.
#'
#' A txt file version of the Denovix Spectrophotometry data.
#'
#'
"spec"

#' rna1.
#'
#' An excel file version of the Denovix Spectrophotometry data.
#'
#'
"rna1"

#' rna2.
#'
#' A csv file version of the Denovix Spectrophotometry data.
#'
#'
"rna2"

#' rna3.
#'
#' A csv file version of the Denovix Spectrophotometry data.
#'
#'
"rna3"





File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions data-raw/spectxt.R → data-raw/rna3.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## code to prepare `C:/Users/GrandProf/Downloads/Repos_4cleanup/Repositories_AP7/CodeBaseR/tidyDenovix/data-raw/spec.txt` dataset goes here
## code to prepare `C:/Users/GrandProf/Downloads/Repos_4cleanup/Repositories_AP7/CodeBaseR/tidyDenovix/data-raw/spec.csv` dataset goes here

usethis::use_data('C:/Users/GrandProf/Downloads/Repos_4cleanup/Repositories_AP7/CodeBaseR/tidyDenovix/data-raw/spec.txt', overwrite = TRUE)
usethis::use_data('C:/Users/GrandProf/Downloads/Repos_4cleanup/Repositories_AP7/CodeBaseR/tidyDenovix/data-raw/spec.csv', overwrite = TRUE)
4 changes: 2 additions & 2 deletions data-raw/spec.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## code to prepare `C:/Users/GrandProf/Downloads/Repos_4cleanup/Repositories_AP7/CodeBaseR/tidyDenovix/inst/extdata/spec.csv` dataset goes here
## code to prepare `C:/Users/GrandProf/Downloads/Repos_4cleanup/Repositories_AP7/CodeBaseR/tidyDenovix/data-raw/spec.txt` dataset goes here

usethis::use_data('C:/Users/GrandProf/Downloads/Repos_4cleanup/Repositories_AP7/CodeBaseR/tidyDenovix/inst/extdata/spec.csv', overwrite = TRUE)
usethis::use_data('C:/Users/GrandProf/Downloads/Repos_4cleanup/Repositories_AP7/CodeBaseR/tidyDenovix/data-raw/spec.txt', overwrite = TRUE)
16 changes: 16 additions & 0 deletions man/rna1.Rd

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

16 changes: 16 additions & 0 deletions man/rna2.Rd

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

16 changes: 16 additions & 0 deletions man/rna3.Rd

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

16 changes: 16 additions & 0 deletions man/spec.Rd

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

0 comments on commit 3252335

Please sign in to comment.