Will Cornwell

Results 14 issues of Will Cornwell

``` Error in .remake_add_targets_implied(obj) : Implicitly created targets must all be files: - PET: (in pet.part.res) -- did you mean: pet.part.res ``` I'm just trying to pass a string "PET"...

documentation

Not really a remake issue, but when reading in a 4.418 GB file, I'm getting this error from digest, probably when it tries to make the hash: ``` Error in...

for example for plant height we're using currently ```{r} library(austraits) library(tidyverse) austraits % join_all)$traits %>% filter(taxon_name %in% c("Acacia longifolia","Acacia suaveolens")) %>% filter(trait_name == "plant_height") %>% filter(life_stage=="adult" & basis_of_record %in% c("field","literature","literature,...

cool package! this doesn't seem like it's how it's supposed to errorbars are work: ``` data(navic) barplot(navic) sup