Home
last modified time | relevance | path

Searched refs:usethis (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/R-cran-usethis/usethis/tests/testthat/_snaps/
H A Drelease.md8 * [ ] `usethis::use_cran_comments()`
25 * [ ] `usethis::use_version('minor')`
32 * [ ] `usethis::use_github_release()`
33 * [ ] `usethis::use_news_md()`
34 * [ ] `usethis::use_dev_version()`
58 * [ ] `usethis::use_version('patch')`
65 * [ ] `usethis::use_github_release()`
66 * [ ] `usethis::use_news_md()`
67 * [ ] `usethis::use_dev_version()`
96 * [ ] `usethis::use_news_md()`
[all …]
H A Dtibble.md10 ## usethis namespace: start
12 ## usethis namespace: end
/dports/devel/R-cran-devtools/devtools/R/
H A Dusethis.R9 usethis::local_project(pkg$path, quiet = TRUE)
10 usethis::use_testthat()
14 usethis::local_project(pkg$path, quiet = TRUE)
15 usethis::use_directory(path, ignore)
19 usethis::local_project(pkg$path, quiet = TRUE)
20 usethis::use_git_ignore(ignores)
/dports/devel/R-cran-usethis/usethis/man/
H A Dusethis-package.Rd2 % Please edit documentation in R/usethis-package.R
4 \name{usethis-package}
5 \alias{usethis}
6 \alias{usethis-package}
7 \title{usethis: Automate Package and Project Setup}
19 \item \url{https://usethis.r-lib.org}
20 \item \url{https://github.com/r-lib/usethis}
21 \item Report bugs at \url{https://github.com/r-lib/usethis/issues}
H A Duse_tidy_thanks.Rd42 # r-lib/usethis, interval = since a certain date
43 use_tidy_thanks("r-lib/usethis", from = "2020-08-01")
45 # r-lib/usethis, up to a specific release
46 use_tidy_thanks("r-lib/usethis", from = NULL, to = "v1.1.0")
48 # r-lib/usethis, since a specific commit, up to a specific date
49 use_tidy_thanks("r-lib/usethis", from = "08a560d", to = "2018-05-14")
51 # r-lib/usethis, but with copy/paste of a browser URL
52 use_tidy_thanks("https://github.com/r-lib/usethis")
H A Duse_description.Rd32 usethis consults the following sources, in this order, to set \code{DESCRIPTION}
36 \item \code{getOption("usethis.description")}
37 \item Defaults built into usethis
40 The fields discovered via options or the usethis package can be viewed with
44 named list in an option named \code{"usethis.description"}. Here's an example of
46 usethis.description = list(
56 Prior to usethis v2.0.0, \code{getOption("devtools.desc")} was consulted for
57 backwards compatibility, but now only the \code{"usethis.description"} option is
H A Dusethis-defunct.Rd2 % Please edit documentation in R/usethis-defunct.R
3 \name{usethis-defunct}
4 \alias{usethis-defunct}
10 \title{Defunct and deprecated functions in usethis}
23 These functions have either been deprecated or removed from usethis.
H A Dzip-utils.Rd9 use_course(url, destdir = getOption("usethis.destdir"))
30 location using the option \code{usethis.destdir}, e.g.
31 \code{options(usethis.destdir = "a/good/dir")}, perhaps saved to your
55 \code{destdir} or configure the \code{"usethis.destdir"} option to prevent this.
68 # download the source of usethis from GitHub, behind a bit.ly shortlink
69 use_course("bit.ly/usethis-shortlink-example")
70 use_course("http://bit.ly/usethis-shortlink-example")
H A Dgit_credentials.Rd2 % Please edit documentation in R/usethis-defunct.R
25 In usethis v2.0.0, usethis switched from git2r to gert (+ credentials) for
28 great deal of credential-handling assistance has been removed from usethis,
H A Dgit_protocol.Rd20 usethis supports HTTPS and SSH. The protocol dictates the Git URL format used
21 when usethis needs to configure the first GitHub remote for a repo:
29 \item \code{git_protocol()} reveals the protocol "in force". As of usethis v2.0.0,
33 \code{\link[=edit_r_profile]{edit_r_profile()}}):\preformatted{options(usethis.protocol = "ssh")
H A Dproj_sitrep.Rd5 \title{Report working directory and usethis/RStudio project}
11 reporting current working directory, active usethis project, and active
18 \item the active usethis project
H A Dcreate_from_github.Rd34 location using the option \code{usethis.destdir}, e.g.
35 \code{options(usethis.destdir = "a/good/dir")}, perhaps saved to your
77 consulted now that usethis uses the gert package for Git operations,
83 consulted now that usethis uses the gert package for Git operations,
101 Many usethis functions, including those documented here, potentially interact
126 \href{https://usethis.r-lib.org/articles/articles/git-credentials.html}{Managing Git(Hub) Credentia…
131 create_from_github("r-lib/usethis")
134 create_from_github("https://github.com/r-lib/usethis")
H A Dproj_utils.Rd23 quiet = getOption("usethis.quiet", default = FALSE)
30 quiet = getOption("usethis.quiet", default = FALSE),
62 unset, usethis uses \href{https://rprojroot.r-lib.org}{rprojroot} to
71 \verb{usethis::proj_*()} utility functions. They are internal functions that are
73 usethis. End user code should call functions in
H A Duse_template.Rd5 \title{Use a usethis-style template}
13 package = "usethis"
60 package = "usethis"
H A Duse_course_details.Rd31 # conspicuous_place() = `getOption('usethis.destdir')` or desktop or home
74 button. Capture this URL, which will have this form:\preformatted{https://github.com/r-lib/usethis/…
81 branch name, a tag, or a SHA):\preformatted{https://github.com/github.com/r-lib/usethis/zipball/HEAD
84 https://api.github.com/repos/r-lib/usethis/zipball/REF
147 create_download_url("https://github.com/r-lib/usethis")
148 create_download_url("https://github.com/r-lib/usethis/issues")
/dports/devel/R-cran-devtools/devtools/
H A DNAMESPACE112 importFrom(usethis,ui_code)
113 importFrom(usethis,ui_done)
114 importFrom(usethis,ui_field)
115 importFrom(usethis,ui_path)
116 importFrom(usethis,ui_todo)
117 importFrom(usethis,ui_value)
118 importFrom(usethis,use_test)
/dports/devel/R-cran-usethis/usethis/R/
H A Ddescription.R85 usethis <- list( list
102 usethis$Roxygen <- "list(markdown = TRUE)"
103 usethis$RoxygenNote <- roxygen_note
118 defaults <- modify_this(usethis, options)
/dports/devel/R-cran-usethis/usethis/
H A DDESCRIPTION1 Package: usethis
22 URL: https://usethis.r-lib.org, https://github.com/r-lib/usethis
23 BugReports: https://github.com/r-lib/usethis/issues
H A DNEWS.md1 # usethis 2.0.1
25 # usethis 2.0.0
181 # usethis 1.6.3
185 # usethis 1.6.1
206 # usethis 1.6.0
395 # usethis 1.5.1
454 # usethis 1.5.0
733 # usethis 1.4.0
788 # usethis 1.3.0
820 # usethis 1.2.0
[all …]
/dports/games/brainparty/brainparty/
H A Dsharpshooter.cpp208 bool usethis; in CreateTarget() local
212 usethis = true; in CreateTarget()
216 usethis = false; in CreateTarget()
221 if (usethis) break; in CreateTarget()
224 if (!usethis) { in CreateTarget()
/dports/devel/R-cran-devtools/devtools/man/
H A Dcreate.Rd13 \item{...}{Additional arguments passed to \code{\link[usethis:create_package]{usethis::create_packa…
15 \item{open}{If \code{TRUE}, \link[usethis:proj_activate]{activates} the new project:
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/ci/
H A Dcheck-using-std.sh19 usethis=$(grep --no-filename 'using std::' "$reporoot/src/"*.cpp \
26 for symbol in $usethis; do
/dports/devel/R-cran-usethis/usethis/tests/testthat/ref/
H A DREADME.md5 devtools::load_all("~/rrr/usethis")
6 #> ℹ Loading usethis
7 #> x unloadNamespace("usethis") failed because another loaded package needs it
27 forms <https://github.com/r-lib/usethis/archive/master.zip> and
28 <http://github.com/r-lib/usethis/zipball/master/>.
/dports/www/R-cran-gh/gh/inst/doc/
H A Dmanaging-personal-access-tokens.Rmd32 * In the [usethis package](https://usethis.r-lib.org):
33 …- Vignette: [Managing Git(Hub) Credentials](https://usethis.r-lib.org/articles/articles/git-creden…
34 - `usethis::gh_token_help()` and `usethis::git_sitrep()` help you check if
36 - `usethis::create_github_token()` guides you through the process of getting
/dports/www/R-cran-gh/gh/vignettes/
H A Dmanaging-personal-access-tokens.Rmd32 * In the [usethis package](https://usethis.r-lib.org):
33 …- Vignette: [Managing Git(Hub) Credentials](https://usethis.r-lib.org/articles/articles/git-creden…
34 - `usethis::gh_token_help()` and `usethis::git_sitrep()` help you check if
36 - `usethis::create_github_token()` guides you through the process of getting

12345