search for: cran_package_db

Displaying 8 results from an estimated 8 matches for "cran_package_db".

2018 May 09
3
Package parallel missing from CRAN_package_db
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-length row....
2018 May 09
0
Package parallel missing from CRAN_package_db
...s> (or 0-length row.names) > pdb[pdb$Package=="tools",]["Package"] [1] Package <0 rows> (or 0-length row.names) --Ista On Wed, May 9, 2018 at 8:23 AM, Lu??s Moreira de Sousa via R-help <r-help at r-project.org> 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$Package=="parallel",]["Package"] > [1] Package > <0 rows...
2017 Jul 03
1
The ByteCompile & LazyLoading fields
Hi, In the DESCRIPTION file the ByteCompile and LazyLoading arguments appear to accept any value. >From the manual the field should be a "logical field". However, authors interpret this in a variety of ways: unique(tools::CRAN_package_db()$ByteCompile) # [1] NA "TRUE" "yes" "true" "Yes" "no" # unique(tools::CRAN_package_db()$LazyData) # [1] NA "true" "TRUE" "yes" "no" "false" # [7]...
2017 Feb 27
5
Test suite failures in R-devel_2017-02-25_r72256
..."tools" test in "tests/Examples" requires network access, which it doesn't have in our build environment. Therefore, it fails as follows according to "tools-Ex.Rout.fail": | [...] | > set.seed(11) | > ## End(Don't show) | > pdb <- CRAN_package_db() | Warning in url(sprintf("%s/%s", cran, path), open = "rb") : | URL 'http://CRAN.R-project.org/web/packages/packages.rds': status was 'Couldn't resolve host name' | Error in url(sprintf("%s/%s", cran, path), open = "rb") :...
2017 Feb 27
0
Test suite failures in R-devel_2017-02-25_r72256
...ck-all') tests could / should be allowed more resources than the pure build environment. > Therefore, it fails as follows according to > "tools-Ex.Rout.fail": > | [...] > | > set.seed(11) > | > ## End(Don't show) > | > pdb <- CRAN_package_db() > | Warning in url(sprintf("%s/%s", cran, path), open = "rb") : > | URL 'http://CRAN.R-project.org/web/packages/packages.rds': status was 'Couldn't resolve host name' > | Error in url(sprintf("%s/%s", cran, path), open = &qu...
2017 Jun 09
3
Creating a private CRAN with webpages
I'm not trying to create a mirror of the CRAN. I also do not want to create a "subset" of CRAN packages. Sorry if my explanation was confusing. There are internal proprietary R packages that I would like to host on a private repo. I like the CRAN web pages that allow a user to browse the various packages from a browser without having to first install them. I want to duplicate the
2017 Mar 01
0
Test suite failures in R-devel_2017-02-25_r72256
...sts/Examples" requires network access, which > it doesn't have in our build environment. Therefore, it fails as > follows according to "tools-Ex.Rout.fail": > > | [...] > | > set.seed(11) > | > ## End(Don't show) > | > pdb <- CRAN_package_db() > | Warning in url(sprintf("%s/%s", cran, path), open = "rb") : > | URL 'http://CRAN.R-project.org/web/packages/packages.rds': status was 'Couldn't resolve host name' > | Error in url(sprintf("%s/%s", cran, path), open = "...
2017 Jun 06
0
Revolutions blog: May 2017 roundup
...t: http://blog.revolutionanalytics.com/2017/05/r-and-python-support-now-built-in-to-visual-studio-2017.html Quantifying the home-field advantage in English Premier League football: http://blog.revolutionanalytics.com/2017/05/analyzing-the-home-advantage-in-english-soccer-with-r.html Using the new CRAN_package_db function to analyze data about CRAN packages: http://blog.revolutionanalytics.com/2017/05/analyzing-data-on-cran-packages.html Stack Overflow Trends tracks the trajectory of questions about R and Python: http://blog.revolutionanalytics.com/2017/05/stack-overflow-trends.html A recorded webinar on...