-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use roxygen2-like style for simple links
- Loading branch information
1 parent
c7dbb97
commit 338281c
Showing
37 changed files
with
262 additions
and
262 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
\arguments{ | ||
\item{x}{ an integer64 vector } | ||
|
||
\item{...}{ further arguments to the \code{\link{NextMethod}} } | ||
\item{...}{ further arguments to the code{link[=NextMethod]{NextMethod()}} } | ||
|
||
\item{keep.names}{ FALSE, set to TRUE to keep a names vector } | ||
} | ||
|
@@ -41,8 +41,8 @@ | |
\description{ | ||
Methods to coerce integer64 to other atomic types. | ||
'as.bitstring' coerces to a human-readable bit representation (strings of zeroes and ones). | ||
The methods \code{\link{format}}, \code{\link{as.character}}, \code{\link{as.double}}, | ||
\code{\link{as.logical}}, \code{\link{as.integer}} do what you would expect. | ||
The methods code{link[=format]{format()}}, \code{\link{as.character}}, code{link[=as.double]{as.double()}}, | ||
code{link[=as.logical]{as.logical()}}, \code{\link{as.integer}} do what you would expect. | ||
} | ||
\author{ | ||
Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com> | ||
|
@@ -54,6 +54,6 @@ Jens Oehlschlägel <[email protected]> | |
-2,-1,NA,0:2 | ||
))) | ||
} | ||
\seealso{ \code{\link{as.integer64.character}} \code{\link{integer64}} } | ||
\seealso{ code{link[=as.integer64.character]{as.integer64.character()}} \code{\link{integer64}} } | ||
\keyword{ classes } | ||
\keyword{ manip } |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
\arguments{ | ||
\item{x}{ an integer64 vector } | ||
|
||
\item{...}{ passed to NextMethod \code{\link{as.data.frame}} after removing the 'integer64' class attribute } | ||
\item{...}{ passed to NextMethod code{link[=as.data.frame]{as.data.frame()}} after removing the 'integer64' class attribute } | ||
} | ||
\value{ | ||
a one-column data.frame containing an integer64 vector | ||
|
@@ -32,7 +32,7 @@ Jens Oehlschlägel <[email protected]> | |
data.frame(a=1:12, b=as.integer64(1:12)) | ||
} | ||
\seealso{ | ||
\code{\link{cbind.integer64}} \code{\link{integer64}} %as.vector.integer64 removed as requested by the CRAN maintainer \code{\link{as.vector.integer64}} | ||
code{link[=cbind.integer64]{cbind.integer64()}} \code{\link{integer64}} %as.vector.integer64 removed as requested by the CRAN maintainer \code{\link{as.vector.integer64}} | ||
} | ||
\keyword{ classes } | ||
\keyword{ manip } |
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
Oops, something went wrong.