Displaying 20 results from an estimated 361 matches for "tidyverse".
2017 Aug 14
2
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...ributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Desktop> library(tidyverse)
Loading tidyverse: ggplot2
Loading tidyverse: tibble
Loading tidyverse: tidyr
Loading tidyverse: readr
Loading tidyverse: purrr
Loading tidyverse: dplyr
Conflicts with tidy packages --------------------------------------------------------------
filter(): dplyr, stats
lag(): dplyr, stats
Desktop...
2017 Aug 14
4
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
UseRs,
When doing some data manipulations using the tidyverse, I am repeatedly getting the same error message in now three separate situations. I can write up a reproducible example, but want to lay out the high-level issues in case someone recognizes exactly what is happening here.
The error is:
Error in mut_env_parent(overscope$.top_env, lexical_env) :...
2017 Aug 14
0
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...what to do about bugs. And delaying making the reprex is _always_ a bad idea.
--
Sent from my phone. Please excuse my brevity.
On August 14, 2017 7:26:32 AM PDT, "Szumiloski, John" <John.Szumiloski at bms.com> wrote:
>UseRs,
>
>When doing some data manipulations using the tidyverse, I am repeatedly
>getting the same error message in now three separate situations. I can
>write up a reproducible example, but want to lay out the high-level
>issues in case someone recognizes exactly what is happening here.
>
>The error is:
>
>Error in mut_env_parent(overscop...
2018 May 30
2
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
I'm trying to use the IAPWS95 package with the tidyverse packages. For some reason, the function is not outputting the correct rho.
A minimal example with results is below. I've also included the definition of the DTp function from the IAPWS95 library.
====================================
library(IAPWS95)
library(tidyverse)
initial <- data.f...
2017 Aug 14
0
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...n and
> 'citation()' on how to cite R or R packages in publications.
>
> Type 'demo()' for some demos, 'help()' for on-line help, or
> 'help.start()' for an HTML browser interface to help.
> Type 'q()' to quit R.
>
> Desktop> library(tidyverse)
> Loading tidyverse: ggplot2
> Loading tidyverse: tibble
> Loading tidyverse: tidyr
> Loading tidyverse: readr
> Loading tidyverse: purrr
> Loading tidyverse: dplyr
> Conflicts with tidy packages --------------------------------------------------------------
> filter(): dpl...
2018 May 30
0
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
Hi Shawn,
I don't think it has anything to do with the tidyverse. If you keep
simplifying your example you'll get all the way down to
> DTp(T=c(279,294),p=c(0.46,0.46))
[1] 1000.12283
--Ista
On Wed, May 30, 2018 at 2:14 PM, Shawn Way <SWay at meco.com> wrote:
> I'm trying to use the IAPWS95 package with the tidyverse packages. For some re...
2020 Nov 21
2
Error in unsplit() with tibbles
..., len)]
>> split(x, f, drop = drop) <- value
>> x
>> }
>>
>> Cheers,
>> Mario
>
>
> Hi,
>
> Perhaps I am missing something, but if you are using objects, like tibbles, that are intended to be part of another environment, in this case the tidyverse, why would you not use functions to manipulate these objects that were specifically created in the other environment?
>
> I don't use the tidyverse, but it seems to me that to expect base R functions to work with objects not created in base R, is problematic, even though, perhaps by coin...
2017 Aug 07
1
tidyquant error downloading symbols for Index
...asked from ?package:graphics?:
legend
Loading required package: quantmod
Loading required package: TTR
Version 0.4-0 included new data defaults. See ?getSymbols.
Learn from a quantmod author:
https://www.datacamp.com/courses/importing-and-managing-financial-data-in-r
Loading required package: tidyverse
Loading tidyverse: ggplot2
Loading tidyverse: tibble
Loading tidyverse: tidyr
Loading tidyverse: readr
Loading tidyverse: purrr
Loading tidyverse: dplyr
Conflicts with tidy packages
-----------------------------------------------------
as.difftime(): lubridate, base
date(): lubridate, base
f...
2017 Aug 14
0
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
The most likely explanation is you have a new version of dplyr/tibble
and an old version of rlang. Try re-installing rlang.
Hadley
On Mon, Aug 14, 2017 at 9:26 AM, Szumiloski, John
<John.Szumiloski at bms.com> wrote:
> UseRs,
>
> When doing some data manipulations using the tidyverse, I am repeatedly getting the same error message in now three separate situations. I can write up a reproducible example, but want to lay out the high-level issues in case someone recognizes exactly what is happening here.
>
> The error is:
>
> Error in mut_env_parent(overscope$.top_env...
2017 Aug 14
3
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
...()' on how to cite R or R packages in publications.
>>
>> Type 'demo()' for some demos, 'help()' for on-line help, or
>> 'help.start()' for an HTML browser interface to help.
>> Type 'q()' to quit R.
>>
>> Desktop> library(tidyverse)
>> Loading tidyverse: ggplot2
>> Loading tidyverse: tibble
>> Loading tidyverse: tidyr
>> Loading tidyverse: readr
>> Loading tidyverse: purrr
>> Loading tidyverse: dplyr
>> Conflicts with tidy packages -----------------------------------------------------...
2017 May 09
3
A few suggestions and perspectives from a PhD student
Hi,
On 08/05/17 16:37, Ista Zahn wrote:
> One of the key strengths of R is that packages are not akin to "fan
> created mods". They are a central and necessary part of the R system.
>
I would tend to disagree here. R packages are in their majority not
maintained by the core R developers. Concepts, features and lifetime
depend mainly on the maintainers of the package (even
2017 May 09
0
A few suggestions and perspectives from a PhD student
...ojure,
haskell and the likes. It is a turing complete programming language on its
own. That's quite a bit more than "a statistical toolkit". You can say that
about eg the macro language of SPSS, but not about R.
Second, there's little "modern" about the ideas behind the tidyverse.
Piping is about as old as unix itself. The grammar of graphics, on which
ggplot is based, stems from the SYStat graphics system from the nineties.
Hadley and colleagues did (and do) a great job implementing these ideas in
R, but the ideas do have a respectable age.
Third, there's a lot of non...
2018 May 06
1
Ubuntu 18.04 bionic: availability of R Ubuntu packages/ppa?
awesome, merci Dirk!
and my apologies for not scrolling down better, I failed to see that the
18.04 update was linked to the R 3.5 issue .
Further, please forgive my impatience, but I was very curious to see if the
package tidyverse could be installed: I have the impression that it is
short of being installed, missing just a few simple packages (with no
apparent non-R dependencies). Indeed, a first naive look shows following
unavailable dependencies for tidyverse:
## missing for tidyverse:
modelr (ok!?)
reprex:
-callr...
2018 Aug 08
0
vctrs: a type system for the tidyverse
...quite easy for them to do so in any case
> I can easily think of where they have somehow gotten their hands on a factor.
> If, however, they want a factor, it must be - I imagine - because they actually
> want the the semantics and behavior specific to factors.
I think this is true in the tidyverse, which will never give you a
factor unless you explicitly ask for one, but the default in base R
(at least as soon as a data frame is involved) is to turn character
vectors into factors.
Hadley
--
http://hadley.nz
2017 Jun 25
3
Orden de categorías en gráficos de barras (position = "stack")
Hola,
Mira la versión de ggplot2 que estás usando por tenerla actualizada a la
última...
A mi me funciona introduciendo algún cambio salvo la última línea cuando
cambias el tema...
#-----------
Lines <- " id Rangos Clase Asistentes
1 45d EPI 405
2 1a EPI 812
3 2a EPI 1639
4 3a EPI 2202
5 4a EPI 1994
6 5a EPI
2020 Nov 21
0
Error in unsplit() with tibbles
Cool - thank you Peter!
@Marc: This is really not a tidyverse vs base-R debate and I personally
think that they should both work together for most parts. The common
environment is still R. But just to give you the full picture I also filed
a bug for tibbles (https://github.com/tidyverse/tibble/issues/829). With
these two fixes I think that split/unsplit would...
2017 Oct 23
3
Filtrar datos con una excepción
Gracias por la respuesta. Quizá me he explicado mal.
Si utilizo esa funcion me filtra el conjunto de datos y me deja las
observaciones en las que evolucionsi=0 y todas en las que evolucionno=0.
Yo lo que quiero es que me las quite del conjunto de datos no que me las
deje. Es decir que solo quite del conjunto de datos aquellas observaciones
en donde para la misma observación evolucionsi=0 y
2018 Feb 14
2
long vectors not supported yet
...t(as.matrix(el[, 1:2])), attr = weight) :
long vectors not supported yet: ../../src/include/Rinlinedfuns.h:138
when passing a 13 GB TransitionLayer object to shortestPath from the
package 'gdistance'.
The error, albeit in a different context, is discussed here:
https://github.com/tidyverse/readr/issues/309
https://github.com/tidyverse/readr/pull/433
However it is not clear to me quite what the fix was and what kind of
limit may still exist in subsequent R versions.
Is this a general problem/issue with R, or is this something more
package-specific which should be addressed on R-si...
2019 Nov 08
3
improving the performance of install.packages
...quot;testit")
install.packages("testit")
R will build the package from source (depending on what OS you're using)
twice by default. This becomes especially burdensome when people are using
big packages (i.e. lots of depends) and someone has a script with:
install.packages("tidyverse")
...
... later on down the script
...
install.packages("dplyr")
In this case, "dplyr" is part of the tidyverse and will install twice. As
the primary "package manager" for R, it should not install a package twice
(by default) when it can be so easily checked. In...
2018 Aug 09
0
vctrs: a type system for the tidyverse
Hi Hadley,
my point actually came from a data analyst point of view. A character
variable is something used for extra information, eg the "any other ideas?"
field of a questionnaire. A categorical variable is a variable describing
categories defined by the researcher. If it is made clear that a factor is
the object type needed for a categorical variable, there is no confusion.
All my