-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
@@ -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]") | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |