From 8d2959a772f5d7364282be260ba6d533bcc75474 Mon Sep 17 00:00:00 2001 From: mpadge Date: Wed, 2 Oct 2024 16:22:49 +0200 Subject: [PATCH] fix install_ctags_windows --- DESCRIPTION | 2 +- R/zzz.R | 1 + codemeta.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index feac2c2..15e2bc9 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgstats Title: Metrics of R Packages -Version: 0.1.6.018 +Version: 0.1.6.019 Authors@R: person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2172-5265")) diff --git a/R/zzz.R b/R/zzz.R index 957894e..1d21d0d 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -45,6 +45,7 @@ install_ctags_macos <- function (pkg_path) { install_ctags_windows <- function (pkg_path) { u <- "https://github.com/rwinlib/universal-ctags/archive/refs/tags/v5.9.20210530.0.zip" # nolint ctags_path <- normalizePath (file.path ( + pkg_path, "windows", paste0 ("universal-ctags-", tools::file_path_sans_ext (gsub ("^v", "", basename (u)))), "bin" diff --git a/codemeta.json b/codemeta.json index 944523c..687a224 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci-review-tools/pkgstats", "issueTracker": "https://github.com/ropensci-review-tools/pkgstats/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.6.018", + "version": "0.1.6.019", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",