Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
(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
).
|
|
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] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
|
|
Update to the canonical form of an R package and fix the LICENSE
field.
|
|
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.
|
|
Functionality to dynamically define R functions and S4 methods with
inlined C, C++ or Fortran code supporting .C and .Call calling
conventions.
|