-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54b032e
commit 3252335
Showing
12 changed files
with
107 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.