Re: [R-pkg-devel] invalid 'useSource' argument

2020-02-23 Thread Duncan Murdoch
On 23/02/2020 9:31 a.m., Zhuo Jia Dai wrote: I keep getting this error when Checking my package {disk.frame} on the latest R devel version. ``` Attaching package: 'data.table' The following object is masked from 'package:purrr': transpose The following objects are masked

Re: [R-pkg-devel] CRAN repo mirror down? http://cran.us.r-project.org

2020-02-23 Thread Dirk Eddelbuettel
On 23 February 2020 at 08:45, Daniel Sjoberg wrote: | I have a few continuous integration sites set up (e.g. Travis CI) to check | packages I've written. To install packages I've used `install.packages(..., | repo = "http://cran.us.r-project.org;). All the CI checks began failing | last week

Re: [R-pkg-devel] CRAN repo mirror down? http://cran.us.r-project.org

2020-02-23 Thread Helmut Schütz
Hi Daniel, I use install.packages(..., repos = "https://cloud.r-project.org/;) which hopefully find the closest working mirror. BTW, it’s "repos" not "repo". ;-) Daniel Sjoberg wrote on 2020-02-23 14:45: To install packages I've used `install.packages(..., repo =

[R-pkg-devel] CRAN repo mirror down? http://cran.us.r-project.org

2020-02-23 Thread Daniel Sjoberg
Hi All, I have a few continuous integration sites set up (e.g. Travis CI) to check packages I've written. To install packages I've used `install.packages(..., repo = "http://cran.us.r-project.org;). All the CI checks began failing last week because the site http://cran.us.r-project.org is no