shinyMCE icon indicating copy to clipboard operation
shinyMCE copied to clipboard

Error in parse_repo_spec(repo)

Open andreykirson opened this issue 5 years ago • 1 comments

I've got erorr:

devtools::install_github("shinyMCE", "mul118") Error in parse_repo_spec(repo) : Invalid git repo specification: 'shinyMCE'

andreykirson avatar May 31 '19 14:05 andreykirson

I've got the same error:

devtools::install_github("shinyMCE", "mul118")

Error in parse_repo_spec(repo) : 
  Invalid git repo specification: 'shinyMCE'

And with base install module I've got this error:

install.packages("shinyMCE")
Installing package into ‘C:/Users/Teolone/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘shinyMCE’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

Teolone88 avatar Feb 25 '21 20:02 Teolone88