Skip to content

Commit

Permalink
:
Browse files Browse the repository at this point in the history
(devel/R-inline) Updated 0.3.15 to 0.3.19

(https://cran.r-project.org/web/packages/inline/news.html)
Changes in inline version 0.3.19 (2021-05-25)

  * Documentation for moveDLL was updated and extended (Johannes in #22).

  * A few more tests were made conditional the test platform (Dirk in #24).

Changes in inline version 0.3.18 (2021-05-17)

  * The moveDLL code and tests were updated for changed in R-devel (Johannes in
    #22 fixing #21).

Changes in inline version 0.3.17 (2020-11-30)

  * Unit testing is now supported via tinytest (Johannes in #15 addressing #14
    ).

  * CI was updated to use focal and run.sh from r-ci on Travis and GitHub
    Actions (Dirk)

  * The writing and reading of compiled code was refactored and extended
    (Johannes in #16 fixing #13).

  * Some minor problems related to CRAN checks and tests were corrected
    (Johannes and Dirk in #17, Johannes in #18, #19, #20).

  * Small stylistic updates have been applied to some R and Rd files (Dirk).

Changes in inline version 0.3.16 (2020-09-06)

  * Maintenance updates to README.md standardizing badges (Dirk).

  * Maintenance update to Travis CI setup (Dirk).

  * Switch to using system2() for better error diagnostics (Ben Goodrich in #12
    ).
  • Loading branch information
mef committed Jun 6, 2021
1 parent 4235018 commit 3951e28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions devel/R-inline/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:39 brook Exp $
# $NetBSD: Makefile,v 1.5 2021/06/06 12:53:18 mef Exp $

R_PKGNAME= inline
R_PKGVER= 0.3.15
R_PKGVER= 0.3.19
CATEGORIES= devel

MAINTAINER= [email protected]
COMMENT= Functions to inline C, C++, Fortran function calls from R
LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3

USE_LANGUAGES= # none
# test only (?)
USE_LANGUAGES= c c++ fortran

.include "../../math/R/Makefile.extension"
.include "../../mk/compiler/gfortran.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions devel/R-inline/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2018/06/01 02:02:11 wen Exp $
$NetBSD: distinfo,v 1.3 2021/06/06 12:53:18 mef Exp $

SHA1 (R/inline_0.3.15.tar.gz) = 5f400761cd40126a029584a169bdef3883ba9a06
RMD160 (R/inline_0.3.15.tar.gz) = 58cc5f4509b87845ee1bef81f89f15b5ce03b423
SHA512 (R/inline_0.3.15.tar.gz) = b8394df7f6c128f1cc84fdd992948c2be9949cad50cdb14a876f8d7278c9bc37dc2300654d23d1e9c7fb3bf8b0e1015b5431bcb6fd069fcf29924344503526be
Size (R/inline_0.3.15.tar.gz) = 21455 bytes
SHA1 (R/inline_0.3.19.tar.gz) = a76a509d476c42bf9911528f1b2fe4dbe24084cf
RMD160 (R/inline_0.3.19.tar.gz) = 869eab3a4b84d1090b15903932a42e9a7cad3367
SHA512 (R/inline_0.3.19.tar.gz) = 37e4b8b1f8917a2cce5dfc2bbf9309c5c8a0cddaf0c9e9a8b737af43a9a0b62ebf0f88d710fcd089b1d9a61eb9d638cbf90978486aea1f7872598ecf101153cc
Size (R/inline_0.3.19.tar.gz) = 25074 bytes

0 comments on commit 3951e28

Please sign in to comment.