| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=p37qu2c1qf7gui7esrm6oo7v8d; path=/
content-type: text/html; charset=UTF-8
date: Mon, 29 Dec 2025 15:40:02 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
R-inline
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/R-inline, Functions to inline C, C++, Fortran function calls from R
[
Branch: CURRENT, Version: 0.3.21, Package name: R-inline-0.3.21, Maintainer: minskim
Functionality to dynamically define R functions and S4 methods with
inlined C, C++ or Fortran code supporting .C and .Call calling
conventions.
Required to run:
[math/R]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
R-inlinedoc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/R-inline, Functions to inline C, C++, Fortran function calls from R
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 0.3.21, Package name: R-inline-0.3.21, Maintainer: minskim
Functionality to dynamically define R functions and S4 methods with
inlined C, C++ or Fortran code supporting .C and .Call calling
conventions.
Required to run:
[math/R]
Required to build:
[pkgtools/cwrappers]
Master sites: (Expand)
- https://cran.r-project.org/src/contrib/
- https://lib.stat.cmu.edu/R/CRAN/src/contrib/
- https://stat.ethz.ch/CRAN/src/contrib/
- https://www.stats.bris.ac.uk/R/src/contrib/
- https://cran.r-project.org/src/contrib/Archive/inline/
- https://lib.stat.cmu.edu/R/CRAN/src/contrib/Archive/inline/
- https://stat.ethz.ch/CRAN/src/contrib/Archive/inline/
- https://www.stats.bris.ac.uk/R/src/contrib/Archive/inline/
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-01-12) Updated to version: R-inline-0.3.21
- (2021-06-06) Updated to version: R-inline-0.3.19
CVS history: (Expand)
| 2025-01-12 13:54:52 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-inline) Updated 0.3.19 to 0.3.21, make test passed
Changes in inline version 0.3.21 (2025-01-08):
* Refine use of 'Rf_warning' in 'cfunction' setting
'-DR_NO_REMAP' ourselves to get R version independent state
|
| 2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
| 2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
| 2021-06-15 16:25:00 by Jonathan Perkin | Files touched by this commit (1) |
Log message: R-inline: gfortran.mk should not be included directly. |
| 2021-06-06 14:53:18 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
:
(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
).
|
| 2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message: Update all R packages to canonical form. The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] https://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html |
| 2019-07-31 17:25:26 by Brook Milligan | Files touched by this commit (1) | |
Log message: R-inline: update to canonical form of an R package. Update to the canonical form of an R package and fix the LICENSE field. |
| 2018-06-01 04:02:11 by Wen Heping | Files touched by this commit (2) | |
Log message: Update to 0.3.15 Upstream changes: Changes in inline version 0.3.15 (2018-05-18) Correct requireNamespace() call thanks (Alexander Grueneberg in #5). Small simplification to .travis.yml; also switch to https. Use seq_along instead of seq(along=...) (Watal M. Iwasaki) in #6). Update package manual page using references to DESCRIPTION file [CRAN request]. Minor packaging updates. |
