File: fix_registry.Rd

package info (click to toggle)
r-cran-pkgmaker 0.32.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: sh: 13; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/registry.R
\name{fix_registry}
\alias{fix_registry}
\title{Fix Registry Access Functions}
\usage{
fix_registry(regobj)
}
\arguments{
\item{regobj}{registry object}
}
\description{
Fixes some of the member functions for registry objects, as defined in the
\pkg{registry} package.
The main fixed issue is due to the fact that key filtering does not return
the correct entry, when an entry key is a prefix of another entry key,
even when passed the exact key.
}
\concept{registry-internals}
\keyword{internal}