James Laird-Smith

Results 6 comments of James Laird-Smith

I think this would be a great feature. Especially for when changing something like the font of an entire table. However, I think text size might need an additional option...

In my case I was scanning through all the PACKAGES files in a CRAN-like repository, using `parse_packages()` to parse them and combining them into a single data frame (with an...

> `source` currently means that the package must be built from source. I suppose my issue is wondering whether that should extend to the "base" and "recommended" dependencies like MASS?

> Can you install a binary? As in https://pak.r-lib.org/reference/install.html#pre-built-binaries Yes that file works. (Although the corporate nature of the network I'm on means I'm not able to install it directly...

> You can also try > > ``` > install.packages("pak", INSTALL_opts = "--no-html") > ``` > > to avoid pre-building the HTML. I didn't know this was an option, but...