Re: [R] Package parallel missing from CRAN_package_db

2018-05-09 Thread Luí­s Moreira de Sousa via R-help
Thank you Ista and Duncan for the swift replies. Regards. ​-- Luís Sent with ProtonMail Secure Email.​ ‐‐‐ Original Message ‐‐‐ On 9 May 2018 4:34 PM, Ista Zahn wrote: > Hi Luís, > > The parallel package is built-in, and so is not distributed via cran. > > You'll see the same thin

Re: [R] Package parallel missing from CRAN_package_db

2018-05-09 Thread Ista Zahn
Hi Luís, The parallel package is built-in, and so is not distributed via cran. You'll see the same thing for all the built in packages, e.g., > pdb[pdb$Package=="stats",]["Package"] [1] Package <0 rows> (or 0-length row.names) > pdb[pdb$Package=="splines",]["Package"] [1] Package <0 rows> (or 0-

Re: [R] Package parallel missing from CRAN_package_db

2018-05-09 Thread Duncan Murdoch
On 09/05/2018 8:23 AM, Luí­s Moreira de Sousa via R-help wrote: Dear all, I am using the CRAN_package_db function to determine whether the head versions of certain packages match those I need. The parallel package though, is missing from the database: pdb <- tools:::CRAN_package_db() pdb[pdb

[R] Package parallel missing from CRAN_package_db

2018-05-09 Thread Luí­s Moreira de Sousa via R-help
Dear all, I am using the CRAN_package_db function to determine whether the head versions of certain packages match those I need. The parallel package though, is missing from the database: > pdb <- tools:::CRAN_package_db() > pdb[pdb$Package=="parallel",]["Package"] [1] Package <0 rows> (or 0-le