Search Criteria
Package Details: r-markdown 2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/r-markdown.git (read-only, click to copy) |
|---|---|
| Package Base: | r-markdown |
| Description: | Render Markdown with 'commonmark' |
| Upstream URL: | https://cran.r-project.org/package=markdown |
| Licenses: | MIT |
| Submitter: | Kibouo |
| Maintainer: | pekkarr (BioArchLinuxBot) |
| Last Packager: | BioArchLinuxBot |
| Votes: | 3 |
| Popularity: | 0.000088 |
| First Submitted: | 2019-05-02 17:18 (UTC) |
| Last Updated: | 2025-04-13 15:36 (UTC) |
Dependencies (6)
- r-litedownAUR
- r-xfunAUR
- r-knitrAUR (optional)
- r-rcurlAUR (optional)
- r-rmarkdownAUR (optional)
- r-yamlAUR (optional)
Required by (199)
- r-adamgui (optional)
- r-airway (optional)
- r-alpine (optional)
- r-annotationforge (optional)
- r-ballgown (optional)
- r-bayesfactor (optional)
- r-bayesplay (optional)
- r-bgeedb (optional)
- r-biobtreer (optional)
- r-bionetstat
- r-biotip (optional)
- r-biscuiteer (optional)
- r-biscuiteerdata (optional)
- r-bit (optional)
- r-bobafit (optional)
- r-bsplus (optional)
- r-cbpmanager
- r-chromscape (optional)
- r-cicero (optional)
- r-circlize (optional)
- Show 179 more...
Latest Comments
dviktor commented on 2022-01-17 20:11 (UTC)
Further maintenance and support for this package has been moved there. You can install pre-built packages from my repo
preguntaire commented on 2020-04-24 22:31 (UTC)
Thank you for your answer. I was installing
R packagesas root, so then when I updated the system theR(AUR) package complained of file conflicts (because theR interpreterwrote files thatpacmandidn't, sopacmansaid to me "Those files weren't mines" I guess).Installing
R packagesas normal user is avoiding me those problems. :)dviktor commented on 2020-04-17 00:31 (UTC)
r-markdownfrom AUR installs the same package asinstall.packages("markdown")does in R.install.packages("rmarkdown")on the other hand installs package which has namer-rmarkdownin AUR.Also you shouldn't worry about any conflicts: packages from AUR are getting installed system-wide (
/usr) and packages which you install from R usually goes to your home directorypreguntaire commented on 2020-04-16 23:34 (UTC)
So, is this
r-markdownAUR package the same asRinterpreter installs with it's internal builtininstall.packages("rmarkdown")function?Just I don't want to deal with conflicts between AUR and
Rintepreter updates itself. I'd like to update the most from AUR rather than the fantastic's R updater.dviktor commented on 2020-04-16 21:36 (UTC)
Be careful with the naming!
rmarkdownandmarkdownpackages from CRAN are different. You can install both from AURpreguntaire commented on 2020-04-16 16:53 (UTC)
Does this package avoid you to
install.packages("rmarkdown")in R interpreter?