Skip to content

Commit

Permalink
r-code reimplemented as rcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Sep 26, 2024
1 parent 66956b8 commit d515a27
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
25 changes: 13 additions & 12 deletions doc/me.smd
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@
[list-buffers(2)](list-buffers(2)) (C-x C-b) List all buffers and show their status
[osd-help(3)](osd-help(3)) GUI based on-line help
[pydoc(3)](pydoc(3)) Display Python module manual pages
[r-doc(3)](r-doc(3)) Display R function and package manual pages
[rdoc(3)](rdoc(3)) Display R function and package manual pages

!! me-id: amicr021
! Operating Modes
Expand Down Expand Up @@ -2095,7 +2095,7 @@
[quote-char(2)](quote-char(2)) (C-q) Insert literal character
[rcs-file(2)](rcs-file(2)) (C-x C-q) Handle Revision Control System (RCS) files
[rdiff(3)](rdiff(3)) Recursively compare files or directories
[r-doc(3)](r-doc(3)) Display R function and package manual pages
[rdoc(3)](rdoc(3)) Display R function and package manual pages
[read-file(2)](read-file(2)) (C-x C-r) Find and load file replacing current buffer
[read-registry(2)](read-registry(2)) Read in a registry definition file
[read-session(3)](read-session(3)) Read in session information
Expand Down Expand Up @@ -2619,7 +2619,7 @@
[query-replace-all-string(3)](query-replace-all-string(3)) Query replace string in a list of files
[query-replace-string-in-files(3)](query-replace-string-in-files(3)) Conditionally search and replace strings across files
[rdiff(3)](rdiff(3)) Recursively compare files or directories
[r-doc(3)](r-doc(3)) Display R function and package manual pages
[rdoc(3)](rdoc(3)) Display R function and package manual pages
[read-session(3)](read-session(3)) Read in session information
[replace-all-pairs(3)](replace-all-pairs(3)) Replace string pairs in a list of files
[replace-all-string(3)](replace-all-string(3)) Replace string with new string in a list of files
Expand Down Expand Up @@ -3770,7 +3770,7 @@
[rc(9)](rc(9)) Microsoft Developer resource file
[rcs-file(2)](rcs-file(2)) (C-x C-q) Handle Revision Control System (RCS) files
[rdiff(3)](rdiff(3)) Recursively compare files or directories
[r-doc(3)](r-doc(3)) Display R function and package manual pages
[rdoc(3)](rdoc(3)) Display R function and package manual pages
[read-file(2)](read-file(2)) (C-x C-r) Find and load file replacing current buffer
[read-registry(2)](read-registry(2)) Read in a registry definition file
[read-session(3)](read-session(3)) Read in session information
Expand Down Expand Up @@ -43366,17 +43366,17 @@ $a

[scheme-editor(3)](scheme-editor(3))
!! me-id: m3mac099
! 3 r-doc
! 3 rdoc
## NAME


|r-doc
r-doc - display documentation for R functions and packages
|rdoc
rdoc - display documentation for R functions and packages
$a

## SYNOPSIS

__r-doc__ ["package::function|function"]
__rdoc__ ["package::function|function"]

## DESCRIPTION

Expand All @@ -43386,12 +43386,13 @@ $a

## EXAMPLE

r-doc "plot"
r-doc "cluster::pam"
rdoc "plot"
rdoc "cluster::pam"
rdoc "package::cluster"

## NOTES

__r-doc__ macro is defined in file `hkrdoc.emf`.
__rdoc__ macro is defined in file `hkrdoc.emf`.

## SEE ALSO

Expand Down Expand Up @@ -63623,6 +63624,6 @@ $a
## SEE ALSO


[r-doc(3)](r-doc(3)), [Supported File Types](MicroEmacs - Supported File Types).
[rdoc(3)](rdoc(3)), [Supported File Types](MicroEmacs - Supported File Types).

!! me-id: meende
25 changes: 13 additions & 12 deletions jasspa/macros/me.ehf
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ Miscellaneous Information
lslist-buffers(2)lmlist-buffers(2)le (C-x C-b) List all buffers and show their status
lsosd-help(3)lmosd-help(3)le GUI based on-line help
lspydoc(3)lmpydoc(3)le Display Python module manual pages
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages
lsrdoc(3)lmrdoc(3)le Display R function and package manual pages

