-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing install in pkgdown article #548
Comments
gaborcsardi
pushed a commit
that referenced
this issue
Dec 16, 2022
jrwishart
pushed a commit
to Displayr/cli
that referenced
this issue
Oct 25, 2023
* Fix docs: remove duplicated item * Fix typos * Fix another typo * Fix typo * Add UTF-8 snapshot output For a tests with utf-8/ascii variants. * document() * Update GHA * New keypress() function (r-lib#540) * New `hash_file_md5()` function, MD5 hash of files * No show-cursor ANSI seq in task cb & finalizer if env var If `R_CLI_HIDE_CURSOR` is set to `false` then cli does not register a task callback and a finalizer to show the cursor. This is to make the output more predictable in test cases. * Compatibility with webR * Support hidden visibility * README in light/dark mode (r-lib#546) * add prettyunits to `Config/Needs/website` (r-lib#549) Closes r-lib#548 * Polish NEWS [ci skip] * Fix URL redirect [ci skip] * Increment version number to 3.5.0 * Increment version number to 3.5.0.9000 * Fix doc (r-lib#552) * hash_*sha1() functions to calculate SHA-1 hashes (r-lib#551) * Set empty param-lists to `void` in exported `progress.h` file (r-lib#553) * The progressr progress handler now reports progress correctly Closes r-lib#558. * Refine progress bar condition Show after `getOption("cli.progress_show_after", 2)/2` if we are less than half way. Closes r-lib#542. * format_inline() now keeps newline charaters * New `keep_newlines = TRUE` argument to `format_inline()` It does not break any tests, but we might need to change the default to `FALSE` if it breaks reverse dependencies. * Add test cases for `format_inline(..., keep_newlines)` * Add more (void) args to pacify CRAN's compilers * `format_inline()` now keeps all whitespace as is by default And has a new argument: `keep_whitespace` to choose the old behavior. * Increment version number to 3.6.0 * Increment version number to 3.6.0.9000 * Fix ASAN warnings Closes r-lib#565. * Fix/tweak documentation * Update errors.R from processx * Manual: link to [inline-markup] where appropriate Closes r-lib#585. * Fix hyperlink support detection in RStudio The RSTUDIO_CLI_HYPERLINKS env var should only be used if we are in a pane with hyperlink support. * Turn off hyperlinks in the RStudio render pane Closes r-lib#581. * Remove test case that is not needed any more * Turn off ANSI hyperlinks if we don't have ANSI colors If we don't have colors, then we probably don't have hyperlink support, either. * Fix test cases for hyperlink detection changes * Update NEWS * Fix snapshots * Increment version number to 3.6.1 * 'lengths' instead of 'length' * Document `str` in the class list * Mention `encodeString()` * Increment version number to 3.6.1.9000 * Fix pkgdown build on CI * Fix typo in "directory" * Tyoi * Add R-hub v2 workflow file [ci skip] * Fixed typo * Fix minor typo in hash_raw_animal docs * Fixed typo in hash_animal() docs * Update hash.R Fixed typo in hash_sha1() docs * Fixed a few typos in hash_md5() docs * Replaced between to remove ambiguitity about whether range is inclusive * Update hash.R Fixed minor typo in hash_sha256() docs * Add missing c() in cli_abort() * Move scripts to /exec * Fix URLs in news.R script * Fix typo * Redocument * Change semantics of cli.default_num_colors option So that it is possible to use it even if color support is not detected, but at least it is not ruled out by some other options and detections. * Document [ci skip] * Docs typo [ci skip] * DS-5106: Rerun GitHub Action * Trigger tests --------- Co-authored-by: David C Hall <[email protected]> Co-authored-by: Gábor Csárdi <[email protected]> Co-authored-by: Salim B <[email protected]> Co-authored-by: George Stagg <[email protected]> Co-authored-by: Lionel Henry <[email protected]> Co-authored-by: Simon P. Couch <[email protected]> Co-authored-by: Jenny Bryan <[email protected]> Co-authored-by: DavisVaughan <[email protected]> Co-authored-by: James Baird <[email protected]> Co-authored-by: olivroy <[email protected]> Co-authored-by: Shian Su <[email protected]> Co-authored-by: Justin Mills <[email protected]> Co-authored-by: we <[email protected]> Co-authored-by: jrwishart <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A portion of the "Interpolation" section on the "Semantic CLI" article on the pkgdown site reads:
The text was updated successfully, but these errors were encountered: