You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roc_proc_text(rd_roclet(), " #' Title #' #' Some [link text #' split over lines][pkg::fun()]. #' #' @md foo <- function() {}")[[1]]
collapses the white space between the words “text” and “split”:
% Generated by roxygen2: do not edit by hand
% Please edit documentation in RtmpBGoS8c/file16a1a34b1d2a0
\name{foo}
\alias{foo}
\title{Title}
\usage{
foo()
}
\description{
Some \link[pkg:fun]{link textsplit over lines}.
}
The cause is the same as in #628 (which was fixed in #630).
The text was updated successfully, but these errors were encountered:
egnha
added a commit
to egnha/roxygen
that referenced
this issue
Jul 8, 2018
As of a8ed64b,
collapses the white space between the words “text” and “split”:
The cause is the same as in #628 (which was fixed in #630).
The text was updated successfully, but these errors were encountered: