-
Improve type safety of the package
- either use assertthat https://github.com/hadley/assertthat
- or rlang (details here https://josiahparry.com/posts/2024-06-30-type-safety/)
-
- [ ] 数据科学导论直播计划
- [ ] Grid 绘图系统学习
- [ ] Rcpp
- [x] Advanced R
-
> library(qualtRics)
>
> ###Api info here
> qualtrics_api_credentials(api_key = "api id",
+ base_url = "base url")
To install your credentials for use in future session…
-
`df rlang::last_trace()
Error in `.data$label`:
! Column `label` not found in `.data`.
---
Backtrace:
▆
1. ├─tidyedgar::yearly_data(years = 2023:2024)
2. │ └─tidyedgar::prepare_data…
-
Would there be a worthwhile benefit in accepting sliced lists in `new_contactmatrix_list()`? It would add {rlang} as a package dependency.
-
-
Error in `mutate()`:
ℹ In argument: `naics2017corecode4digits =
concord(oecd_industry$`ISIC Rev.4`, origin = "ISIC4",
destination = "NAICS2017")`.
Caused by error in `concord()`:
! Concorda…
-
Should be able to reduce functions by 50%. Deprecate old NSE functions.
-
Can different colors be set for a column of labels using rect, for example, "A" corresponds to red, and "B" corresponds to green?
When I try, I get the following error:
```
Error in `dplyr::b…
-
When I try to convert my bed-files to the genind-format the converter fails, stating some column is missing. This looks like to be a problem connected to the strata-format.
genomic_converter(data …