Skip to content

Commit e00a58f

Browse files
committed
vendoring example using src/ instead of inst/
1 parent a79f81a commit e00a58f

38 files changed

+2967
-1223
lines changed

cpp4rgaussjordan/R/cpp4rgaussjordan-package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ invert_matrix <- function(A) {
2020
#' @examples
2121
#' A <- matrix(c(2,1,3,-1), nrow = 2, ncol = 2)
2222
#' b <- matrix(c(7,4), nrow = 2, ncol = 1)
23+
#' solve_system(A, b)
2324
solve_system <- function(A,b) {
2425
solve_system_(A, b)
2526
}

cpp4rgaussjordan/inst/include/cpp4r/attribute_proxy.hpp

Lines changed: 0 additions & 50 deletions
This file was deleted.

cpp4rgaussjordan/inst/include/cpp4r/doubles.hpp

Lines changed: 0 additions & 108 deletions
This file was deleted.

cpp4rgaussjordan/inst/include/cpp4r/environment.hpp

Lines changed: 0 additions & 58 deletions
This file was deleted.

cpp4rgaussjordan/inst/include/cpp4r/integers.hpp

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)