Questions tagged [r-usethis]

35 questions
0
votes
0 answers

Error installing R packages (R 3.4.4), asks for usethis when already installed

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: package ‘usethis’ required by ‘devtools’ could not be…
ArnauC
  • 23
  • 4
0
votes
1 answer

Unable to run usethis::use_vignette

I am trying to make a vignette, usethis::use_vignette("maked") but I am getting this error. Error: Function executeCommand not found in RStudio Initially I thought installing the package rstudioapi will help. But unfortunately that too dint help.…
Xion
  • 319
  • 2
  • 11
0
votes
1 answer

browseVignettes: remove `source` and `R code ` files from output

I wrote an HTML vignette for my R package hosted on GitHub. When I open it with browseVignettes, it flawlessly opens on the browsers showing this content: Vignettes found by browseVignettes("package_name") Vignettes in package…
CZuC
  • 69
  • 6
0
votes
1 answer

Cannot add a vignette to an R package

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, chapter 16.7 of R Markdown Cookbook, and chapter…
Marco
  • 347
  • 3
  • 18
0
votes
0 answers

Installing tool from github scimpute

I am trying to install a tool from github following there instruction, (https://github.com/Vivianstats/scImpute) but facing problem with installation Below code Is the code I have run for…
1 2
3