Skip to content

Commit d3acb30

Browse files
committed
v0.3 sent to CRAN
1 parent 7df902a commit d3acb30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+168
-61
lines changed

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@
2929
^Meta$
3030
^softwarex-article$
3131
^vignettes$
32+
^Rcppsampling$
33+
^cpp11sampling$
34+
^cpp4rsampling$

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.2.0
2-
Date: 2025-10-07 19:06:29 UTC
3-
SHA: c05c5a8f838146c90d93e3f07c878466eea6c553
1+
Version: 0.3.0
2+
Date: 2025-10-10 21:27:52 UTC
3+
SHA: 7df902a139baf9562afb5fdbe849f1c6f6454098

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After discussing some [pull requests](https://github.com/pachadotdev/cpp11/pulls
3232

3333
- [x] Convert ordered and unordered C++ maps to R lists.
3434
- [x] Roxygen support on C++ side.
35-
- [x] Allow `dimnames` atribute with matrices on C++ side.
35+
- [x] Allow `dimnames` attribute with matrices on C++ side.
3636
- [x] Support nullable `external_ptr<>`.
3737
- [x] Use values added to a vector with `push_back()` immediately.
3838
- [x] Support bidirectional passing of complex numbers/vectors.

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/MAINTENANCE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/SUPPORT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/01-motivations.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)