Skip to content

Commit

Permalink
eliminate character that gave R trouble creating pdf version of the m…
Browse files Browse the repository at this point in the history
…anual
  • Loading branch information
jjallaire committed Oct 4, 2013
1 parent 09a310a commit e4f32b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions man/appDependencies.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
to current working directory.}
}
\value{
Returns a data frame with the following columns that
enumerates the dependencies detected for the application:
\tabular{ll}{ \code{package} \tab Name of package \cr
\code{version} \tab Version of package\cr }
Returns a data frame listing the package dependencies
detected for the application: \tabular{ll}{
\code{package} \tab Name of package \cr \code{version}
\tab Version of package\cr }
}
\description{
Recursively detect all package dependencies for an
Expand Down
2 changes: 1 addition & 1 deletion man/proxies.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ options(RCurlOptions = list(proxy = "http://proxy.example.com")

You can set any underling curl option using this mechanism. To do this you translate curl options to lowercase and remove the \code{CURL_} prefix (for example, \code{CURLOPT_PROXYPORT} becomes \code{proxyport}).

A list of available curl options can be found here: \href{http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTPROXY}{curl http proxy options}.
A list of available curl options can be found here: \href{http://curl.haxx.se/libcurl/c/curl_easy_setopt.html}{curl http proxy options}.

}

Expand Down
2 changes: 0 additions & 2 deletions man/shinyapps-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Date: \tab 2013-10-03\cr
License: \tab GPL-2\cr
}



}
\author{
JJ Allaire
Expand Down

0 comments on commit e4f32b6

Please sign in to comment.