diff --git a/.Rbuildignore b/.Rbuildignore index 14349c8..876cd35 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,2 +1,3 @@ debian -.travis.yml +\.travis\.yml +.*\.tar\.gz diff --git a/DESCRIPTION b/DESCRIPTION index e7a4709..43b1d6d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,16 @@ Package: inline -Version: 0.3.14.1 -Date: 2015-09-23 +Version: 0.3.15 +Date: 2018-05-18 Title: Functions to Inline C, C++, Fortran Function Calls from R Author: Oleg Sklyar, Duncan Murdoch, Mike Smith, Dirk Eddelbuettel, Romain Francois, Karline Soetaert Maintainer: Dirk Eddelbuettel -Depends: R (>= 2.4.0), methods +Depends: R (>= 2.4.0) +Imports: methods Suggests: Rcpp (>= 0.11.0) Description: Functionality to dynamically define R functions and S4 methods - with inlined C, C++ or Fortran code supporting .C and .Call calling conventions. + with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling + conventions. License: LGPL Copyright: Oleg Sklyar, 2005-2010 and other authors per their commits LazyLoad: yes diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 974ce5c..826fa40 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,13 +3,16 @@ \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/inline/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/eddelbuettel/inline/issues/#1}{##1}} -\section{Changes in inline version 0.3.15 (2015-10-01)}{ +\section{Changes in inline version 0.3.15 (2018-05-18)}{ \itemize{ - \item Correct \code{requireNamespace()} call thanks to PR - \ghpr{5} by Alexander Grueneberg (and some further changes) - \item Small simplification to \code{.travis.yml} - \item Use \code{seq_along} instead of \code{seq(along=...)} (PR - \ghpr{6} by Watal M. Iwasaki) + \item Correct \code{requireNamespace()} call thanks (Alexander + Grueneberg in \ghpr{5}). + \item Small simplification to \code{.travis.yml}; also switch to https. + \item Use \code{seq_along} instead of \code{seq(along=...)} (Watal + M. Iwasaki) in \ghpr{6}). + \item Update package manual page using references to + \code{DESCRIPTION} file [CRAN request]. + \item Minor packaging updates. } } diff --git a/man/inline-package.Rd b/man/inline-package.Rd index 050e57d..380ba7c 100644 --- a/man/inline-package.Rd +++ b/man/inline-package.Rd @@ -2,31 +2,10 @@ \alias{inline-package} \alias{inline} \docType{package} -\title{ -Inline C, C++, Fortran function calls from R -} -\description{ -Functionality to dynamically define R functions and S4 methods with in-lined C, -C++ or Fortran code supporting \code{\link{.C}} and \code{\link{.Call}} -calling conventions. -} -\details{ -\tabular{ll}{ -Package: \tab inline\cr -Type: \tab Package\cr -Version: \tab 0.3.8\cr -Date: \tab 2010-12-07\cr -License: \tab LGPL\cr -LazyLoad: \tab yes\cr -} -} -\seealso{ - \code{\link{cfunction}}, \code{\link{cxxfunction}} -} -\author{ -Oleg Sklyar, Duncan Murdoch, Mike Smith, Dirk Eddelbuettel, Romain Francois - -Maintainer: Oleg Sklyar -} -\keyword{ package } +\title{\packageTitle{inline}} +\description{\packageDescription{inline}} +\seealso{\code{\link{cfunction}}, \code{\link{cxxfunction}}} +\author{\packageAuthor{inline}} +\section{Maintainer}{\packageMaintainer{inline}} +\keyword{package}