Skip to content

Commit

Permalink
Import utils function
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 14, 2024
1 parent 7f62e30 commit 802249a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ export(read_subp_file)
export(simmod)
export(spec_add_dimnames)
export(tidy_output)
importFrom(utils,unzip)
useDynLib(eppasm,ageprevC)
useDynLib(eppasm,eppasmC)
4 changes: 4 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
##' Import commonly used utils functions
##' @importFrom utils unzip
##' @name Imports
NULL
8 changes: 8 additions & 0 deletions man/Imports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/create_spectrum_fixpar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 802249a

Please sign in to comment.