Re: [R-pkg-devel] The problem with resubmitting the package to the Cran

2023-11-09 Thread Alexandre Courtiol
[[alternative HTML version deleted]] > > ______ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Alexandre Courtiol, www.datazoogang.de [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] Warning from orphaned package on check page

2023-11-09 Thread Alexandre Courtiol
____ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Alexandre Courtiol, www.datazoogang.de [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] Problem with package containing spatial data

2023-02-09 Thread Alexandre Courtiol
you go this way, like R CMD check > > complaining that you don't use the package you're importing. Loading > > the data from a file on demand would also load the sf namespace and > > thus solve the problem. > > Workarounds for the check complaints are discussed here, a

Re: [R-pkg-devel] no visible binding for global variable ‘degree_C’ - CRAN check note

2022-12-12 Thread Alexandre Courtiol
the code fails? Or the code works but you > > still see the NOTE? In this case, it is possible that you didn't > > replace all the instances of set_units(T, degree_C) in your files. > > > > Iñaki > > > >> however, setting > >> degree_C as a global variabl

Re: [R-pkg-devel] How to Fix Debian and Linux Check Errors?

2022-12-12 Thread Alexandre Courtiol
lease-linux-x86_64 > > > > Where do I start and how can this error be fixed? > > Thanks > > E. I Otoakhia > > [[alternative HTML version deleted]] > > __ > R-package-devel@r-project.org mailing list >

Re: [R-pkg-devel] no visible binding for global variable ‘degree_C’ - CRAN check note

2022-12-11 Thread Alexandre Courtiol
ces: > Growing Food > Healthy Living Mentor > Data Analysis with R > R Training > Chemistry and Mathematics Tutoring > Free/Libre and Open Source Software (FLOSS) Consultation > > __ > R-package-devel@r-project.org mailing list >

Re: [R-pkg-devel] Issue handling datetimes: possible differences between computers

2022-10-10 Thread Alexandre Courtiol
class = c("POSIXlt", "POSIXt"), tzone = > c("Europe/Berlin", > > #> "CET", "CEST")) > > ``` > > > > Thanks again for all your help. > > Alex & Liam > > > >> On 10 Oct 2022, at 6:40 pm, Hadley Wickham wrote: > >> > >> On Sun, Oct 9, 2022 at 9:31 PM Jeff Newmiller > wrote: > >>> > >>> ... which is why tidyverse functions and Python datetime handling irk > me so much. > >>> > >>> Is tidyverse time handling intrinsically broken? They have a standard > practice of reading time as UTC and then using force_tz to fix the > "mistake". Same as Python. > >> > >> Can you point to any docs that lead you to this conclusion so we can > >> get them fixed? I strongly encourage people to parse date-times in the > >> correct time zone; this is why lubridate::ymd_hms() and friends have a > >> tz argument. > >> > >> Hadley > >> > >> -- > >> http://hadley.nz > > > > -- Alexandre Courtiol, www.datazoogang.de [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

[R-pkg-devel] Issue handling datetimes: possible differences between computers

2022-10-09 Thread Alexandre Courtiol
273L, isdst = 0L), class = c("POSIXlt", "POSIXt"), tzone = "UTC") bar <- as.POSIXct(foo, tz = "Europe/Berlin") bar #> [1] "2021-10-01 CEST" dput(bar) structure(1633046400, class = c("POSIXct", "POSIXt"), tzone =

Re: [R-pkg-devel] Warning about ggplot although no ggplot is used anywhere in the package

2022-09-22 Thread Alexandre Courtiol
can check the vignette > code yourself if interested. > > > Has anyone an idea how to avoid this warning on R devel when rstanarm is > loaded inside a vignette? I currently see no way to solve this except for > not using rstanarm which is inconvenient. > > > Kind regards, &

Re: [R-pkg-devel] Warning about ggplot although no ggplot is used anywhere in the package

2022-09-22 Thread Alexandre Courtiol
ize = size * 0.5)) } so bayesplot seems to be the culprit if you use these functions. On Thu, 22 Sept 2022 at 13:51, Alexandre Courtiol < alexandre.court...@gmail.com> wrote: > You could trace the ggplot function using trace(ggplot2::element_line) > and then load the package

Re: [R-pkg-devel] Warning about ggplot although no ggplot is used anywhere in the package

2022-09-22 Thread Alexandre Courtiol
-builder, but can't install it myself since I don't use Windows. > > Duncan Murdoch > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Alexandre Courtiol, www.datazo

Re: [R-pkg-devel] Dispatch for S3 and Ordinary Function with Same Name

2022-08-29 Thread Alexandre Courtiol
> Dario Strbenac > University of Sydney > Camperdown NSW 2050 > Australia > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Alexa

Re: [R-pkg-devel] Seeking for best way to manage package transitive dependencies

2019-10-10 Thread Alexandre Courtiol
> > R-package-devel@r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-package-devel > > > > __ > R-package-devel@r-project.org mailing list > ht

Re: [R-pkg-devel] Warning Message on Vignettes

2019-07-03 Thread Alexandre Courtiol
omething is wrong with my .asis file or I am doing any > other mistake. Could you help me fix this issue? > > Thank you in advance! > > Regards, > > Charith. > > > > > [[alternative HTML version deleted]] > > _

Re: [R-pkg-devel] Problem installing built vignettes

2019-02-03 Thread Alexandre Courtiol
IDE 5001 South Australia > Phone: +61 8 8302 5535 Fax: +61 8 8302 5785 > Email: chris.br...@unisa.edu.au > WEB page: <http://people.unisa.edu.au/Chris.Brien> > CRICOS No 00121B > > __ > R-package-devel@r-project.org ma

Re: [R-pkg-devel] Strange issue checking packages on MacOS

