Me: 41
R: 1,152,791
C++: 448,971,124
Same task. Very different speeds. Programming is fun. #RStats
Me: 41
R: 1,152,791
C++: 448,971,124
Same task. Very different speeds. Programming is fun. #RStats
To install:
devtools::install_github("fgazzelloni/typeR")
If you teach or demo R, I’d love your feedback on how it works for you. #rstats #rpackages
To install:
devtools::install_github("fgazzelloni/typeR")
If you teach or demo R, I’d love your feedback on how it works for you. #rstats #rpackages
`%?%` <- function(test, yes) {
t <- function() test
y <- function() yes
list(test = t, yes = y)
}
`%:%` <- function(lhs, no) {
if (lhs$t()) lhs$y() else no
}
if (TRUE) 1 else 0
if (FALSE) stop() else 0
TRUE %?% 1 %:% stop()
FALSE %?% stop() %:% 0
`%?%` <- function(test, yes) {
t <- function() test
y <- function() yes
list(test = t, yes = y)
}
`%:%` <- function(lhs, no) {
if (lhs$t()) lhs$y() else no
}
if (TRUE) 1 else 0
if (FALSE) stop() else 0
TRUE %?% 1 %:% stop()
FALSE %?% stop() %:% 0
#RStats
library(pdftools)
pdf_combine(
input = c("file1.pdf", "file2.pdf"),
output = "merged.pdf"
)
#RStats
www.emilyriederer.com/post/py-rgo-...
www.emilyriederer.com/post/py-rgo-...
A few mapgl tips in this one:
- To achieve a "glow effect" for the lines, first add a blurred line using the `line_blur` parameter then add the same layer over it as an opaque line
1. A 12-month remote group exercise trial increased physical activity and fitness and showed promise for Alzheimer’s prevention in adults with Down syndrome. pubmed.ncbi.nlm.nih.gov/40520478/
1. A 12-month remote group exercise trial increased physical activity and fitness and showed promise for Alzheimer’s prevention in adults with Down syndrome. pubmed.ncbi.nlm.nih.gov/40520478/
onlinelibrary.wiley.com/doi/10.1111/...
onlinelibrary.wiley.com/doi/10.1111/...
www.sciencedirect.com/science/arti...
www.sciencedirect.com/science/arti...
go.bsky.app/22DpUEy
go.bsky.app/22DpUEy