pkg_primer | R package primer : a minimal tutorial on writing R packages | Learning library
kandi X-RAY | pkg_primer Summary
kandi X-RAY | pkg_primer Summary
R package primer: a minimal tutorial on writing R packages
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pkg_primer
pkg_primer Key Features
pkg_primer Examples and Code Snippets
Community Discussions
Trending Discussions on pkg_primer
QUESTION
How can we tell precisely which R version an R package was built under?
ExampleIn the RSelenium package's DESCRIPTION
file here, we see
ANSWER
Answered 2019-Dec-23 at 01:50It almost never matters which version built a package. The only thing that usually matters is which version installed it. (Binary packages are images of installed packages, so it matters for them.)
The version that installed a package is stored in the Built:
field in the DESCRIPTION
file. (Yes, "Built", not "Installed".)
You can see it using code like
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pkg_primer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page