Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
114 views

I am getting this error when trying to install any package, and I just don't see how it could be caused by any local settings on my machine. So I am suspecting that this is a bug, which however would ...
Hauke L.'s user avatar
  • 293
1 vote
1 answer
225 views

I have a package I created a while ago using the RStudio package option. I am linked in via 2 factor authentication. I have successfully pushed, pulled, and committed to my repo. I have now reached ...
Michelle's user avatar
  • 1,393
0 votes
1 answer
95 views

I have an R package in which I use internal data set with usethis::use_data internal = TRUE, and saved to a sysdata.rda in my R folder. When running my unittests however, I would like to 'overwrite' / ...
Emil Lykke Jensen's user avatar
1 vote
1 answer
147 views

I used lifecycle for the depreciated badge, which required me to use usethis::use_package_doc (I BELIEVE - this may not have been the function but I think it was). This resulted in a script myPkgName-...
dez93_2000's user avatar
  • 1,895
2 votes
1 answer
1k views

I've looked through a bunch of links so far, but so far none of them seems to solve my issue with installing the usethis package or getting my Git tab to work in R. For context, my session_info is ...
Shawn Hemelstrand's user avatar
0 votes
0 answers
104 views

I would like my script to access internal data that can be updated. The data will be countries visited and the date. Not a high frequency data set, so doesn't justify using a database. These are the ...
Tech Commodities's user avatar
0 votes
1 answer
502 views

I was trying to build a website for my R package using pkgdown R package. FYI, I am not using <username>.github.io. Following the instrucution (https://pkgdown.r-lib.org/articles/pkgdown.html#...
enigma432's user avatar
4 votes
1 answer
874 views

I'm using RStudio + Github and have been following the instructions here: https://happygitwithr.com/https-pat.html It works great, except that within a couple of hours the PAT no longer works and I'm ...
myfatson's user avatar
  • 561
1 vote
1 answer
68 views

I'm trying to reuse snippets of code from the r-lib repository. I can't find where this particular pipe operator is defined: getOption("usethis.description") %||% list() Could anyone direct ...
Dylan Russell's user avatar
1 vote
1 answer
422 views

I have a function that takes a while to run in one of my packages. It only gets called when building vignettes, so to save on build time I stored the output to the package's internal data with usethis:...
Mark Rieke's user avatar
1 vote
1 answer
703 views

I'm trying to upload my package to CRAN and using devtools::check(), but I'm not able to understand why the function is showing 1 note. The code is available in my repository. The check function shows ...
Igor's user avatar
  • 165
2 votes
1 answer
468 views

I recently got a new laptop with Windows 11 (despite my sessionInfo() stating Windows 10) and I'm trying to build a pkgdown site for an R package that I'm developing. This is not an issue that I have ...
Javier Orraca-Deatcu's user avatar
2 votes
1 answer
748 views

I am trying to get documentation to show up for an actual package (not its functions, since that's done automatically when documentating the package) through the help() or ? functions. For example, ...
rempsyc's user avatar
  • 1,038
1 vote
1 answer
2k views

While developping an R package, I'm trying to use the function usethis::use_import_from() to import in the package a single function from another package but the function is not available whatever way ...
Comevussor's user avatar
0 votes
1 answer
2k views

I have gone down a rabbit hole trying to set up Github actions to check the builds of my packages via usethis::use_github_action_check_standard(). The function fails when it tries to pull the .yaml ...
guyabel's user avatar
  • 8,426
0 votes
0 answers
318 views

I'm having the following problem: When I try to install any R package, at first it downloads the package just fine into a temporal location, and then the following error message appears: Error: ...
ArnauC's user avatar
  • 23
1 vote
1 answer
1k views

I have an R package with a pkgdown documentation site. I want to create a git hook so that if I try to commit and push changes to either README.Rmd or index.Rmd without first knitting them to create ...
Sam Firke's user avatar
  • 23.4k
1 vote
1 answer
471 views

Could you please help me? I'm building an R package for the final assignment of Coursera's Building R Packages. So far, I've followed all steps to add a vignette described in the courses's readings, ...
Marco's user avatar
  • 387
1 vote
1 answer
508 views

I have an R github package that I can 'successfully' install using devtools::install_github("jwilliman/ethnicNZ") (or remotes::install_github). On github the package contains internal data saved as '...
JWilliman's user avatar
  • 3,963