Search Criteria
Package Details: r-markdown 1.13-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.049150 |
First Submitted: | 2019-05-02 17:18 (UTC) |
Last Updated: | 2024-06-05 00:01 (UTC) |
Dependencies (6)
- r-commonmarkAUR
- r-xfunAUR
- r-knitrAUR (optional)
- r-rcurlAUR (optional)
- r-rmarkdownAUR (optional)
- r-yamlAUR (optional)
Required by (197)
- 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 177 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 packages
as root, so then when I updated the system theR
(AUR) package complained of file conflicts (because theR interpreter
wrote files thatpacman
didn't, sopacman
said to me "Those files weren't mines" I guess).Installing
R packages
as normal user is avoiding me those problems. :)dviktor commented on 2020-04-17 00:31 (UTC)
r-markdown
from AUR installs the same package asinstall.packages("markdown")
does in R.install.packages("rmarkdown")
on the other hand installs package which has namer-rmarkdown
in 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-markdown
AUR package the same asR
interpreter installs with it's internal builtininstall.packages("rmarkdown")
function?Just I don't want to deal with conflicts between AUR and
R
intepreter 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!
rmarkdown
andmarkdown
packages 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?