-
- Downloads
Re-write mortalityTables.(load|list) to prevent timouts when listing installed packages
Rather than using installed.packages() and then loop through all packages and check whether they match ^MoratalityTables$, directly access the library directory structure on disk and list all matching package directories. Problem with installed.packages() is that it does not simply list all existing package directories, but loads all different kinds of other stuff, so try not to use it.
Showing
- DESCRIPTION 4 additions, 3 deletionsDESCRIPTION
- R/mortalityTables.list.R 15 additions, 9 deletionsR/mortalityTables.list.R
- R/mortalityTables.load.R 35 additions, 27 deletionsR/mortalityTables.load.R
- man/MortalityTables-package.Rd 1 addition, 0 deletionsman/MortalityTables-package.Rd
- man/mortalityTables.load.Rd 4 additions, 2 deletionsman/mortalityTables.load.Rd
- vignettes/using-the-mortalityTables-package.html 34 additions, 27 deletionsvignettes/using-the-mortalityTables-package.html
Loading
Please register or sign in to comment