Skip to content

Commit

Permalink
Update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jan 1, 2025
1 parent fcfada2 commit e41966d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Fast row-oriented operations implemented in C++, all of which are m
contrast to other functions, the ones in this package support data frames with differently typed
columns as input without coercing to a matrix, performing, if necessary, on-the-fly type
promotion according to R rules (like transforming logicals to integers to allow summation).
Version: 0.1.1.9000
Version: 0.1.1
Imports:
methods,
glue,
Expand All @@ -22,7 +22,7 @@ LinkingTo:
Suggests:
rlang,
testthat
Date: 2024-12-30
Date: 2025-01-01
Authors@R: c(
person("Alexis", "Sarda-Espinosa", role=c("cre", "aut"), email="[email protected]")
)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

# wiserow 0.1.1

- Fixed exception handling in `C++`.
- Fixed undefined behavior when dividing by zero in `row_means`.
8 changes: 1 addition & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@

## Test environments
* Local GNU/Linux, R release
* Local GNU/Linux, R release with Valgrind
* Local Windows 10, R release
* win-builder (devel and release)
* Travis CI
+ Linux: devel and release
+ OSX: release
* AppVeyor (x32 and x64)
* Docker container: rocker/r-devel-ubsan-clang
* GitHub CI (devel, release, and oldrel)

## R CMD check results
* There were no ERRORs or WARNINGs
Expand Down
3 changes: 2 additions & 1 deletion inst/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
url: https://asardaes.github.io/wiserow/

destination: docs
template:
bootstrap: 5

0 comments on commit e41966d

Please sign in to comment.