! Operating Modes
cEcEOPERATING MODES cEcA
Expand Down Expand Up @@ -2178,7 +2178,7 @@ Miscellaneous Information
lsquote-char(2)lmquote-char(2)le (C-q) Insert literal character
lsrcs-file(2)lmrcs-file(2)le (C-x C-q) Handle Revision Control System (RCS) files
lsrdiff(3)lmrdiff(3)le Recursively compare files or directories
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages
lsrdoc(3)lmrdoc(3)le Display R function and package manual pages
lsread-file(2)lmread-file(2)le (C-x C-r) Find and load file replacing current buffer
lsread-registry(2)lmread-registry(2)le Read in a registry definition file
lsread-session(3)lmread-session(3)le Read in session information
Expand Down Expand Up @@ -2701,7 +2701,7 @@ Miscellaneous Information
lsquery-replace-all-string(3)lmquery-replace-all-string(3)le Query replace string in a list of files
lsquery-replace-string-in-files(3)lmquery-replace-string-in-files(3)le Conditionally search and replace strings across files
lsrdiff(3)lmrdiff(3)le Recursively compare files or directories
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages
lsrdoc(3)lmrdoc(3)le Display R function and package manual pages
lsread-session(3)lmread-session(3)le Read in session information
lsreplace-all-pairs(3)lmreplace-all-pairs(3)le Replace string pairs in a list of files
lsreplace-all-string(3)lmreplace-all-string(3)le Replace string with new string in a list of files
Expand Down Expand Up @@ -3849,7 +3849,7 @@ Miscellaneous Information
lsrc(9)lmrc(9)le Microsoft Developer resource file
lsrcs-file(2)lmrcs-file(2)le (C-x C-q) Handle Revision Control System (RCS) files
lsrdiff(3)lmrdiff(3)le Recursively compare files or directories
lsr-doc(3)lmr-doc(3)le Display R function and package manual pages
lsrdoc(3)lmrdoc(3)le Display R function and package manual pages
lsread-file(2)lmread-file(2)le (C-x C-r) Find and load file replacing current buffer
lsread-registry(2)lmread-registry(2)le Read in a registry definition file
lsread-session(3)lmread-session(3)le Read in session information
Expand Down Expand Up @@ -42788,17 +42788,17 @@ $a
cESEE ALSO cA

lsscheme-editor(3)lmscheme-editor(3)le
! 3 r-doc
! 3 rdoc
cEcENAME cEcA


|r-doc
r-doc - display documentation for R functions and packages
|rdoc
rdoc - display documentation for R functions and packages
$a

cESYNOPSIS cA

cDr-doccA ["package::function|function"]
cDrdoccA ["package::function|function"]

cEDESCRIPTION cA

Expand All @@ -42808,12 +42808,13 @@ $a

cEEXAMPLE cA

r-doc "plot"
r-doc "cluster::pam"
rdoc "plot"
rdoc "cluster::pam"
rdoc "package::cluster"

cENOTES cA

cDr-doccA macro is defined in file cGhkrdoc.emfcA.
cDrdoccA macro is defined in file cGhkrdoc.emfcA.

cESEE ALSO cA

Expand Down Expand Up @@ -62687,5 +62688,5 @@ $a
cESEE ALSO cA


lsr-doc(3)lmr-doc(3)le, lsMicroEmacs - Supported File TypeslmSupported File Typesle.
lsrdoc(3)lmrdoc(3)le, lsMicroEmacs - Supported File TypeslmSupported File Typesle.

2 changes: 1 addition & 1 deletion jasspa/macros/me.emf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ define-macro-file mail mail mail-check stop-mail-check
define-macro-file fileopen osd-file-open osd-get-file
define-macro-file spellaut auto-spell auto-spell-menu
define-macro-file hkinfo info info-on info-goto-link
define-macro-file hkrdoc r-doc
define-macro-file hkrdoc rdoc
define-macro-file hkpydoc pydoc
define-macro-file zfile find-zfile zfile-setup
define-macro-file gentags generate-tags-file
Expand Down

0 comments on commit d515a27

Please sign in to comment.