<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/R-Rcpp, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-04-12T14:37:21Z</updated>
<entry>
<title>(devel/R-Rcpp) Updated 1.0.8.2 to 1.0.8.3</title>
<updated>2022-04-12T14:37:21Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2022-04-12T14:37:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=965f1c33b1636b2d5a6e49acfdbd29b8f2420f6f'/>
<id>urn:sha1:965f1c33b1636b2d5a6e49acfdbd29b8f2420f6f</id>
<content type='text'>
2022-03-13  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

        * tests/tinytest.R: Disable full tests on four-digits release to not
        exceed CRAN test time preference</content>
</entry>
<entry>
<title>(devel/R-Rcpp) +TEST_DEPENDS+= tex-inconsolata, but make test not pass yet</title>
<updated>2022-03-15T00:16:09Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2022-03-15T00:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2cace7754bd693aa8134e5511663fd96d63995d6'/>
<id>urn:sha1:2cace7754bd693aa8134e5511663fd96d63995d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(devel/R-Rcpp) Updated 1.0.7 to 1.0.8.2</title>
<updated>2022-03-14T11:25:38Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2022-03-14T11:25:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8a42c6d0cdbcc54b2e2e7694f73af018741138f3'/>
<id>urn:sha1:8a42c6d0cdbcc54b2e2e7694f73af018741138f3</id>
<content type='text'>
2022-03-10  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* DESCRIPTION (Version, Date): Roll minor version
	* inst/include/Rcpp/config.h: Idem

	* inst/tinytest/cpp/sugar.cpp: Also conditionally replace
	std::unary_function with std::function
	* vignettes/rmd/Rcpp-sugar.Rmd: Replace std::unary_function example
	with std::function (implicitly requiring C++ in vignette example)
	* vignettes/rmd/Rcpp-FAQ.Rmd: Idem

2022-03-09  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* inst/include/Rcpp/Language.h: To quieten compilations, replace
	std::(unary|binary)_function with std::function for C++11 or later
	* inst/include/Rcpp/StringTransformer.he: Idem

2022-01-21  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* DESCRIPTION (Version, Date): Roll minor version
	* inst/include/Rcpp/config.h: Idem

2022-01-20  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* src/attributes.cpp: Make three small changes to permit compilation
	under C++98 now (while we consider just turning to C++11 overall)

2022-01-14  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* inst/tinytest/test_packageversion.R: Comparison to 'dev' revision
	version now tolerant of optional trailing zero (e.g. 1.0.8.0)

