Installing KronaTools in RStudio

Hi there,

I'm looking to install the package, KronaTools in RStudio (v.4.3.2) on a Windows machine. It is not available on cran. I have tried to install this package using the url and from a location on my pc, with no luck.
Any advice would be appreciated!

Below are the error messages from I received.

install.packages("https://github.com/marbl/Krona/releases/download/v2.8/KronaTools-2.8.tar", method='libcurl')
Installing package into ‘C:/Users/Angelica/AppData/Local/R/win-library/4.3’
(as ‘lib’ is unspecified)
Warning in install.packages :
package is not available for this version of R

install.packages('C:/Users/Angelica/Downloads/KronaTools-2.8.1.tar.gz', repos=NULL, type='source')
Installing package into ‘C:/Users/Angelica/AppData/Local/R/win-library/4.3’
(as ‘lib’ is unspecified)
Warning: invalid package 'C:/Users/Angelica/Downloads/KronaTools-2.8.1.tar.gz'
Error: ERROR: no packages specified
Warning in install.packages :
installation of package ‘C:/Users/Angelica/Downloads/KronaTools-2.8.1.tar.gz’ had non-zero exit status

This is not an R package, use the install instructions. This is a set of command line tools used from the terminal, not an R package.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.