Skip to content

Commit

Permalink
pass some tests please
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaynor1 authored and mgaynor1 committed Feb 17, 2024
1 parent 8f5b368 commit e175bc8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
^.*\.Rproj$
^\.Rproj\.user$
^.github$
^data/*/*.zip$
^docs$
^_pkgdown\.yml$
^pkgdown$
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
src/*.o
src/*.so
src/*.dll
*.DS_Store
src/*.so
src/*.o
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: nQuack
Title: Mixed model approach to predicting samples ploidal level from sequence data using site-based heterozygosity.
Title: Predicting ploidal level from sequence data using site-based heterozygosity
Version: 1.0.0
Authors@R: c(person(given = "Michelle L.", family = "Gaynor", email= "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3912-6079")),
Expand All @@ -11,7 +11,9 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
knitr,
dplyr,
kableExtra
Imports:
Rcpp (>= 1.0.11),
RcppArmadillo (>= 0.12.8.0.0),
Expand All @@ -28,13 +30,12 @@ LinkingTo:
RcppArmadillo (>= 0.12.8.0.0),
extraDistr,
RcppProgress
Config/testthat/edition: 3
SystemRequirements: C++17
Depends:
R (>= 3.5.0)
LazyData: true
License: GPL-3
VignetteBuilder: knitr
Maintainer: ML Gaynor <[email protected]>
URL: http://mlgaynor.com/nQuack/ https://github.com/mgaynor1/nQuack
BugReports: https://github.com/mgaynor1/nQuack/issue

2 changes: 2 additions & 0 deletions vignettes/BasicExample.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ vignette: >
```{r message=FALSE, warning=FALSE, include=FALSE}
library(kableExtra)
library(dplyr)
library(nQuack)
```


Expand All @@ -31,6 +32,7 @@ This tutorial requires `nQuack` and `dplyr`.
```{r eval=FALSE, include=TRUE}
library(nQuack)
library(dplyr)
library(kableExtra)
```

## Data preparation
Expand Down

0 comments on commit e175bc8

Please sign in to comment.