Package: suggests 0.1.0
suggests: Declare when Suggested Packages are Needed
By adding dependencies to the "Suggests" field of a package's DESCRIPTION file, and then declaring that they are needed within any dependent functionality, it is often possible to significantly reduce the number of "hard" dependencies required by a package. This package provides a minimal way to declare when a suggested package is needed.
Authors:
suggests_0.1.0.tar.gz
suggests_0.1.0.zip(r-4.5)suggests_0.1.0.zip(r-4.4)suggests_0.1.0.zip(r-4.3)
suggests_0.1.0.tgz(r-4.4-any)suggests_0.1.0.tgz(r-4.3-any)
suggests_0.1.0.tar.gz(r-4.5-noble)suggests_0.1.0.tar.gz(r-4.4-noble)
suggests_0.1.0.tgz(r-4.4-emscripten)suggests_0.1.0.tgz(r-4.3-emscripten)
suggests.pdf |suggests.html✨
suggests/json (API)
NEWS
# Install 'suggests' in R: |
install.packages('suggests', repos = c('https://owenjonesuob.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/owenjonesuob/suggests/issues
Last updated 1 years agofrom:b66346dbbb. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | NOTE | Oct 31 2024 |
R-4.5-linux | NOTE | Oct 31 2024 |
R-4.4-win | NOTE | Oct 31 2024 |
R-4.4-mac | NOTE | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:find_depsis_installedneed
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
List places where dependencies are used | find_deps |
Check whether packages are installed | is_installed |
Declare that packages are needed | need |