Skip to content

Commit de04902

Browse files
Extendr wrappers
1 parent 45a282d commit de04902

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

R/extendr-wrappers.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ is_dag_type_ptr <- function(g) .Call(wrap__is_dag_type_ptr, g)
5858

5959
is_pdag_type_ptr <- function(g) .Call(wrap__is_pdag_type_ptr, g)
6060

61+
validate_as_ptr <- function(g, class) .Call(wrap__validate_as_ptr, g, class)
62+
6163
shd_of_ptrs <- function(g1, names1, g2, names2) .Call(wrap__shd_of_ptrs, g1, names1, g2, names2)
6264

6365
hd_of_ptrs <- function(g1, g2) .Call(wrap__hd_of_ptrs, g1, g2)

0 commit comments

Comments
 (0)