Skip to content

Commit

Permalink
release 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed May 18, 2018
1 parent e3113d6 commit 51d1ed2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
@@ -1,2 +1,3 @@
debian debian
.travis.yml \.travis\.yml
.*\.tar\.gz
10 changes: 6 additions & 4 deletions DESCRIPTION
@@ -1,14 +1,16 @@
Package: inline Package: inline
Version: 0.3.14.1 Version: 0.3.15
Date: 2015-09-23 Date: 2018-05-18
Title: Functions to Inline C, C++, Fortran Function Calls from R Title: Functions to Inline C, C++, Fortran Function Calls from R
Author: Oleg Sklyar, Duncan Murdoch, Mike Smith, Dirk Eddelbuettel, Author: Oleg Sklyar, Duncan Murdoch, Mike Smith, Dirk Eddelbuettel,
Romain Francois, Karline Soetaert Romain Francois, Karline Soetaert
Maintainer: Dirk Eddelbuettel <edd@debian.org> Maintainer: Dirk Eddelbuettel <edd@debian.org>
Depends: R (>= 2.4.0), methods Depends: R (>= 2.4.0)
Imports: methods
Suggests: Rcpp (>= 0.11.0) Suggests: Rcpp (>= 0.11.0)
Description: Functionality to dynamically define R functions and S4 methods 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 License: LGPL
Copyright: Oleg Sklyar, 2005-2010 and other authors per their commits Copyright: Oleg Sklyar, 2005-2010 and other authors per their commits
LazyLoad: yes LazyLoad: yes
Expand Down
15 changes: 9 additions & 6 deletions inst/NEWS.Rd
Expand Up @@ -3,13 +3,16 @@
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/inline/pull/#1}{##1}} \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/inline/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/inline/issues/#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{ \itemize{
\item Correct \code{requireNamespace()} call thanks to PR \item Correct \code{requireNamespace()} call thanks (Alexander
\ghpr{5} by Alexander Grueneberg (and some further changes) Grueneberg in \ghpr{5}).
\item Small simplification to \code{.travis.yml} \item Small simplification to \code{.travis.yml}; also switch to https.
\item Use \code{seq_along} instead of \code{seq(along=...)} (PR \item Use \code{seq_along} instead of \code{seq(along=...)} (Watal
\ghpr{6} by Watal M. Iwasaki) M. Iwasaki) in \ghpr{6}).
\item Update package manual page using references to
\code{DESCRIPTION} file [CRAN request].
\item Minor packaging updates.
} }
} }


Expand Down
33 changes: 6 additions & 27 deletions man/inline-package.Rd
Expand Up @@ -2,31 +2,10 @@
\alias{inline-package} \alias{inline-package}
\alias{inline} \alias{inline}
\docType{package} \docType{package}
\title{ \title{\packageTitle{inline}}
Inline C, C++, Fortran function calls from R \description{\packageDescription{inline}}
} \seealso{\code{\link{cfunction}}, \code{\link{cxxfunction}}}
\description{ \author{\packageAuthor{inline}}
Functionality to dynamically define R functions and S4 methods with in-lined C, \section{Maintainer}{\packageMaintainer{inline}}
C++ or Fortran code supporting \code{\link{.C}} and \code{\link{.Call}} \keyword{package}
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 <oleg.sklyar@googlemail.com>
}
\keyword{ package }


0 comments on commit 51d1ed2

Please sign in to comment.