Skip to content

Commit

Permalink
chore: update package required files
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcook committed Oct 18, 2020
1 parent 48764e5 commit 08f816b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: mustashe
Title: Stash and Load Objects
Version: 0.1.2.9000
Version: 0.1.3
Authors@R:
c(person(given = c("Joshua", "H"),
family = "Cook",
Expand Down Expand Up @@ -29,7 +29,8 @@ Imports:
digest (>= 0.6.0),
formatR (>= 1.7),
qs (>= 0.21.2),
tibble (>= 2.1.0)
tibble (>= 2.1.0),
here (>= 0.1.0)
Suggests:
covr (>= 3.3.0),
knitr (>= 1.28),
Expand All @@ -42,4 +43,4 @@ VignetteBuilder:
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(clear_stash)
export(dont_use_here)
export(stash)
export(unstash)
export(use_here)

0 comments on commit 08f816b

Please sign in to comment.