Displaying 2 results from an estimated 2 matches for "pcudb".
2008 Feb 13
0
RFC for package PopCon: a popularity contest for R and packages
...base::getHook to trap library loads.
4. What else would be interesting to track? Some folks have suggested
various bits of R.Version() output.
Here's what PopCon can currently do:
> library(PopCon)
> search()
[1] ".GlobalEnv" "package:PopCon" ".pcUDB"
[4] "package:stats" "package:graphics" "package:grDevices"
[7] "package:utils" "package:datasets" "package:methods"
[10] "Autoloads" "package:base"
# Notice the above search entry .pcUDB. Th...
2008 Feb 14
0
RFC for package PopCon: a popularity contest for R and packages
...base::getHook to trap library loads.
4. What else would be interesting to track? Some folks have suggested
various bits of R.Version() output.
Here's what PopCon can currently do:
> library(PopCon)
> search()
[1] ".GlobalEnv" "package:PopCon" ".pcUDB"
[4] "package:stats" "package:graphics" "package:grDevices"
[7] "package:utils" "package:datasets" "package:methods"
[10] "Autoloads" "package:base"
# Notice the above search entry .pcUDB. Th...