-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly importing head and tail to fix CRAN NOTES.
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
Package: Pade | ||
Type: Package | ||
Title: Padé Approximant Coefficients | ||
Version: 0.1-2 | ||
Date: 2015-06-10 | ||
Version: 0.1-3 | ||
Date: 2015-06-30 | ||
Authors@R: c(person(given="Avraham", family="Adler", role=c("aut", "cph", "cre"), email="[email protected]")) | ||
Description: Given a vector of Taylor series coefficients of sufficient length as input, the function returns the numerator and denominator coefficients for the Padé approximant of appropriate order. | ||
License: GPL (>= 2) | BSD_2_clause + file LICENSE | ||
Imports: utils | ||
Suggests: testthat | ||
URL: https://bitbucket.org/aadler/pade | ||
BugReports: https://bitbucket.org/aadler/pade/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
exportPattern("^[[:alpha:]]+") | ||
importFrom(utils, head, tail) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters