Support DESCRIPTION files for R projects
See original GitHub issuehttps://github.com/benmarwick/rrtools/blob/master/DESCRIPTION
These have been mentioned a few times to me as a way that R users specify dependencies. We should try and find out how popular they are and consider supporting htem in addition to install.R
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Create or modify a DESCRIPTION file
use_description() creates a DESCRIPTION file. Although mostly associated with R packages, a DESCRIPTION file can also be used to declare dependencies for a...
Read more >10 DESCRIPTION
The DESCRIPTION file provides overall metadata about the package, such as the package name and which other packages it depends on. The NAMESPACE...
Read more >4 Management of R projects | Reproducible Research in R
Organise all R scripts and files in the same folder (also called “directory”) so it is more self-contained (doesn't rely on other components...
Read more >8 Workflow: projects - R for Data Science - Hadley Wickham
R experts keep all the files associated with a project together — input data, R scripts, analytical results, figures. This is such a...
Read more >Writing R packages in Rstudio - GitHub Pages
Packages that need to be installed; The most basic R package; Making a new R project; Adding documentation (help files); Uploading to and ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, started #406 for that. Will give it a proper spin tonight or so.
Can you post what the equivalent of
pip install -e.
is here or even make a PR?