Skip to content

Commit

Permalink
Explicitly importing head and tail to fix CRAN NOTES.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Jul 1, 2015
1 parent 9612d6f commit c3d4022
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
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
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exportPattern("^[[:alpha:]]+")
importFrom(utils, head, tail)
10 changes: 9 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
\name{NEWS}
\alias{NEWS}
\title{NEWS file for the \code{\link[=Pade]{Pade}} package}
\title{NEWS file for the \code{\link[pkg:Pade]{Pade}} package}

\section{Changes in version 0.1-3 (2015-06-30)}{
\subsection{Updates}{
\itemize{
\item Update DESCRIPTION and NAMESPACE to explicitly import \code{\link[pkg:utils]{head}} and \code{\link[pkg:utils]{tail}} from package \code{\link{utils}}
}
}
}

\section{Changes in version 0.1-2 (2015-06-10)}{
\subsection{Updates}{
Expand Down

0 comments on commit c3d4022

Please sign in to comment.