Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Apr 30, 2024
1 parent d205655 commit d39f8c2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ BugReports: https://github.com/tesselle/ananke/issues
Depends:
R (>= 3.5)
Imports:
aion (>= 1.0.2),
arkhe (>= 1.5.0),
aion (>= 1.0.3),
arkhe (>= 1.6.0),
graphics,
grDevices,
methods
Expand All @@ -26,11 +26,10 @@ Suggests:
tinytest
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
Collate:
'AllClasses.R'
'AllGenerics.R'
Expand Down
27 changes: 27 additions & 0 deletions vignettes/radiocarbon.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "radiocarbon"
output:
markdown::html_format:
options:
toc: true
number_sections: true
bibliography: bibliography.bib
vignette: >
%\VignetteIndexEntry{radiocarbon}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.width = 7,
fig.height = 7,
out.width = NULL
)
```

```{r setup}
library(ananke)
```

0 comments on commit d39f8c2

Please sign in to comment.