Skip to content

Commit

Permalink
Remove gridExtra from Imports (and all Suggests). (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson authored Mar 8, 2024
1 parent 08c77e4 commit d2c590b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
Package: funcgeo
Type: Package
Title: Functional Geometry in R
Version: 0.2.0
Version: 0.2.0.9000
Authors@R: person("Matthew", "Henderson", email = "[email protected]",
role = c("aut", "cre"))
Description: Peter Henderson's Functional Geometry in R.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
grid,
gridExtra
grid
RoxygenNote: 5.0.1
Suggests: testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr
URL: https://github.com/mhenderson/funcgeo
BugReports: https://github.com/mhenderson/funcgeo/issues

0 comments on commit d2c590b

Please sign in to comment.