-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modernize ?setkey; and tackle long-deprecated functions (#3399)
- Loading branch information
1 parent
8105bae
commit e192793
Showing
10 changed files
with
100 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
\name{set2key} | ||
\alias{set2key} | ||
\alias{set2keyv} | ||
\alias{key2} | ||
\alias{key<-} | ||
\title{ Deprecated. } | ||
\description{ | ||
These functions are deprecated. They will be removed in future. Please use the functions in \code{\link{setkey}}. | ||
} | ||
\usage{ | ||
set2key(...) # DEPRECATED; helpful error since May 2018 and warning since Nov 2016 | ||
set2keyv(...) # DEPRECATED; helpful error since May 2018 and warning since Nov 2016 | ||
key2(...) # DEPRECATED; helpful error since May 2018 and warning since Nov 2016 | ||
key(x) <- value # DEPRECATED; strong warning since Mar 2019 and softer warning since 2012 | ||
} | ||
\arguments{ | ||
\item{\dots}{ Deprecated. } | ||
\item{x}{ Deprecated. } | ||
\item{value}{ Deprecated. } | ||
} | ||
|
Oops, something went wrong.