Skip to main content
Advice
5 votes
1 replies
80 views

I'm building a reference guide, R Functions for Categorical Data Analysis, https://friendly.github.io/psy6136/R-functions.html, that lists R functions for analysis and visualization, organized around ...
user101089's user avatar
  • 4,083
1 vote
0 answers
46 views

I'm looking to dynamically number and reference equations in my .Rmd file to then be used in an Article for a package using pkgdown. I have read quite a few different approaches (which seem to depend ...
Moritz Schwarz's user avatar
4 votes
0 answers
214 views

I have some R packages on GitHub, mostly they contain small-ish datasets with a few helper functions for data preparation and plotting. I've started using GitHub pages to make the data and ...
Alex P's user avatar
  • 1,504
0 votes
1 answer
115 views

I am attempting to put a package on github pages. However, I keep having the same error when doing so. Writing `articles/index.html` Reading vignettes/PACKAGE_VIGNETTE.Rmd Error in `.f()`: ! Failed to ...
steppe's user avatar
  • 21
0 votes
2 answers
120 views

I'm developing an R package and using pkgdown for the website. I want the package logo to appear smaller in the GitHub README but larger on the homepage of the website, similar to the data.table ...
mat's user avatar
  • 2,663
1 vote
1 answer
308 views

I am trying to use pkgdown to knit vignettes and have them posted on GitHub, along with the rest of a package's documentation, using GitHub Actions. I can also knit the pages locally. Regardless, ...
Eden's user avatar
  • 527
2 votes
0 answers
101 views

I'm building a pkgdown website for my R package and I need the articles to be built in a specific order due to dependencies between them. The first article saves an output using: saveRDS(X, 'X.rds') ...
mat's user avatar
  • 2,663
1 vote
1 answer
106 views

I'm having issues with the pkgdown homepage for an R package I created. When I build_site() from my PC, the site created in my local directory looks as I expect. It is using the REAMDE.md file that I ...
Arthur's user avatar
  • 2,492
0 votes
1 answer
213 views

I am building a package and an associated website (via Github Pages). Let's say I have a function funX. In R, when I do ?funXI have some equations (using \eqn{} or \deqn{}) in the description files, ...
G. Ander's user avatar
  • 306
1 vote
0 answers
58 views

I am using bslib in pkgdown to customize a package website. While I am able to change the base font and the code font, I am unable to change the font used to render math equations supplied via LaTeX. ...
AHK's user avatar
  • 183
1 vote
0 answers
216 views

I'm building a package that automatically builds ensembles. The GitHub URL for the repository is: https://www.github.com/InfiniteCuriosity/Ensembles The package runs without any errors or warnings. ...
Russ Conte's user avatar
0 votes
0 answers
49 views

I am not entirely certain as to why this is occurring but when I run the build_site() function on my package some examples no longer render. For example: library(recipes) library(dplyr) library(tidyr) ...
MCP_infiltrator's user avatar
0 votes
2 answers
293 views

I have a R package called relper, recently I did some updating in my news file, here a sample: # relper 3 (Calculations all the way) To improve data analysis, I added functions that compute metrics ...
Vinícius Félix's user avatar
3 votes
2 answers
290 views

After a few months without updating my package mRpostman, I decided to include GitHub Actions unit test badge on README.Rmd file. I used usethis::use_github_action("check-standard") then ...
allanvc's user avatar
  • 1,156
0 votes
1 answer
2k views

I have a couple of Github profile "cards" created from here which I am embedding as Markdown in a RMarkdown page on a pkgdown website. How would i go about adding a border to these? Anything ...
hokeybot's user avatar
  • 217

15 30 50 per page
1
2 3 4 5