-
Notifications
You must be signed in to change notification settings - Fork 3
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 #121 from chainsawriot/desc
Add implementation of `as_pkgrefs("DESCRIPTION")` #113
- Loading branch information
Showing
9 changed files
with
213 additions
and
11 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Package: Rcpp | ||
Title: Seamless R and C++ Integration | ||
Version: 1.0.10.4 | ||
Date: 2023-03-26 | ||
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, | ||
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
Description: The 'Rcpp' package provides R functions as well as C++ classes which | ||
offer a seamless integration of R and C++. Many R data types and objects can be | ||
mapped back and forth to C++ equivalents which facilitates both writing of new | ||
code as well as easier integration of third-party libraries. Documentation | ||
about 'Rcpp' is provided by several vignettes included in this package, via the | ||
'Rcpp Gallery' site at <https://gallery.rcpp.org>, the paper by Eddelbuettel and | ||
Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, | ||
<doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, | ||
<doi:10.1080/00031305.2017.1375990>); see 'citation("Rcpp")' for details. | ||
Imports: methods, utils | ||
Suggests: tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2) | ||
URL: https://www.rcpp.org, https://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp | ||
License: GPL (>= 2) | ||
BugReports: https://github.com/RcppCore/Rcpp/issues | ||
MailingList: [email protected] | ||
RoxygenNote: 6.1.1 |
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,16 @@ | ||
Package: chipseq | ||
Title: chipseq: A package for analyzing chipseq data | ||
Version: 1.49.0 | ||
Author: Deepayan Sarkar, Robert Gentleman, Michael Lawrence, Zizhen Yao | ||
Description: Tools for helping process short read data for chipseq | ||
experiments | ||
Depends: R (>= 2.10), methods, BiocGenerics (>= 0.1.0), S4Vectors (>= 0.17.25), | ||
IRanges (>= 2.13.12), GenomicRanges (>= 1.31.8), ShortRead | ||
Imports: methods, stats, lattice, BiocGenerics, IRanges, GenomicRanges, | ||
ShortRead | ||
Suggests: BSgenome, GenomicFeatures, TxDb.Mmusculus.UCSC.mm9.knownGene | ||
Maintainer: Bioconductor Package Maintainer | ||
<[email protected]> | ||
License: Artistic-2.0 | ||
LazyLoad: yes | ||
biocViews: ChIPSeq, Sequencing, Coverage, QualityControl, DataImport |
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,23 @@ | ||
Package: mzesalike | ||
Title: Xaringan Template With MZES Theme | ||
Version: 0.0.3 | ||
Authors@R: | ||
person(given = "Chung-hong", | ||
family = "Chan", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-6232-7530")) | ||
Description: Create professional looking HTML5 slides with MZES theme. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
xaringan, | ||
xaringanExtra (>= 0.0.14), | ||
leaflet, | ||
fontawesome | ||
Remotes: | ||
yihui/xaringan, | ||
chainsawriot/xaringanExtra, | ||
rstudio/fontawesome | ||
RoxygenNote: 7.1.0 |
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,30 @@ | ||
Package: rrcompendium | ||
Title: Partial Reproduction of Boettiger Ecology Letters 2018;21:1255–1267 with rrtools | ||
Version: 0.0.0.9000 | ||
Authors@R: | ||
person(given = "Anna", | ||
family = "Krystalli", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Description: This repository contains the research compendium of the partial | ||
reproduction of Boettiger Ecology Letters 2018;21:1255–1267. The compendium | ||
contains all data, code, and text associated with this sub-section of the | ||
analysis. | ||
License: MIT + file LICENSE | ||
ByteCompile: true | ||
Encoding: UTF-8 | ||
LazyData: true | ||
URL: https://github.com/annakrystalli/rrcompendium | ||
BugReports: https://github.com/annakrystalli/rrcompendium/issues | ||
Imports: | ||
bookdown, | ||
dplyr, | ||
readr, | ||
ggplot2 (>= 3.0.0), | ||
ggthemes (>= 3.5.0), | ||
here (>= 0.1), | ||
knitr (>= 1.20), | ||
rticles (>= 0.6) | ||
RoxygenNote: 6.1.0 | ||
Suggests: | ||
testthat |
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,6 @@ | ||
This is obtained from | ||
|
||
https://github.com/annakrystalli/rrcompendium-complete | ||
|
||
A complete research compendium prepared with rrtools. | ||
|
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