We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use_cpp11()
1 parent ef2310b commit 5b11a52Copy full SHA for 5b11a52
DESCRIPTION
@@ -74,3 +74,5 @@ Collate:
74
'xml_write.R'
75
'zzz.R'
76
Config/testthat/edition: 3
77
+LinkingTo:
78
+ cpp11
R/xml2-package.R
@@ -5,5 +5,6 @@
5
#' @import rlang
6
#' @importFrom glue glue
7
#' @importFrom lifecycle deprecated
8
+#' @useDynLib xml2, .registration = TRUE
9
## usethis namespace: end
10
NULL
0 commit comments