File: depend.R

package info (click to toggle)
r-cran-sp 1%3A2.2-0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,856 kB
  • sloc: ansic: 1,091; sh: 14; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
require(tools)
x = check_packages_in_dir(".",
	#check_args = c("--as-cran", ""),
	check_args = c("", ""),
	reverse = list(repos = getOption("repos")))
summary(x)