-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from wvictor14/devel
add stop controls and fix check errors
- Loading branch information
Showing
13 changed files
with
148 additions
and
182 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
^Meta$ | ||
^.*\.pptx$ | ||
^.*.Rmd.orig$ | ||
^precompile.R$ | ||
^precompile.R$ |
This file was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
Package: planet | ||
Title: Placental DNA methylation analysis tools | ||
Version: 1.7.0 | ||
Version: 1.9.3 | ||
Authors@R: | ||
c(person("Victor", "Yuan", email = "[email protected]", | ||
role = c("aut", "cre")), | ||
|
@@ -10,20 +10,18 @@ URL: | |
https://victor.rbind.io/planet, http://github.com/wvictor14/planet | ||
BugReports: | ||
http://github.com/wvictor14/planet/issues | ||
Description: This package contains R functions to infer additional biological | ||
variables to supplemental DNA methylation analysis of placental data. This | ||
Description: This package contains R functions to predict biological variables | ||
to from placnetal DNA methylation data generated from infinium arrays. This | ||
includes inferring ethnicity/ancestry, gestational age, and cell composition | ||
from placental DNA methylation array (450k/850k) data. The package comes | ||
with an example processed placental dataset. | ||
from placental DNA methylation array (450k/850k) data. | ||
Depends: | ||
R (>= 4.0) | ||
R (>= 4.3) | ||
Imports: | ||
methods, | ||
tibble, | ||
magrittr, | ||
dplyr | ||
Suggests: | ||
badger, | ||
ggplot2, | ||
testthat, | ||
tidyr, | ||
|
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,7 @@ | ||
# planet 1.9.2 | ||
|
||
# planet 1.9.1 | ||
|
||
# planet 0.99.4 (03-10-2021) | ||
|
||
* Combined vignettes into a single one | ||
|
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
Binary file not shown.
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 was deleted.
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.
Oops, something went wrong.