[[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
____
> 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
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
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
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
>
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
>
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
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 =
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,
&
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
-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
> 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
> > 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
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]]
>
> _
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
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
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/
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
&
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
>
>
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
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
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
> >
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
> ///
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
, 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]]
_
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
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
ackage-devel
> > >>
> > >
> > > __
> > > R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/
> > listinfo/r-package-devel
> > >
> > > --
> > >
> > > ___
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
++
>
> 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
>>
>&
> 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
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"*,
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
33 matches
Mail list logo