Skip to content

Commit fe8883a

Browse files
committed
using tmp registry
1 parent e1a87df commit fe8883a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

R/RcppCWB_package.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
#' # functions of the corpus library (starting with cl) expose the low-level
119119
#' # access to the CWB corpus library (CL)
120120
#'
121-
#' registry <- if (!check_pkg_registry_files()) use_tmp_registry() else get_pkg_registry()
121+
#' # registry <- if (!check_pkg_registry_files()) use_tmp_registry() else get_pkg_registry()
122+
#' registry <- use_tmp_registry()
122123
#' print(registry)
123124
#' ids <- cl_cpos2id("REUTERS", cpos = 1:20, p_attribute = "word", registry = registry)
124125
#' tokens <- cl_id2str("REUTERS", id = ids, p_attribute = "word", registry = registry)

man/RcppCWB-packge.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)