Skip to content

Commit

Permalink
fixing Kurt Hornik's catch on comb function import
Browse files Browse the repository at this point in the history
  • Loading branch information
msuzen committed Apr 10, 2022
1 parent 9c68e15 commit 74399f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 41 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: R1magic
Type: Package
Title: Compressive Sampling: Sparse Signal Recovery Utilities
Version: 0.3.2
Date: 2015-04-19
Version: 0.3.3
Date: 2022-04-20
Authors@R: c(
person("Mehmet", "Suzen",
email = "mehmet.suzen@physics.org", role = c("aut", "cre")))
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ exportPattern(".")
import(
stats
)
importFrom("utils", "combn")
32 changes: 0 additions & 32 deletions buildPackage.bash

This file was deleted.

7 changes: 0 additions & 7 deletions updateMan.bash

This file was deleted.

0 comments on commit 74399f2

Please sign in to comment.