File: rsconnect-package.R

package info (click to toggle)
r-cran-rsconnect 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,044 kB
  • sloc: python: 185; sh: 13; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#' @keywords internal
"_PACKAGE"

#' Using Packages with rsconnect
#'
#' See ?[appDependencies()]
#' @keywords internal
#' @name rsconnectPackages
NULL

#' HTTP Proxy Configuration
#'
#' Please see `vignette("custom-http")`.
#'
#' @keywords internal
#' @name rsconnectProxies
NULL

## usethis namespace: start
#' @import rlang
#' @importFrom lifecycle deprecated
## usethis namespace: end
NULL