[R-pkg-devel] Packages extending ggplot2 and ggplot2 2.2.0

2016-11-12 Thread Pedro J. Aphalo
regards, Pedro. -- -------- Pedro J. Aphalo University Lecturer, Principal Investigator (Office 3805, Biocenter 3, Viikinkaari 1) Department of Biosciences Plant Biology P.O. Box 65 00014 University of Helsinki Finland e-mail: pedro.ap

[R-pkg-devel] Surprised by as.Date() and lubridate::today()

2017-06-19 Thread Pedro J. Aphalo
= "EET"), tz = "EET")) # UTC!! tz(as.Date(as.POSIXlt(now(), tz = "EET"), tz = "EET")) # UTC!! tz(as.Date(as.POSIXlt(now()), tz = "EET")) # UTC!! Is this as expected? (R 3.4.0 Windows 10 64, and R 3.3.3, with lubridate 1.6.0) Thanks in advance fo

[R-pkg-devel] Generic method redefinition and dispatch

2017-08-10 Thread Pedro J. Aphalo
e a generic, without disturbing the dispatch of specializations already known to R? Thanks in advance for any insights, Pedro. -- Pedro J. Aphalo University Lecturer, Principal Investigator (Office 4417, Biocenter 3, Vii

Re: [R-pkg-devel] CRAN upload and prechecking confusion

2017-08-24 Thread Pedro J. Aphalo
eems to be based on the former version (0.9.0) of the >> package ... > > The URL's you've referenced have both expired. > > I would suggest re-running your package checks using R-devel on RHub > and Winbuilder first, and copying any output you receive. > > Then it

Re: [R-pkg-devel] tibbles are not data frames

2017-09-26 Thread Pedro J. Aphalo
TRUE) == 1 > returns TRUE for data frames and FALSE for tibbles. > > IƱaki > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel -- -

Re: [R-pkg-devel] tibbles are not data frames

2017-09-26 Thread Pedro J. Aphalo
techniques would check if it's a tibble and return >>>>>>> an error saying a data.frame is expected. Unless tibbles inherit >>>>>>> correctly from data.frame. >>>>>>> >>>>>>> I have nothing against tibbles.

Re: [R-pkg-devel] ICU init failed: U_FILE_ACCESS_ERROR

2018-11-07 Thread Pedro J. Aphalo
>>>17: tryCatchOne(expr, names, parentenv, handlers[[1L]]) >>>18: value[[3L]](cond) >>> >>> __ >>> R-package-devel@r-project.org mailing list >>> https://stat.ethz.ch/mailman/listinfo/r-package-de

Re: [R-pkg-devel] Error appearing only with check_win_devel() - could be ggplot2 R version?

2019-03-30 Thread Pedro J. Aphalo
__ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel -- Pedro J. Aphalo University Lecturer, Principal Investigator (Office 5605, Biocenter 3, Viikinkaari 1) Department of Biosciences Plant B

Re: [R-pkg-devel] CRAN student assistants

2019-05-16 Thread Pedro J. Aphalo
>>>>>> >>>>>>> 2) Where cat() is used in gargle, message() is a better >>>>>>> option >>>> for >>>>> the >>>>>>> following reason: >>>>>>> >>>>>>> > myfun <- function(){cat("Yes&qu