Skip to content

Commit d7d9bab

Browse files
committed
Rolled Depends: on R to "R (>= 3.0.0)" as required by the vignette building code (with thanks to Uwe Ligges)
Also fixed one typo / grammar error in Rd file
1 parent d84a68a commit d7d9bab

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2013-10-12 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Depends): Rolled Depends: on R to "R (>= 3.0.0)" as
4+
required by the vignette building code (with thanks to Uwe Ligges)
5+
16
2013-10-08 Dirk Eddelbuettel <edd@debian.org>
27

38
* NAMESPACE: Export LdFlags as well as RcppLdFlags

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Description: The Rcpp package provides R functions as well as a C++ library
4949
Additional documentation is available via the paper by Eddelbuettel and
5050
Francois (2011, JSS) paper and the book by Eddelbuettel (2013, Springer);
5151
see 'citation("Rcpp")' for details.
52-
Depends: R (>= 2.15.1)
52+
Depends: R (>= 3.0.0)
5353
Imports: methods
5454
Suggests: RUnit, inline, rbenchmark, highlight
5555
VignetteBuilder: highlight

inst/NEWS.Rd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
\item Export linking helper function \code{LdFlags} as well as
2222
\code{RcppLdFlags}.
2323
}
24+
\item Changes in R setup:
25+
\itemize{
26+
\item Raise requirement for R itself to be version 3.0.0 or later
27+
as needed by the vignette processing
28+
}
2429
}
2530
}
2631

man/RcppLdFlags.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\title{Provide Rcpp Linker Flags}
55
\description{
66
\code{LdFlags} and \code{RcppLdFlags} return the required flags and
7-
options for the the system linker. This allows portable use of
7+
options for the system linker. This allows portable use of
88
\pkg{Rcpp} as package location as well as operating-system specific
99
details are abstracted away behind the interface of this function.
1010

0 commit comments

Comments
 (0)