File tree
Expand file tree Collapse file tree 3 files changed
+21
-0
lines changed Expand file tree Collapse file tree 3 files changed
+21
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2017-04-23 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * inst/examples/pnrrs.r: Added 'pnrrs.r' helper calling
4
+ tools::package_native_routine_registration_skeleton() available in R
5
+ 3.4.0 and later
6
+
1
7
2017-02-18 Dirk Eddelbuettel <edd@debian.org>
2
8
3
9
* .travis.yml (before_install): Use https
Original file line number Diff line number Diff line change 3
3
\newcommand {\ghpr }{\href {https : // github.com / eddelbuettel / littler / pull / # 1}{##1}}
4
4
\newcommand {\ghit }{\href {https : // github.com / eddelbuettel / littler / issues / # 1}{##1}}
5
5
6
+ \section {Changes in littler version 0.3.2 (2017 - 02 - 14 )}{
7
+ \itemize {
8
+ \item Changes in examples
9
+ \itemize {
10
+ \item New script \code {pnrrs.r } to call the package - native
11
+ registration helper function added in R 3.4.0
12
+ }
13
+ }
14
+ }
15
+
6
16
\section {Changes in littler version 0.3.2 (2017 - 02 - 14 )}{
7
17
\itemize {
8
18
\item Changes in examples
Original file line number Diff line number Diff line change
1
+ # !/usr/bin/r
2
+
3
+ if (getRversion() < " 3.4.0" ) stop(" Not available for R (< 3.4.0). Please upgrade." , call. = FALSE )
4
+
5
+ tools :: package_native_routine_registration_skeleton(" ." )
You can’t perform that action at this time.
0 commit comments