Skip to content

Commit

Permalink
neotoma2 mods
Browse files Browse the repository at this point in the history
move neotoma2 to required, and to CRAN
  • Loading branch information
nickmckay committed Mar 5, 2024
1 parent 84ab1c0 commit 3826365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Imports:
data.table,
methods,
jsonlite,
sets
sets,
neotoma2
Suggests:
tools,
gt,
Expand All @@ -51,12 +52,10 @@ Suggests:
knitr,
devtools,
lubridate,
neotoma2,
covr,
rmarkdown,
testthat,
googlesheets4
Remotes:
neotomadb/neotoma2
VignetteBuilder: knitr
LazyData: true
14 changes: 1 addition & 13 deletions vignettes/Summary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

```{r setup, include = FALSE, width.out='100%'}
if (!requireNamespace("devtools", quietly = TRUE)) {
stop(
"Package 'devtools' must be installed to use this function. Install it from github using `remotes::install_github('neotomadb/neotoma2')`",
call. = FALSE
)
}
if (!requireNamespace("neotoma2", quietly = TRUE)) {
stop(
"Package 'neotoma2' must be installed to use this function. Install it from github using `remotes::install_github('neotomadb/neotoma2')`",
call. = FALSE
)
}
```{r setup, include = FALSE, width.out='100%', echo = FALSE}
options(width = 500)
knitr::opts_chunk$set(
collapse = TRUE,
Expand Down

0 comments on commit 3826365

Please sign in to comment.