Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: memtools
Title: Tools for debugging memory leaks
Version: 0.1.0.9000
Version: 0.1.0.9001
Authors@R: c(
person("Lionel", "Henry", ,"[email protected]", c("aut", "cre")),
person("RStudio", role = "cph")
Expand All @@ -15,7 +15,7 @@ Imports:
bench,
pillar,
purrr,
rlang (>= 0.4.10.9000),
rlang (>= 1.1.2),
tibble,
vctrs
Suggests:
Expand All @@ -27,8 +27,6 @@ Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Remotes:
r-lib/rlang
SystemRequirements:
C++11
Roxygen: list(markdown = TRUE)
Expand Down