2022-01-11  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

        * DESCRIPTION (Date, Version): Release 1.0.8

        * inst/include/Rcpp/config.h: Idem
        * inst/NEWS.Rd: Idem
        * vignettes/rmd/Rcpp.bib: Idem
        * inst/bib/Rcpp.bib: Idem
	* vignettes/pdf/*: Rebuilt

	* inst/include/Rcpp/r/headers.h: STRICT_R_HEADERS set by default
	unless override RCPP_NO_STRICT_HEADERS is set (cf issue #1158)

2022-01-10  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

        * vignettes/rmd/Rcpp.bib: Updated CRAN and R references
        * inst/bib/Rcpp.bib: Idem
        * vignettes/rmd/getCurrentVersionsOfCitedPackages.R: Updated

2022-01-01  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* DESCRIPTION (Version, Date): Roll minor version

	* inst/NEWS.Rd: Added entries for a few PRs since last release

	* vignettes/rmd/Rcpp.bib: Provide both url and doi entries
	* inst/bib/Rcpp.bib: Idem

2021-12-28  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* README.md: Add section on performance

2021-12-24  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* README.md: Update usage counts

2021-12-16  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* vignettes/rmd/Rcpp.bib: Update JSS references to new doi scheme,
	update http URL links to https
	* inst/bib/Rcpp.bib: Idem

2021-12-10  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

        * DESCRIPTION (Version, Date): Roll minor version
	* inst/include/Rcpp/config.h: Idem

2021-12-08  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* inst/include/Rcpp/Rcpp: Added as new entry point
	* inst/include/Rcpp/Light: Added as lighter-weight entry point
	* inst/include/Rcpp/Lighter: Idem
	* inst/include/Rcpp/Lightest: Idem

2021-11-30  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* README.md: Remove Travis badge
	* .travis.yml: Removed

2021-11-15  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* docker/ci/Dockerfile: Minor cleanup

2021-11-14  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* R/RcppLdpath.R: Simplified as we no longer need to worry about CXX0X

2021-11-11  Kevin Ushey  &lt;kevinushey@gmail.com&gt;

	* R/RcppLdpath.R: CxxFlags() now quotes its include path

2021-10-15  Travers Ching  &lt;traversc@gmail.com&gt;

	* inst/tinytest/testRcppAttributePackage: Tests `signature` attribute
	* inst/tinytest/test_attribute_package.R: Tests `signature` attribute

2021-10-13  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* README.md: Switch JSS url to doi form per JSS request
	* man/Rcpp-package.Rd: Idem
	* man/RcppLdFlags.Rd: Idem
	* inst/CITATION: Only use doi entries in three citEntry blocks

2021-10-11  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

        * DESCRIPTION (Version, Date): Roll minor version
	* inst/include/Rcpp/config.h: Idem

	* .codecov.yml (comment): Disable codecov comments on PRs

2021-10-10  Travers Ching  &lt;traversc@gmail.com&gt;

	* src/attributes.cpp: Add `signature` attribute and syntax checks

2021-10-02  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* .github/workflows/docker.yaml (jobs): Add container builder action

2021-10-01  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

	* inst/NEWS.Rd: Updated

2021-09-29  Iñaki Ucar  &lt;iucar@fedoraproject.org&gt;

	* inst/include/Rcpp/XPtr.h: Check for new define
        `RCPP_USE_FINALIZE_ON_EXIT` to flip the value of XPtr's `finalizeOnExit`
        parameter from false (default) to true.
	* inst/tinytest/test_xptr.R: Added test for this functionality.

2021-09-27  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* README.md: Added total downloads badge

2021-09-06  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* docker/ci-4.0/Dockerfile: Using R 4.0.5 to build ci-4.0
	* .github/workflows/ci.yaml (jobs): Also run against R 4.0.*

2021-09-05  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* inst/examples/Misc/piSugar.cpp (piSugar): Remove spurious call to
	RNGScope we do not need with Rcpp Attributes
	* inst/examples/RcppGibbs/RcppGibbs.R (Rgibbs): Comment on two uses
	of RNGScope as historical in pre-Attributes code
	* inst/examples/RcppGibbs/timeRNGs.R: Idem for one more

2021-08-05  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* inst/bib/Rcpp.bib: Use https for CRAN URLs
	* vignettes/rmd/Rcpp.bib: Idem

2021-07-25  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

2021-07-24  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

	* vignettes/rmd/Rcpp-FAQ.Rmd: New entry on growing vectors

2021-07-08  Dirk Eddelbuettel  &lt;edd@debian.org&gt;

        * DESCRIPTION (Version, Date): Roll minor version
        * inst/include/Rcpp/config.h: Idem

	* cleanup: Check for optional vignettes/rmd before trying to access it</content>
</entry>
<entry>
<title>archivers: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T10:13:59Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T10:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=97a2cc85a7dcdfbc21249d5c64e49ff6e3713d2f'/>
<id>urn:sha1:97a2cc85a7dcdfbc21249d5c64e49ff6e3713d2f</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>devel: Remove SHA1 hashes for distfiles</title>
<updated>2021-10-07T13:38:55Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T13:38:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=72f797f2798cf554e6e3c17361c0b50b12becfe8'/>
<id>urn:sha1:72f797f2798cf554e6e3c17361c0b50b12becfe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(devel/R-Rcpp) Updated 1.0.6 to 1.0.7</title>
<updated>2021-08-21T13:37:31Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2021-08-21T13:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=424b087660529f0cf49822243951cd65158d3712'/>
<id>urn:sha1:424b087660529f0cf49822243951cd65158d3712</id>
<content type='text'>
( w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat - )
Changes in Rcpp release version 1.0.7 (2021-07-06)

  * Changes in Rcpp API:

      + Refactored Rcpp_PreserveObject and Rcpp_ReleaseObject which are now O
        (1) (Dirk and I?aki in #1133 and #1135 fixing #382 and #1081).

      + A spuriously assigned variable was removed (Dirk in #1138 fixing #1137
        ).

      + Global Rcout and Rcerr objects are supported via a compiler directive
        (I?aki in #1139 fixing #928)

      + Add support for Rcpp::message (Dirk in #1146 fixing #1145).

      + The uint32_t type is used throughout instead of unsigned int (Dirk in #
        1153 fixing #1152).

      + The cfloat header for floating point limits is now included (Dirk in #
        1162 fixing #1161).

  * Changes in Rcpp Attributes:

      + Packages with dots in their name can now have per-package include files
        (Dirk in #1132 fixing #1129).

      + New argument echo to quieten optional evaluation in sourceCpp (Dirk in
        #1138 fixing #1126).

  * Forthcoming Changes in Rcpp API:

      + Starting with Rcpp 1.0.8 anticipated in January 2022, STRICT_R_HEADERS
        will be enabled by default, see #1126.</content>
</entry>
<entry>
<title>(devel/R-Rcpp) Updated 1.0.5 to 1.0.6</title>
<updated>2021-02-06T14:41:29Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2021-02-06T14:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=912e272806f87449a6e3c3c7c9fdf5fd3ea8560d'/>
<id>urn:sha1:912e272806f87449a6e3c3c7c9fdf5fd3ea8560d</id>
<content type='text'>
(pkgsrc)
  - Add tex-ec, tex-pdflscape for TEST_DEPENDS.
   Check the permision of /var/lib/texmf/fonts/pk/ if make test fails with
   !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found

(upstream)
Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
Changes in Rcpp patch release version 1.0.6 (2021-01-14)

  - Changes in Rcpp API:
      * Replace remaining few uses of EXTPTR_PTR with R_ExternalPtrAddr (Kevin
        in #1098 fixing #1097).
      * Add push_back and push_front for DataFrame (Walter Somerville in #1099
        fixing #1094).
      * Remove a misleading-to-wrong comment (Mattias Ellert in #1109 cleaning
        up after #1049).
      * Address a sanitizer report by initializing two private bool variables
        (Benjamin Christoffersen in #1113).
      * External pointer finalizer toggle default values were corrected to true
        (Dirk in #1115).
  - Changes in Rcpp Documentation:
      * Several URLs were updated to https and/or new addresses (Dirk).
  - Changes in Rcpp Deployment:
      * Added GitHub Actions CI using the same container-based setup used
        previously, and also carried code coverage over (Dirk in #1128).
  - Changes in Rcpp support functions:
      * Rcpp.package.skeleton() avoids warning from R. (Dirk)</content>
</entry>
<entry>
<title>(devel/R-Rcpp) Updated 1.0.4.6 to 1.0.5</title>
<updated>2020-10-04T06:11:24Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2020-10-04T06:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dcc9453da27bb2da46746e3b402a3717165f8d4d'/>
<id>urn:sha1:dcc9453da27bb2da46746e3b402a3717165f8d4d</id>
<content type='text'>
(pkgsrc)
  - several adding/adjust on TEST_DEPENDS lines

(upstream)
  Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
  (there was not explicit 1.0.4.6 line in this file, below are after 1.0.4)

Changes in Rcpp patch release version 1.0.5 (2020-07-01)

  * Changes in Rcpp API:

      + The exception handler code in #1043 was updated to ensure proper
        include behavior (Kevin in #1047 fixing #1046).

      + A missing Rcpp_list6 definition was added to support R 3.3.* builds
        (Davis Vaughan in #1049 fixing #1048).

      + Missing Rcpp_list{2,3,4,5} definition were added to the Rcpp namespace
        (Dirk in #1054 fixing #1053).

      + A further updated corrected the header include and provided a missing
        else branch (Mattias Ellert in #1055).

      + Two more assignments are protected with Rcpp::Shield (Dirk in #1059).

      + One call to abs is now properly namespaced with std:: (Uwe Korn in #
        1069).

      + String object memory preservation was corrected/simplified (Kevin in #
        1082).

  * Changes in Rcpp Attributes:

      + Empty strings are not passed to R CMD SHLIB which was seen with R 4.0.0
        on Windows (Kevin in #1062 fixing #1061).

      + The short_file_name() helper function is safer with respect to
        temporaries (Kevin in #1067 fixing #1066, and #1071 fixing #1070).

  * Changes in Rcpp Sugar:

      + Two sample() objects are now standard vectors and not R_alloc created
        (Dirk in #1075 fixing #1074).

  * Changes in Rcpp support functions:

      + Rcpp.package.skeleton() adjusts for a (documented) change in R 4.0.0
        (Dirk in #1088 fixing #1087).

  * Changes in Rcpp Documentation:

      + The pdf file of the earlier introduction is again typeset with
        bibliographic information (Dirk).

      + A new vignette describing how to package C++ libraries has been added
        (Dirk in #1078 fixing #1077).

  * Changes in Rcpp Deployment:

      + Travis CI unit tests now run a matrix over the versions of R also
        tested at CRAN (rel/dev/oldrel/oldoldrel), and coverage runs in
        parallel for a net speed-up (Dirk in #1056 and #1057).

      + The exceptions test is now partially skipped on Solaris as it already
        is on Windows (Dirk in #1065).

      + The default CI runner was upgraded to R 4.0.0 (Dirk).

      + The CI matrix spans R 3.5, 3.6, r-release and r-devel (Dirk).</content>
</entry>
<entry>
<title>R-Rcpp: Catch more .deb files to skip checks for.</title>
<updated>2020-05-13T11:18:35Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2020-05-13T11:18:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e093a27e57da576891618f8f67ebea44e8a91519'/>
<id>urn:sha1:e093a27e57da576891618f8f67ebea44e8a91519</id>
<content type='text'>
</content>
</entry>
<entry>
<title>devel/R-Rcpp: skip nonexistent file</title>
<updated>2020-05-13T03:28:30Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2020-05-13T03:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e072ee05366b192d6aa453d171b76d798d8df81'/>
<id>urn:sha1:5e072ee05366b192d6aa453d171b76d798d8df81</id>
<content type='text'>
</content>
</entry>
</feed>