2019-01-18 Thread Alexandre Courtiol
leted]] > > ______ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/home *"Science is the belief in the ignoranc

Re: [R-pkg-devel] using @inheritParams in documenting data

2019-01-12 Thread Alexandre Courtiol
ernative HTML version deleted]] > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/

Re: [R-pkg-devel] Recommendations about adding options to a package in order to change default values of some functions on-the-fly

2018-09-06 Thread Alexandre Courtiol
ge, but I would like to know if there is a > simple and recommended solution without adding any dependency. > > Hope my question is clear. > > Thanks for any advice, > Samuel > > __ > R-package-devel@r-project.org mailing list &

Re: [R-pkg-devel] How o fix this NOTE Maintainer

2018-08-31 Thread Alexandre Courtiol
It's all good, this is not a problem. On Fri, 31 Aug 2018, 08:44 Ulavappa Angadi, wrote: > Dear sir > > how fix this note > > checking CRAN incoming feasibility ... NOTEMaintainer: 'Ulavappa B. > Angadi ' > > With regards > > Angadi U B > Sr. Scientist > CABin, IASRI, Pusa, New Delhi > >

Re: [R-pkg-devel] Printing examples conditionally on another package in Suggests

2018-08-10 Thread Alexandre Courtiol
ue printed after the print statement > like it would appear in a normal R session: > > print("Hi") > #> [1] "Hi" > print("Hello") > #> [1] "Hello" > print("Goodbye") > #> [1] "Goodbye" > > > On Fri

Re: [R-pkg-devel] Printing examples conditionally on another package in Suggests

2018-08-10 Thread Alexandre Courtiol
ns on how to help with this kind of thing? > > Cheers, > Zhian > > [[alternative HTML version deleted]] > > __ > R-package-devel@r-project.org mailing list > https://stat.et

Re: [R-pkg-devel] vignette via devtools: sometimes found, sometimes not (same package)

2018-04-24 Thread Alexandre Courtiol
t; > died of. ~ Sir Ronald Aylmer Fisher The plural of anecdote > > is not data. ~ Roger Brinner The combination of some data > > and an aching desire for an answer does not ensure that a > > reasonable answer can be extracted from a given body of > >

Re: [R-pkg-devel] vignette via devtools: sometimes found, sometimes not (same package)

2018-04-19 Thread Alexandre Courtiol
ent died of. ~ Sir Ronald Aylmer Fisher > The plural of anecdote is not data. ~ Roger Brinner > The combination of some data and an aching desire for an answer does > not ensure that a reasonable answer can be extracted from a given body > of data. ~ John Tukey > ///

Re: [R-pkg-devel] vignette via devtools: sometimes found, sometimes not (same package)

2018-04-16 Thread Alexandre Courtiol
ply. Otherwise, I will investigate. Thanks to everyone. Alex > > > Georgi Boshnakov > > > ____ > From: R-package-devel [r-package-devel-boun...@r-project.org] on behalf > of Alexandre Courtiol [alexandre.court...@gmail.com] > Sent: 16 April 2018 14:40 > To: List r-pa

[R-pkg-devel] vignette via devtools: sometimes found, sometimes not (same package)

2018-04-16 Thread Alexandre Courtiol
, so I would rather have a better solution. Many thanks, Alex -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/home *"Science is the belief in the ignorance of experts"*, R. Feynman [[alternative HTML version deleted]] _

Re: [R-pkg-devel] Warning: rBind is deprecated-- but I don't call it

2018-03-21 Thread Alexandre Courtiol
Use R for psychology personality-project.org/r > It is 2 minutes to midnight www.thebulletin.org > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r

Re: [R-pkg-devel] rgdal not available for checking

2018-03-13 Thread Alexandre Courtiol
ound the problem rather than addressing it. > > thanks! > -Pascal > > [[alternative HTML version deleted]] > > __ > R-package-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Alexandre Courtiol http

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

2017-09-26 Thread Alexandre Courtiol
ackage-devel > > >> > > > > > > __ > > > 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 Alexandre Courtiol
I could not agree more with Göran and we had to change code in our packages because if this too. I also see students often facing bugs because of it. Again, with all the respect I have for Hadley. On 26 Sep 2017 9:32 a.m., "Göran Broström" wrote: I am beginning to get complaints from users of m

Re: [R-pkg-devel] Issue with including vignettes without building package

2017-04-20 Thread Alexandre Courtiol
++ > > On 20 April 2017 at 21:01, Sven E Templer wrote: > >> Hi Alex, >> >> >> what if you run >> >> devtools::install_github(build_vignettes = TRUE) >> >> on your students computer? >> >> See ?devtools::install >> >&

Re: [R-pkg-devel] Issue with including vignettes without building package

2017-04-20 Thread Alexandre Courtiol
> Hi Alex, > > > what if you run > > devtools::install_github(build_vignettes = TRUE) > > on your students computer? > > See ?devtools::install > > > Best, > > Sven > > > > On 20. Apr 2017, at 15:09, Alexandre Courtiol < > alexand

[R-pkg-devel] Issue with including vignettes without building package

2017-04-20 Thread Alexandre Courtiol
find something dealing with this precise issue. PS: I know about the R.rsp hack, but I would prefer to find a solution more direct. Best, Alex -- Alexandre Courtiol http://sites.google.com/site/alexandrecourtiol/home *"Science is the belief in the ignorance of experts"*,

[R-pkg-devel] Selective/Partial LazyData?

2016-08-10 Thread Alexandre Courtiol
e). - if there is a way not to lazyload _all_ data objects, but only some of them as I do not need the biggest file to be lazyloaded, just some small ones. Sorry if I failed to spot the relevant section in the R manuals... I did look for it. Alex -- Alexandre Courtiol http://sites.google.com/site