Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special packages #8

Open
chainsawriot opened this issue Jan 15, 2023 · 7 comments
Open

Special packages #8

chainsawriot opened this issue Jan 15, 2023 · 7 comments

Comments

@chainsawriot
Copy link
Collaborator

chainsawriot commented Jan 15, 2023

We need a list of special packages removed due to moving to the core.

These are the real default

## getOption("defaultPackages")
c("datasets", "utils", "grDevices", "graphics", "stats", "methods")

These are either unqueryable or return special results

## unqueryable
c("tools", "Rgraphviz", "parallel", "stats4")
## queryable but install along with R now; currently archived; 
## if the goal is for 2015 onwards, consider them unqueryable
c("grid", "splines", "tcltk")
## listed on CRAN, but usually not installed through CRAN
## Priority packages
c("MASS", "survival", "Matrix", "lattice", "kernSmooth") ## and many more

https://cran.r-project.org/web/packages/tcltk/

> require(tcltk)
Loading required package: tcltk
> pkgsearch::cran_package_history("tcltk")
      Package Version                       Title          crandb_file_date
tcltk   tcltk   0.1-1 Basic interface with tcl/tk 1999-06-29T08:43:20+00:00
                                MD5sum                      date dependencies
tcltk 54cac2e74f2426b539c521caa6c20814 1999-06-29T07:43:20+00:00             
@chainsawriot
Copy link
Collaborator Author

All Ripley's recommended packages do not have a complete history on CRAN: MASS, nnet (since 2009 only)

@chainsawriot
Copy link
Collaborator Author

Another Ripley's: class that causes #38

chainsawriot added a commit that referenced this issue Feb 13, 2023
@chainsawriot
Copy link
Collaborator Author

Prophylactically, spatial is another recommended package maintained by Ripley but without complete history on CRAN.

@chainsawriot
Copy link
Collaborator Author

"Rgraphviz" is no longer a special package, given the bioc support.

@chainsawriot
Copy link
Collaborator Author

Special packages in the early days: (‘ctest’, ‘eda’, ‘lqs’, ‘mle’, ‘modreg’, ‘mva’, ‘nls’, ‘stepfun’ and ‘ts’).

Reference: https://cran.r-project.org/doc/manuals/R-exts.html 1.3.1 S5

@chainsawriot
Copy link
Collaborator Author

eda, lqs, mle, modreg, mva, stepfun, ts can't be searched with cran_package_history.

@chainsawriot
Copy link
Collaborator Author

The cause of #144 is that DescTools lists base in Depends.

chainsawriot added a commit that referenced this issue Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant